aboutsummaryrefslogtreecommitdiff
path: root/gcc/genpreds.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-11common.md: New file.Richard Sandiford1-16/+8
2014-06-11system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison.Richard Sandiford1-7/+0
2014-06-11genpreds.c (const_int_start, [...]): New variables.Richard Sandiford1-2/+19
2014-06-11system.h (REG_CLASS_FROM_CONSTRAINT): Poison.Richard Sandiford1-23/+50
2014-06-11genpreds.c (write_constraint_satisfied_p_1): Replace with...Richard Sandiford1-24/+13
2014-06-11genpreds.c (write_lookup_constraint): Rename to...Richard Sandiford1-4/+43
2014-06-11md.texi (regclass_for_constraint): Rename to...Richard Sandiford1-72/+124
2014-05-06Merge in wide-int.Kenneth Zadeck1-1/+6
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-5/+5
2013-02-20genpreds.c (write_lookup_constraint): Do not compare first letter of the cons...Richard Biener1-2/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2011-04-12genpreds.c (process_define_predicate): Move most processing to gensupport.c.Richard Sandiford1-28/+1
2010-11-30hwint.c: New.Joseph Myers1-2/+1
2010-07-09genrecog.c: Include diagnostic-core.h before toplev.h.Manuel López-Ibáñez1-0/+1
2010-06-10Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).Richard Sandiford1-1/+1
2010-06-10Makefile.in (build/read-md.o): Depend on errors.h.Richard Sandiford1-56/+40
2010-06-10read-md.h (read_rtx_lineno): Rename to...Richard Sandiford1-1/+1
2010-06-10Makefile.in (READ_MD_H): New variable.Richard Sandiford1-0/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-17/+17
2009-06-22alias.c: Use REG_P...Shujing Zhao1-1/+1
2009-04-30Fix from Dave Korn in case a backend does not declare any define_register_con...Dave Korn1-2/+6
2009-04-24genpreds.c (write_enum_constraint_num): Output definition of CONSTRAINT_NUM_D...Vladimir Makarov1-0/+1
2009-03-06genpreds.c: (needs_variable): Fix parentheses at variable name detection.Jan-Benedict Glaw1-3/+3
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-12-09tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov1-1/+1
2008-06-26cse.c (approx_reg_cost_1, cse_insn): Fix -Wc++-compat and/or -Wcast-qual warn...Kaveh R. Ghazi1-2/+2
2008-05-27defaults.h (TARGET_MEM_CONSTRAINT): New target macro added.Andreas Krebbel1-2/+5
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-04-03genpreds.c (write_insn_constraint_len): Write function optimized for CONSTRAI...Richard Guenther1-19/+36
2007-01-18genpreds.c (write_insn_preds_c): Only write out the function body for regclas...Ben Elliston1-2/+4
2006-10-04Fix bug in constraint-check generator, reported by Rask Ingemann Lambertsen:Zack Weinberg1-7/+9
2006-06-30cfgexpand.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2006-06-29genpreds.c (write_match_code_switch): Correctly use XSTR instead of XEXP to e...Roger Sayle1-2/+2
2006-06-29genpreds.c (write_predicate_stmts): Add missing break.Roger Sayle1-0/+1
2006-06-28genpreds.c (generate_switch_p): New function.Roger Sayle1-8/+116
2006-03-29* genpreds.c (write_tm_constrs_h): Delete variable p.David Edelsohn1-1/+0
2006-03-29genemit.c (main): Add tm-constrs.h to included headers.David Edelsohn1-11/+22
2006-03-20genpreds.c (write_insn_extra_address_constraint): Argument `c' is operand of ...David Edelsohn1-1/+1
2006-03-19genpreds.c (write_tm_preds_h): Add semicolon and newline at end of insn_extra...David Edelsohn1-1/+1
2006-03-10genpreds.c (write_insn_constraint_len): Change definition of insn_constraint_...Adam Nemet1-1/+1
2006-02-28* rtl.def (define_constraint, define_register_constraint)Zack Weinberg1-59/+826
2006-01-23r110130@banpei: zack | 2006-01-22 14:52:43 -0800Zack Weinberg1-10/+50
2006-01-23r110124@banpei: zack | 2006-01-22 14:45:55 -0800Zack Weinberg1-7/+0
2005-12-17tree-inline.c (copy_body_r): Use explicit cast when converting from void *.Gabriel Dos Reis1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-06libiberty.h (XOBFINISH): New.Gabriel Dos Reis1-1/+1