aboutsummaryrefslogtreecommitdiff
path: root/gcc/gensupport.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2006-03-15gensupport.c (identify_predicable_attribute): Don't free p_false when it is s...Andreas Schwab1-3/+2
2006-03-14re PR rtl-optimization/25739 (Memory leak in bt_load.c(augment_live_range))Uttam Pawar1-1/+10
2006-02-28* rtl.def (define_constraint, define_register_constraint)Zack Weinberg1-0/+4
2006-01-23r110124@banpei: zack | 2006-01-22 14:45:55 -0800Zack Weinberg1-0/+52
2006-01-23r110123@banpei: zack | 2006-01-22 14:44:34 -0800Zack Weinberg1-70/+150
2005-12-17tree-inline.c (copy_body_r): Use explicit cast when converting from void *.Gabriel Dos Reis1-2/+2
2005-11-20gensupport.c (std_preds): Fixed extraneous `false` in last change.Graham Stott1-1/+1
2005-11-19gensupport.c (old_preds): Rename to std_preds, add special field.Paolo Bonzini1-51/+32
2005-07-21gensupport.c (old_preds): Don't reference PREDICATE_CODES.Kazu Hirata1-18/+5
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-26collect2.c, [...]: Replace calls to `unlock_stream' with `unlock_std_streams'.Kaveh R. Ghazi1-3/+1
2005-04-24collect2.c (main): Unlock the stdio streams.Kaveh R. Ghazi1-0/+5
2005-03-05genattrtab.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-04* rtl.h (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)Richard Sandiford1-11/+6
2004-12-16Makefile.in (MD_DEPS, s-mddeps): New.Richard Henderson1-0/+7
2004-09-09Makefile.in (gengtype): Use $(BUILD_ERRORS).Nathan Sidwell1-5/+4
2004-08-27rtl.h (read_rtx): Change prototype.Richard Sandiford1-28/+6
2004-08-12genpreds.c: Add capability to generate predicate bodies as well as function p...Zack Weinberg1-3/+165
2004-08-03gensupport.c (init_md_reader_args_cb): Renamed from init_md_reader_args.Zack Weinberg1-25/+32
2004-07-26c-common.c (disable_builtin_function): Rename variable n to new_disabled_buil...Bernardo Innocenti1-6/+6
2004-07-25bitmap.c: Use type-safe memory allocation macros from libiberty.Bernardo Innocenti1-5/+5
2004-07-25c-common.c: Rename all identifiers named `new'.Bernardo Innocenti1-10/+10
2004-07-25c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti1-1/+1
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-04-01re PR target/14040 (ARM cross compiler: error: could not split insn)Mark Mitchell1-7/+54
2004-03-02genattrtab.c: Don't handle MATCH_INSN.Kazu Hirata1-2/+0
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-3/+3
2003-12-19dwarfout.c: Remove uses of "register" specifier in declarations of arguments ...Kazu Hirata1-1/+1
2003-11-21ChangeLog.7: Fix comment typos.Kazu Hirata1-1/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-5/+4
2003-07-03system.h: Include filenames.h.Zack Weinberg1-1/+1
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-2/+2
2003-06-01genrecog.c: Use ISO C90 prototypes.Andreas Jaeger1-86/+55
2003-05-17builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi1-5/+5
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-1/+3
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