aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2009-11-27 12:43:08 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2009-11-27 12:43:08 +0000
commitb56ae8c7c7a09b0dfe04cf1b5d8ef1e96a8e6b0c (patch)
treeda526d98eea90324d9e4b981ceee00d98a877f94 /gcc/ChangeLog
parent9c517bf37229ba03a468c26eaca9bb5141d57709 (diff)
downloadgcc-b56ae8c7c7a09b0dfe04cf1b5d8ef1e96a8e6b0c.zip
gcc-b56ae8c7c7a09b0dfe04cf1b5d8ef1e96a8e6b0c.tar.gz
gcc-b56ae8c7c7a09b0dfe04cf1b5d8ef1e96a8e6b0c.tar.bz2
timevar.def (TV_LOOP_MOVE_INVARIANTS, [...]): New timevars.
2009-11-27 Richard Guenther <rguenther@suse.de> * timevar.def (TV_LOOP_MOVE_INVARIANTS, TV_LOOP_UNSWITCH, TV_LOOP_UNROLL, TV_LOOP_DOLOOP): New timevars. * loop-init.c (pass_rtl_move_loop_invariants): Use TV_LOOP_MOVE_INVARIANTS. (pass_rtl_unswitch): Use TV_LOOP_UNSWITCH. (pass_rtl_unroll_and_peel): Use TV_LOOP_UNROLL. (pass_rtl_doloop): Use TV_LOOP_DOLOOP. From-SVN: r154703
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d69e7ee..5117af8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,13 @@
+2009-11-27 Richard Guenther <rguenther@suse.de>
+
+ * timevar.def (TV_LOOP_MOVE_INVARIANTS, TV_LOOP_UNSWITCH,
+ TV_LOOP_UNROLL, TV_LOOP_DOLOOP): New timevars.
+ * loop-init.c (pass_rtl_move_loop_invariants): Use
+ TV_LOOP_MOVE_INVARIANTS.
+ (pass_rtl_unswitch): Use TV_LOOP_UNSWITCH.
+ (pass_rtl_unroll_and_peel): Use TV_LOOP_UNROLL.
+ (pass_rtl_doloop): Use TV_LOOP_DOLOOP.
+
2009-11-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* emit-rtl.c (next_active_insn, prev_active_insn): Correct