This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 3bb90a921 [ELF] Always use Script::assignAddresses()
new 9d272baa5 COFF: Remove some undefined declarations. 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:
COFF/SymbolTable.h | 5 -----
1 file changed, 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 llvm.
from a24f1373602 [InstCombine] allow shl demanded bits folds with splat constants
new 2747b709176 Use basicblock split block utility function
new ff268972fc5 ARM: lower "fence singlethread" to a pure compiler barrier.
new efa8c0e73a6 AArch64: lower "fence singlethread" to a pure compiler barrier.
The 3 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/AArch64/AArch64ExpandPseudoInsts.cpp | 1 +
lib/Target/AArch64/AArch64InstrAtomics.td | 3 +++
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp | 7 +++++++
lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp | 3 +++
lib/Target/ARM/ARMISelLowering.cpp | 6 +++++-
lib/Target/ARM/ARMInstrInfo.td | 7 +++++++
lib/Transforms/Utils/CodeExtractor.cpp | 10 ++--------
test/CodeGen/ARM/fence-singlethread.ll | 16 ++++++++++++++++
8 files changed, 44 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/ARM/fence-singlethread.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 lldb.
from 7018e8c11 Changed a use of APInt::getSignBit to APInt::getSignMask.
new 0155a9b00 Add an example command to toggle between disassembly-only and [...]
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:
examples/python/disassembly_mode.py | 48 +++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 examples/python/disassembly_mode.py
--
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 c779240ba [cfi] Add explicit -flto in create-derivers test.
new 9bde12256 Enable LSan on PowerPC64.
new d8d3de1d7 [asan] Match BUS and SIGV to fix test on Darwin
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:
lib/lsan/lsan_allocator.h | 2 +-
lib/lsan/lsan_common.h | 3 ++-
test/asan/TestCases/Posix/strchr.c | 2 +-
test/lsan/lit.common.cfg | 4 ++--
4 files changed, 6 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 08d91460e Enable lsan test suite on Darwin x86_64 builds
new 71895e0fe [cfi] Move one test under cross-dso/icall.
new c779240ba [cfi] Add explicit -flto in create-derivers test.
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:
test/cfi/create-derivers.test | 9 +++++----
test/cfi/cross-dso/{ => icall}/dlopen.cpp | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
rename test/cfi/cross-dso/{ => icall}/dlopen.cpp (99%)
--
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 7b99ac11392 [InstCombine] Use APInt::intersects and APInt::isSubsetOf t [...]
new a24f1373602 [InstCombine] allow shl demanded bits folds with splat constants
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/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp | 6 ++++--
test/Transforms/InstCombine/apint-shift.ll | 7 ++-----
test/Transforms/InstCombine/pr17827.ll | 4 +---
test/Transforms/InstCombine/shift.ll | 6 ++----
4 files changed, 9 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 llvm.
from 9ec21444cca [AArch64] Whitespace/ordering fixes for Falkor machine desc [...]
new 7b99ac11392 [InstCombine] Use APInt::intersects and APInt::isSubsetOf t [...]
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/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 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 clang.
from bc65dd754b Enable leak sanitizer builds for darwin
new c85fce8583 Fix Python 2 vs 3 incompatability with dict.items() vs iteritems()
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:
tools/clang-format/git-clang-format | 7 ++++++-
1 file changed, 6 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 compiler-rt.
from 90b4b2c3c make detect_leaks=1 the default for the lsan test suite
new 08d91460e Enable lsan test suite on Darwin x86_64 builds
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:
cmake/config-ix.cmake | 2 +-
test/asan/lit.cfg | 9 ++++++++-
test/lsan/lit.common.cfg | 6 ++++--
3 files changed, 13 insertions(+), 4 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 f0d51838c5b [InstCombine] allow ashr/lshr demanded bits folds with spla [...]
new 4b046c4cf44 [AArch64] Refine Falkor machine description for pre/post-in [...]
new 9ec21444cca [AArch64] Whitespace/ordering fixes for Falkor machine desc [...]
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:
lib/Target/AArch64/AArch64SchedFalkor.td | 10 +++++-----
lib/Target/AArch64/AArch64SchedFalkorDetails.td | 6 ++++--
2 files changed, 9 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.