This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 24feab89192 [Hexagon] Rudimentary support for auto-vectorization for HVX
new 22c5f7cb54b Fix a reoccuring typo in load-combine tests
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/AArch64/load-combine.ll | 4 ++--
test/CodeGen/ARM/load-combine-big-endian.ll | 2 +-
test/CodeGen/ARM/load-combine.ll | 4 ++--
3 files 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 gcc.
from f5ab930c5da PR testsuite/83462 - c-c++-common/Warray-bounds-3.c fails o [...]
new c7d2b33d397 i386: Insert ENDBR to trampoline for -fcf-protection=branch -mibt
new 54b0f08f944 2018-03-27 Volker Reichelt <v.reichelt(a)netcologne.de>
new 1d452e4e2c5 2018-03-27 Thomas Koenig <tkoenig(a)gcc.gnu.org> Harald An [...]
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:
gcc/ChangeLog | 7 +++++
gcc/config/i386/i386.c | 17 ++++++++++++
gcc/config/i386/i386.h | 2 +-
gcc/cp/ChangeLog | 5 ++++
gcc/cp/search.c | 31 ++++++++++++++--------
gcc/fortran/ChangeLog | 7 +++++
gcc/fortran/primary.c | 1 +
gcc/testsuite/ChangeLog | 31 ++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/defaulted2.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/implicit1.C | 4 +--
gcc/testsuite/g++.dg/cpp0x/override1.C | 4 +--
gcc/testsuite/g++.dg/cpp1y/auto-fn18.C | 2 +-
gcc/testsuite/g++.dg/eh/shadow1.C | 2 +-
gcc/testsuite/g++.dg/inherit/covariant12.C | 2 +-
gcc/testsuite/g++.dg/inherit/covariant14.C | 2 +-
gcc/testsuite/g++.dg/inherit/covariant15.C | 2 +-
gcc/testsuite/g++.dg/inherit/covariant16.C | 2 +-
gcc/testsuite/g++.dg/inherit/covariant22.C | 2 +-
gcc/testsuite/g++.dg/inherit/crash3.C | 2 +-
gcc/testsuite/g++.dg/inherit/error2.C | 2 +-
gcc/testsuite/g++.dg/template/crash100.C | 2 +-
gcc/testsuite/g++.old-deja/g++.eh/spec6.C | 18 ++++++-------
gcc/testsuite/g++.old-deja/g++.mike/p811.C | 2 +-
gcc/testsuite/g++.old-deja/g++.other/virtual11.C | 2 +-
gcc/testsuite/g++.old-deja/g++.other/virtual4.C | 2 +-
gcc/testsuite/gcc.target/i386/pr85044.c | 24 +++++++++++++++++
.../gfortran.dg/structure_constructor_15.f90 | 12 +++++++++
27 files changed, 152 insertions(+), 39 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr85044.c
create mode 100644 gcc/testsuite/gfortran.dg/structure_constructor_15.f90
--
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 a4c6f25016 [clang] Change std::sort to llvm::sort in response to r327219
new 0c6d426296 Update test after r328635 in LLVM
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/alias.c | 6 +++---
1 file changed, 3 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 1560bf03438 [AArch64] Decorate AArch64 instrs with OPERAND_PCREL
new 24feab89192 [Hexagon] Rudimentary support for auto-vectorization for HVX
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/HexagonTargetTransformInfo.cpp | 59 +++++++++---
lib/Target/Hexagon/HexagonTargetTransformInfo.h | 108 +++++++++++++++++++++-
2 files changed, 155 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 lld.
from 19a7197ac Add a passing test.
new 2e4c9d5b9 Force SHF_MERGE optimizations with -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:
ELF/InputFiles.cpp | 16 +++++++++++++---
test/ELF/merge-reloc-O0.s | 48 +++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+), 3 deletions(-)
create mode 100644 test/ELF/merge-reloc-O0.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 gcc.
from 97f3c0ee010 [AArch64] XFAIL gcc.target/aarch64/store_v2vec_lanes.c for ILP32
new f5ab930c5da PR testsuite/83462 - c-c++-common/Warray-bounds-3.c fails o [...]
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 | 6 ++++++
gcc/testsuite/c-c++-common/Warray-bounds-4.c | 7 ++++++-
2 files changed, 12 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 558f76fb1dd [NFC] OptPassGate extracted from OptBisect
new 1560bf03438 [AArch64] Decorate AArch64 instrs with OPERAND_PCREL
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/AArch64InstrFormats.td | 5 +++++
.../AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp | 23 +++++++++++++++++++++-
.../tools/llvm-objdump/AArch64/pc-rel-targets.test | 3 +++
3 files changed, 30 insertions(+), 1 deletion(-)
create mode 100644 test/tools/llvm-objdump/AArch64/pc-rel-targets.test
--
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 1fb6eb03a21 [Patch ARM] Fix PR target/81863
new 97f3c0ee010 [AArch64] XFAIL gcc.target/aarch64/store_v2vec_lanes.c for ILP32
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 | 5 +++++
gcc/testsuite/gcc.target/aarch64/store_v2vec_lanes.c | 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 llvm.
from 9273bb3570e Use .set instead of = when printing assignment in assembly output
new 558f76fb1dd [NFC] OptPassGate extracted from OptBisect
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/IR/LLVMContext.h | 5 +++--
include/llvm/IR/OptBisect.h | 46 ++++++++++++++++++++++++++++++---------
lib/Analysis/CallGraphSCCPass.cpp | 2 +-
lib/Analysis/LoopPass.cpp | 2 +-
lib/Analysis/RegionPass.cpp | 2 +-
lib/IR/LLVMContext.cpp | 4 ++--
lib/IR/LLVMContextImpl.cpp | 6 ++---
lib/IR/LLVMContextImpl.h | 2 +-
lib/IR/OptBisect.cpp | 37 +++++++++++++++++++------------
lib/IR/Pass.cpp | 6 ++---
10 files changed, 74 insertions(+), 38 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.