| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ATTRIBUTE_NORETURN in a bunch of places: | ghazi | 1998-10-14 | 1 | -2/+3 |
* | Warning fixes: | ghazi | 1998-10-14 | 1 | -9/+8 |
* | * Makefile.in (toplev.o): Depend on $(EXPR_H). | ghazi | 1998-09-06 | 1 | -0/+1 |
* | * system.h: Include stdarg.h/varargs.h, make sure they are ordered | ghazi | 1998-08-26 | 1 | -6/+0 |
* | * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for | law | 1998-06-29 | 1 | -4/+5 |
* | Print constants for function_units_used and *_blockage_range more human friendly | meissner | 1998-06-16 | 1 | -11/+61 |
* | Warning Fixes: | ghazi | 1998-05-19 | 1 | -4/+4 |
* | Warning fixes: | ghazi | 1998-05-13 | 1 | -3/+3 |
* | * genattr.c: Include stdarg.h/varargs.h. Change function | ghazi | 1998-05-11 | 1 | -6/+16 |
* | Handle missing vfprintf() & _doprnt() functions with linked in modules, | ghazi | 1998-05-07 | 1 | -25/+0 |
* | typo typo fixes fixes | law | 1998-05-06 | 1 | -1/+1 |
* | * loop.c (regs_patch_p): Add prototype. | law | 1998-04-16 | 1 | -0/+3 |
* | * genattrtab.c (check_attr_test): Handle MATCH_INSN like MATCH_OPERAND. | law | 1998-04-14 | 1 | -1/+6 |
* | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | law | 1998-04-04 | 1 | -0/+1 |
* | * c-lex.c (yylex): Initialize traditional_type, ansi_type and type. | law | 1998-04-01 | 1 | -1/+1 |
* | * genattrtab.c: Make generated file use system.h, instead of | law | 1998-04-01 | 1 | -1/+1 |
* | * genattrtab.c (write_complex_function): Add a default case in | law | 1998-03-28 | 1 | -0/+4 |
* | Cutover various gen*.c files to using system.h: | ghazi | 1998-03-24 | 1 | -22/+2 |
* | * final.c (insn_last_address, insn_current_align, uid_align): | amylaar | 1998-03-02 | 1 | -6/+66 |
* | * genattr.c: Wrap prototype of `free' in NEED_DECLARATION_FREE. | ghazi | 1998-02-27 | 1 | -0/+2 |
* | * c-lang.c (finish_file): Bracket declaration of static_ctors, | robertl | 1998-02-13 | 1 | -2/+0 |
* | * bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer, | law | 1998-02-08 | 1 | -2/+2 |
* | * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>. | law | 1998-02-07 | 1 | -0/+4 |
* | Forgot to commit these... | law | 1998-01-30 | 1 | -0/+3 |
* | * rtl.c (read_rtx): Use atol/atoq based upon disposition of | law | 1998-01-28 | 1 | -5/+1 |
* | * rtlanal.c (dead_or_set_regno_p): Ignore REG_DEAD notes after | law | 1998-01-28 | 1 | -0/+5 |
* | Fix time/space problem when (const_int 1) occurs in conflict_list. | wilson | 1998-01-19 | 1 | -1/+3 |
* | Bring in final gcc-2.8.0 changes. | law | 1998-01-14 | 1 | -1/+1 |
* | * genattrtab.c (main): Check HAVE_{G,S}ETRLIMIT in addition to | law | 1997-12-23 | 1 | -1/+1 |
* | * genattrtab.c (expand_units): For large nr opclasses, expand | rth | 1997-12-23 | 1 | -33/+247 |
* | * rtl.h (global_rtl): New variable, replacing separate variables for | law | 1997-12-12 | 1 | -9/+1 |
* | Merge from gcc-2.8 | law | 1997-12-07 | 1 | -5/+13 |
* | Update mainline egcs to gcc2 snapshot 971021. | law | 1997-11-02 | 1 | -6/+44 |
* | * jump.c (jmp_uses_reg_or_mem): Deleted unused function. | law | 1997-09-22 | 1 | -0/+7 |
* | * Integrate Haifa instruction scheduler. | law | 1997-08-12 | 1 | -0/+4 |
* | (simplify_cond): Make TESTS an array of rtunions. | kenner | 1996-11-15 | 1 | -17/+16 |
* | * sparc/sparc.c (label_ref_operand): New function. | dje | 1996-08-15 | 1 | -1/+2 |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -27/+27 |
* | (fatal): Declare A1 and A2 as char *. | kenner | 1996-06-18 | 1 | -1/+2 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | (write_test_expr, case MATCH_DUP): Use operands[N] instead of | kenner | 1995-05-12 | 1 | -1/+5 |
* | (check_attr_value): Change error message text. | kenner | 1995-01-25 | 1 | -4/+4 |
* | Skip optimize_attrs if num_insn_ents is zero | ian | 1994-10-13 | 1 | -0/+3 |
* | Allocate attr_value_list with xmalloc rather than alloca | ian | 1994-10-12 | 1 | -2/+19 |
* | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | kenner | 1994-06-14 | 1 | -5/+7 |
* | No longer handle LSHIFT. | kenner | 1994-04-10 | 1 | -2/+1 |
* | Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs. | kenner | 1994-03-30 | 1 | -3/+3 |
* | (expand_units): Remove decl of unused variable. | kenner | 1994-03-25 | 1 | -2/+0 |
* | Don't declare last parameter of stdarg function to be register. | ian | 1994-03-16 | 1 | -1/+1 |
* | Use PVPROTO for varargs prototypes. | kenner | 1994-03-11 | 1 | -2/+2 |