| Commit message (Expand) | Author | Age | Files | Lines |
* | * Makefile.in (INSN_ATTR_H): New macro. Replace all dependencies | aoliva | 2000-07-28 | 16 | -109/+181 |
* | * Makefile.in (FLAGS_FOR_TARGET): New macro. | aoliva | 2000-07-28 | 3 | -57/+89 |
* | * Makefile.in (bootstrap): Move -BstageN/ back to the beginning. | aoliva | 2000-07-28 | 2 | -7/+11 |
* | * gcc.c (struct prefix_list): Add member priority. | aoliva | 2000-07-28 | 2 | -54/+78 |
* | 2000-07-27 Tom Tromey <tromey@cygnus.com> | apbianco | 2000-07-28 | 3 | -17735/+25 |
* | * mauve-libgcj: Activated serialization tests. | warrenl | 2000-07-27 | 13 | -20/+50 |
* | * cp-tree.h (function_depth): Declare. | mmitchel | 2000-07-27 | 5 | -2/+104 |
* | * c-decl.c (finish_function): Don't treat 'main' specially unless | law | 2000-07-27 | 2 | -1/+9 |
* | * gcc.dg/c99-main-1.c: New test. | law | 2000-07-27 | 2 | -0/+13 |
* | Fix typo. | law | 2000-07-27 | 1 | -1/+1 |
* | * dwarf2out.c (gen_typedef_die): Abort if we get identical | jason | 2000-07-27 | 4 | -10/+25 |
* | Put phi nodes after NOTE_INSN_BASIC_BLOCK. | mmitchel | 2000-07-27 | 6 | -59/+72 |
* | * java/awt/geom/RectangularShape.java (getPathIterator): | tromey | 2000-07-27 | 2 | -3/+6 |
* | * fini.c (main): Avoid automatic aggregate initialization. | ghazi | 2000-07-27 | 3 | -2/+10 |
* | * expr.h (get_alias_set, lang_get_alias_set): Delete prototypes. | law | 2000-07-27 | 3 | -5/+10 |
* | * c-decl.c (store_parm_decls): In C99 mode, pedwarn for function | law | 2000-07-27 | 2 | -1/+8 |
* | * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests. | law | 2000-07-27 | 3 | -0/+21 |
* | * c-parse.in (string): For -Wtraditional, warn about string | ghazi | 2000-07-27 | 2 | -3/+19 |
* | * pa/x-pa-hpux: Add -D_HIUX_SOURCE to FIXPROTO_DEFINES | law | 2000-07-27 | 2 | -1/+6 |
* | rely* on GCC defining the __xxx_TYPE__ macros | korbb | 2000-07-27 | 6 | -123/+31 |
* | 2000-07-25 Alexandre Petit-Bianco <apbianco@cygnus.com> | apbianco | 2000-07-27 | 3 | -25/+22 |
* | Daily bump. | law | 2000-07-27 | 5 | -5/+5 |
* | * decl.c (start_cleanup_fn): Mark the function as `inline'. | mmitchel | 2000-07-27 | 5 | -2/+32 |
* | Thu Jul 27 11:54:17 2000 Andrew Cagney <cagney@b1.cygnus.com> | cagney | 2000-07-27 | 2 | -3/+7 |
* | 2000-04-27 Dave Pitts <dpitts@cozx.com> | law | 2000-07-27 | 2 | -1/+5 |
* | * i370.c: Remove LONGEXTERNAL ifdef from alias_number. Added hash | law | 2000-07-27 | 3 | -20/+101 |
* | * pexecute.c (pexecute) [__MSDOS__]: Change __GO32__ to | law | 2000-07-27 | 2 | -5/+24 |
* | * reload.c (find_reloads_toplev): Reload a paradoxical subreg of a | law | 2000-07-27 | 2 | -1/+25 |
* | * gcc.c-tortuer/execute/20000726-1.c: New test. | law | 2000-07-27 | 2 | -0/+35 |
* | * h8300.c (print_operand): Print ":8" when the 'R' operand is | law | 2000-07-27 | 3 | -1/+23 |
* | * varasm.c (assemble_variable) [! defined(ASM_OUTPUT_ALIGNED_COMMON) | law | 2000-07-27 | 2 | -1/+9 |
* | Add Geoff K to the folks with global write permissions. | law | 2000-07-27 | 1 | -0/+1 |
* | * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETIC]: Handle | geoffk | 2000-07-27 | 2 | -65/+100 |
* | * config/ia64/ia64.md (movqicc_astep, movqi_internal_astep): New. | rth | 2000-07-27 | 2 | -49/+337 |
* | * getcwd.c: Include string.h, stdlib.h for prototypes | law | 2000-07-26 | 2 | -2/+10 |
* | * Makefile.in (rename.o, waitpid.o): Depend on config.h | law | 2000-07-26 | 4 | -0/+22 |
* | * real.c (asctoeg): Rename `error' label to unexpected_char_error | law | 2000-07-26 | 2 | -5/+9 |
* | Remove definition of __arm__ from CPP_PREDEFINES | nickc | 2000-07-26 | 2 | -27/+29 |
* | 2000-07-26 Phil Edwards <pme@sourceware.cygnus.com> | pme | 2000-07-26 | 11 | -2184/+3318 |
* | Accept SEQUENCE as well as PARALLEL blocks in FRAME_RELATED_EXPR notes. | nickc | 2000-07-26 | 2 | -1/+7 |
* | 2000-07-26 Benjamin Kosnik <bkoz@purist.soma.redhat.com> | bkoz | 2000-07-26 | 6 | -996/+1027 |
* | * parse.y: Add missing ';'. | mmitchel | 2000-07-26 | 2 | -1/+5 |
* | * parse.y (empty_parms): Use `()', not `(...)', when in the scope | mmitchel | 2000-07-26 | 2 | -1/+7 |
* | 2000-07-26 Toon Moene <toon@moene.indiv.nluug.nl> | toon | 2000-07-26 | 2 | -1/+5 |
* | Daily bump. | law | 2000-07-26 | 5 | -5/+5 |
* | 2000-07-25 Benjamin Kosnik <bkoz@gnu.org> | bkoz | 2000-07-26 | 18 | -1648/+1803 |
* | 2000-07-24 H.J. Lu <hjl@gnu.org> | bkoz | 2000-07-26 | 2 | -4/+4 |
* | * gcc.c-torture/execute/enum-2.c: New test. | aoliva | 2000-07-26 | 2 | -0/+26 |
* | * c-decl.c (finish_enum): Convert enumerations that fit in an | aoliva | 2000-07-26 | 2 | -3/+26 |
* | * config/alpha/osf.h (SIZE_TYPE, PTRDIFF_TYPE): New. | rth | 2000-07-25 | 2 | -0/+8 |