Age | Commit message (Expand) | Author | Files | Lines |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -0/+7 |
2014-09-19 | Re: [Patch] Teach genrecog/genoutput that scratch registers require write con... | James Greenhalgh | 1 | -0/+1 |
2014-09-19 | [Patch] Teach genrecog/genoutput that scratch registers require write constr... | James Greenhalgh | 1 | -11/+44 |
2014-09-11 | Introduce LABEL_REF_LABEL | David Malcolm | 1 | -2/+2 |
2014-08-21 | Use rtx_insn internally within generated functions | David Malcolm | 1 | -7/+22 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -3/+5 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-10 | genrecog.c (validate_pattern): Treat all messages except missing modes as err... | Richard Sandiford | 1 | -16/+14 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -11/+12 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2012-04-16 | genemit.c (gen_exp): Remove ADDRESS handling. | Richard Sandiford | 1 | -5/+0 |
2011-07-20 | genrecog.c (make_insn_sequence): Correct position numbering when filtering ou... | Sandra Loosemore | 1 | -1/+1 |
2011-05-28 | genrecog.c: Remove redundant forward declarations. | Richard Sandiford | 1 | -77/+0 |
2011-05-28 | re PR bootstrap/49195 (Error building libgcc for powerpc64 since r174305) | Richard Sandiford | 1 | -2/+2 |
2011-05-26 | re PR rtl-optimization/48575 (RTL vector patterns are limited to 26 elements) | Richard Sandiford | 1 | -77/+190 |
2011-04-12 | genpreds.c (process_define_predicate): Move most processing to gensupport.c. | Richard Sandiford | 1 | -218/+0 |
2010-11-30 | hwint.c: New. | Joseph Myers | 1 | -2/+1 |
2010-07-09 | genrecog.c: Include diagnostic-core.h before toplev.h. | Manuel López-Ibáñez | 1 | -0/+1 |
2010-06-29 | recog.c (peep2_do_rebuild_jump_labels, [...]): New static variables. | Bernd Schmidt | 1 | -9/+0 |
2010-06-10 | Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H). | Richard Sandiford | 1 | -1/+1 |
2010-06-10 | Makefile.in (build/read-md.o): Depend on errors.h. | Richard Sandiford | 1 | -51/+29 |
2010-06-10 | Makefile.in (READ_MD_H): New variable. | Richard Sandiford | 1 | -0/+1 |
2010-05-29 | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 1 | -2/+2 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -1/+0 |
2009-06-22 | alias.c: Use REG_P... | Shujing Zhao | 1 | -1/+1 |
2009-05-11 | basic-block.h (enum profile_status): Break out of struct control_flow_graph. | Ian Lance Taylor | 1 | -10/+12 |
2009-04-25 | genrecog.c (validate_pattern): Do not warn for VOIDmode CALLs as the source o... | Ben Elliston | 1 | -1/+2 |
2009-04-24 | combine.c (record_value_for_reg): Change 0 to VOIDmode, twice. | Ian Lance Taylor | 1 | -3/+4 |
2009-04-20 | Fix enum conversions which are invalid in C++: | Ian Lance Taylor | 1 | -2/+2 |
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 | -26/+26 |
2008-06-26 | cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or -Wcast-qual warn... | Kaveh R. Ghazi | 1 | -3/+3 |
2008-05-08 | gensupport.h (pred_data): Add a "num_codes" field. | Richard Sandiford | 1 | -21/+2 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+5 |
2007-05-30 | genrecog.c: Include regs.h in generated file. | Eric Christopher | 1 | -4/+5 |
2006-03-29 | genemit.c (main): Add tm-constrs.h to included headers. | David Edelsohn | 1 | -0/+1 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -1/+1 |
2006-01-23 | r110130@banpei: zack | 2006-01-22 14:52:43 -0800 | Zack Weinberg | 1 | -1/+9 |
2006-01-23 | r110124@banpei: zack | 2006-01-22 14:45:55 -0800 | Zack Weinberg | 1 | -51/+1 |
2005-08-27 | genrecog.c (enum decision_type): Add DT_num_insns. | Paul Brook | 1 | -24/+41 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
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 | -1/+1 |
2004-12-28 | * genrecog.c (compute_predicate_codes): Avoid warning. | Andreas Jaeger | 1 | -1/+2 |
2004-12-23 | genrecog.c (did_you_mean_codes): New. | DJ Delorie | 1 | -0/+19 |
2004-09-10 | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-09 | genrecog.c (compute_predicate_codes): Use op0_codes instead of codes. | Steve Ellcey | 1 | -1/+1 |
2004-09-09 | Makefile.in (gengtype): Use $(BUILD_ERRORS). | Nathan Sidwell | 1 | -42/+26 |
2004-08-13 | genattrtab.c (insn_ent): Replace insn_code... | Richard Sandiford | 1 | -1/+3 |
2004-08-13 | genrecog.c (add_to_sequence): When processing a MATCH_PARALLEL... | Zack Weinberg | 1 | -1/+11 |