This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3cd5aad15cf [ARM] Enable useAA() for the in-order Cortex-R52
new 8f072ac5b47 DAG combine "and|or (select c, -1, 0), x" -> "select c, x, 0|-1"
new 3080dcbe49e Revert "[AArch64] Coalesce Copy Zero during instruction selection"
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/DAGCombiner.cpp | 17 +++-
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 30 +------
test/CodeGen/AArch64/arm64-addr-type-promotion.ll | 1 -
test/CodeGen/AArch64/arm64-cse.ll | 2 +-
test/CodeGen/AArch64/copy-zero-reg.ll | 47 ----------
test/CodeGen/AArch64/i128-fast-isel-fallback.ll | 2 +-
test/CodeGen/AMDGPU/dagcombine-select.ll | 102 ++++++++++++++++++++++
test/CodeGen/AMDGPU/udivrem.ll | 26 ++----
test/CodeGen/X86/dagcombine-select.ll | 90 ++++++++++++++-----
9 files changed, 198 insertions(+), 119 deletions(-)
delete mode 100644 test/CodeGen/AArch64/copy-zero-reg.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 e43452878c7 [InstCombine] make div/rem vector constant utility function; NFCI
new 3cd5aad15cf [ARM] Enable useAA() for the in-order Cortex-R52
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/ARM/ARM.td | 7 ++++++-
lib/Target/ARM/ARMSubtarget.h | 7 +++++++
test/CodeGen/ARM/useaa.ll | 26 ++++++++++++++++++++++++++
3 files changed, 39 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/ARM/useaa.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 test-suite.
from 3b6897ae [test-suite] Fix SystemZ build break (missing cycleclock::Now)
new 8807a720 [SPEC] Set the language standard to C++98.
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:
External/SPEC/CFP2017rate/510.parest_r/CMakeLists.txt | 1 +
External/SPEC/CFP2017rate/526.blender_r/CMakeLists.txt | 1 +
External/SPEC/CINT2006/473.astar/CMakeLists.txt | 2 ++
3 files changed, 4 insertions(+)
--
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 3f96780b2 Remove UUID::SetFromCString
new dc6e82f67 Fix macos build for r335244
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:
source/Host/macosx/Symbols.cpp | 4 ++--
1 file changed, 2 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 lldb.
from 5821f5fb1 Modernize UUID class
new 3f96780b2 Remove UUID::SetFromCString
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/lldb/Utility/UUID.h | 1 -
source/API/SBTarget.cpp | 2 +-
source/Interpreter/OptionValueUUID.cpp | 2 +-
source/Interpreter/Property.cpp | 2 +-
.../Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp | 2 +-
source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp | 2 +-
.../Process/gdb-remote/GDBRemoteCommunicationClient.cpp | 2 +-
source/Plugins/Process/mach-core/ProcessMachCore.cpp | 2 +-
source/Utility/UUID.cpp | 10 +---------
unittests/Target/ModuleCacheTest.cpp | 2 +-
10 files changed, 9 insertions(+), 18 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 66afe8db7 [TSan] fix build and couple of unit tests on FreeBSD
new f3fff397c [sanitizer] Stop running tests against 32-bit iOS simulator
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/lit.common.cfg | 5 +++++
1 file changed, 5 insertions(+)
--
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 binutils-gdb.
from d388f64333 Regen doc/Makefile.in
new 33bab475a6 Avoid memcpys in regcache read_part/write_part for full registers.
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:
gdb/ChangeLog | 10 ++++++
gdb/regcache.c | 104 ++++++++++++++++++++++++++++++++-------------------------
gdb/regcache.h | 12 ++++---
3 files changed, 76 insertions(+), 50 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 67dea37db ScriptInterpreterPython cleanup
new 5821f5fb1 Modernize UUID class
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/lldb/Utility/UUID.h | 7 ++++---
source/API/SBModule.cpp | 2 +-
source/API/SBModuleSpec.cpp | 4 ++--
source/Interpreter/OptionValueUUID.cpp | 17 ++++++----------
source/Utility/UUID.cpp | 16 +++++++--------
unittests/Utility/CMakeLists.txt | 1 +
unittests/Utility/UUIDTest.cpp | 36 ++++++++++++++++++++++++++++++++++
7 files changed, 57 insertions(+), 26 deletions(-)
create mode 100644 unittests/Utility/UUIDTest.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 a3ff01d1016 [NFC][ARM] ldrd/strd negative tests
new e43452878c7 [InstCombine] make div/rem vector constant utility function; NFCI
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/InstCombineInternal.h | 17 +++++++++++++++++
lib/Transforms/InstCombine/InstructionCombining.cpp | 20 +++++++-------------
2 files changed, 24 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.