This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr70155/bitwise in repository gcc.
discards 754543c Add zext to TI patterns for 64-bit STV discards 995a2ab Change check_non_convertible_reg_64 to return bool discards 9b87a8a Add TI bitwise operations to 64-bit STV discards a01c651 Add <any_logic>ti3 discards 9a6a60b Extend STV DI bitwise patterns to TI discards 120ad7f Extend STV pass to 64-bit mode discards d8302e8 Allow all 1s of integer as standard SSE constants adds 5c78f37 Daily bump. adds fb98f25 2016-03-19 Jerry DeLisle jvdelisle@gcc.gnu.org adds 0f9ce72 Daily bump. adds 641f366 Daily bump. adds b628775 gcc/ PR rtl-optimization/69102 * sched-deps.c [...] adds 06fd191 PR rtl-optimization/69307 * gcc.target/arm/pr [...] adds 93505d2 2016-03-21 Richard Biener rguenther@suse.de adds 96b68b2 Retry to emit global variables in HSA (PR hsa/70234) adds 08b2b69 PR target/70293 new 54e5a3e Allow all 1s of integer as standard SSE constants new 4360458 Extend STV pass to 64-bit mode new 246d18c Extend STV DI bitwise patterns to TI new 3f7ddc9 Add <any_logic>ti3 new 6b10861 Add TI bitwise operations to 64-bit STV new 26f55cf Change check_non_convertible_reg_64 to return bool new eb82e05 Add zext to TI patterns for 64-bit STV new dae06a3 Fix Add zext to TI patterns for 64-bit STV
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 (754543c) \ N -- N -- N refs/heads/hjl/pr70155/bitwise (dae06a3)
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 8 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 | 28 ++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.md | 29 +++++++++-------- gcc/config/i386/sse.md | 3 +- gcc/fortran/ChangeLog | 5 +++ gcc/fortran/scanner.c | 2 +- gcc/hsa-brig.c | 2 ++ gcc/hsa-gen.c | 23 +++++++++++-- gcc/hsa.h | 3 ++ gcc/sched-deps.c | 3 +- gcc/testsuite/ChangeLog | 21 ++++++++++++ .../compile/pr69102.c} | 6 +--- gcc/testsuite/gcc.dg/torture/pr70288-1.c | 36 ++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr70288-2.c | 35 ++++++++++++++++++++ gcc/testsuite/gcc.target/arm/pr69307.c | 34 +++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr70293.c | 38 ++++++++++++++++++++++ gcc/tree-ssa-loop-ivcanon.c | 10 ++++-- 17 files changed, 252 insertions(+), 28 deletions(-) copy gcc/testsuite/{gcc.dg/tree-ssa/foldconst-1.c => gcc.c-torture/compile/pr69102 [...] create mode 100644 gcc/testsuite/gcc.dg/torture/pr70288-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr70288-2.c create mode 100644 gcc/testsuite/gcc.target/arm/pr69307.c create mode 100644 gcc/testsuite/gcc.target/i386/pr70293.c