summaryrefslogtreecommitdiff
path: root/gcc/genextract.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-1/+1
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-1/+1
* hwint.c: New.Joseph Myers2010-11-301-2/+1
* genrecog.c: Include diagnostic-core.h before toplev.h.Manuel López-Ibáñez2010-07-091-0/+1
* Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).Richard Sandiford2010-06-101-1/+1
* Makefile.in (READ_MD_H): New variable.Richard Sandiford2010-06-101-0/+1
* genoutput.c (validate_optab_operands): New.Paolo Bonzini2009-04-081-3/+12
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or -Wcast-qual warn...Kaveh R. Ghazi2008-06-261-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata2006-04-101-4/+1
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-2/+2
* genextract.c (VEC_safe_set_locstr): Take VEC by reference; update all callers.Richard Henderson2006-01-241-9/+9
* r110124@banpei: zack | 2006-01-22 14:45:55 -0800Zack Weinberg2006-01-231-51/+1
* r110122@banpei: zack | 2006-01-22 14:41:17 -0800Zack Weinberg2006-01-231-206/+218
* Update FSF address.Kelley Cook2005-06-251-2/+2
* attribs.c, [...]: Update copyright.Kazu Hirata2005-04-281-1/+2
* builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell2005-04-221-3/+3
* Makefile.in (gengtype): Use $(BUILD_ERRORS).Nathan Sidwell2004-09-091-3/+3
* gensupport.c (init_md_reader_args_cb): Renamed from init_md_reader_args.Zack Weinberg2004-08-031-3/+0
* alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata2004-01-311-1/+1
* * genextract.c (main): Do not output the memset when not checking.Jan Hubicka2004-01-261-2/+4
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-10/+8
* genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger2003-07-071-5/+2
* genattr.c (internal_dfa_insn_code): Output prototype.Kaveh R. Ghazi2003-07-051-2/+1
* genrecog.c: Use ISO C90 prototypes.Andreas Jaeger2003-06-011-26/+19
* c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle2003-03-151-1/+1
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-1/+5
* genextract.c (walk_rtx): Recurse into MATCH_PAR_DUP.Ulrich Weigand2002-03-071-2/+2
* c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth2001-12-021-1/+1
* c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth2001-12-011-1/+1
* * genextract.c (main): Set ro_loc for peepholes.Hans-Peter Nilsson2001-11-241-2/+4
* rtl.def (INCLUDE): Define.Alan Matsuoka2001-11-141-1/+1
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-11/+11
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.Zack Weinberg2001-03-061-5/+9
* genopinit.c: Use $ for escape sequences in optab patterns.Zack Weinberg2000-05-181-36/+0
* Makefile.in (gensupport.o): Compile for the host.Richard Henderson2000-05-061-7/+0
* gensupport.c: New file.Clinton Popetz2000-05-031-21/+9
* Fix copyrights.Jeff Law2000-02-261-1/+2
* Update copyrightsKaveh Ghazi2000-01-171-1/+1
* genattr.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-5/+5
* genextract.c (record_insn_name): New function.Zack Weinberg1999-11-121-4/+55
* rtl.c (dump_and_abort): Remove.Richard Henderson1999-10-131-0/+1
* genattr.c (main): Add extern prototype.Kaveh R. Ghazi1999-09-151-7/+7
* Replace insn_foo with insn_data.foo.Richard Henderson1999-09-121-3/+8
* Replace recog_foo with recog_data.foo.Richard Henderson1999-09-111-4/+4
* Linas Vepstas <linas@linas.org>Linas Vepstas1999-09-071-4/+4
* backport: Makefile.in (STAGESTUFF): Add *.peephole2.Richard Henderson1999-08-311-0/+1
* rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format for a CONST_DOUBL...Zack Weinberg1999-08-271-2/+0