aboutsummaryrefslogtreecommitdiff
path: root/gcc/genattr.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-22md.texi: Document "preferred_for_size" and "preferred_for_speed" attributes.Richard Sandiford1-2/+10
2014-09-15Instruction attributes take an rtx_insn *David Malcolm1-22/+24
2014-09-09recog_memoized works on an rtx_insn *David Malcolm1-1/+1
2014-09-04insn_latency takes a pair of rtx_insnDavid Malcolm1-1/+1
2014-08-29dfa_clear_single_insn_cache takes an rtx_insnDavid Malcolm1-1/+1
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-3/+3
2014-08-25shorten_branches takes an rtx_insnDavid Malcolm1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+3
2013-07-21Fix typos.Ondřej Bílka1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-6/+6
2012-11-05md.texi (Defining Attributes): Document that we are defining HAVE_ATTR_name m...Joern Rennecke1-7/+24
2012-05-04rtl.def (ATTR_FLAG): Remove probability indicating flags.Steven Bosscher1-6/+1
2011-07-25genattr.c (write_upcase, [...]): Move to ...Joern Rennecke1-26/+3
2011-06-28genattr-common.c: New.Joseph Myers1-3/+3
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-2/+2
2010-06-21Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).Jakub Jelinek1-7/+94
2010-06-10md.texi (define_enum_attr): Document.Richard Sandiford1-18/+25
2010-06-10Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).Richard Sandiford1-1/+1
2010-06-10Makefile.in (READ_MD_H): New variable.Richard Sandiford1-0/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-09-01sel-sched.h, [...]: New files.Andrey Belevantsev1-0/+4
2007-08-22target.h (struct gcc_target.sched: dfa_pre_advance_cycle, [...]): New schedul...Maxim Kuvyrkov1-0/+3
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2006-03-16target.h (struct spec_info_def): New opaque declaration.Maxim Kuvyrkov1-0/+1
2006-01-23r110127@banpei: zack | 2006-01-22 14:49:27 -0800Zack Weinberg1-0/+2
2006-01-23r110126@banpei: zack | 2006-01-22 14:47:42 -0800Zack Weinberg1-8/+1
2006-01-23r110124@banpei: zack | 2006-01-22 14:45:55 -0800Zack Weinberg1-7/+0
2005-09-20re PR rtl-optimization/23898 (basic block reordering excessively increases co...J"orn Rennecke1-0/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2004-08-03gensupport.c (init_md_reader_args_cb): Renamed from init_md_reader_args.Zack Weinberg1-3/+0
2004-07-20genattr.c (struct range, [...]): Remove them.Paolo Bonzini1-176/+2
2004-03-15c-incpath.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-28genattr.c (main): Don't define TRADITIONAL_PIPELINE_INTERFACE or DFA_PIPELINE...Kazu Hirata1-6/+0
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-2/+1
2003-07-09genattr.c (internal_dfa_insn_code): Don't prototype.Kaveh R. Ghazi1-1/+0
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-05genattr.c (internal_dfa_insn_code): Output prototype.Kaveh R. Ghazi1-0/+1
2003-06-01genrecog.c: Use ISO C90 prototypes.Andreas Jaeger1-70/+55
2003-01-20genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.Vladimir Makarov1-0/+5
2003-01-15decl2.c (check_classfn): Fix uninitialized warning.Kaveh R. Ghazi1-1/+1
2003-01-092003-01-09 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov1-0/+5
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-1/+3
2002-05-14genattr.c (gen_attr): Don't emit a comma after the last enumerator.Zack Weinberg1-1/+2
2002-05-12gensupport.c (n_comma_elts): Moved here from genattrtab.c.Zack Weinberg1-19/+16
2002-04-292002-04-29 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov1-1/+106