aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2005-06-05Daily bump.GCC Administrator1-1/+1
2005-06-05Add PR to ChangeLogTobias Schlüter1-0/+1
2005-06-05re PR fortran/19195 (gfortran: ICE in final_scan_insn, at final.c:1843)Tobias Schlüter4-2/+31
2005-06-04reg-stack.c (struct block_info_def): Correct grammar typo.Roger Sayle2-48/+44
2005-06-04rs6000.c (no_global_regs_above): New.Dale Johannesen3-29/+64
2005-06-04cgraphunit.c (cgraph_reset_node): Break out from ...Jan Hubicka2-51/+71
2005-06-04re PR target/21888 (bootstrap failure with linker relaxation enabled)Richard Henderson2-1/+13
2005-06-04cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P.Daniel Berlin9-12/+99
2005-06-04lcm.c: Move all mode-switching related functions from here...Steven Bosscher9-690/+732
2005-06-04* config/rs6000/aix52.h (ASM_CPU_SPEC): Add power5.David Edelsohn2-0/+5
2005-06-04function.c (prologue, [...]): Change their types to VEC(int,heap)*.Kazu Hirata4-54/+45
2005-06-04predict.c (tree_predict_edge): Do not predict entry edge and single succestor...Jan Hubicka2-6/+15
2005-06-04match.c (match_forall_iterator): Don't immediately give error if '=' is not f...Tobias Schlüter4-4/+38
2005-06-04array.c (gfc_match_array_constructor): Disallow empty array constructor.Tobias Schlüter4-2/+19
2005-06-04* gfortran.dg/ret_pointer_1.f90: Un-XFAIL.Tobias Schlüter2-4/+5
2005-06-04intrinsic.texi: Add documentation for command_argument_count...Jerry DeLisle2-38/+399
2005-06-04* g++.dg/opt/crossjump1.C: Gate -fPIC usage on target fpic.Hans-Peter Nilsson2-1/+6
2005-06-04re PR c/21873 (infinite warning loop on bad array initializer)Joseph Myers4-12/+79
2005-06-04Daily bump.GCC Administrator1-1/+1
2005-06-04c-parser.c (c_parser_parms_declarator): Don't use chainon().Geoffrey Keating2-6/+10
2005-06-03tree-data-ref.c (compute_self_dependence): New function.Sebastian Pop2-1/+44
2005-06-03re PR c++/21853 (constness of pointer to data member ignored)Mark Mitchell4-10/+36
2005-06-03darwin.h (LINK_SPEC): Pass -syslibroot to linker when -isysroot passed.Geoffrey Keating2-0/+6
2005-06-03re PR c/21879 (Memory management problem)Joseph Myers2-1/+11
2005-06-03configure.ac: Check declaration for asprintf, needed by libiberty.h.Gabriel Dos Reis4-2/+17
2005-06-03tree-ssa-dom.c (record_edge_info): Use last_basic_block to allocate info array.Diego Novillo5-5/+69
2005-06-03mips.opt: Add RejectNegative to divide-breaks and divide-traps.Eric Christopher2-2/+7
2005-06-03basic-block.h (remove_predictions_associated_with_edge): Declare.Jan Hubicka4-0/+26
2005-06-03rs6000.c (rs6000_conditional_register_usage): Clear call_realy_used_regs[r2] ...Pat Haugen2-1/+11
2005-06-03re PR c++/21336 (Internal compiler error when using custom new operators)Mark Mitchell6-43/+76
2005-06-03ppc-vector-memcpy.c (foo): Use non-zero values for all entries in initializer.Josh Conner2-1/+6
2005-06-03re PR middle-end/21858 (ICE in compare_values, at tree-vrp.c:301)Richard Guenther4-4/+34
2005-06-03cgraph.c, [...]: Fix comment typos.Kazu Hirata4-7/+13
2005-06-03* collect2.c (maybe_unlink): Use unlink_if_ordinary.Joseph Myers2-1/+5
2005-06-03Revert my previous patch.Bernd Schmidt2-8/+15
2005-06-03re PR testsuite/21292 (gen-vect-11b.c and gen-vect-11c.c fail)Paolo Bonzini11-9/+43
2005-06-03Fix typo in ASM_SEPCNick Clifton2-1/+6
2005-06-03re PR java/21722 (gcj miscompiles accesses to static final vars with indirect...Tom Tromey2-11/+17
2005-06-03re PR tree-optimization/21849 (wrong use of sbitmap in tree-ssa-copy.c)Kazu Hirata2-0/+6
2005-06-02* gcc.dg/sync-2.c: Use -march=i486 for i386.Richard Henderson2-0/+6
2005-06-02Makefile.in (tree-vect-generic.o): New.Richard Henderson6-493/+573
2005-06-02modulo-sched.c (doloop_register_get): Protect against doloop_end not defined.Richard Henderson2-1/+10
2005-06-03Daily bump.GCC Administrator1-1/+1
2005-06-02sh.c (general_movsrc_operand, [...]): Move to ...Kazu Hirata4-829/+906
2005-06-02trans.c (gnat_gimplify_expr): Call recompute_tree_invarant_for_addr_expr when...Andrew Pinski2-0/+7
2005-06-02tree.c (build_common_builtin_nodes): Fix the return type on __builtin_memcmp.Andrew Pinski2-1/+6
2005-06-02tree-ssa-loop-ivopts.c (build_addr_strip_iref): Remove.Richard Guenther2-22/+10
2005-06-02convert.c (convert_to_pointer): Avoid recursion if no conversion is needed.DJ Delorie2-10/+11
2005-06-02tree-chrec.c (chrec_fold_plus_1): Ensure we build binary operations with the ...Richard Guenther3-10/+17
2005-06-02tree-vrp.c, [...]: Fix comment typos.Kazu Hirata6-13/+20