This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 1627ec8 ELF: Change check(Expected<T>, const Twine &) to call toStrin [...]
new be53eed Define Config::isLE and Config::wordsize.
new 3da509d Compute Config member function return values only once.
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/Config.h | 65 ++++++++++++++++++++++++-----------------------
ELF/Driver.cpp | 26 ++++++++++++++++++-
ELF/EhFrame.cpp | 6 ++---
ELF/ICF.cpp | 2 +-
ELF/InputFiles.cpp | 5 ++--
ELF/InputFiles.h | 2 +-
ELF/InputSection.cpp | 10 ++++----
ELF/LTO.cpp | 2 +-
ELF/MarkLive.cpp | 2 +-
ELF/OutputSections.cpp | 2 +-
ELF/Relocations.cpp | 33 ++++++++++++------------
ELF/SyntheticSections.cpp | 34 ++++++++++++-------------
ELF/SyntheticSections.h | 2 +-
ELF/Target.cpp | 8 +++---
ELF/Thunks.cpp | 4 +--
ELF/Writer.cpp | 19 +++++++-------
16 files changed, 122 insertions(+), 100 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 42546f6 [x86] regenerate checks; NFC
new b79f07b [x86] regenerate checks; NFC
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/X86/fp128-i128.ll | 251 ++++++++++++++++++++++++++---------------
1 file changed, 162 insertions(+), 89 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 7c45253 Fix docs-llvm-html build.
new 42546f6 [x86] regenerate checks; NFC
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/X86/pr12312.ll | 308 ++++++++++++++++++++++++++++----------------
1 file changed, 198 insertions(+), 110 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 e9b379b [Outliner] Add outliner for AArch64
new 7c45253 Fix docs-llvm-html build.
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:
docs/LangRef.rst | 3 ++-
1 file changed, 2 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 master
in repository llvm.
from a82d790 [asan] Fix dead stripping of globals on Linux.
new 7347ffe [SCEV] Use const Loop *L instead of Loop *L. NFC
new e9b379b [Outliner] Add outliner for AArch64
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/Analysis/ScalarEvolution.h | 13 +-
lib/Analysis/ScalarEvolution.cpp | 13 +-
lib/Target/AArch64/AArch64InstrInfo.cpp | 280 +++++++++++++++++++++++++++++--
lib/Target/AArch64/AArch64InstrInfo.h | 34 ++++
test/CodeGen/AArch64/machine-outliner.ll | 43 +++++
5 files changed, 360 insertions(+), 23 deletions(-)
create mode 100644 test/CodeGen/AArch64/machine-outliner.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 8c12104 Implement DR 373 "Lookup on namespace qualified name in using [...]
new 594a067 [Sema] Unbreak GCC -Werror build (enum compare).
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/Sema/SemaCXXScopeSpec.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.