summaryrefslogtreecommitdiff
path: root/gcc/gensupport.c
Commit message (Expand)AuthorAgeFilesLines
* gensupport.c (process_rtx): Don't assume filename is the first argument of an...Alexandre Oliva2001-11-161-3/+5
* gensupport.c [...]: Change call to alloca to xmalloc.Alan Matsuoka2001-11-151-2/+4
* rtl.def (INCLUDE): Define.Alan Matsuoka2001-11-141-1/+242
* alias.c (can_address_p): No longer static.Richard Kenner2001-10-251-0/+14
* * gensupport.c (target_flags): Add.Richard Kenner2001-10-231-0/+3
* c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi2001-10-211-2/+1
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-6/+6
* emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger2001-08-271-13/+4
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-10/+10
* gcc.c: Fix comment formatting.Kazu Hirata2001-08-121-1/+1
* gensupport.c (alter_output_for_insn): Correct enable checking failure change ...Graham Stott2001-07-261-2/+2
* rtl.c (copy_rtx): Handle 'T' format letter.Zack Weinberg2001-07-031-1/+1
* server.c (load_data, run_shell): Use xmalloc, xrealloc & xcalloc in lieu of m...Kaveh R. Ghazi2001-03-101-4/+4
* xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg2001-03-021-11/+11
* rtl.h (traverse_md_constants): Declare.J"orn Rennecke2000-11-221-0/+15
* Warning fixes:Kaveh R. Ghazi2000-07-121-1/+2
* gensupport.c (process_rtx): Make rtl checking stop complaining about the defi...Clinton Popetz2000-07-111-2/+3
* gensupport.c (collect_insn_data): Record the maximum number of alternatives, ...Richard Henderson2000-05-271-1/+2
* top level:Zack Weinberg2000-05-201-1/+1
* genopinit.c: Use $ for escape sequences in optab patterns.Zack Weinberg2000-05-181-0/+37
* gensupport.c (process_rtx): Copy and post-process each member of the define_i...Richard Henderson2000-05-081-2/+9
* rtl.def (DEFINE_COND_EXEC): New.Richard Henderson2000-05-061-90/+710
* Makefile.in (gensupport.o): Compile for the host.Richard Henderson2000-05-061-7/+35
* bb-reorder.c (get_next_bb_note, [...]): Prototype.Kaveh R. Ghazi2000-05-041-0/+3
* cppexp.c (op_t): Make an int.Jason Merrill2000-05-031-3/+3
* gensupport.c: New file.Clinton Popetz2000-05-031-0/+191