This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 73bf3c296 Speed up gdb index creation.
new 74fd628c0 [COFF] Align import address chunks to the pointer size
new eb2a3d32e [COFF] Minor tweaks to ARM64 relocation code. 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:
COFF/Chunks.cpp | 7 +--
COFF/DLL.cpp | 6 +--
test/COFF/Inputs/library2-arm64.lib | Bin 0 -> 1720 bytes
test/COFF/Inputs/library2.def | 3 ++
test/COFF/arm64-import2.test | 85 ++++++++++++++++++++++++++++++++++++
5 files changed, 95 insertions(+), 6 deletions(-)
create mode 100644 test/COFF/Inputs/library2-arm64.lib
create mode 100644 test/COFF/Inputs/library2.def
create mode 100644 test/COFF/arm64-import2.test
--
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 0dfbcb01b8 [NFC] Update local variable names to upper-case as per LLVM [...]
new 4ac59e5bdf [AArch64] Produce correct defaultlib directives for 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:
lib/CodeGen/TargetInfo.cpp | 19 ++++++++++++++++++-
test/CodeGen/pragma-comment.c | 1 +
2 files changed, 19 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 llvm.
from f03c0a25c00 [LICM] Make sinkRegion and hoistRegion non-recursive
new 094e59a6e4e AMDGPU: Correct encoding for global 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:
lib/Target/AMDGPU/FLATInstructions.td | 132 +++++++++++++++++++++------------
test/MC/AMDGPU/flat-gfx9.s | 24 ++++++
test/MC/AMDGPU/flat-global.s | 135 ++++++++++++++++++++++------------
3 files changed, 196 insertions(+), 95 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 gcc.
from 0027ce16c79 Daily bump.
new 0aa23bd4318 gcc * match.pd (((m1 >/</>=/<= m2) * d -> (m1 >/</>=/<= m2 [...]
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/ChangeLog | 5 +++++
gcc/match.pd | 6 ++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/tree-ssa/vrp116.c | 12 ++++++++++++
4 files changed, 27 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp116.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 61007627619 Revert "[PEI] Simplify handling of targets with no phys regs. NFC"
new f03c0a25c00 [LICM] Make sinkRegion and hoistRegion non-recursive
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/LICM.cpp | 209 ++++++++++++++++++++++-------------------
1 file changed, 113 insertions(+), 96 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 85dd4f9605c [DWARF] Added check that verifies that no abbreviation decl [...]
new b08ebc92bed Revert "[PEI] Separate saving and restoring CSRs into diffe [...]
new 61007627619 Revert "[PEI] Simplify handling of targets with no phys regs. 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:
lib/CodeGen/PrologEpilogInserter.cpp | 148 +++++++++++++++++++++--------------
1 file changed, 89 insertions(+), 59 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 e5319170826 [libFuzzer] prototype implementation of recursion-depth cov [...]
new 85dd4f9605c [DWARF] Added check that verifies that no abbreviation decl [...]
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/DebugInfo/DWARF/DWARFVerifier.h | 7 +++++
lib/DebugInfo/DWARF/DWARFContext.cpp | 1 +
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 31 +++++++++++++++++++++++
test/tools/llvm-dwarfdump/X86/verify_debug_info.s | 6 +++--
4 files changed, 43 insertions(+), 2 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 540f6a26ae9 [PEI] Separate saving and restoring CSRs into different fun [...]
new 01337d5a143 Support, IR, ADT: Check nullptr after allocation with mallo [...]
new e5319170826 [libFuzzer] prototype implementation of recursion-depth cov [...]
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/ADT/SmallVector.h | 3 +++
include/llvm/ADT/StringMap.h | 4 ++++
lib/Fuzzer/FuzzerLoop.cpp | 1 +
lib/Fuzzer/FuzzerTracePC.cpp | 2 ++
lib/Fuzzer/FuzzerTracePC.h | 25 +++++++++++++++++++++++--
lib/Fuzzer/FuzzerValueBitMap.h | 2 ++
lib/Fuzzer/test/DeepRecursionTest.cpp | 4 ++--
lib/IR/DataLayout.cpp | 2 ++
lib/Support/FoldingSet.cpp | 9 +++++++--
lib/Support/SmallPtrSet.cpp | 19 ++++++++++++++-----
lib/Support/SmallVector.cpp | 5 ++++-
lib/Support/StringMap.cpp | 15 +++++++++++++--
12 files changed, 77 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 compiler-rt.
from 3a390dc51 [asan] Move memcpy, memmove, memset code out of asan_interceptors.cc
new c1d813b64 [compiler-rt] Replace VPrintf with VReport in sanitizer_tls_g [...]
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 | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 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 6553f3f19 [X86][builtins] Sync getX86CpuIDAndInfoEx with llvm's Host.cp [...]
new 3a390dc51 [asan] Move memcpy, memmove, memset code out of asan_interceptors.cc
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/asan/CMakeLists.txt | 1 +
lib/asan/asan_interceptors.cc | 131 ------------------------
lib/asan/asan_interceptors.h | 3 +-
lib/asan/asan_interceptors_memintrinsics.cc | 32 ++++++
lib/asan/asan_interceptors_memintrinsics.h | 148 ++++++++++++++++++++++++++++
5 files changed, 182 insertions(+), 133 deletions(-)
create mode 100644 lib/asan/asan_interceptors_memintrinsics.cc
create mode 100644 lib/asan/asan_interceptors_memintrinsics.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.