This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from e2cb278 LTO: Reduce memory consumption by creating an in-memory symbo [...]
new 48b1d1a Revert r299168 and r299169 due to library dependency issues.
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:
COFF/InputFiles.cpp | 5 +++--
ELF/InputFiles.cpp | 8 +++++---
2 files changed, 8 insertions(+), 5 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 f43d588 [libFuzzer] make sure we don't execute libFuzzer's mem* and s [...]
new 9f482fc LTO: Reduce memory consumption by creating an in-memory symbo [...]
new 0c34fa1 Fix 32-bit 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:
include/llvm/LTO/LTO.h | 207 +++++++---------------------
include/llvm/Object/IRSymtab.h | 298 +++++++++++++++++++++++++++++++++++++++++
lib/LTO/LTO.cpp | 212 ++++++++++++-----------------
lib/Object/CMakeLists.txt | 1 +
lib/Object/IRSymtab.cpp | 228 +++++++++++++++++++++++++++++++
tools/gold/gold-plugin.cpp | 4 +-
6 files changed, 659 insertions(+), 291 deletions(-)
create mode 100644 include/llvm/Object/IRSymtab.h
create mode 100644 lib/Object/IRSymtab.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 clang.
from 462da6c [ThinLTO] Set up lto::Config properly for codegen in ThinLTO [...]
new d91adac Add triple to new test
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/CodeGen/function-sections.c | 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 lld.
from faf3253 Update comments.
new e2cb278 LTO: Reduce memory consumption by creating an in-memory symbo [...]
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:
COFF/InputFiles.cpp | 5 ++---
ELF/InputFiles.cpp | 8 +++-----
2 files changed, 5 insertions(+), 8 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 39fd9e9 Temporarily revert "[PPC] In PPCBoolRetToInt change the bool [...]
new f43d588 [libFuzzer] make sure we don't execute libFuzzer's mem* and s [...]
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/Fuzzer/FuzzerDefs.h | 7 ++++---
lib/Fuzzer/FuzzerDictionary.h | 2 ++
lib/Fuzzer/FuzzerMutate.cpp | 2 +-
lib/Fuzzer/FuzzerTracePC.h | 2 +-
lib/Fuzzer/FuzzerTraceState.cpp | 13 +++++++++----
5 files changed, 17 insertions(+), 9 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 365612c [XRay][tools] Remove some assertions in llvm-xray graph
new 39fd9e9 Temporarily revert "[PPC] In PPCBoolRetToInt change the bool [...]
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/PowerPC/PPC.h | 2 +-
lib/Target/PowerPC/PPCBoolRetToInt.cpp | 52 ++++++++++--------------------
lib/Target/PowerPC/PPCTargetMachine.cpp | 2 +-
test/CodeGen/PowerPC/BoolRetToIntTest-2.ll | 20 ------------
test/CodeGen/PowerPC/BoolRetToIntTest.ll | 28 ++++++++--------
5 files changed, 33 insertions(+), 71 deletions(-)
delete mode 100644 test/CodeGen/PowerPC/BoolRetToIntTest-2.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 b429dfb Fix typo, defind -> defined.
new 1374706 Update x86-64 ABI link with the one from linuxbase.org since [...]
new 462da6c [ThinLTO] Set up lto::Config properly for codegen in ThinLTO [...]
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/clang/Basic/TargetInfo.h | 2 +-
lib/CodeGen/BackendUtil.cpp | 278 +++++++++++++++++++++------------------
test/CodeGen/function-sections.c | 8 +-
3 files changed, 161 insertions(+), 127 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 4922322 Fix typo, defind -> defined.
new 365612c [XRay][tools] Remove some assertions in llvm-xray graph
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:
.../llvm-xray/X86/graph-zero-latency-calls.yaml | 20 ++++++++++++++++++++
tools/llvm-xray/xray-graph.cc | 7 +------
2 files changed, 21 insertions(+), 6 deletions(-)
create mode 100644 test/tools/llvm-xray/X86/graph-zero-latency-calls.yaml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.