aboutsummaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
AgeCommit message (Expand)AuthorFilesLines
1998-03-28genattrtab.c (write_complex_function): Add a default case in generated switch...Jeffrey A Law1-0/+4
1998-03-24Cutover various gen*.c files to using system.h:Kaveh R. Ghazi1-22/+2
1998-03-02final.c (insn_last_address, [...]): New variables.J"orn Rennecke1-6/+66
1998-02-27genattr.c: Wrap prototype of `free' in NEED_DECLARATION_FREE.Kaveh Ghazi1-0/+2
1998-02-13c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe1-2/+0
1998-02-08bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer, not a HOST_...John Carr1-2/+2
1998-02-07c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1-0/+4
1998-01-30Forgot to commit these...Jeff Law1-0/+3
1998-01-28rtl.c (read_rtx): Use atol/atoq based upon disposition of HOST_WIDE_INT.Jeff Law1-5/+1
1998-01-28rtlanal.c (dead_or_set_regno_p): Ignore REG_DEAD notes after reload completes.Mike Stump1-0/+5
1998-01-19Fix time/space problem when (const_int 1) occurs in conflict_list.Jim Wilson1-1/+3
1998-01-14Bring in final gcc-2.8.0 changes.Jeff Law1-1/+1
1997-12-23genattrtab.c (main): Check HAVE_{G,S}ETRLIMIT in addition to RLIMIT_STACK.Paul Eggert1-1/+1
1997-12-22genattrtab.c (expand_units): For large nr opclasses, expand function_units_us...Richard Henderson1-33/+247
1997-12-11rtl.h (global_rtl): New variable, replacing separate variables for commonly u...John F. Carr1-9/+1
1997-12-06Merge from gcc-2.8Jeff Law1-5/+13
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-6/+44
1997-09-21jump.c (jmp_uses_reg_or_mem): Deleted unused function.Jeffrey A Law1-0/+7
1997-08-11* Integrate Haifa instruction scheduler.Jeffrey A Law1-0/+4
1996-11-15(simplify_cond): Make TESTS an array of rtunions.Richard Kenner1-17/+16
1996-08-15sparc.c (label_ref_operand): New function.Doug Evans1-1/+2
1996-07-03formatting tweaksMike Stump1-27/+27
1996-06-18(fatal): Declare A1 and A2 as char *.Richard Kenner1-1/+2
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-05-12(write_test_expr, case MATCH_DUP): Use operands[N] instead of JUMP_LABEL (whi...Richard Kenner1-1/+5
1995-01-25(check_attr_value): Change error message text.Richard Kenner1-4/+4
1994-10-13Skip optimize_attrs if num_insn_ents is zeroIan Lance Taylor1-0/+3
1994-10-12Allocate attr_value_list with xmalloc rather than allocaIan Lance Taylor1-2/+19
1994-06-14Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner1-5/+7
1994-04-10No longer handle LSHIFT.Richard Kenner1-2/+1
1994-03-30Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs.Richard Kenner1-3/+3
1994-03-25(expand_units): Remove decl of unused variable.Richard Kenner1-2/+0
1994-03-16Don't declare last parameter of stdarg function to be register.Ian Lance Taylor1-1/+1
1994-03-11Use PVPROTO for varargs prototypes.Richard Kenner1-2/+2
1994-03-05(attr_printf): Remove `register' from decl of FMT.Richard Kenner1-1/+1
1994-02-16(expand_units): Fix blockage calculation.Jim Wilson1-7/+10
1994-02-10If __STDC__, include gstdarg and use ANSI form of varargs.Richard Kenner1-14/+26
1994-01-31(expand_units): When calculate BLOCKAGE, reverse terms to POS_MINUS_OP.Jim Wilson1-4/+8
1993-09-24* genattrtab.c (hard_frame_pointer_rtx): New Dummy definition.Doug Evans1-1/+2
1993-08-04Include gvarargs.h after hconfig.h, like elsewhere.Richard Kenner1-2/+3
1993-08-02(substitute_address): In prototype, don't specifyRichard Stallman1-1/+2
1993-04-13(clear_struct_flag): Add void return type defn.Richard Kenner1-13/+4
1993-03-28genattrtab.c (write_eligible_delay): Add new variable "flags" to the generate...Jeff Law1-1/+18
1993-03-06(write_test_expr): Use INSN_CODE == -2, not 0, for constantRichard Kenner1-1/+1
1993-03-06Add prototypes in forward declarations.Richard Kenner1-138/+150
1993-03-02(write_const_num_delay_slots): Output 'rtx insn' notJim Wilson1-1/+1
1992-11-26(obstack.h): Include after sys/time.h.Richard Stallman1-1/+4
1992-11-10(main): Unlimit stack size.Richard Kenner1-0/+19
1992-10-13Include hconfig.h, not config.h.Richard Stallman1-1/+1
1992-09-24(length_used): New variable.Richard Kenner1-7/+18