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 369b10570 More revert of r327031
new 70aabe094 [asan] Fix a false positive ODR violation due to LTO Constant [...]
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/asan/TestCases/Darwin/odr-lto.cc | 12 +++---------
test/asan/TestCases/lto-constmerge-odr.cc | 14 ++++++++++++++
2 files changed, 17 insertions(+), 9 deletions(-)
create mode 100644 test/asan/TestCases/lto-constmerge-odr.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 gcc.
from 0d0b6c21f54 [AArch64] PR target/84748: Mark *compare_cstore<mode>_insn [...]
new 26c6b9d2f6b PR inline-asm/84742 * recog.c (asm_operand_ok): Return 0 [...]
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 | 6 ++++++
gcc/recog.c | 2 +-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/i386/pr84742-1.c | 10 ++++++++++
gcc/testsuite/gcc.target/i386/pr84742-2.c | 10 ++++++++++
5 files changed, 33 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr84742-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr84742-2.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 b70e54f12d2 [ConstantFold] fp_binop undef, undef --> undef
new 1a5231fa62e [DWARF v5] Support for verbose dumping of .debug_rnglist entries
new a5b92985863 Fix signed-unsigned comparison warning.
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/BinaryFormat/Dwarf.h | 1 +
include/llvm/DebugInfo/DIContext.h | 1 +
include/llvm/DebugInfo/DWARF/DWARFAddressRange.h | 4 +-
include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h | 26 ++++-
lib/BinaryFormat/Dwarf.cpp | 11 ++
lib/DebugInfo/DWARF/DWARFAddressRange.cpp | 9 +-
lib/DebugInfo/DWARF/DWARFContext.cpp | 5 +-
lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 101 +++++++++++++-----
lib/Support/MemoryBuffer.cpp | 2 +-
.../X86/Inputs/debug_rnglists_DWARF64.s | 2 +
test/tools/llvm-dwarfdump/X86/debug_rnglists.s | 115 ++++++++++++++-------
.../llvm-dwarfdump/X86/debug_rnglists_invalid.s | 5 +
12 files changed, 212 insertions(+), 70 deletions(-)
create mode 100644 test/tools/llvm-dwarfdump/X86/Inputs/debug_rnglists_DWARF64.s
--
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 c29d246f516 [Support] Add WriteThroughMemoryBuffer.
new b70e54f12d2 [ConstantFold] fp_binop undef, undef --> 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:
lib/IR/ConstantFold.cpp | 5 ++++-
test/Transforms/InstCombine/X86/X86FsubCmpCombine.ll | 2 +-
test/Transforms/InstSimplify/fp-undef.ll | 10 +++++-----
test/Transforms/Reassociate/factorize-again.ll | 11 ++++++-----
test/Transforms/Reassociate/fp-expr.ll | 5 +++--
5 files changed, 19 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 955f6c3c872 [llvm-mca] Fix handling of zero-latency instructions.
new c29d246f516 [Support] Add WriteThroughMemoryBuffer.
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/FileSystem.h | 11 ++++--
include/llvm/Support/MemoryBuffer.h | 63 ++++++++++++++++++++++++++++++----
lib/Support/MemoryBuffer.cpp | 59 ++++++++++++++++++++++++++++---
lib/Support/Unix/Path.inc | 2 +-
lib/Support/Windows/Path.inc | 2 +-
unittests/Support/MemoryBufferTest.cpp | 29 ++++++++++++++++
6 files changed, 151 insertions(+), 15 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 dba96664aff Revert r327053.
new 955f6c3c872 [llvm-mca] Fix handling of zero-latency 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:
.../llvm-mca/AArch64/CortexA57/direct-branch.s | 61 ++++++++++++++++++++++
test/tools/llvm-mca/AArch64/Exynos/direct-branch.s | 37 +++++++++++++
.../llvm-mca}/AArch64/lit.local.cfg | 0
tools/llvm-mca/Backend.cpp | 5 --
tools/llvm-mca/Dispatch.cpp | 1 +
tools/llvm-mca/Scheduler.cpp | 1 +
6 files changed, 100 insertions(+), 5 deletions(-)
create mode 100644 test/tools/llvm-mca/AArch64/CortexA57/direct-branch.s
create mode 100644 test/tools/llvm-mca/AArch64/Exynos/direct-branch.s
copy test/{Analysis/CostModel => tools/llvm-mca}/AArch64/lit.local.cfg (100%)
--
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 138421ba53f [X86][AVX] Pull out variable permute creation from LowerBUI [...]
new dba96664aff Revert r327053.
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:
.../Instrumentation/AddressSanitizer.cpp | 7 -----
.../AddressSanitizer/global_lto_merge.ll | 30 ----------------------
2 files changed, 37 deletions(-)
delete mode 100644 test/Instrumentation/AddressSanitizer/global_lto_merge.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 d7297a8595f Specify that test from r327041 requires asserts
new 97f847913bf [asan] Fix a false positive ODR violation due to LTO Consta [...]
new 138421ba53f [X86][AVX] Pull out variable permute creation from LowerBUI [...]
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/X86/X86ISelLowering.cpp | 276 +++++++++++----------
.../Instrumentation/AddressSanitizer.cpp | 7 +
.../AddressSanitizer/global_lto_merge.ll | 30 +++
3 files changed, 177 insertions(+), 136 deletions(-)
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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8951246e13b [DebugInfo] Add verifier for DICompositeType vector
new 4b32c56fb3b Fix detection of COFF executable files.
new d7297a8595f Specify that test from r327041 requires asserts
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/BinaryFormat/Magic.cpp | 14 ++++++--------
test/Transforms/FunctionImport/not-prevailing.ll | 1 +
2 files changed, 7 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 lldb.
from 56c75b77e Fix std unique pointer pretty-printer for new stl versions
new a884641f5 [test] Skip a test when using an out-of-tree debugserver
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:
packages/Python/lldbsuite/test/decorators.py | 6 ++++++
packages/Python/lldbsuite/test/dotest.py | 3 +++
packages/Python/lldbsuite/test/dotest_args.py | 5 +++++
.../test/functionalities/register/register_command/TestRegisters.py | 1 +
packages/Python/lldbsuite/test/lldbtest_config.py | 3 +++
test/CMakeLists.txt | 4 ++++
6 files changed, 22 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.