diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2013-01-03 19:01:20 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2013-01-03 19:01:20 +0100 |
commit | 0506634a9387177b418e5abcb394c5d308a2b9e7 (patch) | |
tree | 49d6e1649618967dc803d4803a54508ea79b2b53 /gcc | |
parent | bb664f09f774164415abc2eccd6e1052e6ddb3c0 (diff) | |
download | gcc-0506634a9387177b418e5abcb394c5d308a2b9e7.zip gcc-0506634a9387177b418e5abcb394c5d308a2b9e7.tar.gz gcc-0506634a9387177b418e5abcb394c5d308a2b9e7.tar.bz2 |
ChangeLog: Fix.
* ChangeLog: Fix.
* testsuite/ChangeLog: Ditto.
From-SVN: r194863
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 25 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 14 |
2 files changed, 18 insertions, 21 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 740b8ac..bf83a07 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -11,8 +11,7 @@ 2013-01-03 Richard Biener <rguenther@suse.de> - * tree-data-ref.c (dump_conflict_function): Use less vertical - spacing. + * tree-data-ref.c (dump_conflict_function): Use less vertical spacing. (dump_subscript): Adjust. (finalize_ddr_dependent): Do not dump redundant info. (analyze_siv_subscript): Adjust. @@ -31,8 +30,7 @@ 2013-01-02 Richard Biener <rguenther@suse.de> * tree-vect-stmts.c (vectorizable_load): When vectorizing an - invariant load do not generate a vector load from the scalar - location. + invariant load do not generate a vector load from the scalar location. 2013-01-03 Richard Biener <rguenther@suse.de> @@ -79,8 +77,7 @@ * params.def (PARAM_MAX_VARTRACK_REVERSE_OP_SIZE): New param. * var-tracking.c (reverse_op): Don't add reverse ops to VALUEs that have already - PARAM_VALUE (PARAM_MAX_VARTRACK_REVERSE_OP_SIZE) or longer - locs list. + PARAM_VALUE (PARAM_MAX_VARTRACK_REVERSE_OP_SIZE) or longer locs list. 2013-01-02 Gerald Pfeifer <gerald@pfeifer.com> @@ -108,19 +105,6 @@ * cfgloop.c (get_loop_location): New function. * cfgloop.h (get_loop_location): Declare. - testsuite/ - * gcc.dg/tree-ssa/loop-1.c: Update expected dump message. - * gcc.dg/tree-ssa/loop-23.c: Ditto. - * gcc.dg/tree-ssa/cunroll-1.c: Ditto. - * gcc.dg/tree-ssa/cunroll-2.c: Ditto. - * gcc.dg/tree-ssa/cunroll-3.c: Ditto. - * gcc.dg/tree-ssa/cunroll-4.c: Ditto. - * gcc.dg/tree-ssa/cunroll-5.c: Ditto. - * gcc.dg/unroll_1.c: Ditto. - * gcc.dg/unroll_2.c: Ditto. - * gcc.dg/unroll_3.c: Ditto. - * gcc.dg/unroll_4.c: Ditto. - 2013-01-02 Sriraman Tallam <tmsriram@google.com> * config/i386/i386.c (fold_builtin_cpu): Remove unnecessary checks for @@ -152,8 +136,7 @@ 2013-01-02 Richard Biener <rguenther@suse.de> * tree-vect-stmts.c (vectorizable_load): When vectorizing an - invariant load do not generate a vector load from the scalar - location. + invariant load do not generate a vector load from the scalar location. 2013-01-02 Richard Biener <rguenther@suse.de> diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 234eeac..53ab558 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -22,6 +22,20 @@ PR tree-optimization/55832 * gcc.c-torture/compile/pr55832.c: New test. +2013-01-02 Teresa Johnson <tejohnson@google.com> + + * gcc.dg/tree-ssa/loop-1.c: Update expected dump message. + * gcc.dg/tree-ssa/loop-23.c: Ditto. + * gcc.dg/tree-ssa/cunroll-1.c: Ditto. + * gcc.dg/tree-ssa/cunroll-2.c: Ditto. + * gcc.dg/tree-ssa/cunroll-3.c: Ditto. + * gcc.dg/tree-ssa/cunroll-4.c: Ditto. + * gcc.dg/tree-ssa/cunroll-5.c: Ditto. + * gcc.dg/unroll_1.c: Ditto. + * gcc.dg/unroll_2.c: Ditto. + * gcc.dg/unroll_3.c: Ditto. + * gcc.dg/unroll_4.c: Ditto. + 2013-01-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> * gcc.dg/pr55430.c: Define MAP_FAILED if not defined. |