This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7724253 [X86] Regenerated shift combine tests.
new d9dffbd [ConstantFold] Improve the bitcast folding logic for constant [...]
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 | 15 +++++++--
test/Transforms/InstCombine/x86-sse4a.ll | 9 +++---
.../Transforms/InstSimplify/bitcast-vector-fold.ll | 36 +++++++++++-----------
3 files changed, 35 insertions(+), 25 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 compiler-rt.
from 8778ef5 [sanitizer] replace CHECK with CHECK_XY in two places for bet [...]
new e4c1b91 [asan] Add missing include for rand()
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/asan/TestCases/Linux/release_to_os_test.cc | 1 +
1 file changed, 1 insertion(+)
--
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 09d676e Apply Clang-format to MCAsmParser.cpp NFC.
new 70a4ffa [Hexagon] Clear the flow queue after visiting a single instruction
new befcbd1 [modules] Re-enable some previously excluded files.
new 7724253 [X86] Regenerated shift combine tests.
The 3 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/module.modulemap | 9 ---
lib/Target/Hexagon/BitTracker.cpp | 5 ++
test/CodeGen/Hexagon/bit-visit-flowq.ll | 47 ++++++++++++
test/CodeGen/X86/shift-combine.ll | 130 +++++++++++++++++++++++++-------
4 files changed, 156 insertions(+), 35 deletions(-)
create mode 100644 test/CodeGen/Hexagon/bit-visit-flowq.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 2dc16ad Refactor duplicated code. NFC.
new ebe77f7 Enable merging of SHF_MERGE sections with linker scripts.
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 | 8 ----
ELF/LinkerScript.cpp | 33 +++++++++++++-
ELF/OutputSections.cpp | 25 ++++++++---
ELF/OutputSections.h | 3 ++
test/ELF/linkerscript/merge-sections.s | 73 +++++++++++++++++++++++++++++++
test/ELF/linkerscript/repsection-symbol.s | 24 ++++++++++
test/ELF/linkerscript/repsection-va.s | 5 +--
7 files changed, 154 insertions(+), 17 deletions(-)
create mode 100644 test/ELF/linkerscript/merge-sections.s
create mode 100644 test/ELF/linkerscript/repsection-symbol.s
--
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 f565d64 [LoopInterchange] Minor refactor. NFC.
new be08d6e Defer asm errors to post-statement failure
new 09d676e Apply Clang-format to MCAsmParser.cpp 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:
include/llvm/MC/MCParser/MCAsmLexer.h | 6 +
include/llvm/MC/MCParser/MCAsmParser.h | 42 +-
include/llvm/Support/SMLoc.h | 2 +
lib/MC/MCParser/AsmParser.cpp | 254 ++++-----
lib/MC/MCParser/MCAsmLexer.cpp | 3 +-
lib/MC/MCParser/MCAsmParser.cpp | 19 +-
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 43 +-
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 75 +--
lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 54 +-
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 60 +-
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp | 16 +-
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp | 3 -
lib/Target/X86/AsmParser/X86AsmParser.cpp | 78 +--
test/MC/AArch64/armv8.1a-rdma.s | 46 +-
test/MC/AArch64/inst-directive-diagnostic.s | 2 +
test/MC/AArch64/neon-diagnostics.s | 646 +++++++---------------
16 files changed, 519 insertions(+), 830 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 release_39
in repository llvm.
from fbbabf3 Merging r279647: -------------------------------------------- [...]
new 7d62f51 Bump version to 3.9.1
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:
CMakeLists.txt | 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 93627d9 [InstSimplify] Add tests to show missed bitcast folding oppor [...]
new f565d64 [LoopInterchange] Minor refactor. 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:
lib/Transforms/Scalar/LoopInterchange.cpp | 23 +++++++++++------------
1 file changed, 11 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 master
in repository gcc.
from 005248bc6 Trying again to fix aligned-new on m68k.
new 68b219e Add new effective target: profile_update_atomic
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/gcov/gcov-threads-1.C | 1 +
gcc/testsuite/gcc.dg/tree-prof/val-profiler-threads-1.c | 2 ++
gcc/testsuite/lib/target-supports.exp | 7 +++++++
4 files changed, 17 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 c732159 Don't use else if after return. Tidy comments. NFC.
new 93627d9 [InstSimplify] Add tests to show missed bitcast folding oppor [...]
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:
.../Transforms/InstSimplify/bitcast-vector-fold.ll | 144 +++++++++++++++++++++
1 file changed, 144 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 7849052 Typo. NFC.
new c732159 Don't use else if after return. Tidy comments. 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:
lib/Transforms/Scalar/LoopInterchange.cpp | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.