OSDN Git Service

* doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 964204d..78952f7 100644 (file)
@@ -1,3 +1,170 @@
+2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
+       obsoletion, removal.
+       Update IDO URL.
+       Document GNU as requirement.
+       Update configure requirements.
+       (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion,
+       removal.
+       Recomment IRIX 6.5.18+.
+       Document IDF/IDL requirement.
+       Document GNU as requirement.
+       Document GNU ld bootstrap failure.
+       Remove freeware.sgi.com reference.
+
+2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
+       UNIX V4.0, V5.0 obsoletion, removal.
+       Remove --with-gc=simple reference.
+       Update VM requirements during bootstrap.
+       Remove -oldas bootstrap description.
+       Update binutils reference.
+       Remove comparison failure note.
+
+2010-03-31  Richard Guenther  <rguenther@suse.de>
+           Zdenek Dvorak  <ook@ucw.cz>
+           Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR middle-end/43464
+       * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
+       with multiple arguments.
+       (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
+
+2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * graphite-dependences.c (print_pddr): Call print_pdr with an
+       extra argument.
+       * graphite-poly.c (debug_pdr): Add an extra argument for the
+       verbosity level.
+       (print_pdr): Same.
+       (print_pbb_domain): Same.
+       (print_pbb): Same.
+       (print_scop_context): Same.
+       (print_scop): Same.
+       (print_cloog): Same.
+       (debug_pbb_domain): Same.
+       (debug_pbb): Same.
+       (print_pdrs): Same.
+       (debug_pdrs): Same.
+       (debug_scop_context): Same.
+       (debug_scop): Same.
+       (debug_cloog): Same.
+       (print_scop_params): Same.
+       (debug_scop_params): Same.
+       (print_iteration_domain): Same.
+       (print_iteration_domains): Same.
+       (debug_iteration_domain): Same.
+       (debug_iteration_domains): Same.
+       (print_scattering_function): Same.
+       (print_scattering_functions): Same.
+       (debug_scattering_function): Same.
+       (debug_scattering_functions): Same.
+       * graphite-poly.h (debug_pdr): Update declaration.
+       (print_pdr): Same.
+       (print_pbb_domain): Same.
+       (print_pbb): Same.
+       (print_scop_context): Same.
+       (print_scop): Same.
+       (print_cloog): Same.
+       (debug_pbb_domain): Same.
+       (debug_pbb): Same.
+       (print_pdrs): Same.
+       (debug_pdrs): Same.
+       (debug_scop_context): Same.
+       (debug_scop): Same.
+       (debug_cloog): Same.
+       (print_scop_params): Same.
+       (debug_scop_params): Same.
+       (print_iteration_domain): Same.
+       (print_iteration_domains): Same.
+       (debug_iteration_domain): Same.
+       (debug_iteration_domains): Same.
+       (print_scattering_function): Same.
+       (print_scattering_functions): Same.
+       (debug_scattering_function): Same.
+       (debug_scattering_functions): Same.
+
+2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * graphite-poly.c (print_scattering_function_1): New.
+       (print_scattering_function): Call it.
+       (print_scop_params): Remove spaces at the end of lines.
+       (print_cloog): New.
+       (debug_cloog): New.
+       * graphite-poly.h (print_cloog): Declared.
+       (debug_cloog): Declared.
+
+2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
+       in loop->header.
+       * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
+       * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
+       * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
+       to switch between adding the IV bump in loop->latch or in loop->header.
+
+2010-03-31  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * graphite-poly.c (print_scattering_function): Pretty print following
+       the scoplib format.
+       (print_pdr): Same.
+       (print_pbb_domain): Same.
+       (dump_gbb_cases): Same.
+       (dump_gbb_conditions): Same.
+       (print_pdrs): Same.
+       (print_pbb): Same.
+       (print_scop_params): Same.
+       (print_scop_context): Same.
+       (print_scop): Same.
+       (print_pbb_body): New.
+       (lst_indent_to): New.
+       (print_lst): Start new lines with a #.
+       * graphite-poly.h (pbb_bb): New.
+       (pbb_index): Use pbb_bb.
+       * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
+       disjuncts.
+       * tree-data-ref.c (dump_data_reference): Start new lines with a #.
+
+2010-03-31  Jakub Jelinek  <jakub@redhat.com>
+
+       * dwarf2out.c (size_of_die): For -gdwarf-4 use
+       uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
+       and 0 instead of 1 for dw_val_class_flag.
+       (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
+       dw_val_class_range_list, dw_val_class_loc_list,
+       dw_val_class_lineptr and dw_val_class_macptr, use
+       DW_FORM_flag_present for dw_val_class_flag and
+       DW_FORM_exprloc for dw_val_class_loc.
+       (output_die): For -gdwarf-4 print dw_val_class_loc
+       size as uleb128 instead of 1 or 2 bytes and don't print
+       anything for dw_val_class_flag.
+
+       * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
+       instead of cselib_lookup following by tweaking locs->setting_insn.
+
+       PR bootstrap/43596
+       * cselib.c (cselib_process_insn): Clear cselib_current_insn
+       even before returning from label, setjmp call or volatile asm
+       handling.
+
+2010-03-31  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/43600
+       * cgraphunit.c (cgraph_output_in_order): Do not allocate
+       temporary data on stack.
+
+2010-03-31  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
+       (PUSHSECTION_ASM_OP): Remove.
+       (POPSECTION_ASM_OP): Remove.
+       (PUSHSECTION_FORMAT): Remove.
+       * config/sol2.h (PUSHSECTION_FORMAT): Define.
+       * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
+       * config/sol2.c (solaris_output_init_fini): Use it.
+
 2010-03-31  Jie Zhang  <jie@codesourcery.com>
 
        PR 43574