This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fb1ead3 Reset "undef" flag when coalescing subregister into whole register
new 8b3f754 MachineFunction: Add llvm_unreachable for missing properties
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/MachineFunction.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 4e4ac88 GlobalISel: support legalization of G_FCONSTANTs
new fb1ead3 Reset "undef" flag when coalescing subregister into whole register
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/RegisterCoalescer.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 381507e [lldb] Use OrcMCJITReplacement rather than MCJIT as the under [...]
new 9b6d87e Remove a test that depends on knowing all compiler's register [...]
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:
.../TestBreakpointConditions.py | 23 ----------------------
1 file changed, 23 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 zorg.
from 64ef355 Moved builder clang-with-lto-ubuntu to another slave.
new 30fd388 Added handling "clang" as "cfe" for the project filtering in [...]
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:
buildbot/osuosl/master/config/schedulers.py | 10 ++++++++--
1 file changed, 8 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 llvm.
from 78efd69 MachineFunction: Cleanup/simplify MachineFunctionProperties::print()
new 177fbef [InstCombine] use m_APInt to allow icmp (shl X, Y), C folds f [...]
new 077e6b7 GlobalISel: teach legalizer how to handle integer constants.
new 4e4ac88 GlobalISel: support legalization of G_FCONSTANTs
The 3 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/CodeGen/GlobalISel/MachineIRBuilder.h | 9 ++++
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 5 ++
lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 18 ++++++-
lib/CodeGen/GlobalISel/MachineLegalizer.cpp | 5 +-
lib/Target/AArch64/AArch64MachineLegalizer.cpp | 10 ++++
lib/Transforms/InstCombine/InstCombineCompares.cpp | 33 ++++++------
.../AArch64/GlobalISel/legalize-constant.mir | 62 ++++++++++++++++++++++
test/Transforms/InstCombine/getelementptr.ll | 8 +--
test/Transforms/InstCombine/icmp.ll | 28 +++++-----
9 files changed, 142 insertions(+), 36 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-constant.mir
--
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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from f61467b jenkins.sh: Remove workaround
new 2ee7e51 Copy the libpthread DLL into the bin directory so it gets int [...]
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/package.sh | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 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 9e4dd12 Partially revert 279331, as we modify this instruction in the loop
new e52c44e MachineFunction: Make LastProperty an alias of the last property
new 78efd69 MachineFunction: Cleanup/simplify MachineFunctionProperties::print()
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/CodeGen/MachineFunction.h | 10 ++---
lib/CodeGen/MachineFunction.cpp | 54 +++++++++-----------------
lib/CodeGen/MachineFunctionPass.cpp | 2 +-
test/CodeGen/AArch64/arm64-misched-multimmo.ll | 2 +-
4 files changed, 24 insertions(+), 44 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 41ebd27 [CMake] Add check-compiler-rt target for runtimes build
new 1ca6b63 [CMake] Support building on OS X without Xcode installation
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:
cmake/Modules/CompilerRTDarwinUtils.cmake | 8 ++++++--
cmake/config-ix.cmake | 8 ++++++++
2 files changed, 14 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 llvm.
from 36caf71 Convert some depth first traversals to depth_first
new b2ae2ed Revert "[asan] Add support of lifetime poisoning into Compute [...]
new 9e4dd12 Partially revert 279331, as we modify this instruction in the loop
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:
.../llvm/Transforms/Utils/ASanStackFrameLayout.h | 17 ++++----
.../Instrumentation/AddressSanitizer.cpp | 5 +--
.../Scalar/SeparateConstOffsetFromGEP.cpp | 10 +++--
lib/Transforms/Utils/ASanStackFrameLayout.cpp | 13 ++----
.../Transforms/Utils/ASanStackFrameLayoutTest.cpp | 46 +++++++++++-----------
5 files changed, 40 insertions(+), 51 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 4f1aaec [asan] Temporarily mark test as broken on Windows
new a213e3e [CMake] Add top-level install-compiler-rt target
new 41ebd27 [CMake] Add check-compiler-rt target for runtimes build
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:
cmake/Modules/AddCompilerRT.cmake | 1 +
cmake/base-config-ix.cmake | 1 +
test/CMakeLists.txt | 6 +++++-
3 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.