This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 270bd836f89 StructurizeCFG,AMDGPU: Test case of a redundant phi and cod [...]
new 582b1196240 [ORC] Rename ORC layers to make the "new" ORC layers the default.
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:
.../BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 6 +-
.../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 8 +-
.../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 10 +-
.../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 8 +-
.../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 8 +-
examples/Kaleidoscope/include/KaleidoscopeJIT.h | 4 +-
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 24 +-
include/llvm/ExecutionEngine/Orc/ExecutionUtils.h | 14 +-
include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 12 +-
.../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 12 +-
include/llvm/ExecutionEngine/Orc/LLJIT.h | 16 +-
.../ExecutionEngine/Orc/ObjectTransformLayer.h | 12 +-
.../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 26 +-
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 30 +-
lib/ExecutionEngine/Orc/ExecutionUtils.cpp | 6 +-
lib/ExecutionEngine/Orc/IRCompileLayer.cpp | 6 +-
lib/ExecutionEngine/Orc/IRTransformLayer.cpp | 4 +-
lib/ExecutionEngine/Orc/LLJIT.cpp | 2 +-
lib/ExecutionEngine/Orc/ObjectTransformLayer.cpp | 10 +-
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 16 +-
lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp | 2 +-
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 4 +-
.../Orc/RTDyldObjectLinkingLayer.cpp | 8 +-
tools/lli/lli.cpp | 6 +-
unittests/ExecutionEngine/Orc/CMakeLists.txt | 4 +-
...Test.cpp => LegacyCompileOnDemandLayerTest.cpp} | 4 +-
....cpp => LegacyRTDyldObjectLinkingLayerTest.cpp} | 26 +-
.../Orc/ObjectTransformLayerTest.cpp | 24 +-
.../Orc/RTDyldObjectLinkingLayer2Test.cpp | 228 --------------
.../Orc/RTDyldObjectLinkingLayerTest.cpp | 332 +++++++++------------
30 files changed, 295 insertions(+), 577 deletions(-)
rename unittests/ExecutionEngine/Orc/{CompileOnDemandLayerTest.cpp => LegacyCompil [...]
copy unittests/ExecutionEngine/Orc/{RTDyldObjectLinkingLayerTest.cpp => LegacyRTDy [...]
delete mode 100644 unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayer2Test.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 zorg.
from f8a8888 Revert "[Zorg] Explicitly use `-stdlib=libstdc++` for Android."
new db2048c [buildbot, windows] Pass the python path for the new windows [...]
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/builders.py | 3 +--
1 file changed, 1 insertion(+), 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 clang.
from 82c25dd875 [Driver] Support direct split DWARF emission for Fuchsia
new ed6979387c [mips] Fix handling of GNUABIN32 environment in a target triple
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/Basic/Targets/Mips.h | 7 ++++++-
lib/Driver/ToolChains/Arch/Mips.cpp | 3 +++
lib/Driver/ToolChains/Gnu.cpp | 18 +++++++++++++++--
lib/Driver/ToolChains/Linux.cpp | 29 +++++++++++++++++----------
test/CodeGen/atomics-inlining.c | 1 +
test/CodeGen/mips-zero-sized-struct.c | 4 ++++
test/CodeGen/target-data.c | 12 +++++++++++
test/CodeGen/xray-attributes-supported.cpp | 8 ++++++++
test/Driver/clang-translation.c | 32 ++++++++++++++++++++++++++++++
test/Driver/linux-ld.c | 14 +++++++++++++
10 files changed, 115 insertions(+), 13 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 6712561e190 Change a TerminatorInst* to an Instruction* in HotColdSplit [...]
new 4812114f295 [ORC] Rename MultiThreadedSimpleCompiler to ConcurrentIRCompiler.
new 01e314f12f6 [CMake] Fix a missing LLVM_ENABLE_IDE from r344555
new 270bd836f89 StructurizeCFG,AMDGPU: Test case of a redundant phi and cod [...]
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:
CMakeLists.txt | 2 +-
include/llvm/ExecutionEngine/Orc/CompileUtils.h | 8 ++--
lib/ExecutionEngine/Orc/LLJIT.cpp | 2 +-
test/CodeGen/AMDGPU/smrd.ll | 34 ++++++++++++++++
.../Transforms/StructurizeCFG/loop-continue-phi.ll | 45 ++++++++++++++++++++++
5 files changed, 85 insertions(+), 6 deletions(-)
create mode 100644 test/Transforms/StructurizeCFG/loop-continue-phi.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 binutils-gdb.
from 933e62b1c1 Add Alan Hayward as AArch64/ARM GDB maintainer
new 0e0dd7f1e8 Re: BFD_INIT_MAGIC
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:
bfd/ChangeLog | 6 ++++++
bfd/bfd-in2.h | 2 +-
bfd/init.c | 4 ++--
3 files changed, 9 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.