This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/unaligned in repository gcc.
discards ce0c8b1 Support unaligned SSE moves outside realigned area adds 76a1865 * config/rl78/rl78.c (rl78_rtx_costs): Improve cost estimate [...] adds 5f59aa0 gcc/testsuite/ * gcc.target/i386/builtin_target.c: Fi [...] adds 6e22765 PR c/65345 * config/rs6000/rs6000.c (rs6000_a [...] adds e6007a6 AVX-512. Avoid upper-bank registers when splitting vec_extrac [...] adds 9c6c350 Fix PR c/65345 for AArch64 adds 8757cf7 PR c/65345 * config/alpha/alpha.c (alpha_atomic_assign_expa [...] adds 3b9ce1a Move declarations, assign types, renaming. adds f1537fd Early exit to avoid redundant computations adds 6e33678 remove dead code used by the old cloog scheduler new 297bb79 Support unaligned SSE moves outside realigned area
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 (ce0c8b1) \ N -- N -- N refs/heads/hjl/unaligned (297bb79)
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/ChangeLog | 125 +++++++++++- gcc/config/aarch64/aarch64-builtins.c | 10 +- gcc/config/alpha/alpha.c | 4 +- gcc/config/i386/i386.c | 4 +- gcc/config/i386/sse.md | 5 +- gcc/config/rl78/rl78.c | 26 ++- gcc/config/rs6000/rs6000.c | 10 +- gcc/graphite-dependences.c | 263 +------------------------ gcc/graphite-isl-ast-to-gimple.c | 13 +- gcc/graphite-optimize-isl.c | 22 +-- gcc/graphite-poly.c | 12 +- gcc/graphite-poly.h | 17 +- gcc/graphite-scop-detection.c | 21 +- gcc/graphite-sese-to-poly.c | 215 +++++++++----------- gcc/graphite.c | 2 +- gcc/sese.c | 32 ++- gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.target/i386/builtin_target.c | 2 +- 18 files changed, 317 insertions(+), 470 deletions(-)