aboutsummaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-16genattrtab.c (make_canonical): Add a file_location parameter.Richard Sandiford1-16/+21
2015-07-16read-md.h (message_with_line, [...]): Delete.Richard Sandiford1-65/+66
2015-07-16read-md.h (fatal_at): Declare.Richard Sandiford1-70/+64
2015-07-16genattrtab.c (check_attr_value): Remove handling of null attrs.Richard Sandiford1-19/+16
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-7/+3
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-5/+1
2015-06-17function.h (struct rtl_data): Remove struct and accessor macros.Andrew MacLeod1-0/+1
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-08genattrtab.c (insn_alternatives): Change type from int * to uint64_t *.Jakub Jelinek1-14/+15
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+1
2014-09-15Instruction attributes take an rtx_insn *David Malcolm1-11/+8
2014-09-09recog_memoized works on an rtx_insn *David Malcolm1-1/+1
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-3/+3
2014-08-21Pass "insn" as an rtx_insn within generated get_attr_ fns in insn-attrtab.cDavid Malcolm1-2/+5
2014-06-18[genattrtab] Fix memory corruption, allocate enough memory for all bypassed r...Kyrylo Tkachov1-2/+9
2014-05-13rtl.def (SYMBOL_REF): Remove middle "0" field.Richard Sandiford1-4/+1
2014-05-12re PR other/31778 (genattrtab.c doesn't record filename)Mike Stump1-1/+5
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-19re PR other/59545 (Signed integer overflow issues)Jakub Jelinek1-7/+7
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-6/+6
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+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-1/+0
2012-11-05md.texi (Defining Attributes): Document that we are defining HAVE_ATTR_name m...Joern Rennecke1-7/+8
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck1-6/+2
2012-05-21genattrtab.c (attr_rtx_cost): Move earlier, start with cost being 1.Michael Matz1-65/+231
2012-05-04re PR other/29442 (insn-attrtab has grown too large)Steven Bosscher1-279/+389
2012-04-24genattrtab: avoid NULL-deref on errorJim Meyering1-3/+4
2011-08-31md.texi: Describe the use of match_tests in attribute tests.Richard Sandiford1-0/+14
2011-08-31genattrtab.c (attr_rtx_1): Hash SYMBOL_REFs.Richard Sandiford1-2/+9
2011-08-11md.texi (define_bypass): Say that the instruction names can be filename-style...Richard Sandiford1-4/+5
2011-07-08genattrtab.c (evaluate_eq_attr): Allow an attribute to be defined in terms of...Bernd Schmidt1-0/+38
2010-11-30hwint.c: New.Joseph Myers1-2/+1
2010-07-09genrecog.c: Include diagnostic-core.h before toplev.h.Manuel López-Ibáñez1-1/+2
2010-06-21Makefile.in (build/genattrtab.o): Depend on vecprim.h.Jakub Jelinek1-36/+237
2010-06-21Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).Jakub Jelinek1-16/+203
2010-06-10md.texi (define_enum_attr): Document.Richard Sandiford1-30/+53
2010-06-10Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).Richard Sandiford1-1/+1
2010-06-10Makefile.in (build/read-md.o): Depend on errors.h.Richard Sandiford1-74/+44
2010-06-10Makefile.in (READ_MD_H): New variable.Richard Sandiford1-1/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-04-14df-core.c (df_ref_debug): Change format string placeholder from 0x%x to %#x.Uros Bizjak1-2/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-11/+11
2009-09-08tree-ssa-reassoc.c (find_operand_rank): Cast pointer via intptr_t to long type.Kai Tietz1-1/+1
2009-06-03ansidecl.h (EXPORTED_CONST): Define.Ian Lance Taylor1-2/+3