aboutsummaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-09genattrtab.c (insert_right_side, [...]): Avoid C++ keywords.Kaveh R. Ghazi1-8/+8
2008-06-26cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or -Wcast-qual warn...Kaveh R. Ghazi1-15/+16
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2007-10-17* genattrtab.c (main): Rearrange output of insn-attrtab.c headers.Maxim Kuvyrkov1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-6/+5
2007-02-11genattrtab.c (contained_in_p): Delete unused function.Manuel López-Ibáñez1-76/+0
2007-01-27genattrtab.c (struct attr_value_list, [...]): Move to file scope from optimiz...Jakub Jelinek1-19/+42
2006-11-01extend.texi (__builtin_bswap32): Document.Eric Christopher1-0/+1
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-4/+3
2006-01-25* genattrtab.c (gen_bypass): Allow bypasses to contain whitespace.Richard Sandiford1-1/+4
2006-01-23r110127@banpei: zack | 2006-01-22 14:49:27 -0800Zack Weinberg1-179/+215
2006-01-23r110126@banpei: zack | 2006-01-22 14:47:42 -0800Zack Weinberg1-1/+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-2/+55
2005-08-06genattrtab.c (write_attr_get, [...]): Use insn_code member only if only one i...Michael Matz1-4/+11
2005-08-05genattrtab.c (current_alternative_string): Remove.Michael Matz1-48/+5
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-15genattrtab.c (ATTR_EQ_ATTR_P): Remove.Paolo Bonzini1-5/+1
2005-04-13genattrtab.c (NULL_ATTR): Remove.Kazu Hirata1-2/+0
2005-04-08genattrtab.c (attr_desc): Remove negative_ok and unsigned_p.Kazu Hirata1-15/+4
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-2/+2
2004-09-09genattrtab.c (write_insn_cases): New function, split out from write_attr_case.Richard Sandiford1-19/+22
2004-09-09cgraphunit.c (cgraph_mark_functions_to_output): Renable node dumping for deve...Nathan Sidwell1-1/+1
2004-09-09Makefile.in (gengtype): Use $(BUILD_ERRORS).Nathan Sidwell1-67/+59