This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from bdb6904853c Run selftests for C++ as well as C
new be44111ed7e * bitmap.c (bitmap_head::dump): New. * bitmap.h (bitmap_h [...]
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 | 138 ++++++
gcc/bitmap.c | 6 +
gcc/bitmap.h | 1 +
gcc/builtins.c | 6 +-
gcc/calls.c | 2 +-
gcc/coretypes.h | 1 +
gcc/fold-const.c | 2 +-
gcc/gimple-fold.c | 2 +-
gcc/gimple-pretty-print.c | 2 +-
gcc/gimple-ssa-evrp-analyze.c | 27 +-
gcc/gimple-ssa-evrp.c | 3 +-
gcc/gimple-ssa-sprintf.c | 29 +-
gcc/gimple-ssa-warn-alloca.c | 4 +-
gcc/gimple-ssa-warn-restrict.c | 2 +-
gcc/ipa-cp.c | 50 +-
gcc/ipa-prop.c | 51 +-
gcc/ipa-prop.h | 2 +-
gcc/tree-data-ref.c | 2 +-
gcc/tree-ssa-dom.c | 33 +-
gcc/tree-ssa-loop-niter.c | 4 +-
gcc/tree-ssa-strlen.c | 6 +-
gcc/tree-ssa-threadedge.c | 4 +-
gcc/tree-ssanames.c | 12 +-
gcc/tree-ssanames.h | 8 +-
gcc/tree-vect-patterns.c | 2 +-
gcc/tree-vrp.c | 1026 +++++++++++++++++++++++-----------------
gcc/tree-vrp.h | 164 +++++--
gcc/vr-values.c | 638 ++++++++++++-------------
gcc/vr-values.h | 3 -
29 files changed, 1272 insertions(+), 958 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 glibc.
from 729f34028a Use single bits/shm.h for all architectures.
new c5288d378a Remove unnecessary locking when reading iconv configuration [...]
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:
ChangeLog | 16 ++++
iconv/Makefile | 5 +-
iconv/gconv_conf.c | 208 +++++++++++++++++++++++++++------------------------
iconv/gconv_db.c | 8 +-
iconv/gconv_int.h | 4 +-
iconv/tst-iconv-mt.c | 142 +++++++++++++++++++++++++++++++++++
6 files changed, 275 insertions(+), 108 deletions(-)
create mode 100644 iconv/tst-iconv-mt.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.
"Thomas Preudhomme pushed a change to branch linaro-local/thomas.preudhomme/tcwg-1379-rebase
in repository toolchain/gcc.
discards 977ce58a26b PR85434: Prevent spilling of stack protector guard's addres [...]
new 18aed029c2b PR85434: Prevent spilling of stack protector guard's addres [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (977ce58a26b)
\
N -- N -- N refs/heads/linaro-local/thomas.preudhomme/tcwg-1379-reba [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/config/arm/arm.md | 38 +++++++++++++++++++++++---------------
gcc/config/arm/thumb1.md | 24 ------------------------
gcc/config/arm/thumb2.md | 23 -----------------------
3 files changed, 23 insertions(+), 62 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 0a1aef00955 [llvm-exegesis] Allow measuring several instructions in a s [...]
new cc436fd2663 AMDGPU: Divergence-driven selection of scalar buffer load i [...]
new 2026bfdfbd1 StructurizeCFG: Simplify inserted PHI nodes
new 1db6c096861 AMDGPU: Avoid selecting ds_{read,write}2_b32 on SI
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/AMDGPU/AMDGPUISelDAGToDAG.cpp | 2 -
lib/Target/AMDGPU/DSInstructions.td | 4 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 130 +++++++++++----
lib/Target/AMDGPU/SIISelLowering.h | 4 +-
lib/Target/AMDGPU/SIInstrInfo.cpp | 185 +--------------------
lib/Target/AMDGPU/SIInstrInfo.h | 2 -
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 7 +-
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 5 +-
lib/Transforms/Scalar/StructurizeCFG.cpp | 24 ++-
test/CodeGen/AMDGPU/lds-bounds.ll | 129 ++++++++++++++
test/CodeGen/AMDGPU/multi-divergent-exit-region.ll | 11 +-
test/CodeGen/AMDGPU/multilevel-break.ll | 3 +
test/CodeGen/AMDGPU/smrd-fold-offset.mir | 8 +-
test/CodeGen/AMDGPU/smrd.ll | 74 ++++++++-
.../StructurizeCFG/invert-constantexpr.ll | 7 +-
.../Transforms/StructurizeCFG/loop-continue-phi.ll | 15 +-
.../StructurizeCFG/one-loop-multiple-backedges.ll | 19 ++-
17 files changed, 366 insertions(+), 263 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/lds-bounds.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 clang.
from 1098494463 NFC: Remove trailing space from CodeGenModule.cpp
new 237d178172 [PassManager/Sanitizer] Enable usage of ported AddressSaniti [...]
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/CodeGen/BackendUtil.cpp | 11 +++++++++++
test/CodeGen/asan-new-pm.ll | 31 +++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
create mode 100644 test/CodeGen/asan-new-pm.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 0cb92ac202a [ARM] bottom-top mul support in ARMParallelDSP
new 0a1aef00955 [llvm-exegesis] Allow measuring several instructions in a s [...]
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:
docs/CommandGuide/llvm-exegesis.rst | 5 +-
tools/llvm-exegesis/lib/BenchmarkRunner.cpp | 65 +++++++++++++++++++++--
tools/llvm-exegesis/lib/BenchmarkRunner.h | 14 +++--
tools/llvm-exegesis/lib/Latency.cpp | 29 +++++------
tools/llvm-exegesis/lib/Latency.h | 5 +-
tools/llvm-exegesis/lib/Uops.cpp | 43 +++++-----------
tools/llvm-exegesis/lib/Uops.h | 5 +-
tools/llvm-exegesis/llvm-exegesis.cpp | 80 ++++++++++++++++++++---------
8 files changed, 160 insertions(+), 86 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.