OSDN Git Service

Oops, almost forgot to check-in ChangeLog.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 272dc42..267d192 100644 (file)
@@ -1,3 +1,33 @@
+2011-01-31  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * common.opt (ftree-loop-linear): Use Alias to make it an alias of
+       -floop-interchange.
+       * invoke.texi (-ftree-loop-linear): Make it clear that this flag
+       is an alias of -floop-interchange and that it requires the
+       Graphite infrastructure.
+       * tree-ssa-loop.c (gate_graphite_transforms): Do not set
+       flag_loop_interchange based on the value of flag_tree_loop_linear.
+
+2011-01-31  Jakub Jelinek  <jakub@redhat.com>
+           Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/47538
+       * tree-ssa-ccp.c (bit_value_binop_1): For uns computation use
+       type instead of r1type, except for comparisons.  For right
+       shifts and comparisons punt if there are mismatches in
+       sizetype vs. non-sizetype types.
+
+2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * doc/sourcebuild.texi (Effective-Target Keywords): Document
+       avx_runtime.
+
+2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * configure.ac (gcc_cv_ld_eh_frame_hdr): Update minimal Sun ld
+       version number.
+       * configure: Regenerate.
+
 2011-01-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * configure.ac (gcc_cv_ld_static_option): Define.
        * tree-ssa-copyrename.c (copy_rename_partition_coalesce):
        Revert previous change, only avoid enumeral type changes.
 
+2011-01-19  Mike Stump  <mikestump@comcast.net>
+
+       * doc/tm.texi.in (BRANCH_COST): Englishify.
+       * doc/tm.texi (BRANCH_COST): Likewise.
+
 2011-01-19  Dodji Seketeli  <dodji@redhat.com>
 
        PR c++/47291