OSDN Git Service

2008-05-20 Sebastian Pop <sebastian.pop@amd.com>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 7c0605d..65cb134 100644 (file)
@@ -1,3 +1,145 @@
+2008-05-20  Sebastian Pop  <sebastian.pop@amd.com>
+           Jan Sjodin  <jan.sjodin@amd.com>
+
+       PR tree-optimization/36181
+       * tree-parloops.c (loop_has_vector_phi_nodes): New.
+       (parallelize_loops): Don't parallelize when the loop has vector
+       phi nodes.
+
+2008-05-20  Jan Sjodin  <jan.sjodin@amd.com>
+           Sebastian Pop  <sebastian.pop@amd.com>
+
+       * tree-loop-linear.c (gather_interchange_stats): Look in the access matrix,
+       and never look at the tree representation of the memory accesses.
+       (linear_transform_loops): Computes parameters and access matrices.
+       * tree-data-ref.c (compute_data_dependences_for_loop): Returns false when fails.
+       (access_matrix_get_index_for_parameter): New.
+       * tree-data-ref.h (struct access_matrix): New.
+       (AM_LOOP_NEST_NUM, AM_NB_INDUCTION_VARS, AM_PARAMETERS, AM_MATRIX,
+       AM_NB_PARAMETERS, AM_CONST_COLUMN_INDEX, AM_NB_COLUMNS,
+       AM_GET_SUBSCRIPT_ACCESS_VECTOR, AM_GET_ACCESS_MATRIX_ELEMENT,
+       am_vector_index_for_loop): New.
+       (struct data_reference): Add field access_matrix.
+       (DR_ACCESS_MATRIX): New.
+       (compute_data_dependences_for_loop): Update declaration.
+       (lambda_collect_parameters, lambda_compute_access_matrices): Declared.
+       * lambda.h (lambda_vector_vec_p): Declared.
+       * lambda-code.c: Depend on pointer-set.h.
+       (lambda_collect_parameters_from_af, lambda_collect_parameters,
+       av_for_af_base, av_for_af, build_access_matrix,
+       lambda_compute_access_matrices): New.
+       * Makefile.in (lambda-code.o): Depend on pointer-set.h.
+
+2008-05-20  Joseph Myers  <joseph@codesourcery.com>
+
+       * doc/install.texi2html: Generate gcc-vers.texi in $DESTDIR not
+       $SOURCEDIR/include.
+
+2008-05-20  Jan Sjodin  <jan.sjodin@amd.com>
+           Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR tree-optimization/36206
+       * tree-scalar-evolution.c: Remove enum INSERT_SUPERLOOP_CHRECS,
+       FOLD_CONVERSIONS.
+       (instantiate_scev_1): Rename flags to fold_conversions.
+       Do not check for INSERT_SUPERLOOP_CHRECS, keep SSA_NAMEs defined
+       outeside instantiation_loop.
+       * tree-chrec.h (evolution_function_is_affine_in_loop): New.
+       (evolution_function_is_affine_or_constant_p): Removed.
+       * tree-data-ref.c (dr_analyze_indices): Replace resolve_mixers with
+       instantiate_scev.
+       (analyze_siv_subscript): Pass in the loop nest number.
+       Call evolution_function_is_affine_in_loop instead of 
+       evolution_function_is_affine_p.
+       (analyze_overlapping_iterations): Pass in the loop nest number.
+
+2008-05-20  Jan Sjodin  <jan.sjodin@amd.com>
+           Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR tree-optimization/36206
+       * tree-chrec.h (chrec_fold_op): New.
+       * tree-data-ref.c (initialize_matrix_A): Traverse NOP_EXPR, PLUS_EXPR, and
+       other trees.
+
+2008-05-20  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * c-incpath.c (INO_T_EQ): Do not define on non-inode systems.
+       (DIRS_EQ): New.
+       (remove_duplicates): Do not set inode on non-inode systems.  Use
+       DIRS_EQ.
+
+2008-05-20  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * config.gcc (tm_file): Update comments about relative pathnames.
+
+2008-05-20  Richard Guenther  <rguenther@suse.de>
+
+       * tree-ssa-reassoc.c (fini_reassoc): Use the statistics
+       infrastructure.
+       * tree-ssa-sccvn.c (process_scc): Likewise.
+       * tree-ssa-sink.c (execute_sink_code): Likewise.
+       * tree-ssa-threadupdate.c (thread_through_all_blocks): Likewise.
+       * tree-vrp.c (process_assert_insertions): Likewise.
+       * tree-ssa-dce.c (eliminate_unnecessary_stmts): Likewise.
+       (perform_tree_ssa_dce): Likewise.
+       * tree-ssa-dom.c (tree_ssa_dominator_optimize): Likewise.
+       (dump_dominator_optimization_stats): Likewise.
+       * tree-vectorizer.c (vectorize_loops): Likewise.
+
+2008-05-20  Richard Guenther  <rguenther@suse.de>
+
+       * tree-vn.c (vn_lookup_with_vuses): Do not use the alias oracle.
+
+2008-05-20  Kai Tietz  <kai.tietz@onevision.com>
+
+       * config/i386/i386-protos.h (ix86_return_in_memory): Removed.
+       (ix86_i386elf_return_in_memory): Likewise.
+       (ix86_i386interix_return_in_memory): Likewise.
+       * config/i386/i386-interix.h (TARGET_RETURN_IN_MEMORY): Removed.
+       (SUBTARGET_RETURN_IN_MEMORY): New.
+       * config/i386/i386elf.h: Likewise.
+       * config/i386/ptx4-i.h: Likewise.
+       * config/i386/sol2-10.h: Likewise.
+       * config/i386/sysv4.h: Likewise.
+       * config/i386/vx-common.h: Likewise.
+       * config/i386/i386.h (TARGET_RETURN_IN_MEMORY): Removed.
+       * config/i386/i386.c (ix86_return_in_memory): Made static and
+       make use of optional SUBTARGET_RETURN_IN_MEMORY macro.
+       (ix86_i386elf_return_in_memory): Removed.
+       (ix86_i386interix_return_in_memory): Removed.
+       (TARGET_RETURN_IN_MEMORY): Declared within i386.c only.
+       * target-def.h (TARGET_RETURN_IN_MEMORY): Remove protection #ifdef.
+
+2008-05-20  Alexandre Oliva  <aoliva@redhat.com>
+
+       * cselib.c (cselib_record_sets): Use correct mode for IF_THEN_ELSE.
+
+2008-05-19  Xinliang David Li  <davidxl@google.com>
+
+       * tree-ssa-dce.c: Revert patches of 2008-05-17 and 2008-05-18. 
+       * opts.c: Ditto.
+       * common.opt: Ditto.
+       * doc/invoke.texi: Ditto.
+
+2008-05-19  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * tree.c (substitute_in_expr) <tcc_vl_exp>: Fix thinko.
+       (substitute_placeholder_in_expr) <tcc_vl_exp>: Minor tweak.
+
+2008-05-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/i386.c (ix86_expand_vector_init_concat): Change
+       sizes of operand array from 8/4 to 4/2.
+       (ix86_expand_vector_init_general): Change size of operand array
+       from 32 to 16.  Remove op0, op1 and half_mode.
+
+2008-05-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/i386.c (ix86_expand_vector_init_concat): New.
+       (ix86_expand_vector_init_interleave): Likewise.
+       (ix86_expand_vector_init_general): Use them.  Assert word_mode
+       == SImode when n_words == 4.
+
 2008-05-19  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/i386.c (ix86_secondary_reload): New static function.
 
        * config/sh/sh.c (sh_output_mi_thunk): Update the use of init_flow.
 
+2008-05-17  Kenneth Zadeck <zadeck@naturalbridge.com>
+
+       * doc/rtl.texi (RTL_CONST_CALL_P, RTL_PURE_CALL_P): Fixed typos.
+       * df-problems.c (simulation routines): Fixed block comment to
+       properly say how to add forwards scanning functions.
+       
 2008-05-17  Eric Botcazou  <ebotcazou@adacore.com>
 
        * tree-inline.c (setup_one_parameter): Remove dead code.