| Commit message (Expand) | Author | Age | Files | Lines |
* | system.h (HAVE_DESIGNATED_UNION_INITIALIZERS): New. | Jason Merrill | 2011-07-21 | 1 | -5/+5 |
* | recog.h (insn_operand_data): Add an "allows_mem" field. | Richard Sandiford | 2011-04-15 | 1 | -1/+10 |
* | * recog.h, genoutput.c, optabs.c: Revert last patch. | Richard Sandiford | 2011-04-12 | 1 | -10/+1 |
* | recog.h (insn_operand_data): Add an "allows_mem" field. | Richard Sandiford | 2011-04-12 | 1 | -1/+10 |
* | recog.h (insn_data_d): Add n_generator_args. | Richard Sandiford | 2011-04-01 | 1 | -35/+24 |
* | 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 | -0/+1 |
* | re PR other/44644 (type/data name clash makes --enable-build-with-cxx cc1 har... | Joern Rennecke | 2010-06-23 | 1 | -2/+2 |
* | 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 | -66/+35 |
* | read-md.h (read_rtx_lineno): Rename to... | Richard Sandiford | 2010-06-10 | 1 | -5/+5 |
* | Makefile.in (READ_MD_H): New variable. | Richard Sandiford | 2010-06-10 | 1 | -0/+1 |
* | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 2010-05-21 | 1 | -1/+0 |
* | recog.h (struct recog_data): New field is_operator. | Bernd Schmidt | 2010-04-16 | 1 | -0/+2 |
* | genoutput.c (validate_optab_operands): New. | Paolo Bonzini | 2009-04-08 | 1 | -0/+18 |
* | 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 | -20/+20 |
* | cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or -Wcast-qual warn... | Kaveh R. Ghazi | 2008-06-26 | 1 | -1/+1 |
* | defaults.h (TARGET_MEM_CONSTRAINT): New target macro added. | Andreas Krebbel | 2008-05-27 | 1 | -1/+4 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -5/+4 |
* | genemit.c (main): Add tm-constrs.h to included headers. | David Edelsohn | 2006-03-29 | 1 | -0/+1 |
* | * rtl.def (define_constraint, define_register_constraint) | Zack Weinberg | 2006-02-28 | 1 | -13/+174 |
* | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 2006-01-31 | 1 | -5/+5 |
* | r110124@banpei: zack | 2006-01-22 14:45:55 -0800 | Zack Weinberg | 2006-01-23 | 1 | -22/+0 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | 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 | -1/+1 |
* | Makefile.in (gengtype): Use $(BUILD_ERRORS). | Nathan Sidwell | 2004-09-09 | 1 | -5/+3 |
* | genattrtab.c (insn_ent): Replace insn_code... | Richard Sandiford | 2004-08-13 | 1 | -0/+6 |
* | gensupport.c (init_md_reader_args_cb): Renamed from init_md_reader_args. | Zack Weinberg | 2004-08-03 | 1 | -3/+0 |
* | genoutput.c (process_template): Strip trailing whitespace in @ templates and ... | Jakub Jelinek | 2004-02-22 | 1 | -1/+12 |
* | re PR c/11234 (-pedantic accepts function pointer <-> void*) | Joseph Myers | 2004-01-09 | 1 | -3/+28 |
* | c-pretty-print.c: Fix comment typos. | Kazu Hirata | 2003-10-05 | 1 | -1/+1 |
* | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 2003-07-19 | 1 | -4/+4 |
* | genattr.c (internal_dfa_insn_code): Output prototype. | Kaveh R. Ghazi | 2003-07-05 | 1 | -48/+3 |
* | decl.c, [...]: Don't use the PTR macro. | Kaveh R. Ghazi | 2003-06-16 | 1 | -1/+1 |
* | genrecog.c: Use ISO C90 prototypes. | Andreas Jaeger | 2003-06-01 | 1 | -73/+48 |
* | * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE. | Segher Boessenkool | 2003-02-07 | 1 | -1/+4 |
* | Add 2003 copyright notices for constraints string patch, also 2002 notice | Joern Rennecke | 2003-01-13 | 1 | -2/+2 |
* | defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument. | J"orn Rennecke | 2003-01-09 | 1 | -1/+86 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -1/+6 |
* | genflags.c (gen_insn): Use IS_VSPACE. | Chris Meyer | 2002-03-11 | 1 | -4/+9 |
* | genextract.c (walk_rtx): Recurse into MATCH_PAR_DUP. | Ulrich Weigand | 2002-03-07 | 1 | -1/+1 |
* | c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics. | Neil Booth | 2001-12-02 | 1 | -2/+2 |
* | c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics. | Neil Booth | 2001-12-01 | 1 | -1/+1 |
* | rtl.def (INCLUDE): Define. | Alan Matsuoka | 2001-11-14 | 1 | -1/+1 |
* | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 2001-10-11 | 1 | -17/+17 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | expr.h: Split out optab- and libfunc-related code to... | Zack Weinberg | 2001-08-13 | 1 | -0/+1 |
* | rtl.def (DEFINE_INSN, [...]): Change output-template slot to format 'T'. | Zack Weinberg | 2001-06-30 | 1 | -2/+2 |