This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from de5c0c2 [GlobalISel] Translate shufflevector
new 8b2132a [ConstantFolding] Fix to prevent constant folding having to r [...]
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/Analysis/ConstantFolding.cpp | 2 +-
test/Analysis/ConstantFolding/timeout.ll | 73 ++++++++++++++++++++++++++++++++
2 files changed, 74 insertions(+), 1 deletion(-)
create mode 100644 test/Analysis/ConstantFolding/timeout.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 1802195 Add support for attribute enum_extensibility.
new 23ec131 [scan-build-py] reuse command line output parameter for repor [...]
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:
tools/scan-build-py/libscanbuild/analyze.py | 24 ++++++++++---------
tools/scan-build-py/libscanbuild/report.py | 37 ++++++++++++++++-------------
2 files changed, 33 insertions(+), 28 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 gcc-5-branch
in repository gcc.
from 80c92aa Daily bump.
new e55d8dc [PATCH][GCC][AArch64] Fix incorrect INS in SIMD mov pattern
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/aarch64/aarch64-simd.md | 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 lld.
from 359a73f [ELF] - Detemplate ARMExidxSentinelSection. NFC.
new b05f412 [ELF] - Detemplate InputSectionBase::uncompress(). NFC
new d84359b [ELF] - Detemplate InputSection::getRelocatedSection(). NFC.
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/Driver.cpp | 2 +-
ELF/InputSection.cpp | 21 +++++----------------
ELF/InputSection.h | 4 ++--
ELF/OutputSections.cpp | 2 +-
4 files changed, 9 insertions(+), 20 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 lld.
from 4e3e7ee [ELF] - Fix one more access to Sections member.
new 359a73f [ELF] - Detemplate ARMExidxSentinelSection. 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:
ELF/SyntheticSections.cpp | 13 +++----------
ELF/SyntheticSections.h | 2 +-
ELF/Writer.cpp | 2 +-
3 files changed, 5 insertions(+), 12 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 gcc-6-branch
in repository gcc.
from 6af764f Daily bump.
new 7fcd742 [PATCH][GCC][AArch64] Fix incorrect INS in SIMD mov pattern
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/aarch64/aarch64-simd.md | 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 lld.
from 4ce3ae5 [ELF] Follow-up to r298345 "[ELF] - Detemplate GdbIndexSection."
new 4e3e7ee [ELF] - Fix one more access to Sections member.
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:
ELF/InputFiles.cpp | 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 llvm.
from 995cf14 [APFloat] Tag the fltSemantic getter functions with LLVM_READNONE.
new de5c0c2 [GlobalISel] Translate shufflevector
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/CodeGen/GlobalISel/IRTranslator.h | 5 +-
include/llvm/Target/GenericOpcodes.td | 7 ++
include/llvm/Target/TargetOpcodes.def | 5 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 10 ++
.../AArch64/GlobalISel/arm64-irtranslator.ll | 108 +++++++++++++++++++++
test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll | 80 +++++++++++++++
6 files changed, 211 insertions(+), 4 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 lld.
from 461d6f0 [ELF] - Detemplate InputSectionBase::getLinkOrderDep(). NFC.
new 4ce3ae5 [ELF] Follow-up to r298345 "[ELF] - Detemplate GdbIndexSection."
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:
ELF/InputFiles.cpp | 32 +++++++++++++++++---------------
ELF/InputFiles.h | 1 -
2 files changed, 17 insertions(+), 16 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 lld.
from 6631b2e [ELF] - Detemplate GdbIndexSection.
new 461d6f0 [ELF] - Detemplate InputSectionBase::getLinkOrderDep(). 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:
ELF/InputSection.cpp | 8 +-------
ELF/InputSection.h | 2 +-
ELF/OutputSections.cpp | 9 ++++-----
ELF/SyntheticSections.cpp | 2 +-
4 files changed, 7 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.