summaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
Commit message (Expand)AuthorAgeFilesLines
* * loop.c (regs_patch_p): Add prototype.law1998-04-161-0/+3
* * genattrtab.c (check_attr_test): Handle MATCH_INSN like MATCH_OPERAND.law1998-04-141-1/+6
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12law1998-04-041-0/+1
* * c-lex.c (yylex): Initialize traditional_type, ansi_type and type.law1998-04-011-1/+1
* * genattrtab.c: Make generated file use system.h, instead oflaw1998-04-011-1/+1
* * genattrtab.c (write_complex_function): Add a default case inlaw1998-03-281-0/+4
* Cutover various gen*.c files to using system.h:ghazi1998-03-241-22/+2
* * final.c (insn_last_address, insn_current_align, uid_align):amylaar1998-03-021-6/+66
* * genattr.c: Wrap prototype of `free' in NEED_DECLARATION_FREE.ghazi1998-02-271-0/+2
* * c-lang.c (finish_file): Bracket declaration of static_ctors,robertl1998-02-131-2/+0
* * bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer,law1998-02-081-2/+2
* * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.law1998-02-071-0/+4
* Forgot to commit these...law1998-01-301-0/+3
* * rtl.c (read_rtx): Use atol/atoq based upon disposition oflaw1998-01-281-5/+1
* * rtlanal.c (dead_or_set_regno_p): Ignore REG_DEAD notes afterlaw1998-01-281-0/+5
* Fix time/space problem when (const_int 1) occurs in conflict_list.wilson1998-01-191-1/+3
* Bring in final gcc-2.8.0 changes.law1998-01-141-1/+1
* * genattrtab.c (main): Check HAVE_{G,S}ETRLIMIT in addition tolaw1997-12-231-1/+1
* * genattrtab.c (expand_units): For large nr opclasses, expandrth1997-12-231-33/+247
* * rtl.h (global_rtl): New variable, replacing separate variables forlaw1997-12-121-9/+1
* Merge from gcc-2.8law1997-12-071-5/+13
* Update mainline egcs to gcc2 snapshot 971021.law1997-11-021-6/+44
* * jump.c (jmp_uses_reg_or_mem): Deleted unused function.law1997-09-221-0/+7
* * Integrate Haifa instruction scheduler.law1997-08-121-0/+4
* (simplify_cond): Make TESTS an array of rtunions.kenner1996-11-151-17/+16
* * sparc/sparc.c (label_ref_operand): New function.dje1996-08-151-1/+2
* formatting tweaksmrs1996-07-031-27/+27
* (fatal): Declare A1 and A2 as char *.kenner1996-06-181-1/+2
* Update FSF address.kenner1995-06-151-1/+2
* (write_test_expr, case MATCH_DUP): Use operands[N] instead ofkenner1995-05-121-1/+5
* (check_attr_value): Change error message text.kenner1995-01-251-4/+4
* Skip optimize_attrs if num_insn_ents is zeroian1994-10-131-0/+3
* Allocate attr_value_list with xmalloc rather than allocaian1994-10-121-2/+19
* Cast pointer operands to bzero, bcopy, and bcmp to (char *).kenner1994-06-141-5/+7
* No longer handle LSHIFT.kenner1994-04-101-2/+1
* Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs.kenner1994-03-301-3/+3
* (expand_units): Remove decl of unused variable.kenner1994-03-251-2/+0
* Don't declare last parameter of stdarg function to be register.ian1994-03-161-1/+1
* Use PVPROTO for varargs prototypes.kenner1994-03-111-2/+2
* (attr_printf): Remove `register' from decl of FMT.kenner1994-03-061-1/+1
* (expand_units): Fix blockage calculation.wilson1994-02-161-7/+10
* If __STDC__, include gstdarg and use ANSI form of varargs.kenner1994-02-101-14/+26
* (expand_units): When calculate BLOCKAGE, reversewilson1994-01-311-4/+8
* * genattrtab.c (hard_frame_pointer_rtx): New Dummy definition.dje1993-09-241-1/+2
* Include gvarargs.h after hconfig.h, like elsewhere.kenner1993-08-041-2/+3
* (substitute_address): In prototype, don't specifyrms1993-08-021-1/+2
* (clear_struct_flag): Add void return type defn.kenner1993-04-131-13/+4
* * genattrtab.c (write_eligible_delay): Add new variablelaw1993-03-281-1/+18
* (write_test_expr): Use INSN_CODE == -2, not 0, for constantkenner1993-03-061-1/+1
* Add prototypes in forward declarations.kenner1993-03-061-138/+150