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 e474b1c40 [Sanitizers] Scudo allocator set errno on failure.
new 2706e2583 [Sanitizers] LSan allocator set errno on failure.
new dd3d6da1d [Sanitizers] ASan and LSan allocator set errno on failure.
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/asan/asan_allocator.cc | 47 ++++++++++++++++++---------
lib/asan/tests/asan_test.cc | 18 ++++++++--
lib/lsan/lsan_allocator.cc | 34 +++++++++++++------
test/asan/TestCases/allocator_returns_null.cc | 10 +++++-
test/lsan/TestCases/allocator_returns_null.cc | 10 +++++-
5 files changed, 90 insertions(+), 29 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 3187356fd Pass OutputSectionCommand to getOSThunkSec. NFC.
new 693b9a47c Avoid using OutputSections::Sections.
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/Relocations.cpp | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 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 7bdecb49531 [libFuzzer] fix stats during merge
new 82f51d560c6 [Dominators] Implement incremental deletions
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:
include/llvm/IR/Dominators.h | 6 +
include/llvm/Support/GenericDomTree.h | 46 ++++-
include/llvm/Support/GenericDomTreeConstruction.h | 223 +++++++++++++++++++++-
lib/IR/Dominators.cpp | 5 +
unittests/IR/DominatorTreeTest.cpp | 127 ++++++++++++
5 files changed, 396 insertions(+), 11 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 b3f60e3cd4e [Dominators] Add a missing include
new 7d7873efde3 [AArch64][Falkor] Avoid HW prefetcher tag collisions (step 1)
new 2377605d246 [AArch64] Avoid selecting XZR inline ASM memory operand
new 7bdecb49531 [libFuzzer] fix stats during merge
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/Fuzzer/FuzzerMerge.cpp | 1 -
lib/Target/AArch64/AArch64.h | 2 +
lib/Target/AArch64/AArch64FalkorHWPFFix.cpp | 147 ++++++++++++++++++++++++
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 15 ++-
lib/Target/AArch64/AArch64ISelLowering.cpp | 8 ++
lib/Target/AArch64/AArch64ISelLowering.h | 2 +
lib/Target/AArch64/AArch64InstrInfo.cpp | 13 ++-
lib/Target/AArch64/AArch64InstrInfo.h | 10 ++
lib/Target/AArch64/AArch64RegisterInfo.cpp | 2 +-
lib/Target/AArch64/AArch64TargetMachine.cpp | 12 +-
lib/Target/AArch64/CMakeLists.txt | 1 +
test/CodeGen/AArch64/arm64-inline-asm.ll | 10 ++
test/CodeGen/AArch64/falkor-hwpf.ll | 106 +++++++++++++++++
test/CodeGen/MIR/AArch64/target-memoperands.mir | 4 +
14 files changed, 321 insertions(+), 12 deletions(-)
create mode 100644 lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
create mode 100644 test/CodeGen/AArch64/falkor-hwpf.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 llvm.
from 33778b7f132 [AMDGPU] Throw away more dead code. NFCI.
new b3f60e3cd4e [Dominators] Add a missing include
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:
include/llvm/Support/GenericDomTreeConstruction.h | 1 +
1 file changed, 1 insertion(+)
--
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 c4be92d9b [ELF] - Update testcases after LLVM update. (D35351)
new bf0189be9 Pass OutputSectionCommand to forEachExecInputSection's callback.
new 3187356fd Pass OutputSectionCommand to getOSThunkSec. NFC.
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:
ELF/Relocations.cpp | 18 +++++++++---------
ELF/Relocations.h | 4 ++--
2 files changed, 11 insertions(+), 11 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 79eefe9ee2d [Dominators] Implement incremental insertions
new 33778b7f132 [AMDGPU] Throw away more dead code. NFCI.
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/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp | 16 ----------------
1 file changed, 16 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 fe9291f15d2 [EarlyCSE] Handle calls with no MemorySSA info.
new a774076f84b Fix mixed line terminators. NFC.
new 79eefe9ee2d [Dominators] Implement incremental insertions
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/IR/Dominators.h | 6 +
include/llvm/Support/GenericDomTree.h | 31 +++-
include/llvm/Support/GenericDomTreeConstruction.h | 211 ++++++++++++++++++++++
lib/CodeGen/XRayInstrumentation.cpp | 6 +-
lib/IR/Dominators.cpp | 5 +
unittests/IR/DominatorTreeTest.cpp | 125 +++++++++++++
6 files changed, 376 insertions(+), 8 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 12d16901e tsan: optimize sync clock memory consumption
new e474b1c40 [Sanitizers] Scudo allocator set errno on failure.
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/scudo/scudo_allocator.cpp | 50 +++++++++++++++++++++++++------------------
test/scudo/memalign.cpp | 8 +++----
2 files changed, 33 insertions(+), 25 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 18e1269d26c [JumpThreading] Add a pattern to TryToUnfoldSelectInCurrBB()
new fe9291f15d2 [EarlyCSE] Handle calls with no MemorySSA info.
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/Scalar/EarlyCSE.cpp | 16 +++++++++++++++-
test/Transforms/EarlyCSE/globalsaa-memoryssa.ll | 25 +++++++++++++++++++++++++
2 files changed, 40 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/EarlyCSE/globalsaa-memoryssa.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.