| Commit message (Expand) | Author | Age | Files | Lines |
* | md.texi: Describe the use of match_tests in attribute tests. | Richard Sandiford | 2011-08-31 | 1 | -0/+14 |
* | genattrtab.c (attr_rtx_1): Hash SYMBOL_REFs. | Richard Sandiford | 2011-08-31 | 1 | -2/+9 |
* | md.texi (define_bypass): Say that the instruction names can be filename-style... | Richard Sandiford | 2011-08-11 | 1 | -4/+5 |
* | genattrtab.c (evaluate_eq_attr): Allow an attribute to be defined in terms of... | Bernd Schmidt | 2011-07-08 | 1 | -0/+38 |
* | hwint.c: New. | Joseph Myers | 2010-11-30 | 1 | -2/+1 |
* | genrecog.c: Include diagnostic-core.h before toplev.h. | Manuel López-Ibáñez | 2010-07-09 | 1 | -1/+2 |
* | Makefile.in (build/genattrtab.o): Depend on vecprim.h. | Jakub Jelinek | 2010-06-21 | 1 | -36/+237 |
* | Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H). | Jakub Jelinek | 2010-06-21 | 1 | -16/+203 |
* | md.texi (define_enum_attr): Document. | Richard Sandiford | 2010-06-10 | 1 | -30/+53 |
* | Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H). | Richard Sandiford | 2010-06-10 | 1 | -1/+1 |
* | Makefile.in (build/read-md.o): Depend on errors.h. | Richard Sandiford | 2010-06-10 | 1 | -74/+44 |
* | Makefile.in (READ_MD_H): New variable. | Richard Sandiford | 2010-06-10 | 1 | -1/+2 |
* | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 2010-05-21 | 1 | -1/+0 |
* | df-core.c (df_ref_debug): Change format string placeholder from 0x%x to %#x. | Uros Bizjak | 2010-04-14 | 1 | -2/+2 |
* | Remove trailing white spaces. | H.J. Lu | 2009-11-25 | 1 | -11/+11 |
* | tree-ssa-reassoc.c (find_operand_rank): Cast pointer via intptr_t to long type. | Kai Tietz | 2009-09-08 | 1 | -1/+1 |
* | ansidecl.h (EXPORTED_CONST): Define. | Ian Lance Taylor | 2009-06-03 | 1 | -2/+3 |
* | genattrtab.c (insert_right_side, [...]): Avoid C++ keywords. | Kaveh R. Ghazi | 2008-07-09 | 1 | -8/+8 |
* | cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or -Wcast-qual warn... | Kaveh R. Ghazi | 2008-06-26 | 1 | -15/+16 |
* | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 2008-06-06 | 1 | -2/+2 |
* | * genattrtab.c (main): Rearrange output of insn-attrtab.c headers. | Maxim Kuvyrkov | 2007-10-17 | 1 | -1/+1 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -6/+5 |
* | genattrtab.c (contained_in_p): Delete unused function. | Manuel López-Ibáñez | 2007-02-11 | 1 | -76/+0 |
* | genattrtab.c (struct attr_value_list, [...]): Move to file scope from optimiz... | Jakub Jelinek | 2007-01-27 | 1 | -19/+42 |
* | extend.texi (__builtin_bswap32): Document. | Eric Christopher | 2006-11-01 | 1 | -0/+1 |
* | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 2006-01-31 | 1 | -4/+3 |
* | * genattrtab.c (gen_bypass): Allow bypasses to contain whitespace. | Richard Sandiford | 2006-01-25 | 1 | -1/+4 |
* | r110127@banpei: zack | 2006-01-22 14:49:27 -0800 | Zack Weinberg | 2006-01-23 | 1 | -179/+215 |
* | r110126@banpei: zack | 2006-01-22 14:47:42 -0800 | Zack Weinberg | 2006-01-23 | 1 | -1/+1 |
* | r110124@banpei: zack | 2006-01-22 14:45:55 -0800 | Zack Weinberg | 2006-01-23 | 1 | -7/+0 |
* | re PR rtl-optimization/23898 (basic block reordering excessively increases co... | J"orn Rennecke | 2005-09-20 | 1 | -2/+55 |
* | genattrtab.c (write_attr_get, [...]): Use insn_code member only if only one i... | Michael Matz | 2005-08-06 | 1 | -4/+11 |
* | genattrtab.c (current_alternative_string): Remove. | Michael Matz | 2005-08-05 | 1 | -48/+5 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | genattrtab.c (ATTR_EQ_ATTR_P): Remove. | Paolo Bonzini | 2005-04-15 | 1 | -5/+1 |
* | genattrtab.c (NULL_ATTR): Remove. | Kazu Hirata | 2005-04-13 | 1 | -2/+0 |
* | genattrtab.c (attr_desc): Remove negative_ok and unsigned_p. | Kazu Hirata | 2005-04-08 | 1 | -15/+4 |
* | genattrtab.c, [...]: Update copyright. | Kazu Hirata | 2005-03-05 | 1 | -1/+1 |
* | * rtl.h (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions) | Richard Sandiford | 2005-03-04 | 1 | -2/+2 |
* | genattrtab.c (write_insn_cases): New function, split out from write_attr_case. | Richard Sandiford | 2004-09-09 | 1 | -19/+22 |
* | cgraphunit.c (cgraph_mark_functions_to_output): Renable node dumping for deve... | Nathan Sidwell | 2004-09-09 | 1 | -1/+1 |
* | Makefile.in (gengtype): Use $(BUILD_ERRORS). | Nathan Sidwell | 2004-09-09 | 1 | -67/+59 |
* | genattrtab.c (insn_ent): Replace insn_code... | Richard Sandiford | 2004-08-13 | 1 | -25/+23 |
* | gensupport.c (init_md_reader_args_cb): Renamed from init_md_reader_args. | Zack Weinberg | 2004-08-03 | 1 | -3/+0 |
* | genattr.c (struct range, [...]): Remove them. | Paolo Bonzini | 2004-07-20 | 1 | -1628/+23 |
* | expr.c (enqueue_insn, [...]): Remove. | Paolo Bonzini | 2004-07-14 | 1 | -3/+0 |
* | Introduce H8SX support. | Alexandre Oliva | 2004-07-08 | 1 | -0/+5 |
* | genattrtab.c (write_test_expr): Put a unsigned cast before the first operand ... | Kaz Kojima | 2004-06-26 | 1 | -2/+7 |
* | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 2004-05-13 | 1 | -2/+2 |
* | alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ... | Paolo Bonzini | 2004-03-03 | 1 | -4/+5 |