aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-02-26Daily bump.GCC Administrator1-1/+1
2003-02-25reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS does not reduce ...Kazu Hirata2-1/+41
2003-02-25re PR target/9732 ([ppc32] Wrong code with -O2 -fPIC)Franz Sirl2-0/+108
2003-02-25re PR target/9732 ([ppc32] Wrong code with -O2 -fPIC)Franz Sirl3-3/+17
2003-02-25real.c (real_to_integer2): Force overflow result only for unsigned overflow.Richard Henderson2-1/+6
2003-02-25* gcse.c (cprop_jump): Revert the 2003-02-23 change.Kazu Hirata2-20/+10
2003-02-25Fixing typo in ChangeLog.Vladimir Makarov1-1/+1
2003-02-25sched-ebb.c (add_deps_for_risky_insns): Add the dependence when there is no s...Vladimir Makarov2-4/+12
2003-02-25sched-int.h (INSN_TRAP_CLASS, [...]): Move them from sched-rgn.c.Vladimir Makarov6-283/+452
2003-02-25003-02-20 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez8-43/+80
2003-02-25decl.c (add_binding): Time TV_NAME_LOOKUP.Gabriel Dos Reis2-3/+13
2003-02-25Makefile.in (lcm.o): Add dependency on function.hJan Hubicka7-29/+46
2003-02-25Fix typo.Nick Clifton2-15/+22
2003-02-25Daily bump.GCC Administrator1-1/+1
2003-02-24* README: Remove out-of-date information.Mark Mitchell2-17/+9
2003-02-24re PR c++/9836 (Error with typdefs in partial specializations of classes)Mark Mitchell6-8/+31
2003-02-24* combine.c (simplify_shift_const): Fix previous patch.Jan Hubicka2-2/+6
2003-02-24re PR c++/9778 (ICE with sizeof(expr) in non-type template arg)Jeffrey D. Oldham3-1/+27
2003-02-24i386.md (testdi_1_rex64): Discourage reload from using the %eax alternative.Jeff Law2-4/+10
2003-02-24* gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.Jeff Law2-0/+21
2003-02-24re PR c/5059 (Compiling s/w containing the use of DIR.H fails on other stat-c...Rainer Orth8-19/+97
2003-02-24re PR c++/9602 (Total confusion about template/friend/virtual/abstract)Kriang Lerdsuwanakij4-0/+32
2003-02-24gcc.c (do_spec_1): Handle pending argument upon return from handle_braces in ...Roger Sayle2-1/+18
2003-02-24re PR c++/5333 (ICE on nested template classes using other nested template cl...Mark Mitchell7-7/+60
2003-02-24sh.c (TARGET_HAVE_TLS): Conditionally define.Kaz Kojima5-2/+363
2003-02-24lang-options.h: Added -Wdeprecated.Tom Tromey13-2612/+2832
2003-02-24Daily bump.GCC Administrator1-1/+1
2003-02-24New test.Alan Modra2-0/+32
2003-02-24calls.c (store_one_arg): Revert 1999-02-16 change.Alan Modra4-101/+171
2003-02-23* gcse.c (cprop_jump): Use the REG_EQUAL note if available.Kazu Hirata2-6/+24
2003-02-23invoke.texi (ggc-min-expand, [...]): Document new default behavior.Kaveh R. Ghazi3-4/+60
2003-02-23re PR c++/7982 (core dump due to recursive definition (using stl set))Kriang Lerdsuwanakij2-0/+22
2003-02-22[multiple changes]Richard Henderson4-94/+103
2003-02-22i386.c: Replace "mcpu" with "mtune".Kelley Cook18-45/+77
2003-02-23Daily bump.GCC Administrator1-1/+1
2003-02-22config.gcc: Delete references to m68k/t-linux and m68k/t-linux-aout.Andreas Schwab4-7/+9
2003-02-22toplev.c (rest_of_compilation): Apply fotgotten hunk of track scheduling patch.Jan Hubicka2-21/+6
2003-02-22* gcc.dg/i386-mul.c: New test.Jan Hubicka2-0/+14
2003-02-22linux.h (TARGET_HAS_F_SETLKW): Define.Jan Hubicka3-0/+9
2003-02-22* c-decl.c (c_expand_body_1): Fix.Jan Hubicka2-0/+5
2003-02-22expmed.c (expand_divmod): Undo sign extensions for unsigned operandsJan Hubicka13-399/+506
2003-02-22i386.md: Use gen_lowpart instead of gen_rtx_REG for copying a register.Josef Zlomek2-10/+15
2003-02-22re PR c/8828 (gcc reports some code is unreachable when it is not)Steven Bosscher2-15/+16
2003-02-22re PR c++/3782 (-quiet -fstats produces a segmentation fault in cc1plus)Steven Bosscher2-20/+30
2003-02-22fold-const.c (omit_one_operand): No longer static.Roger Sayle6-27/+125
2003-02-22cris.c (cris_rtx_costs): Blockify dangling else.Hans-Peter Nilsson2-6/+11
2003-02-22* gcc.dg/asmreg-1.c: New test.Hans-Peter Nilsson2-0/+77
2003-02-22regmove.c (optimize_reg_copy_1): Do not replace a hard register in an asm.Hans-Peter Nilsson2-0/+15
2003-02-22Makefile.in (ggc-common.o): Depend on $(PARAMS_H)Kaveh R. Ghazi6-6/+74
2003-02-22i386.c (def_builtin): Special case 64bit builtins.Jan Hubicka6-3/+252