This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 70fc21b85b4 [hot-cold-split] Only perform splitting in ThinLTO backend [...]
new 2a04af10be8 Revert "[ThinLTO] Fix a crash in lazy loading of Metadata"
new 8b9cbda1b32 [ORC] Re-apply r345077 with fixes to remove ambiguity in lo [...]
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/ExecutionEngine/JITSymbol.h | 12 ++
include/llvm/ExecutionEngine/Orc/Core.h | 99 +++++++-------
include/llvm/ExecutionEngine/Orc/LLJIT.h | 2 +-
lib/Bitcode/Reader/BitcodeReader.cpp | 6 +-
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 17 ++-
lib/ExecutionEngine/Orc/Core.cpp | 152 ++++++++++++---------
lib/ExecutionEngine/Orc/ExecutionUtils.cpp | 4 +-
lib/ExecutionEngine/Orc/IndirectionUtils.cpp | 2 +-
lib/ExecutionEngine/Orc/LLJIT.cpp | 8 +-
lib/ExecutionEngine/Orc/LazyReexports.cpp | 4 +-
.../Orc/RTDyldObjectLinkingLayer.cpp | 9 +-
.../OrcLazy/Inputs/hidden-definitions.ll | 6 +
test/ExecutionEngine/OrcLazy/hidden-visibility.ll | 17 +++
test/ThinLTO/X86/Inputs/pr35472.ll | 13 --
test/ThinLTO/X86/pr35472.ll | 122 -----------------
tools/lli/lli.cpp | 46 ++++++-
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 72 ++++++----
.../Orc/RTDyldObjectLinkingLayerTest.cpp | 10 +-
18 files changed, 291 insertions(+), 310 deletions(-)
create mode 100644 test/ExecutionEngine/OrcLazy/Inputs/hidden-definitions.ll
create mode 100644 test/ExecutionEngine/OrcLazy/hidden-visibility.ll
delete mode 100644 test/ThinLTO/X86/Inputs/pr35472.ll
delete mode 100644 test/ThinLTO/X86/pr35472.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 gcc.
from ddc69a97aad 2018-10-23 Iain Buclaw <ibuclaw(a)gdcproject.org>
new b8e0f11a71b * config/h8300/h8300.c (h8300_expand_prologue): Fix stm ge [...]
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 | 5 +++++
gcc/config/h8300/h8300.c | 6 +++---
2 files changed, 8 insertions(+), 3 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 eec87eef417 Actually fix test from r345085 REQUIRE: asserts
new fe08d6738fe [ThinLTO] Fix a crash in lazy loading of Metadata
new 70fc21b85b4 [hot-cold-split] Only perform splitting in ThinLTO backend [...]
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/Bitcode/Reader/BitcodeReader.cpp | 6 +-
lib/Passes/PassBuilder.cpp | 4 +-
test/Other/new-pm-thinlto-defaults.ll | 4 ++
test/ThinLTO/X86/Inputs/pr35472.ll | 13 ++++
test/ThinLTO/X86/pr35472.ll | 122 ++++++++++++++++++++++++++++++++++
5 files changed, 146 insertions(+), 3 deletions(-)
create mode 100644 test/ThinLTO/X86/Inputs/pr35472.ll
create mode 100644 test/ThinLTO/X86/pr35472.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 a4db8ee8e Factor out code to a new function. NFC.
new 659968556 Move a function out of a class because it doesn't depend on a [...]
new 4b7c6027b Move forward declarations to the top of the file and sort.
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:
ELF/LinkerScript.h | 8 ++++----
ELF/Relocations.cpp | 28 ++++++++++++++--------------
ELF/Relocations.h | 4 ----
3 files changed, 18 insertions(+), 22 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 binutils-gdb.
from 35ed81d4f4 Avoid GDB SIGTTOU on catch exec + set follow-exec-mode new ( [...]
new bea556ab08 Fix failing cooked_read selftest for CSKY.
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 | 5 +++++
gdb/regcache.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.