This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from dc22e43bc70 [Reassociate] fix test to be independent of FP undef
new 0c6f09c16f4 [DebugInfo] Add DW_AT_byte_size to vectors
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/AsmPrinter/DwarfUnit.cpp | 33 +++++++++++++++++++++++-
test/DebugInfo/X86/dbg-vector-size.ll | 47 +++++++++++++++++++++++++++++++++++
2 files changed, 79 insertions(+), 1 deletion(-)
create mode 100644 test/DebugInfo/X86/dbg-vector-size.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 c9edd422c97 [Support] Pacify -Wsign-compare in unit test.
new dc22e43bc70 [Reassociate] fix test to be independent of FP undef
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/Reassociate/crash2.ll | 31 +++++++++++++++++--------------
1 file changed, 17 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 gcc.
from ffd99ef2488 PR c++/80598 * call.c (build_over_call): In templates set [...]
new 9c29a1dbc3b PR debug/84456 * dwarf2out.c (dw_loc_list): If list && lo [...]
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 | 4 ++++
gcc/dwarf2out.c | 5 ++++-
2 files changed, 8 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 767ba55eb3b [DebugInfo] Move RangeListEntries instead of copying.
new 46130075815 [TargetLowering] Remove redundant if condition in SimplifyS [...]
new c9edd422c97 [Support] Pacify -Wsign-compare in unit 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:
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 +-
unittests/Support/MemoryBufferTest.cpp | 4 ++--
2 files 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 70aabe094 [asan] Fix a false positive ODR violation due to LTO Constant [...]
new 7332f89ac [asan] Fix bug where suppression of overlapping accesses was [...]
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/asan_interceptors_memintrinsics.h | 25 ++++++++++------
test/asan/TestCases/strcat-overlap.cc | 46 ++++++++++++++++++++++++++++++
test/asan/TestCases/strcpy-overlap.cc | 46 ++++++++++++++++++++++++++++++
test/asan/TestCases/strncat-overlap.cc | 46 ++++++++++++++++++++++++++++++
test/asan/TestCases/strncpy-overlap.cc | 46 ++++++++++++++++++++++++++++++
5 files changed, 200 insertions(+), 9 deletions(-)
create mode 100644 test/asan/TestCases/strcat-overlap.cc
create mode 100644 test/asan/TestCases/strcpy-overlap.cc
create mode 100644 test/asan/TestCases/strncat-overlap.cc
create mode 100644 test/asan/TestCases/strncpy-overlap.cc
--
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 2082160f33b [NFC] Factor out a helper function for checking if a block [...]
new 74ff3cc8bd5 [AMDGPU] fix test to survive more FP undef constant folding
new 767ba55eb3b [DebugInfo] Move RangeListEntries instead of copying.
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/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 4 ++--
test/CodeGen/AMDGPU/debug-value.ll | 11 ++++++-----
2 files changed, 8 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 gcc.
from 26c6b9d2f6b PR inline-asm/84742 * recog.c (asm_operand_ok): Return 0 [...]
new ffd99ef2488 PR c++/80598 * call.c (build_over_call): In templates set [...]
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/cp/ChangeLog | 7 +++++++
gcc/cp/call.c | 4 ++++
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/warn/Wunused-function4.C | 21 +++++++++++++++++++++
4 files changed, 35 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-function4.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 832535f453f Fix compilation failure with MSVC.
new 2082160f33b [NFC] Factor out a helper function for checking if a block [...]
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/Analysis/ValueTracking.h | 7 +++++++
lib/Analysis/ValueTracking.cpp | 9 +++++++++
lib/Transforms/Scalar/JumpThreading.cpp | 4 +---
lib/Transforms/Utils/LoopUtils.cpp | 11 ++++-------
4 files changed, 21 insertions(+), 10 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 libcxx.
from 46b8a51b4 Implement LWG#2518 - Non-member swap for propagate_const shou [...]
new 2b588cbf1 Low-hanging fruit optimization in string::__move_assign().
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/string | 27 ++++++++++++----
..._db1.pass.cpp => clear_and_shrink_db1.pass.cpp} | 36 ++++++++++------------
2 files changed, 38 insertions(+), 25 deletions(-)
copy test/libcxx/strings/basic.string/string.modifiers/{erase_iter_db1.pass.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 llvm.
from a5b92985863 Fix signed-unsigned comparison warning.
new 89d004c6420 [asan] Fix a false positive ODR violation due to LTO Consta [...]
new 832535f453f Fix compilation failure with MSVC.
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/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 2 +-
.../Instrumentation/AddressSanitizer.cpp | 10 ++++++++
.../AddressSanitizer/global_lto_merge.ll | 30 ++++++++++++++++++++++
3 files changed, 41 insertions(+), 1 deletion(-)
create mode 100644 test/Instrumentation/AddressSanitizer/global_lto_merge.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.