aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-01-27Makefile.in (LIB2FUNCS_ST): Remove _gcov.Nathan Sidwell8-501/+602
2003-01-27Fix date of ChangeLog of previous revision.Gerald Pfeifer1-1/+1
2003-01-27invoke.texi (Optimization Options): Group together optional and experimental ...Jerry Quinn2-203/+234
2003-01-27init.c (__gnat_error_handler): Make msg const.Rainer Orth5-5/+17
2003-01-27* gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.Josef Zlomek2-0/+5
2003-01-27* doc/extend.texi: Fix typo.Volker Reichelt2-1/+5
2003-01-27re PR rtl-optimization/9090 ([3.2/3.3/3.4 regression?] arm ICE with >= -O2; r...Richard Earnshaw2-4/+7
2003-01-27cppopts.texi: Fix typo.Volker Reichelt4-3/+9
2003-01-27real.c (ibm_extended_format): Add 53 to minimum exponent.Alexandre Oliva2-3/+23
2003-01-27timevar.def (TV_OVERLOAD, [...]): New timevar_id enumerations.Gabriel Dos Reis2-0/+7
2003-01-27Daily bump.GCC Administrator1-1/+1
2003-01-26* combine.c: Fix formatting.Kazu Hirata2-15/+20
2003-01-26* doc/gccint.texi: Update the copyright.Kazu Hirata2-1/+5
2003-01-26cpp.texi: Fix typos.Kazu Hirata8-12/+22
2003-01-26fde-glibc.c: Fix comment typos.Kazu Hirata6-14/+22
2003-01-26i386-modes.def: Fix comment typos.Kazu Hirata4-5/+11
2003-01-26lang-specs.h: Revoke change to (incorrectly) prohibit passing -f options to c...Toon Moene3-6/+9
2003-01-26avr.h, [...]: Undefine ASM_FINISH_DECLARE_OBJECT before defining it.Steven Bosscher7-60/+71
2003-01-26Make-lang.in (treelang/parse.o-warn): Define as -Wno-error.Michael Matz2-12/+18
2003-01-26fp-bit.h: Define macros for TFmode floating-point constants in IBM-extended T...Alexandre Oliva3-1/+110
2003-01-26fp-bit.h: Define macros for TFmode floating-point constants in IEEE quad TFmo...Alexandre Oliva3-59/+300
2003-01-26* df.c: Remove prototype of unused function df_regno_rtl_debug.Andreas Jaeger2-5/+8
2003-01-26Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.Alexandre Oliva3-4/+36
2003-01-26optabs.c (expand_binop): Return xtarget if we haven't been able to move the r...Alexandre Oliva2-2/+5
2003-01-26expr.c (emit_group_store): Initialize dst with CONST0_RTX for the appropriate...Alexandre Oliva2-1/+6
2003-01-26calls.c (emit_library_call_value_1): Handle return values in a PARALLEL.Alexandre Oliva2-2/+20
2003-01-26rtl.c (get_mode_alignment): Moved to...Alexandre Oliva3-25/+28
2003-01-26print-rtl.c (print_rtx): Don't print MEM details in GENERATOR_FILEs.Alexandre Oliva2-2/+7
2003-01-26df.h: Update comments, tidy formatting.Michael Hayes3-136/+161
2003-01-26calls.c (save_fixed_argument_area): Tidy.Alan Modra2-148/+79
2003-01-26* df.c (df_uses_record): Handle CC0.Michael Hayes2-2/+8
2003-01-26Daily bump.GCC Administrator1-1/+1
2003-01-25reload.c (maybe_memory_address_p): New function.Ulrich Weigand4-2/+50
2003-01-25final.c (shorten_branches): Align the address of code label when computing in...Kaz Kojima2-1/+6
2003-01-25* config/m68hc11/m68hc11.md: Fix a comment typo.Kazu Hirata2-1/+5
2003-01-25i386.c (x86_output_mi_thunk): Correct test for TARGET_MACHO.Andreas Jaeger2-6/+11
2003-01-25gcse.c (bypass_last_basic_block): New global variable.Roger Sayle2-5/+30
2003-01-25* gcse.c (local_cprop_pass): Update reg_sets table when needed.Jan Hubicka2-1/+10
2003-01-25re PR rtl-optimization/8492 (GCC spins forever compiling loop)Jan Hubicka4-2/+46
2003-01-25ia64.c (ia64_rwreloc_select_rtx_section): Rename from ia64_aix_select_rtx_sec...Richard Henderson4-20/+37
2003-01-25h8300.c (h8300_shift_needs_scratch_p): Update a comment.Kazu Hirata2-1/+6
2003-01-25* config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.Richard Henderson2-1/+5
2003-01-25* ggc-simple.c (debug_ggc_tree): Add PTR cast.Kelley Cook2-1/+5
2003-01-25bitmap.h (BITMAP_WORD): New typedef: fundamental storage type for bitmaps.Segher Boessenkool3-57/+66
2003-01-25re PR c++/9403 (parse error on template keyword used for disambiguation)Nathan Sidwell11-74/+150
2003-01-25t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.Richard Henderson2-5/+9
2003-01-25builtins.c (purge_builtin_constant_p): Scan insn stream sequentially rather t...Roger Sayle3-21/+20
2003-01-25combine.c (simplify_comparison, case AND): Remove a redundant test.Kazu Hirata2-10/+11
2003-01-25function.h (struct function): New field calls_constant_p.Roger Sayle6-1/+26
2003-01-25cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not optimizing, even i...Roger Sayle3-2/+10