This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b3c98b851a9 [llvm-strip] -p test fix for windows buildbots
new 50b2f18e7ad [X86] Fix some incorrect 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:
lib/Target/X86/X86ISelDAGToDAG.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 a677d5043 [libfuzzer] Use cl driver mode for tests and enable another t [...]
new 55b45084a [hwasan] relax the rint-memory-usage.c test further
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/hwasan/TestCases/print-memory-usage.c | 10 +++++-----
1 file changed, 5 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 lldb.
from f4ef011fa Reland [ClangUserExpression][NFC] Removed unused code
new de242ce9c Enable the fp-armv8 disassembler feature when disassembling C [...]
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:
lldb.xcodeproj/project.pbxproj | 13 ++++
.../Disassembler/llvm/DisassemblerLLVMC.cpp | 6 +-
source/Utility/ArchSpec.cpp | 5 +-
.../PPC64 => Disassembler}/CMakeLists.txt | 6 +-
unittests/Disassembler/TestArmv7Disassembly.cpp | 90 ++++++++++++++++++++++
5 files changed, 113 insertions(+), 7 deletions(-)
copy unittests/{UnwindAssembly/PPC64 => Disassembler}/CMakeLists.txt (54%)
create mode 100644 unittests/Disassembler/TestArmv7Disassembly.cpp
--
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 8fa9bde1c [hwasan] make the print-memory-usage.c less agressive: do not [...]
new a677d5043 [libfuzzer] Use cl driver mode for tests and enable another 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:
test/fuzzer/exit_on_src_pos.test | 12 ++++++------
test/fuzzer/lit.cfg | 6 +++++-
2 files changed, 11 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 a65c89cd5 [hwasan] Fix malloc overflow detection.
new 8fa9bde1c [hwasan] make the print-memory-usage.c less agressive: do not [...]
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/hwasan/TestCases/print-memory-usage.c | 7 ++++---
1 file changed, 4 insertions(+), 3 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 6d1036d22d5 [PDB] Rename some files in the native reader.
new df0bc373894 Revert: [llvm-objcopy] Dwarf .debug section compression (Se [...]
new b3c98b851a9 [llvm-strip] -p test fix for windows buildbots
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:
.../Inputs/compress-debug-sections.yaml | 21 ------
.../compress-debug-sections-default-gnu.test | 9 ---
.../compress-debug-sections-default.test | 13 ----
.../compress-debug-sections-invalid-format.test | 5 --
.../compress-debug-sections-zlib-gnu.test | 49 --------------
.../llvm-objcopy/compress-debug-sections-zlib.test | 49 --------------
test/tools/llvm-objcopy/strip-preserve-time.test | 8 +--
tools/llvm-objcopy/ObjcopyOpts.td | 6 --
tools/llvm-objcopy/Object.cpp | 72 --------------------
tools/llvm-objcopy/Object.h | 27 +-------
tools/llvm-objcopy/llvm-objcopy.cpp | 76 ++--------------------
11 files changed, 10 insertions(+), 325 deletions(-)
delete mode 100644 test/tools/llvm-objcopy/Inputs/compress-debug-sections.yaml
delete mode 100644 test/tools/llvm-objcopy/compress-debug-sections-default-gnu.test
delete mode 100644 test/tools/llvm-objcopy/compress-debug-sections-default.test
delete mode 100644 test/tools/llvm-objcopy/compress-debug-sections-invalid-format.test
delete mode 100644 test/tools/llvm-objcopy/compress-debug-sections-zlib-gnu.test
delete mode 100644 test/tools/llvm-objcopy/compress-debug-sections-zlib.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 compiler-rt.
from 0a64c4f71 [hwasan] change the thread list so that main_thread can also [...]
new a65c89cd5 [hwasan] Fix malloc overflow detection.
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/hwasan/hwasan_allocator.cc | 16 +++++----
test/hwasan/TestCases/sizes.cpp | 80 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 89 insertions(+), 7 deletions(-)
create mode 100644 test/hwasan/TestCases/sizes.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.