mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 06:20:25 +08:00
ChangeLog: Fix.
* ChangeLog: Fix. * testsuite/ChangeLog: Ditto. From-SVN: r194863
This commit is contained in:
parent
bb664f09f7
commit
0506634a93
@ -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>
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user