aboutsummaryrefslogtreecommitdiff
path: root/gcc/gensupport.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-30adadecode.c (ada_demangle): Use xstrdup in lieu of xmalloc/strcpy.Kaveh R. Ghazi1-27/+3
2002-07-29gensupport.c: Include hashtab.h.Zack Weinberg1-1/+99
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth1-3/+0
2002-06-07* gensupport.c: Fix misspelling.Matt Kraai1-1/+1
2002-05-23genemit.c (gen_insn): Print file:lineno comment before function.Richard Henderson1-10/+18
2002-05-19gensupport.c (init_include_reader): Merge into ...Richard Henderson1-123/+56
2002-05-12gensupport.c (n_comma_elts): Moved here from genattrtab.c.Zack Weinberg1-1/+49
2002-03-08gensupport.c (first_dir_md_include): Renamed from include; change all referen...Matt Hiller1-13/+10
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-9/+9
2001-12-01gencheck.c, [...]: Don't define xmalloc.Zack Weinberg1-52/+0
2001-11-16gensupport.c (process_rtx): Don't assume filename is the first argument of an...Alexandre Oliva1-3/+5
2001-11-15gensupport.c [...]: Change call to alloca to xmalloc.Alan Matsuoka1-2/+4
2001-11-14rtl.def (INCLUDE): Define.Alan Matsuoka1-1/+242
2001-10-25alias.c (can_address_p): No longer static.Richard Kenner1-0/+14
2001-10-23* gensupport.c (target_flags): Add.Richard Kenner1-0/+3
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-2/+1
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-6/+6
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-13/+4
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-10/+10
2001-08-12gcc.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-07-26gensupport.c (alter_output_for_insn): Correct enable checking failure change ...Graham Stott1-2/+2
2001-07-03rtl.c (copy_rtx): Handle 'T' format letter.Zack Weinberg1-1/+1
2001-03-10server.c (load_data, run_shell): Use xmalloc, xrealloc & xcalloc in lieu of m...Kaveh R. Ghazi1-4/+4
2001-03-02xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg1-11/+11
2000-11-22rtl.h (traverse_md_constants): Declare.J"orn Rennecke1-0/+15
2000-07-12Warning fixes:Kaveh R. Ghazi1-1/+2
2000-07-11gensupport.c (process_rtx): Make rtl checking stop complaining about the defi...Clinton Popetz1-2/+3
2000-05-27gensupport.c (collect_insn_data): Record the maximum number of alternatives, ...Richard Henderson1-1/+2
2000-05-20top level:Zack Weinberg1-1/+1
2000-05-18genopinit.c: Use $ for escape sequences in optab patterns.Zack Weinberg1-0/+37
2000-05-08gensupport.c (process_rtx): Copy and post-process each member of the define_i...Richard Henderson1-2/+9
2000-05-06rtl.def (DEFINE_COND_EXEC): New.Richard Henderson1-90/+710
2000-05-06Makefile.in (gensupport.o): Compile for the host.Richard Henderson1-7/+35
2000-05-04bb-reorder.c (get_next_bb_note, [...]): Prototype.Kaveh R. Ghazi1-0/+3
2000-05-03cppexp.c (op_t): Make an int.Jason Merrill1-3/+3
2000-05-03gensupport.c: New file.Clinton Popetz1-0/+191