aboutsummaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
AgeCommit message (Expand)AuthorFilesLines
1998-12-19genattr.c (fatal): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-33/+35
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-9/+7
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-6/+6
1998-11-04recog.h (enum op_type): Define.Bernd Schmidt1-3/+3
1998-10-14Add ATTRIBUTE_NORETURN in a bunch of places:Kaveh R. Ghazi1-2/+3
1998-10-14Warning fixes:Kaveh R. Ghazi1-9/+8
1998-09-06Makefile.in (toplev.o): Depend on $(EXPR_H).Kaveh R. Ghazi1-0/+1
1998-08-26system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1-6/+0
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-4/+5
1998-06-16Print constants for function_units_used and *_blockage_range more human friendlyMichael Meissner1-11/+61
1998-05-19Warning Fixes:Kaveh R. Ghazi1-4/+4
1998-05-13Warning fixes:Kaveh R. Ghazi1-3/+3
1998-05-11genattr.c: Include stdarg.h/varargs.h.Kaveh R. Ghazi1-6/+16
1998-05-07Handle missing vfprintf() & _doprnt() functions with linked in modules,Kaveh R. Ghazi1-25/+0
1998-05-06typo typo fixes fixesJeff Law1-1/+1
1998-04-16loop.c (regs_patch_p): Add prototype.Jeff Law1-0/+3
1998-04-14genattrtab.c (check_attr_test): Handle MATCH_INSN like MATCH_OPERAND.John Carr1-1/+6
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-0/+1
1998-04-01c-lex.c (yylex): Initialize traditional_type, ansi_type and type.Jeffrey A Law1-1/+1
1998-04-01genattrtab.c: Make generated file use system.h, instead of including stdio.h,...Jeffrey A Law1-1/+1
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