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 de194d8575 Fix spelling typos.
new 9a0f1d5099 LD/testsuite: Conditionalize the placement of `.dynamic' in [...]
new 927960f053 LD/testsuite: Conditionalize the placement of `.got' in GNU_RELRO
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:
ld/ChangeLog | 11 +++++++++++
ld/testsuite/ld-elf/binutils.exp | 26 ++++++++++++++++++++++++--
2 files changed, 35 insertions(+), 2 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 1496f5a0f1c [X86][AVX] Regenerate shift test to show constant broadcast [...]
new 2071889dd30 [AArch64][Falkor] Avoid HW prefetcher tag collisions (step 2)
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/AArch64/AArch64.h | 2 +
lib/Target/AArch64/AArch64FalkorHWPFFix.cpp | 643 ++++++++++++++++++++++++++++
lib/Target/AArch64/AArch64TargetMachine.cpp | 9 +-
test/CodeGen/AArch64/falkor-hwpf-fix.ll | 67 +++
test/CodeGen/AArch64/falkor-hwpf-fix.mir | 52 +++
5 files changed, 771 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AArch64/falkor-hwpf-fix.ll
create mode 100644 test/CodeGen/AArch64/falkor-hwpf-fix.mir
--
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 9d825ec8956 2017-07-17 Yury Gribov <tetra2005(a)gmail.com>
new aae19516704 PR target/81471 * config/i386/i386.md (rorx_immediate_ope [...]
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 | 11 +++++++++++
gcc/config/i386/i386.md | 19 ++++++++++++-------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr81471.c | 13 +++++++++++++
4 files changed, 41 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr81471.c
--
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 e029500a635 [x86, CGP] increase memcmp() expansion up to 4 load pairs
new 1496f5a0f1c [X86][AVX] Regenerate shift test to show constant broadcast [...]
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/vector-shift-ashr-256.ll | 10 +++++-----
1 file changed, 5 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 c9fe908dea7 [TRE] Simplify canTRE() a bit using all_of(). NFCI.
new b547c3d9cff Make EHFrames available to sub-classes of RTDyldMemoryManager.
new e029500a635 [x86, CGP] increase memcmp() expansion up to 4 load pairs
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/RTDyldMemoryManager.h | 5 +-
lib/Target/X86/X86ISelLowering.cpp | 9 +-
test/CodeGen/X86/memcmp-optsize.ll | 395 +++--
test/CodeGen/X86/memcmp.ll | 719 ++++++---
test/Transforms/CodeGenPrepare/X86/memcmp.ll | 1635 ++++++++++++++++++--
5 files changed, 2339 insertions(+), 424 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 993d5f2bc85 [Hexagon] Emit lookup tables in text section based on a flag
new c9fe908dea7 [TRE] Simplify canTRE() a bit using all_of(). NFCI.
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/TailRecursionElimination.cpp | 15 +++++----------
1 file changed, 5 insertions(+), 10 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 zorg.
from f8166c3 Add an X86-64 AVX2 clang builder and slave
new 4f9c8e0 Fix: Invalid value for "--commit": --sandbox is not a valid integer
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:
zorg/buildbot/builders/LNTBuilder.py | 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 gcc.
from 1ec8b519399 2017-06-18 Richard Biener <rguenther(a)suse.de>
new 9d825ec8956 2017-07-17 Yury Gribov <tetra2005(a)gmail.com>
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:
contrib/ChangeLog | 4 ++++
contrib/mklog | 18 +++++++++++++++---
2 files changed, 19 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 78554e8137a AMDGPU: Fix crash when folding immediates into multiple uses
new 993d5f2bc85 [Hexagon] Emit lookup tables in text section based on a flag
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/Hexagon/HexagonTargetObjectFile.cpp | 47 ++++++++++++++++++++++
lib/Target/Hexagon/HexagonTargetObjectFile.h | 6 +++
.../CodeGen/Hexagon/switch-lut-explicit-section.ll | 32 +++++++++++++++
.../CodeGen/Hexagon/switch-lut-function-section.ll | 30 ++++++++++++++
.../Hexagon/switch-lut-multiple-functions.ll | 42 +++++++++++++++++++
test/CodeGen/Hexagon/switch-lut-text-section.ll | 27 +++++++++++++
6 files changed, 184 insertions(+)
create mode 100644 test/CodeGen/Hexagon/switch-lut-explicit-section.ll
create mode 100644 test/CodeGen/Hexagon/switch-lut-function-section.ll
create mode 100644 test/CodeGen/Hexagon/switch-lut-multiple-functions.ll
create mode 100644 test/CodeGen/Hexagon/switch-lut-text-section.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.