This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 8c679a0 [ELF] Pad x86 executable sections with 0xcc int3 instructions
new 0eb893b [ELF] Remove unnecessary cast and fix comments. NFC.
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/Writer.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 5bb7e6c Create GOT and PLT entries early in scanRelocs().
new 8c679a0 [ELF] Pad x86 executable sections with 0xcc int3 instructions
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 | 4 +--
ELF/LinkerScript.h | 4 +--
ELF/OutputSections.cpp | 40 ++++++++++++++++++++++++++----
ELF/OutputSections.h | 1 +
ELF/SyntheticSections.cpp | 6 ++++-
ELF/Target.cpp | 4 +++
ELF/Target.h | 4 +++
ELF/Writer.cpp | 2 +-
test/ELF/default-fill.s | 38 ++++++++++++++++++++++++++++
test/ELF/linkerscript/excludefile.s | 9 ++++---
test/ELF/linkerscript/fill-exec-sections.s | 40 ++++++++++++++++++++++++++++++
test/ELF/linkerscript/fill.s | 3 ++-
test/ELF/linkerscript/sections-padding.s | 6 ++---
13 files changed, 143 insertions(+), 18 deletions(-)
create mode 100644 test/ELF/default-fill.s
create mode 100644 test/ELF/linkerscript/fill-exec-sections.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 binutils-gdb.
from 9014582 Automatic date update in version.in
new 0f65a5d [objcopy] Fix quadratic-time when handling --redefine-syms
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:
binutils/ChangeLog | 17 +++++++++
binutils/objcopy.c | 104 ++++++++++++++++++++++++++++++++++++-----------------
2 files changed, 88 insertions(+), 33 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 llvm.
from 3c3df0d [InstSimplify] Add test cases for mixing add/sub i1 with xor [...]
new 3b23ff5 [ARM] Remove a dead ADD during the creation of TBBs
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:
lib/Target/ARM/ARMConstantIslandPass.cpp | 43 ++++++++++-
test/CodeGen/Thumb2/tbb-removeadd.mir | 124 +++++++++++++++++++++++++++++++
2 files changed, 166 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/Thumb2/tbb-removeadd.mir
--
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 compiler-rt.
from e3ebbf0 Try to fix windows buildbot after r299630
new 5829a62 Try to fix MAC buildbot after r299630
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:
lib/sanitizer_common/sanitizer_stoptheworld_mac.cc | 8 ++++----
lib/sanitizer_common/sanitizer_tls_get_addr.cc | 4 +++-
2 files changed, 7 insertions(+), 5 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 compiler-rt.
from 500b2fd [lsan] Avoid segfaults during threads destruction under high load
new e3ebbf0 Try to fix windows buildbot after r299630
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:
lib/sanitizer_common/sanitizer_tls_get_addr.cc | 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 compiler-rt.
from 7b96664 [XRay] [compiler-rt] Unwriting FDR mode buffers when function [...]
new 500b2fd [lsan] Avoid segfaults during threads destruction under high load
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:
lib/lsan/lsan_common.cc | 18 ++++++++++++------
lib/sanitizer_common/sanitizer_stoptheworld.h | 9 ++++++++-
.../sanitizer_stoptheworld_linux_libcdep.cc | 14 +++++++++-----
lib/sanitizer_common/sanitizer_tls_get_addr.cc | 6 ++++++
lib/sanitizer_common/sanitizer_tls_get_addr.h | 2 ++
5 files changed, 37 insertions(+), 12 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 compiler-rt.
from 6b34053 [Builtins] Fix div0 error in udivsi3
new 7b96664 [XRay] [compiler-rt] Unwriting FDR mode buffers when function [...]
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:
lib/xray/xray_fdr_logging_impl.h | 139 +++++++++++++++++++++++++++++++++-
lib/xray/xray_flags.inc | 3 +
test/xray/TestCases/Linux/fdr-mode.cc | 15 +++-
3 files changed, 150 insertions(+), 7 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 compiler-rt.
from 9f4261c [cfi] Fix symbol lookup hack in cross-dso cfi to handle LLD b [...]
new 6b34053 [Builtins] Fix div0 error in udivsi3
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:
lib/builtins/arm/udivsi3.S | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 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 llvm.
from 1194a00 [InstSimplify] Teach SimplifyAddInst and SimplifySubInst that [...]
new 3c3df0d [InstSimplify] Add test cases for mixing add/sub i1 with xor [...]
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/Transforms/InstSimplify/addsub.ll | 42 ++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.