This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 3789ad4283 Fix warnings discovered by rL317076. [-Wunused-private-field]
new ba0893fc83 [clang-format] Make parseUnaryOperator non-recursive, 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/Format/TokenAnnotator.cpp | 18 ++++++++----------
1 file changed, 8 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 llvm.
from 3031a585fbf Adds code to PPC ISEL lowering to recognize half-word inser [...]
new 949005a477d [X86] Prevent fast isel from folding loads into the instruc [...]
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/X86InstrInfo.cpp | 7 ++
test/CodeGen/X86/fast-isel-fptrunc-fpext.ll | 40 ++++++++-
.../X86/fast-isel-int-float-conversion-x86-64.ll | 38 ++++++++-
test/CodeGen/X86/fast-isel-int-float-conversion.ll | 98 +++++++++++++++++++++-
4 files changed, 177 insertions(+), 6 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 f284f00fe09 LTO: Apply global DCE to ThinLTO modules at LTO opt level 0.
new c476f43bee9 Revert r317106 to facilitate reverting r317105.
new f0b2742b3d6 Revert r317105 to investigate bot breakage.
new 3031a585fbf Adds code to PPC ISEL lowering to recognize half-word inser [...]
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:
lib/Target/PowerPC/PPCISelLowering.cpp | 119 ++++++++
lib/Target/PowerPC/PPCISelLowering.h | 9 +-
lib/Target/PowerPC/PPCInstrAltivec.td | 16 +-
lib/Transforms/Scalar/LoopRotation.cpp | 24 --
lib/Transforms/Utils/BasicBlockUtils.cpp | 24 +-
test/CodeGen/PowerPC/p9-vinsert-vextract.ll | 300 +++++++++++++++++++++
test/Transforms/LoopRotate/dbg-value-duplicates.ll | 88 ------
7 files changed, 440 insertions(+), 140 deletions(-)
create mode 100644 test/CodeGen/PowerPC/p9-vinsert-vextract.ll
delete mode 100644 test/Transforms/LoopRotate/dbg-value-duplicates.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 gcc.
from 12f6e5e6159 PR libstdc++/82777 fix path normalization for dot-dot
new c730c800d49 2017-11-01 François Dumont <fdumont(a)gcc.gnu.org>
new 96d99b505fd RISC-V: Document the medlow and medany code models
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:
gcc/ChangeLog | 5 +++++
gcc/doc/invoke.texi | 17 ++++++++++++----
libstdc++-v3/ChangeLog | 11 +++++++++++
libstdc++-v3/python/libstdcxx/v6/printers.py | 29 ++++++++++++++--------------
4 files changed, 44 insertions(+), 18 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 fa81b6ba937 [X86] Regnerate test to attempt to fix build bot failure.
new f284f00fe09 LTO: Apply global DCE to ThinLTO modules at LTO opt level 0.
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/LTO/LTO.cpp | 65 +++++++++++-----------
lib/Transforms/IPO/PassManagerBuilder.cpp | 8 +++
.../Resolution/X86/Inputs/dead-strip-fulllto.ll | 8 +++
test/LTO/Resolution/X86/dead-strip-fulllto.ll | 10 +++-
4 files changed, 59 insertions(+), 32 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 1f603b1248a loop-rotate: avoid duplicating dbg.value intrinsics in the [...]
new fa81b6ba937 [X86] Regnerate test to attempt to fix build bot failure.
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/fast-isel-int-float-conversion.ll | 8 ++++++++
1 file changed, 8 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 gcc-6-branch
in repository gcc.
from d8e405e03dc 2017-11-01 Paul Thomas <pault(a)gcc.gnu.org>
new af844a7ad8c 2017-11-01 Andre Vehreschild <vehre(a)gcc.gnu.org> Paul Th [...]
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/fortran/ChangeLog | 11 ++++++
gcc/fortran/trans-expr.c | 2 +-
gcc/fortran/trans-stmt.c | 24 +++++------
gcc/testsuite/ChangeLog | 8 ++++
.../gfortran.dg/allocatable_function_10.f90 | 46 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/class_array_15.f03 | 2 +-
6 files changed, 80 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/allocatable_function_10.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 llvm.
from ef7a206359c [dsymutil][NFC} Rename thread related command line options
new 3dc28623cfd loop-rotate: eliminate duplicate debug intrinsics after splicing.
new 1f603b1248a loop-rotate: avoid duplicating dbg.value intrinsics in the [...]
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:
lib/Transforms/Scalar/LoopRotation.cpp | 24 ++++++
lib/Transforms/Utils/BasicBlockUtils.cpp | 24 +++++-
test/Transforms/LoopRotate/dbg-value-duplicates.ll | 88 ++++++++++++++++++++++
3 files changed, 135 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/LoopRotate/dbg-value-duplicates.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 2a4a9564d68 [X86] Add 64-bit int to float/double conversion with AVX t [...]
new ef7a206359c [dsymutil][NFC} Rename thread related command line options
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/tools/dsymutil/cmdline.test | 2 +-
tools/dsymutil/dsymutil.cpp | 12 ++++++------
2 files changed, 7 insertions(+), 7 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 a0048642f37 combine: Fix bug in giving up placing REG_DEAD notes (PR82683)
new 6389f55493c 2017-11-01 Richard Sandiford <richard.sandiford(a)linaro.org>
new 12f6e5e6159 PR libstdc++/82777 fix path normalization for dot-dot
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:
gcc/ChangeLog | 7 +++++
gcc/combine.c | 6 ----
libstdc++-v3/ChangeLog | 9 ++++++
libstdc++-v3/src/filesystem/std-path.cc | 33 +++++++++++++++++++---
.../27_io/filesystem/path/generation/normal.cc | 4 +++
libstdc++-v3/testsuite/util/testsuite_fs.h | 2 +-
6 files changed, 50 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.