aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-06-04function.c (prologue, [...]): Change their types to VEC(int,heap)*.Kazu Hirata4-54/+45
2005-06-04Update copyright year.Anthony Green2-2/+2
2005-06-04URLClassLoader.java: import gnu.gcj.Core, and gnu.java.net.protocol.core.Core...Anthony Green4-1/+84
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-04* MAINTAINERS: Update my email address.Richard Sandiford2-1/+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-03* gnu/classpath/jdwp/transport/TransportFactory.java: New file.Keith Seitz2-0/+116
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-03ITransport.java: New file.Keith Seitz3-0/+260
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 libstdc++/21770 (rebinding allocator::value type vs. container::value_t...Paolo Carlini27-266/+660
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-02config.sub: Add cases for the Renesas m32c.Jim Blandy2-0/+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
2005-06-02Index: ChangeLogGeoffrey Keating1-0/+23
2005-06-02cgraphunit.c (cgraph_function_and_variable_visibility): Extern inline functio...Jan Hubicka2-0/+6
2005-06-02gimplify.c (gimplify_ctx): Change the type of case_labels to VEC from VARRAY.Kazu Hirata2-8/+17