| Commit message (Expand) | Author | Age | Files | Lines |
* | GNU CC -> GCC | kcook | 2003-09-27 | 208 | -905/+988 |
* | * cp-tree.h, name-lookup.h, decl.c, decl2.c: Remove reference to | gdr | 2003-09-27 | 6 | -108/+88 |
* | Daily bump. | gccadmin | 2003-09-27 | 1 | -1/+1 |
* | * objc/objc-act.c (tm_p.h): Tweak order. | ljrittle | 2003-09-26 | 2 | -4/+5 |
* | * objc/objc-act.c (tm_p.h): Tweak order. | ljrittle | 2003-09-26 | 2 | -1/+5 |
* | * config.gcc (hppa*64*-*-linux* | parisc*64*-*-linux*): | neroden | 2003-09-26 | 2 | -1/+3 |
* | * config.gcc (hppa*64*-*-linux* | parisc*64-*-linux*): | neroden | 2003-09-26 | 2 | -0/+3 |
* | * config.gcc (i960-*-coff*, m68k-*-aout*, sparclite-*-coff*): | neroden | 2003-09-26 | 2 | -0/+5 |
* | * config.gcc (i[34567]86-*-solaris2*, sparc64-*-solaris2*, | neroden | 2003-09-26 | 2 | -0/+6 |
* | * config/i386/unix.h: Remove (unused) DEFAULT_ASSEMBLER_DIALECT. | neroden | 2003-09-26 | 2 | -2/+4 |
* | * config/i386/i386.h (ix86_return_in_memory): Revert my last patch. | ljrittle | 2003-09-26 | 3 | -1/+6 |
* | * dbxout.c (dbxout_typedefs): Output typedefs in forward order. | bothner | 2003-09-26 | 2 | -4/+7 |
* | PR optimization/11741 | sayle | 2003-09-26 | 4 | -37/+98 |
* | 2003-09-26 Andreas Krebbel <krebbel1@de.ibm.com> | uweigand | 2003-09-26 | 3 | -44/+29 |
* | PR bootstrap/12358 | danglin | 2003-09-26 | 2 | -1/+6 |
* | * decl.c (pop_binding_level, suspend_binding_level, | gdr | 2003-09-26 | 2 | -65/+52 |
* | * expmed.c (store_bit_field): Don't search for an integer mode | rsandifo | 2003-09-26 | 2 | -5/+9 |
* | * expr.c (emit_move_insn_1): If there is no move pattern for the | rsandifo | 2003-09-26 | 2 | -0/+16 |
* | * combine.c (if_then_else_cond): Tighten mode check. | rsandifo | 2003-09-26 | 2 | -1/+5 |
* | * cppcharset.c, cpphash.h: Rename 'struct strbuf' to | neroden | 2003-09-26 | 3 | -17/+22 |
* | * config/i386/netbsd-elf.h, config/i386/netbsd64.h, | neroden | 2003-09-26 | 25 | -102/+112 |
* | * config/i386/i386-aout.h, config/i386/i386-coff.h, | neroden | 2003-09-26 | 21 | -84/+93 |
* | * config/i386/att.h, config/i386/beos-elf.h, config/i386/biarch64.h, | neroden | 2003-09-26 | 17 | -65/+74 |
* | Daily bump. | gccadmin | 2003-09-26 | 1 | -1/+1 |
* | 2003-09-23 Kelley Cook <kelleycook@wideopenwest.com> | kcook | 2003-09-26 | 3 | -44/+94 |
* | * config/i386/i386.h (ix86_return_in_memory): Add prototype. | ljrittle | 2003-09-25 | 2 | -0/+5 |
* | * config/s390/s390.c (s390_emit_prologue): Simplify accesses to | uweigand | 2003-09-25 | 2 | -44/+24 |
* | * cgraph.h (cgraph_remove_edge): Declare. | rsandifo | 2003-09-25 | 4 | -3/+10 |
* | * objc/objc-act.c (gen_declaration_1): Fix printf format. | uweigand | 2003-09-25 | 2 | -1/+6 |
* | PR c++/5655 | lerdsuwa | 2003-09-25 | 5 | -3/+56 |
* | * arm.c (all_cores): arm710t, arm720t and arm740t are all based on the | rearnsha | 2003-09-25 | 2 | -3/+8 |
* | 2003-09-25 Ziemowit Laski <zlaski@apple.com> | zlaski | 2003-09-25 | 2 | -0/+6 |
* | 2003-09-25 Ziemowit Laski <zlaski@apple.com> | zlaski | 2003-09-25 | 2 | -2/+7 |
* | * config.gcc: Get rid of more gratuitious 'x'es. Actually allow | neroden | 2003-09-25 | 2 | -41/+37 |
* | 2003-09-25 Ziemowit Laski <zlaski@apple.com> | zlaski | 2003-09-25 | 2 | -1/+5 |
* | * config.gcc: New 'widely ported system' clause for rtems. | neroden | 2003-09-25 | 2 | -36/+10 |
* | * config/mips/mips.c (mips_va_arg): Handle arguments that must be | rsandifo | 2003-09-25 | 2 | -0/+24 |
* | * config.gcc (widely ported systems section): Mostly alphabetize | neroden | 2003-09-25 | 2 | -75/+78 |
* | * config.gcc (widely ported systems section): Reindent and clean up. | neroden | 2003-09-25 | 2 | -142/+148 |
* | * config.gcc: Remove some unnecessary uses of 'x' in case statements. | neroden | 2003-09-25 | 2 | -29/+32 |
* | * config.gcc (*-hpux11): Disable fixproto. | neroden | 2003-09-25 | 2 | -0/+7 |
* | 2003-09-24 Phil Edwards <phil@codesourcery.com> | bkoz | 2003-09-25 | 2 | -7/+16 |
* | PR bootstrap/12358 | sayle | 2003-09-25 | 2 | -10/+6 |
* | 2003-09-24 Ziemowit Laski <zlaski@apple.com> | zlaski | 2003-09-25 | 120 | -1479/+5734 |
* | Daily bump. | gccadmin | 2003-09-25 | 1 | -1/+1 |
* | * cpplib.c (do_pragma): Reintroduce cb_line_change call in the | aoliva | 2003-09-24 | 2 | -2/+17 |
* | * gcc.dg/cpp/Wunknown-pragmas-1.c: New test. | aoliva | 2003-09-24 | 2 | -0/+33 |
* | * config.gcc (c4x-*, tic4x-*, d30v-*, mmix-knuth-mmixware): | neroden | 2003-09-24 | 2 | -0/+6 |
* | * config.gcc: Clean up and reindent $with_cpu=yes|no clause and | neroden | 2003-09-24 | 2 | -92/+90 |
* | * config.gcc (arm-*-coff*, armel-*-coff*, arm*-*-ecos-elf, | neroden | 2003-09-24 | 2 | -0/+18 |