This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 2b7b4ba Trying to fix this test on windows.
new c4df82a [ELF] Allows setting section for common symbols in linker script
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ELF/InputSection.cpp | 44 ++++++++++++++++++++++++++
ELF/InputSection.h | 12 +++++++
ELF/LinkerScript.cpp | 12 +++++--
ELF/LinkerScript.h | 7 +++--
ELF/OutputSections.cpp | 2 +-
ELF/SymbolTable.cpp | 21 +++++++------
ELF/Symbols.cpp | 19 ++++++++---
ELF/Symbols.h | 10 ++++--
ELF/Writer.cpp | 46 +++++++--------------------
test/ELF/linkerscript/linkerscript-common.s | 49 +++++++++++++++++++++++++++++
10 files changed, 165 insertions(+), 57 deletions(-)
create mode 100644 test/ELF/linkerscript/linkerscript-common.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0c7a213 [pdb] Refactor library to more clearly separate reading/writing
new 18fcd7f [Hexagon] Insert CFI instructions before throwing calls
new a5c0a14 [pdb] Fix some warnings that break -Werror builds.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/DebugInfo/Msf/StreamRef.h | 2 +-
lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp | 4 +-
lib/Target/Hexagon/HexagonFrameLowering.cpp | 51 +++++++++++-------
test/CodeGen/Hexagon/packetize-cfi-location.ll | 72 ++++++++++++++++++++++++++
4 files changed, 106 insertions(+), 23 deletions(-)
create mode 100644 test/CodeGen/Hexagon/packetize-cfi-location.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from f60bb45 Add support for SEGMENT_START.
new 2b7b4ba Trying to fix this test on windows.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/mach-o/debug-syms.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d5539c6 /cp 2016-07-28 Paolo Carlini <paolo.carlini(a)oracle.com>
new 42e9682 2016-07-28 Steven G. Kargl <kargl(a)gcc.gnu.org>
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/fortran/ChangeLog | 6 ++++++
gcc/fortran/resolve.c | 6 +++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr71799.f90 | 10 ++++++++++
4 files changed, 24 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr71799.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0599523 2016-07-28 Steven G. Kargl <kargl(a)gcc.gnu.org>
new d5539c6 /cp 2016-07-28 Paolo Carlini <paolo.carlini(a)oracle.com>
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/decl.c | 21 +++++++++++++++------
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/g++.dg/cpp0x/enum29.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/pr71665-1.C | 8 ++++++++
gcc/testsuite/g++.dg/cpp0x/pr71665-2.C | 8 ++++++++
gcc/testsuite/g++.dg/ext/label10.C | 4 ++--
gcc/testsuite/g++.dg/parse/constant5.C | 2 +-
8 files changed, 50 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr71665-1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr71665-2.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a0fb2b6 Revert r276973 "Adjust Registry interface to not require plug [...]
new c39e246 Fix dangling reference to temporary in use of ArrayRef
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 339447d Fixed up Xcode build for r276976 and r277011.
new 6d5ff67 Host: correct use of std::condition_variable::wait_for
new ecc4280 Cleanup some format string warnings
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/lldb/Host/Predicate.h | 2 +-
source/Core/ValueObjectSyntheticFilter.cpp | 22 +++++++++-------------
2 files changed, 10 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from dcfe9b2 [lld][MachO] Fix bugs in the debug-syms test case.
new f60bb45 Add support for SEGMENT_START.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ELF/LinkerScript.cpp | 9 +++++++++
test/ELF/linkerscript/Inputs/segment-start.script | 7 +++++++
test/ELF/linkerscript/segment-start.s | 22 ++++++++++++++++++++++
3 files changed, 38 insertions(+)
create mode 100644 test/ELF/linkerscript/Inputs/segment-start.script
create mode 100644 test/ELF/linkerscript/segment-start.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.