This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 33230a5 Daily bump.
new 9cd6287 gcc/testsuite/ChangeLog:
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 | 35 ++++
gcc/config/rs6000/altivec.md | 186 +++++++++++++++++++++
gcc/config/rs6000/rs6000-builtin.def | 36 ++++
gcc/config/rs6000/rs6000-c.c | 7 +
gcc/doc/extend.texi | 56 +++++--
gcc/testsuite/ChangeLog | 10 ++
.../gcc.target/powerpc/byte-in-either-range-0.c | 25 +++
.../gcc.target/powerpc/byte-in-either-range-1.c | 22 +++
.../powerpc/{darn-0.c => byte-in-range-0.c} | 10 +-
.../powerpc/{dfp/dtstsfi-1.c => byte-in-range-1.c} | 9 +-
.../scalar-extract-exp-0.c => byte-in-set-0.c} | 12 +-
.../powerpc/{dfp/dtstsfi-21.c => byte-in-set-1.c} | 9 +-
gcc/testsuite/gcc.target/powerpc/byte-in-set-2.c | 16 ++
13 files changed, 398 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/byte-in-either-range-0.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/byte-in-either-range-1.c
copy gcc/testsuite/gcc.target/powerpc/{darn-0.c => byte-in-range-0.c} (55%)
copy gcc/testsuite/gcc.target/powerpc/{dfp/dtstsfi-1.c => byte-in-range-1.c} (51%)
copy gcc/testsuite/gcc.target/powerpc/{bfp/scalar-extract-exp-0.c => byte-in-set-0 [...]
copy gcc/testsuite/gcc.target/powerpc/{dfp/dtstsfi-21.c => byte-in-set-1.c} (56%)
create mode 100644 gcc/testsuite/gcc.target/powerpc/byte-in-set-2.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 5a5039a AArch64: Enable post-ra liveness updates
new 67f0925 [ORC][RPC] Use more meaningful template parameter names.
new 9d419ab [BPI] Use a safer constructor to calculate branch probabilities
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:
.../llvm/ExecutionEngine/Orc/RPCSerialization.h | 6 +-
lib/Analysis/BranchProbabilityInfo.cpp | 24 +++---
unittests/Analysis/BranchProbabilityInfoTest.cpp | 88 ++++++++++++++++++++++
unittests/Analysis/CMakeLists.txt | 1 +
4 files changed, 104 insertions(+), 15 deletions(-)
create mode 100644 unittests/Analysis/BranchProbabilityInfoTest.cpp
--
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 249c1df * fr.po: Update.
new 085d475 Daily bump.
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/DATESTAMP | 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 0ab4865 compiler: add containing Bfunction to some backend interfaces.
new 33230a5 Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from a4e06e3 Daily bump.
new a72149a Daily bump.
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/DATESTAMP | 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 95a614c ModuleSummaryAnalysis: Remove some duplicate code. NFCI.
new 980f5c5 GDB pretty printers: Basic DenseMap support
new c8eb7f3 Allow "line 0" to be the first explicit debug location in a f [...]
new fe82f4a BranchRelaxation: Recompute live-ins when splitting a block
new 5a5039a AArch64: Enable post-ra liveness updates
The 4 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/CodeGen/LivePhysRegs.h | 7 +++
include/llvm/CodeGen/MachineBasicBlock.h | 3 ++
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 +-
lib/CodeGen/BranchFolding.cpp | 32 +++---------
lib/CodeGen/BranchFolding.h | 1 -
lib/CodeGen/BranchRelaxation.cpp | 14 ++++--
lib/CodeGen/LivePhysRegs.cpp | 23 +++++++++
lib/CodeGen/MachineBasicBlock.cpp | 4 ++
lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp | 7 ++-
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 3 ++
lib/Target/AArch64/AArch64RegisterInfo.h | 4 ++
test/CodeGen/AArch64/ldst-opt-dbg-limit.mir | 10 ++--
test/CodeGen/AArch64/movimm-wzr.mir | 2 +-
test/DebugInfo/X86/dbg-prolog-end.ll | 7 ++-
utils/gdb-scripts/prettyprinters.py | 64 ++++++++++++++++++++++++
15 files changed, 144 insertions(+), 39 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 binutils-gdb.
from 97f00e3 Darwin: Fix gdb compilation.
new ddb9ad3 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-7.12-branch
in repository binutils-gdb.
from f428e6f Automatic date update in version.in
new dd2ca84 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_27-branch
in repository binutils-gdb.
from 17bad19 Automatic date update in version.in
new 841ee13 Automatic date update in version.in
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:
bfd/version.h | 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 aoliva/SFN
in repository gcc.
from 0de7274 SFN: run vartrack cleanup in final to turn markers into notes
new 7eb7ed0 SFN: skip debug insns before barrier in cleanup_barriers
new 231c555 SFN: do not emit begin stmt markers if VTA is disabled (at le [...]
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/function.c | 3 ++-
gcc/jump.c | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.