Age | Commit message (Expand) | Author | Files | Lines |
2007-06-29 | * recog.c (validate_change_rtx_1): Unshare TO argument. | Jan Hubicka | 1 | -1/+1 |
2007-06-27 | fwprop.c (try_fwprop_subst): Use validate_unshare_change. | Jan Hubicka | 1 | -4/+38 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -295/+122 |
2007-06-06 | haifa-sched.c (restore_bb_notes): Clear bb field of the notes emited outside ... | Zdenek Dvorak | 1 | -1/+1 |
2007-05-22 | regs.h (end_hard_regno): New function. | Richard Sandiford | 1 | -17/+4 |
2007-03-09 | * recog.c (decode_asm_operands): No mixed declarations and code. | Alexandre Oliva | 1 | -4/+9 |
2007-03-09 | rtl.def (ASM_INPUT): Add location. | Alexandre Oliva | 1 | -15/+21 |
2006-12-08 | recog.c (mode_dependent_address_p): Identify pre-increment... | Mark Shinwell | 1 | -2/+11 |
2006-11-04 | fwprop.c: New file. | Paolo Bonzini | 1 | -0/+22 |
2006-10-30 | recog.c (store_data_bypass_p): Add support to allow IN_INSN to be a PARALLEL ... | Pete Steinmetz | 1 | -22/+67 |
2006-05-04 | [multiple changes] | Razya Ladelsky | 1 | -0/+40 |
2006-03-21 | bfin-protos.h (bfin_dsp_memref_p): Declare. | Bernd Schmidt | 1 | -2/+4 |
2006-03-05 | recog.c (volatile_mem_p, [...]): Remove. | Kazu Hirata | 1 | -39/+0 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -3/+6 |
2006-02-28 | * rtl.def (define_constraint, define_register_constraint) | Zack Weinberg | 1 | -0/+4 |
2006-02-06 | tree-vrp.c (execute_vrp): Do not pass dump argument to. | Zdenek Dvorak | 1 | -2/+2 |
2006-01-28 | recog.c (validate_replace_rtx_subexp): Remove. | Kazu Hirata | 1 | -11/+0 |
2006-01-28 | recog.c (peephole2_optimize): Make it static. | Kazu Hirata | 1 | -1/+1 |
2006-01-17 | * recog.c: Separate some functions with whitespace. | Ben Elliston | 1 | -0/+2 |
2005-12-21 | re PR middle-end/25121 (libgcj misscompilation?) | Andrew Haley | 1 | -2/+12 |
2005-12-13 | PR rtl-optimization/20070 / part1 | J"orn Rennecke | 1 | -1/+1 |
2005-11-22 | optabs.c (expand_abs_nojump): Use SCALAR_FLOAT_MODE_P instead of explicitly t... | Ben Elliston | 1 | -2/+2 |
2005-11-12 | recog.c (constrain_operands): For a match, require that a non-register matche... | Hans-Peter Nilsson | 1 | -7/+13 |
2005-10-23 | re PR target/23832 (libjava build failure on sh64) | Kaz Kojima | 1 | -2/+4 |
2005-08-27 | genrecog.c (enum decision_type): Add DT_num_insns. | Paul Brook | 1 | -3/+9 |
2005-08-10 | bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump. | Paolo Bonzini | 1 | -6/+6 |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -0/+121 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-16 | basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo... | Jan Hubicka | 1 | -2/+2 |
2005-04-10 | re PR target/20126 (Inlined memcmp makes one argument null on entry) | Alexandre Oliva | 1 | -0/+40 |
2005-03-07 | recog.c (verify_changes): Make it static. | Kazu Hirata | 1 | -1/+1 |
2005-03-02 | recog.c (verify_changes, [...]): New functions, broken out of apply_change_gr... | J"orn Rennecke | 1 | -12/+34 |
2005-02-28 | calls.c (emit_call_1): Don't use REG_ALWAYS_RETURN. | Kazu Hirata | 1 | -1/+0 |
2005-01-31 | recog.c (constrain_operands): Only look for earlyclobber operand conflicts if... | Steven Bosscher | 1 | -2/+7 |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-14 | re PR middle-end/19084 (ICE: internal consistency failure) | Jakub Jelinek | 1 | -1/+15 |
2004-11-25 | basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ... | Nathan Sidwell | 1 | -2/+2 |
2004-11-24 | Minor back end speedup. | Matt Austern | 1 | -16/+0 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -3/+2 |
2004-10-28 | re PR target/15286 (ICE cause by reload) | Ulrich Weigand | 1 | -2/+4 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -2/+2 |
2004-09-09 | ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o... | Nathan Sidwell | 1 | -44/+25 |
2004-08-09 | explow.c (memory_address): Use memory_address_p. | Zack Weinberg | 1 | -5/+2 |
2004-08-03 | defaults.h (LEGITIMATE_PIC_OPERAND_P): Provide default definition. | Zack Weinberg | 1 | -11/+1 |
2004-07-25 | c-common.c: Rename all identifiers named `class' to `cl'. | Bernardo Innocenti | 1 | -18/+20 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -13/+11 |
2004-07-04 | rtl.def (ADDRESSOF): Remove. | Richard Henderson | 1 | -16/+0 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -27/+27 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -3/+1 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -20/+20 |