| Commit message (Expand) | Author | Age | Files | Lines |
* | PR optimization/8396 | ebotcazou | 2003-03-14 | 4 | -0/+32 |
* | 2003-02-14 Jeroen Frijters <jeroen@sumatra.nl> | mark | 2003-03-14 | 4 | -110/+130 |
* | * doc/extend.texi (Function Names): Make the example compilable. | steven | 2003-03-14 | 2 | -1/+5 |
* | * config/rs6000/rs6000.c (processor_target_table): Really allow | dje | 2003-03-14 | 2 | -2/+7 |
* | * calls.c (flags_from_decl_or_type): Factor and remove redundant | sayle | 2003-03-14 | 2 | -7/+15 |
* | Daily bump. | gccadmin | 2003-03-14 | 2 | -2/+2 |
* | * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp. | dannysmith | 2003-03-13 | 6 | -10/+48 |
* | PR c++/9420 | jason | 2003-03-13 | 3 | -7/+8 |
* | * decl2.c (do_nonmember_using_decl): Correct handling of | mmitchel | 2003-03-13 | 4 | -0/+20 |
* | PR c++/9336 | jason | 2003-03-13 | 1 | -0/+18 |
* | Fix typo in ChangeLog | mmitchel | 2003-03-13 | 1 | -1/+1 |
* | * ggc-page.c (struct page_entry): Remove varray.h header. | mrs | 2003-03-13 | 3 | -28/+316 |
* | * call.c (initialize_reference): Remove bogus assertion. | mmitchel | 2003-03-13 | 6 | -40/+33 |
* | * ChangeLog: Rotated last year's entries to... | neroden | 2003-03-13 | 2 | -14448/+14453 |
* | * parse.y (resolve_inner_class): Error if qualifier is a primitive | tromey | 2003-03-13 | 2 | -2/+14 |
* | * config/ia64/fde-glibc.c, config/ia64/freebsd.h, | neroden | 2003-03-13 | 16 | -60/+71 |
* | 2003-03-13 Jonathan Wakely <redi@gcc.gnu.org> | redi | 2003-03-13 | 7 | -20/+36 |
* | output_return_instruction: Simplyify test for avoiding type 2 LDMs. | nickc | 2003-03-13 | 1 | -5/+1 |
* | 2003-03-13 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de> | ansgar | 2003-03-13 | 4 | -980/+1021 |
* | 2003-03-13 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2003-03-13 | 2 | -7/+14 |
* | Remove redundant writeback test in previous delta. | nickc | 2003-03-13 | 1 | -4/+7 |
* | (print_multi_reg): Do not generate a type 2 LDM instructions with writeback | nickc | 2003-03-13 | 2 | -15/+35 |
* | (FIXED_REGISTERS): Remove definition. | nickc | 2003-03-13 | 2 | -22/+11 |
* | * config/rs6000/rs6000.c (rs6000_flag_pic): Delete. | amodra | 2003-03-13 | 5 | -33/+56 |
* | * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly. | rth | 2003-03-13 | 5 | -310/+469 |
* | * Make-lang.in (tree1$(exeext)): Fix previous patch. | aj | 2003-03-13 | 2 | -1/+5 |
* | * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c, | neroden | 2003-03-13 | 5 | -17/+21 |
* | * config/c4x/c4x-c.c, config/c4x/c4x-modes.def, | neroden | 2003-03-13 | 9 | -31/+36 |
* | * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc. | danglin | 2003-03-13 | 5 | -4/+14 |
* | * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h, | neroden | 2003-03-13 | 7 | -24/+27 |
* | * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c, | neroden | 2003-03-13 | 11 | -38/+43 |
* | * config/v850/lib1funcs.asm, config/v850/rtems.h, | neroden | 2003-03-13 | 8 | -26/+31 |
* | * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h, | neroden | 2003-03-13 | 13 | -48/+56 |
* | 2003-03-12 Benjamin Kosnik <bkoz@redhat.com> | bkoz | 2003-03-13 | 2 | -3/+8 |
* | * fixinc/fixinc.interix: Remove dead code (most of it). | neroden | 2003-03-13 | 3 | -386/+3 |
* | * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h, | neroden | 2003-03-13 | 6 | -20/+25 |
* | * Make-lang.in, Makefile.in, config-lang.in: GCC, not GNU CC. | neroden | 2003-03-13 | 4 | -12/+16 |
* | * g77.texi, invoke.texi, g77spec.c, lang-specs.h: GCC, not | neroden | 2003-03-13 | 5 | -11/+16 |
* | * pa.c (pa_init_builtins): Fix warning. | danglin | 2003-03-13 | 2 | -1/+5 |
* | Daily bump. | gccadmin | 2003-03-13 | 2 | -2/+2 |
* | 2003-03-12 Jonathan Wakely <redi@gcc.gnu.org> | redi | 2003-03-13 | 4 | -150/+184 |
* | * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove. | sje | 2003-03-12 | 2 | -59/+20 |
* | PR c++/7050 | jason | 2003-03-12 | 4 | -5/+27 |
* | 2003-03-10 Andreas Schwab <schwab@suse.de> | schwab | 2003-03-12 | 20 | -292/+309 |
* | * cppfiles.c (cpp_rename_file, cpp_push_include): New. | neil | 2003-03-12 | 4 | -28/+45 |
* | * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE, | neroden | 2003-03-12 | 4 | -213/+353 |
* | * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used | bwilson | 2003-03-12 | 2 | -2/+21 |
* | * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to | aj | 2003-03-12 | 2 | -2/+5 |
* | (toplev) | neroden | 2003-03-12 | 9 | -926/+874 |
* | * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for | aj | 2003-03-12 | 9 | -26/+38 |