This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e2ff20cbfac [SystemZ] implement shouldCoalesce()
new fd8d5dac849 Use the basic cost if a GEP is not used as addressing mode
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/Analysis/TargetTransformInfo.h | 19 +++++++--
include/llvm/Analysis/TargetTransformInfoImpl.h | 36 ++++++++++++++---
include/llvm/CodeGen/BasicTTIImpl.h | 4 ++
include/llvm/IR/Operator.h | 2 +
lib/Analysis/TargetTransformInfo.cpp | 5 +++
lib/Transforms/Scalar/NaryReassociate.cpp | 2 +-
.../Scalar/StraightLineStrengthReduce.cpp | 2 +-
test/Analysis/CostModel/AArch64/gep.ll | 46 ++++++++++++++++++++++
test/Analysis/CostModel/X86/vector_gep.ll | 2 +-
9 files changed, 107 insertions(+), 11 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 47e8a478fd9 mksysinfo: strip locale structs
new a8acc388ac3 debug/elf: support 32-bit SPARC relocs
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/go/gofrontend/MERGE | 2 +-
libgo/go/debug/elf/file.go | 42 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 43 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 1be91bb29f0 Fix spelling in comments. NFCI.
new e2ff20cbfac [SystemZ] implement shouldCoalesce()
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/Target/TargetRegisterInfo.h | 4 +-
lib/CodeGen/RegisterCoalescer.cpp | 2 +-
lib/Target/AMDGPU/SIRegisterInfo.cpp | 3 +-
lib/Target/AMDGPU/SIRegisterInfo.h | 4 +-
lib/Target/ARM/ARMBaseRegisterInfo.cpp | 3 +-
lib/Target/ARM/ARMBaseRegisterInfo.h | 5 ++-
lib/Target/SystemZ/SystemZRegisterInfo.cpp | 67 ++++++++++++++++++++++++++++++
lib/Target/SystemZ/SystemZRegisterInfo.h | 12 ++++++
test/CodeGen/SystemZ/regalloc-GR128.ll | 18 ++++++++
9 files changed, 112 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/SystemZ/regalloc-GR128.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 llvm.
from e11634051c3 [X86] Improve codegen for inverted overflow checking intrinsics.
new 1be91bb29f0 Fix spelling in comments. 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:
include/llvm/MC/MCParser/MCAsmParser.h | 4 ++--
1 file changed, 2 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 gcc.
from cd24e4977ad 2017-09-29 Bob Duff <duff(a)adacore.com>
new 47e8a478fd9 mksysinfo: strip locale structs
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/go/gofrontend/MERGE | 2 +-
libgo/mkrsysinfo.sh | 1 +
libgo/mksysinfo.sh | 1 +
3 files changed, 3 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 gcc.
from 61eae75c623 Add missing ChangeLog entries for previous commit
new cd24e4977ad 2017-09-29 Bob Duff <duff(a)adacore.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:
gcc/ada/ChangeLog | 66 +++++++++++++
gcc/ada/debug.adb | 5 +-
gcc/ada/exp_aggr.adb | 146 ++++++++++++++++-------------
gcc/ada/exp_attr.adb | 13 +--
gcc/ada/exp_ch3.adb | 32 ++++---
gcc/ada/exp_ch4.adb | 46 +++-------
gcc/ada/exp_ch5.adb | 12 +--
gcc/ada/exp_ch6.adb | 240 ++++++++++++++++++++++++++----------------------
gcc/ada/exp_ch6.ads | 35 ++++---
gcc/ada/exp_ch7.adb | 2 +-
gcc/ada/exp_ch8.adb | 13 +--
gcc/ada/exp_disp.adb | 4 +-
gcc/ada/exp_util.adb | 12 ++-
gcc/ada/sinfo.ads | 6 +-
gcc/ada/snames.ads-tmpl | 2 +-
15 files changed, 356 insertions(+), 278 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 e596ed00ebb [ARM] v8.3-a complex number support
new e11634051c3 [X86] Improve codegen for inverted overflow checking intrinsics.
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/X86/X86ISelLowering.cpp | 20 +++++++++++++
test/CodeGen/X86/overflow-intrinsic-setcc-fold.ll | 36 ++++++++---------------
2 files changed, 32 insertions(+), 24 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 openmp.
from 5b33aeb Remove unnecessary semicolons
new 7635c9d [test] Fix uninitialized memory in omp_taskloop_grainsize.c
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:
runtime/test/tasking/omp_taskloop_grainsize.c | 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 compiler-rt.
from 283e436ec [XRay][compiler-rt][NFC] Remove loggingInitialized() convenie [...]
new 87e43ef9d [CMake] Fix configuration on PowerPC with sanitizers
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:
cmake/base-config-ix.cmake | 6 ++++++
1 file changed, 6 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 gcc.
from 6c845c455a7 2017-09-29 Dominique d'Humieres <dominiq(a)lps.ens.fr>
new 3255ff6773c 2017-09-29 Dominique d'Humieres <dominiq(a)lps.ens.fr>
new 2110b8e6e32 2017-09-29 Justin Squirek <squirek(a)adacore.com>
new 61eae75c623 Add missing ChangeLog entries for previous commit
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/ada/exp_ch5.adb | 9 ++++-
gcc/ada/libgnat/s-resfil.ads | 4 +--
gcc/ada/make.adb | 4 +--
gcc/ada/sem_aggr.adb | 23 ++++++++-----
gcc/ada/sem_ch3.adb | 11 +++++++
gcc/ada/sem_ch8.adb | 7 ++--
gcc/testsuite/ChangeLog | 23 +++++++++++++
gcc/testsuite/gfortran.dg/argument_checking_10.f90 | 2 +-
gcc/testsuite/gfortran.dg/argument_checking_13.f90 | 16 ++++-----
gcc/testsuite/gfortran.dg/argument_checking_15.f90 | 14 ++++----
gcc/testsuite/gfortran.dg/argument_checking_18.f90 | 4 +--
gcc/testsuite/gfortran.dg/argument_checking_3.f90 | 8 ++---
gcc/testsuite/gfortran.dg/argument_checking_4.f90 | 8 ++---
gcc/testsuite/gfortran.dg/argument_checking_5.f90 | 20 ++++++------
gcc/testsuite/gfortran.dg/argument_checking_6.f90 | 2 +-
gcc/testsuite/gfortran.dg/gomp/udr8.f90 | 8 ++---
.../gfortran.dg/warn_argument_mismatch_1.f90 | 2 +-
gcc/testsuite/gnat.dg/unchecked_union2.adb | 35 ++++++++++++++++++++
gcc/testsuite/gnat.dg/unchecked_union3.adb | 38 ++++++++++++++++++++++
19 files changed, 180 insertions(+), 58 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/unchecked_union2.adb
create mode 100644 gcc/testsuite/gnat.dg/unchecked_union3.adb
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.