| Commit message (Expand) | Author | Age | Files | Lines |
* | gensupport.c (init_rtx_reader_args_cb): Start counting code generating patter... | Steven Bosscher | 2012-07-09 | 1 | -3/+13 |
* | gensupport.c (add_define_attr): New static function. | Bernd Schmidt | 2011-06-21 | 1 | -13/+163 |
* | * gensupport.c (read_md_rtx): Fix typo in comment. | Mike Stump | 2011-04-23 | 1 | -1/+1 |
* | remove useless if-before-free tests | Jim Meyering | 2011-04-20 | 1 | -8/+4 |
* | genpreds.c (process_define_predicate): Move most processing to gensupport.c. | Richard Sandiford | 2011-04-12 | 1 | -0/+244 |
* | gensupport.h (pattern_stats): New structure. | Richard Sandiford | 2011-04-01 | 1 | -0/+77 |
* | gensupport.c (MNEMONIC_ATTR_NAME, [...]): New macros. | Andreas Krebbel | 2010-11-16 | 1 | -0/+218 |
* | md.texi (define_enum_attr): Document. | Richard Sandiford | 2010-06-10 | 1 | -0/+1 |
* | Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H). | Richard Sandiford | 2010-06-10 | 1 | -248/+16 |
* | Makefile.in (build/read-md.o): Depend on errors.h. | Richard Sandiford | 2010-06-10 | 1 | -42/+21 |
* | read-md.h (read_md_file): Declare. | Richard Sandiford | 2010-06-10 | 1 | -15/+17 |
* | read-md.h (read_rtx_lineno): Rename to... | Richard Sandiford | 2010-06-10 | 1 | -23/+23 |
* | Makefile.in (READ_MD_H): New variable. | Richard Sandiford | 2010-06-10 | 1 | -61/+1 |
* | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 2010-04-02 | 1 | -2/+2 |
* | gensupport.c (process_one_cond_exec): Derive name for COND_EXEC patterns from... | Steven Bosscher | 2010-02-17 | 1 | -1/+4 |
* | Remove trailing white spaces. | H.J. Lu | 2009-11-25 | 1 | -5/+5 |
* | collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind. | Ian Lance Taylor | 2009-04-27 | 1 | -1/+1 |
* | Fix enum conversions which are invalid in C++: | Ian Lance Taylor | 2009-04-20 | 1 | -2/+2 |
* | recog.c (ordered_comparison_operator): New. | Paolo Bonzini | 2009-04-08 | 1 | -0/+3 |
* | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 2009-02-20 | 1 | -1/+1 |
* | genattrtab.c (insert_right_side, [...]): Avoid C++ keywords. | Kaveh R. Ghazi | 2008-07-09 | 1 | -5/+5 |
* | cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or -Wcast-qual warn... | Kaveh R. Ghazi | 2008-06-26 | 1 | -2/+2 |
* | gensupport.h (pred_data): Add a "num_codes" field. | Richard Sandiford | 2008-05-08 | 1 | -38/+55 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -5/+4 |
* | gensupport.c (identify_predicable_attribute): Don't free p_false when it is s... | Andreas Schwab | 2006-03-15 | 1 | -3/+2 |
* | re PR rtl-optimization/25739 (Memory leak in bt_load.c(augment_live_range)) | Uttam Pawar | 2006-03-14 | 1 | -1/+10 |
* | * rtl.def (define_constraint, define_register_constraint) | Zack Weinberg | 2006-02-28 | 1 | -0/+4 |
* | r110124@banpei: zack | 2006-01-22 14:45:55 -0800 | Zack Weinberg | 2006-01-23 | 1 | -0/+52 |
* | r110123@banpei: zack | 2006-01-22 14:44:34 -0800 | Zack Weinberg | 2006-01-23 | 1 | -70/+150 |
* | tree-inline.c (copy_body_r): Use explicit cast when converting from void *. | Gabriel Dos Reis | 2005-12-17 | 1 | -2/+2 |
* | gensupport.c (std_preds): Fixed extraneous `false` in last change. | Graham Stott | 2005-11-20 | 1 | -1/+1 |
* | gensupport.c (old_preds): Rename to std_preds, add special field. | Paolo Bonzini | 2005-11-19 | 1 | -51/+32 |
* | gensupport.c (old_preds): Don't reference PREDICATE_CODES. | Kazu Hirata | 2005-07-21 | 1 | -18/+5 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | collect2.c, [...]: Replace calls to `unlock_stream' with `unlock_std_streams'. | Kaveh R. Ghazi | 2005-04-26 | 1 | -3/+1 |
* | collect2.c (main): Unlock the stdio streams. | Kaveh R. Ghazi | 2005-04-24 | 1 | -0/+5 |
* | 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 | -11/+6 |
* | Makefile.in (MD_DEPS, s-mddeps): New. | Richard Henderson | 2004-12-16 | 1 | -0/+7 |
* | Makefile.in (gengtype): Use $(BUILD_ERRORS). | Nathan Sidwell | 2004-09-09 | 1 | -5/+4 |
* | rtl.h (read_rtx): Change prototype. | Richard Sandiford | 2004-08-27 | 1 | -28/+6 |
* | genpreds.c: Add capability to generate predicate bodies as well as function p... | Zack Weinberg | 2004-08-12 | 1 | -3/+165 |
* | gensupport.c (init_md_reader_args_cb): Renamed from init_md_reader_args. | Zack Weinberg | 2004-08-03 | 1 | -25/+32 |
* | c-common.c (disable_builtin_function): Rename variable n to new_disabled_buil... | Bernardo Innocenti | 2004-07-26 | 1 | -6/+6 |
* | bitmap.c: Use type-safe memory allocation macros from libiberty. | Bernardo Innocenti | 2004-07-25 | 1 | -5/+5 |
* | c-common.c: Rename all identifiers named `new'. | Bernardo Innocenti | 2004-07-25 | 1 | -10/+10 |
* | c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists. | Bernardo Innocenti | 2004-07-25 | 1 | -1/+1 |
* | bb-reorder.c, [...]: Fix comment formatting. | Kazu Hirata | 2004-05-30 | 1 | -1/+1 |
* | re PR target/14040 (ARM cross compiler: error: could not split insn) | Mark Mitchell | 2004-04-01 | 1 | -7/+54 |
* | genattrtab.c: Don't handle MATCH_INSN. | Kazu Hirata | 2004-03-02 | 1 | -2/+0 |