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