aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-2/+2
2007-09-01arm.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-30alias.c (mems_in_disjoint_alias_sets_p, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-29* recog.c (validate_change_rtx_1): Unshare TO argument.Jan Hubicka1-1/+1
2007-06-27fwprop.c (try_fwprop_subst): Use validate_unshare_change.Jan Hubicka1-4/+38
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-295/+122
2007-06-06haifa-sched.c (restore_bb_notes): Clear bb field of the notes emited outside ...Zdenek Dvorak1-1/+1
2007-05-22regs.h (end_hard_regno): New function.Richard Sandiford1-17/+4
2007-03-09* recog.c (decode_asm_operands): No mixed declarations and code.Alexandre Oliva1-4/+9
2007-03-09rtl.def (ASM_INPUT): Add location.Alexandre Oliva1-15/+21
2006-12-08recog.c (mode_dependent_address_p): Identify pre-increment...Mark Shinwell1-2/+11
2006-11-04fwprop.c: New file.Paolo Bonzini1-0/+22
2006-10-30recog.c (store_data_bypass_p): Add support to allow IN_INSN to be a PARALLEL ...Pete Steinmetz1-22/+67
2006-05-04[multiple changes]Razya Ladelsky1-0/+40
2006-03-21bfin-protos.h (bfin_dsp_memref_p): Declare.Bernd Schmidt1-2/+4
2006-03-05recog.c (volatile_mem_p, [...]): Remove.Kazu Hirata1-39/+0
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-3/+6
2006-02-28* rtl.def (define_constraint, define_register_constraint)Zack Weinberg1-0/+4
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-2/+2
2006-01-28recog.c (validate_replace_rtx_subexp): Remove.Kazu Hirata1-11/+0
2006-01-28recog.c (peephole2_optimize): Make it static.Kazu Hirata1-1/+1
2006-01-17* recog.c: Separate some functions with whitespace.Ben Elliston1-0/+2
2005-12-21re PR middle-end/25121 (libgcj misscompilation?)Andrew Haley1-2/+12
2005-12-13PR rtl-optimization/20070 / part1J"orn Rennecke1-1/+1
2005-11-22optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t...Ben Elliston1-2/+2
2005-11-12recog.c (constrain_operands): For a match, require that a non-register matche...Hans-Peter Nilsson1-7/+13
2005-10-23re PR target/23832 (libjava build failure on sh64)Kaz Kojima1-2/+4
2005-08-27genrecog.c (enum decision_type): Add DT_num_insns.Paul Brook1-3/+9
2005-08-10bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini1-6/+6
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+121
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-2/+2
2005-04-10re PR target/20126 (Inlined memcmp makes one argument null on entry)Alexandre Oliva1-0/+40
2005-03-07recog.c (verify_changes): Make it static.Kazu Hirata1-1/+1
2005-03-02recog.c (verify_changes, [...]): New functions, broken out of apply_change_gr...J"orn Rennecke1-12/+34
2005-02-28calls.c (emit_call_1): Don't use REG_ALWAYS_RETURN.Kazu Hirata1-1/+0
2005-01-31recog.c (constrain_operands): Only look for earlyclobber operand conflicts if...Steven Bosscher1-2/+7
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-14re PR middle-end/19084 (ICE: internal consistency failure)Jakub Jelinek1-1/+15
2004-11-25basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...Nathan Sidwell1-2/+2
2004-11-24Minor back end speedup.Matt Austern1-16/+0
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-3/+2
2004-10-28re PR target/15286 (ICE cause by reload)Ulrich Weigand1-2/+4
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-2/+2
2004-09-09ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell1-44/+25
2004-08-09explow.c (memory_address): Use memory_address_p.Zack Weinberg1-5/+2
2004-08-03defaults.h (LEGITIMATE_PIC_OPERAND_P): Provide default definition.Zack Weinberg1-11/+1
2004-07-25c-common.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti1-18/+20
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-13/+11