This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6e033d8f556 Daily bump.
new e1b5fa4a0e2 runtime, os: fix the build on Solaris
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/go/gofrontend/MERGE | 2 +-
libgo/go/os/executable_solaris.go | 10 +++++---
libgo/go/runtime/os3_solaris.go | 54 +++++++++++++++++++++++++++++++++++++++
libgo/go/runtime/stubs3.go | 1 -
4 files changed, 62 insertions(+), 5 deletions(-)
create mode 100644 libgo/go/runtime/os3_solaris.go
--
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 d3429e96fe1 [ORC] Include-what-you-use fixes.
new 410236759a4 [ORC] Add support for multithreaded compiles to LLJIT and L [...]
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/ExecutionEngine/Orc/ExecutionUtils.h | 3 +
include/llvm/ExecutionEngine/Orc/LLJIT.h | 37 +++++++--
lib/ExecutionEngine/Orc/LLJIT.cpp | 90 ++++++++++++++++++++--
.../OrcLazy/multiple-compile-threads-basic.ll | 18 +++++
tools/lli/lli.cpp | 54 +++++++++++--
5 files changed, 183 insertions(+), 19 deletions(-)
create mode 100644 test/ExecutionEngine/OrcLazy/multiple-compile-threads-basic.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 6e5c098df16 [ORC] Fix a missing include in r343055.
new d3429e96fe1 [ORC] Include-what-you-use fixes.
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/ExecutionEngine/Orc/ThreadSafeModule.h | 2 ++
1 file changed, 2 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 llvm.
from d813c35f4cf [ORC] Add ThreadSafeModule and ThreadSafeContext wrappers t [...]
new 6e5c098df16 [ORC] Fix a missing include in r343055.
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/ExecutionEngine/Orc/ThreadSafeModule.h | 2 ++
1 file changed, 2 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 llvm.
from 5088aa8e411 Remove LoopID metadata from the branch instruction that fol [...]
new d813c35f4cf [ORC] Add ThreadSafeModule and ThreadSafeContext wrappers t [...]
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:
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 12 +-
include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 4 +-
.../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 9 +-
include/llvm/ExecutionEngine/Orc/LLJIT.h | 15 +--
include/llvm/ExecutionEngine/Orc/Layer.h | 33 ++++--
.../llvm/ExecutionEngine/Orc/ThreadSafeModule.h | 124 +++++++++++++++++++++
lib/ExecutionEngine/Orc/CMakeLists.txt | 1 +
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 121 ++++++++------------
lib/ExecutionEngine/Orc/IRCompileLayer.cpp | 10 +-
lib/ExecutionEngine/Orc/IRTransformLayer.cpp | 10 +-
lib/ExecutionEngine/Orc/LLJIT.cpp | 32 +++---
lib/ExecutionEngine/Orc/Layer.cpp | 31 ++++--
lib/ExecutionEngine/Orc/ThreadSafeModule.cpp | 65 +++++++++++
tools/lli/lli.cpp | 53 ++++-----
.../Orc/RTDyldObjectLinkingLayer2Test.cpp | 25 +++--
15 files changed, 364 insertions(+), 181 deletions(-)
create mode 100644 include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
create mode 100644 lib/ExecutionEngine/Orc/ThreadSafeModule.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 969fcec33e8 [WebAssembly] SIMD conversions
new c1271f6cb47 Revert "Revert "[ConstHoist] Do not rebase single (or few) [...]
new 5088aa8e411 Remove LoopID metadata from the branch instruction that fol [...]
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/Transforms/Scalar/ConstantHoisting.cpp | 68 +++++---
lib/Transforms/Utils/LoopUnrollPeel.cpp | 6 +-
test/CodeGen/Thumb/consthoist-few-dependents.ll | 191 +++++++++++++++++++++
test/Transforms/LoopUnroll/peel-loop-conditions.ll | 42 ++++-
test/Transforms/LoopUnroll/peel-loop.ll | 30 +++-
5 files changed, 299 insertions(+), 38 deletions(-)
create mode 100644 test/CodeGen/Thumb/consthoist-few-dependents.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 f048c66f451 [DAGCombiner] Remove unnecessary check for visitSDIVLike/vi [...]
new 969fcec33e8 [WebAssembly] SIMD conversions
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/WebAssembly/WebAssemblyInstrSIMD.td | 16 ++++
test/CodeGen/WebAssembly/simd-conversions.ll | 100 +++++++++++++++++++++++++
test/MC/WebAssembly/simd-encodings.s | 24 ++++++
3 files changed, 140 insertions(+)
create mode 100644 test/CodeGen/WebAssembly/simd-conversions.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 clang.
from c531bbd2d9 Fix a bot failure from r343042.
new 8e0f894a0e [analyzer] Fix a crash on casting symbolic pointers to deriv [...]
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/StaticAnalyzer/Core/Store.cpp | 12 +++++++++++-
test/Analysis/casts.cpp | 30 ++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 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 b4e7b6292fb Daily bump.
new 2bc05ac4bad Daily bump.
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/DATESTAMP | 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 master
in repository gcc.
from 401a3477229 rs6000: Use set_attr_alternative in some places
new 6e033d8f556 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.