aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-06-28* config/ia64/ia64.md: Follow recent emit_note API change.Andreas Schwab2-2/+6
2003-06-28c-parse.in (%union): Replace filename & lineno with location.Nathan Sidwell2-39/+36
2003-06-28Typo fix.Jakub Jelinek1-1/+1
2003-06-28builtins.c (c_strlen): Add only_value argument.Jakub Jelinek7-13/+127
2003-06-28bb-reorder.c (find_traces_1_round): Do not send basic block to next round whe...Josef Zlomek2-2/+8
2003-06-28Makefile.in: Update.Neil Booth6-188/+200
2003-06-28explow.c (find_next_ref): Remove.Kazu Hirata3-47/+5
2003-06-28* Make-lang.in: Add missing space to comment.Matt Kraai1-1/+1
2003-06-28alpha.md (anonymous define_split): Adjust emit_note call to match recent API ...Roger Sayle2-1/+6
2003-06-27re PR other/10240 (HOST_CFLAGS in gcc/Makefile.in shouldn't include XCFLAGS)Gunther Nikl3-2/+6
2003-06-28dbxout.c (flag_debug_only_used_symbols): Delete redundant declaration.Zack Weinberg7-7/+14
2003-06-27re PR target/11014 ([m68k] MIT / MOTOROLA assembly conflict)Gunther Nikl2-2/+18
2003-06-28* c-format.c (check_format_string, get_constant)Zack Weinberg14-26/+49
2003-06-28Daily bump.GCC Administrator1-1/+1
2003-06-27Patch from Gunther Nikl.Gunther Nikl2-1/+4
2003-06-27re PR c++/10468 (const typeof(x) is non-const, but only in templates)Mark Mitchell4-1/+31
2003-06-27mips.c (mips_build_va_list): Make padding in va_list structure explicit to av...Chris Demetriou2-2/+15
2003-06-27re PR c++/10796 (ICE (segfault) when defining an enum with two values: -1 and...Mark Mitchell4-13/+49
2003-06-27s390.h (SECONDARY_OUTPUT_RELOAD_CLASS): Define.Ulrich Weigand7-96/+208
2003-06-27combine.c (force_to_mode): Replace the equality comparison of INTVALs with a ...Kazu Hirata2-8/+10
2003-06-27jump.c (rtx_renumbered_equal_p): Replace an expression that is known to be 0 ...Kazu Hirata2-3/+6
2003-06-27gcse.c (expr_equiv_p): Replace expressions that are known to be 0 with 0.Kazu Hirata2-4/+7
2003-06-27cse.c (fold_rtx): Replace the equality comparison of INTVALs with a pointer e...Kazu Hirata2-1/+6
2003-06-27rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN are known to be n...Kazu Hirata2-2/+5
2003-06-27alpha.c (function_arg): Don't pass small aggregates in floating point registers.Richard Henderson4-33/+174
2003-06-27ggc-page.c (inverse_table): Change type of mult to size_t.Ulrich Weigand2-14/+9
2003-06-27Remove extra bits from my previous commit.Devang Patel1-14/+0
2003-06-27toplev.c (rest_of_decl_compilation): Only varpoolize argument when called bef...Jan Hubicka2-2/+7
2003-06-27re PR c++/11332 (Spurious error with casts in ?: expression)Mark Mitchell4-3/+22
2003-06-27* config/darwin.h, config/elfos.h, config/i960/i960-coff.hZack Weinberg5-11/+17
2003-06-27cgraph.c (cgraph_node, [...]): Avoid re-initializing of known_decls.Jan Hubicka2-2/+9
2003-06-27defaults.h (REGISTER_MOVE_COST): Define default here.Hans-Peter Nilsson5-12/+10
2003-06-27* flags.h: Really install previous change.Richard Earnshaw2-7/+17
2003-06-27rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell23-74/+113
2003-06-27c-tree.h (grokfield): Remove unused filename and line parameters.Nathan Sidwell5-123/+94
2003-06-27stmt.c (do_jump_if_equal): Return 0 earlier if OP1 and OP2 are known to be no...Kazu Hirata2-1/+6
2003-06-26final.c (debug_flush_symbol_queue): New function.Devang Patel9-22/+292
2003-06-27builtins.c (expand_builtin_sprintf): Use c_getstr and strlen to obtain the fo...Roger Sayle6-34/+60
2003-06-27Daily bump.GCC Administrator1-1/+1
2003-06-26ia64.c (ia64_expand_call): Don't add ar.pfs for sibcalls.Richard Henderson2-7/+10
2003-06-26* config/ia64/ia64.h (REGISTER_NAMES): R0 is really AP.Richard Henderson2-1/+5
2003-06-26emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE instead of rep...Richard Henderson2-2/+9
2003-06-26flow.c (propagate_one_insn): Kill function return value registers across tail...Richard Henderson2-2/+8
2003-06-26flow.c (propagate_one_insn): Preserve live-at-end registers across tail calls.Richard Henderson2-3/+15
2003-06-26reload.c (can_reload_into): New function.J"orn Rennecke4-1/+243
2003-06-26h8300.c (compute_a_rotate_length): Fix the references to the amount of a rota...Kazu Hirata2-3/+9
2003-06-26coff.h: Don't include dbxcoff.h.Nathanael Nerode3-6/+7
2003-06-26call.c (build_op_delete_call): Use strip_array_call.Nathan Sidwell2-5/+9
2003-06-26postreload.c (reload_cse_simplify_set): Call cselib_lookup earlier.Kazu Hirata1-1/+5
2003-06-26postreload.c (reload_cse_simplify_set): Call cselib_lookup earlier.Kazu Hirata2-6/+9