This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 46d77aab1fc Fix address sizes in the dwarfdump-debug-loc-error-cases test
new 4743865ece0 [InstCombine] Fold sub (or A, B) (and A, B) to (xor A, B)
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/InstCombine/InstCombineAddSub.cpp | 8 +++++++
test/Transforms/InstCombine/sub-or-and-xor.ll | 28 +++++++-----------------
2 files changed, 16 insertions(+), 20 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 d522e2bdf1a [NFC] Added tests for 'SUB of OR and AND to XOR' fold
new 720b5e54041 [NFC] Added a new test for D67153
new 46d77aab1fc Fix address sizes in the dwarfdump-debug-loc-error-cases 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:
test/DebugInfo/X86/dwarfdump-debug-loc-error-cases.s | 20 ++++++++++----------
test/Transforms/InstCombine/sub-or-and-xor.ll | 13 +++++++++++++
2 files changed, 23 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 lldb.
from d3b8b8531 Code cleanup: Change FormattersContainer::KeyType from SP to rvalue
new 48bda2f90 [lldb] Early exit in RangeDataVector:FindEntryIndexesThatContain
new b983bfb15 [lldb] Limit the amount of zeroes we use for padding when pri [...]
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/lldb/Target/Target.h | 2 +
include/lldb/Utility/RangeMap.h | 14 ++-
.../test/functionalities/float-display/Makefile | 3 +
.../float-display/TestFloatDisplay.py} | 0
.../test/functionalities/float-display/main.c | 121 +++++++++++++++++++++
source/Core/Debugger.cpp | 11 +-
source/Core/DumpDataExtractor.cpp | 3 +-
source/Target/Target.cpp | 6 +
source/Target/TargetProperties.td | 3 +
9 files changed, 153 insertions(+), 10 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/functionalities/float-display/Makefile
copy packages/Python/lldbsuite/test/{commands/frame/var-scope/TestFrameVariableSco [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/float-display/main.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 4de36ba6c79 [DebugInfo] LiveDebugValues: locations with different exprs [...]
new d522e2bdf1a [NFC] Added tests for 'SUB of OR and AND to XOR' fold
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/InstCombine/sub-or-and-xor.ll | 103 ++++++++++++++++++++++++++
1 file changed, 103 insertions(+)
create mode 100644 test/Transforms/InstCombine/sub-or-and-xor.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 4bc8111959d Revert "[Clang Interpreter] Initial patch for the constexpr [...]
new af19fb6bfc5 gn build: Merge r370862
new 4de36ba6c79 [DebugInfo] LiveDebugValues: locations with different exprs [...]
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/LiveDebugValues.cpp | 24 +++++--
.../X86/live-debug-values-expr-conflict.ll | 75 ++++++++++++++++++++++
.../gn/secondary/clang-tools-extra/clangd/BUILD.gn | 2 +-
.../clang-tools-extra/clangd/unittests/BUILD.gn | 2 +-
4 files changed, 94 insertions(+), 9 deletions(-)
create mode 100644 test/DebugInfo/X86/live-debug-values-expr-conflict.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 lld.
from 6d243bef5 [ELF] Add a spell corrector for "undefined symbol" diagnostics
new ad5c8dd1f [ELF] Fix spell corrector: don't call elf::InputFile::getSymb [...]
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 | 2 +-
1 file changed, 1 insertion(+), 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 gcc-7-branch
in repository gcc.
from 07565d0d784 2019-09-04 Richard Biener <rguenther(a)suse.de>
new e464472b593 2019-09-04 Richard Biener <rguenther(a)suse.de>
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 | 10 ++++++
gcc/testsuite/ChangeLog | 8 +++++
gcc/testsuite/g++.dg/torture/pr88149.C | 63 ++++++++++++++++++++++++++++++++++
gcc/tree-vect-slp.c | 34 ++++++++++++++++--
4 files changed, 113 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr88149.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-release-arm-spec2k6-Oz_LTO
in repository toolchain/ci/glibc.
from 6d8eaf4a25 hppa: Update libm-tests-ulps
adds ef98313dd3 Update Alpha libm-test-ulps
No new revisions were added by this update.
Summary of changes:
ChangeLog | 4 ++++
sysdeps/alpha/fpu/libm-test-ulps | 16 ++++++++--------
2 files changed, 12 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-release-arm-spec2k6-Oz_LTO
in repository toolchain/ci/binutils-gdb.
from 6b68d2cff3 Automatic date update in version.in
adds e5cc07bada Automatic date update in version.in
adds decfa2f08c Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.