aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-03-17Daily bump.GCC Administrator1-1/+1
2003-03-16simplify-rtx (simplify_binary_operation): Don't abort for SS_PLUS, US_PLUS, S...Richard Henderson2-0/+12
2003-03-16i386.md (movstrictqi, [...]): Check optimize_size as well.Richard Henderson2-2/+7
2003-03-16m68hc11.c (print_operand): Handle 'b' modifier for D register to specify the ...Stephane Carrez2-4/+67
2003-03-16re PR rtl-optimization/9016 (Failure to consistently constant fold "constant"...Mark Mitchell2-3/+17
2003-03-16re PR target/9164 ([Alpha] improper code generation)Falk Hueffner4-1/+24
2003-03-16re PR c++/9629 (virtual inheritance segfault)Nathan Sidwell8-21/+104
2003-03-16c-typeck.c (build_component_ref): Turn "for" into "do ..Roger Sayle3-1/+11
2003-03-16Add missing ChangeLog entry for:Andreas Jaeger1-0/+5
2003-03-16* doc/cppopts.texi: Remove documentation of -A-.Neil Booth2-7/+4
2003-03-16Fix rethinko.Gabriel Dos Reis1-1/+1
2003-03-16configure.in: Improve check for memcheck.h.Andreas Jaeger2-4/+4
2003-03-16* decl.c (binding_for_name): Fix initialization thinko.Gabriel Dos Reis2-0/+7
2003-03-16Daily bump.GCC Administrator1-1/+1
2003-03-15* doc/libgcc.texi: Remove @tie.Zack Weinberg2-1/+5
2003-03-15rtl.h (subrtx_p): Renamed to rtx_referenced_p.Josef Zlomek5-32/+97
2003-03-15Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.Aldy Hernandez4-57/+418
2003-03-15stb.c (ffestb_R100110_): Allow the number before the X format to be optional ...Roger Sayle5-24/+17
2003-03-15eh33.C: Remove xfail for hppa*-*-*.John David Anglin3-2/+7
2003-03-15re PR debug/9039 (ICE, anonymous union, gen_decl_die, dwarf2out.c:11974)Jason Merrill3-0/+20
2003-03-15don't specify -g1Jason Merrill1-0/+7
2003-03-15re PR debug/6387 (-fpic -gdwarf-2 -g1 combination give ICE in dwarf2out)Jason Merrill2-1/+14
2003-03-15Fix thinko.Gabriel Dos Reis1-1/+1
2003-03-15varasm.c (struct rtx_const): Change type of un.addr member to struct holding ...Ulrich Weigand2-5/+17
2003-03-15Compile-time improvement: 2/n.Gabriel Dos Reis6-217/+262
2003-03-15* fix-header.c (read_scan_file): Read main file before handling -D.Neil Booth2-2/+7
2003-03-15* treetree.c (cpp_handle_option): Remove.Andreas Jaeger2-10/+4
2003-03-15c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle20-28/+53
2003-03-15* fix-header.c (read_scan_file): Fix thinko.Neil Booth2-1/+5
2003-03-15reload1.c (choose_reload_regs): Use && instead of || with REG_CANNOT_CHANGE_M...Glen Nakamura2-12/+17
2003-03-15Makefile.in: Update.Neil Booth12-371/+121
2003-03-15re PR c++/6440 (template specializations cause ICE)Kriang Lerdsuwanakij5-0/+127
2003-03-15Fix date in last ChangeLog entry.Andreas Jaeger1-1/+1
2003-03-15g77spec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.Andreas Jaeger2-23/+7
2003-03-15re PR rtl-optimization/9387 (jump threading bug)Michael Hayes2-12/+7
2003-03-14re PR rtl-optimization/6871 (const objects shouldn't be moved to .bss)Jason Merrill3-0/+12
2003-03-15Daily bump.GCC Administrator1-1/+1
2003-03-14c-opts.c (finish_options): New.Neil Booth3-25/+44
2003-03-14rs6000.c (rs6000_emit_load_toc_table): Don't call rs6000_maybe_dead if !fromp...Jakub Jelinek2-14/+28
2003-03-14/home/neil/diffs/include.logNeil Booth10-107/+137
2003-03-14Makefile.in (.y.c): Only enable production rule when maintaining.Loren J. Rittle2-2/+10
2003-03-14cselib.c (clear_table): Do not take argument; always clear just used slots.Jan Hubicka4-34/+36
2003-03-14re PR target/9700 ([alpha linux] va_start gets __offset wrong in some situati...Richard Henderson5-68/+125
2003-03-14stmt.c (expand_start_case): Call emit_queue ().Jakub Jelinek4-0/+77
2003-03-14* gcc.dg/inline-2.c: Adjust alpha test for external call.Richard Henderson2-1/+5
2003-03-14mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2 words in new abis.Chris Demetriou2-6/+14
2003-03-14re PR rtl-optimization/8396 ([sparc] optimizer ICE)Eric Botcazou4-0/+32
2003-03-14* doc/extend.texi (Function Names): Make the example compilable.Steven Bosscher2-1/+5
2003-03-13rs6000.c (processor_target_table): Really allow GP optional instructions on P...David Edelsohn2-2/+7
2003-03-14calls.c (flags_from_decl_or_type): Factor and remove redundant conditional te...Roger Sayle2-7/+15