| Commit message (Expand) | Author | Age | Files | Lines |
* | alias.c (record_set, [...]): Constify. | Kaveh R. Ghazi | 2007-07-30 | 1 | -1/+1 |
* | alias.c (mems_in_disjoint_alias_sets_p, [...]): Constify. | Kaveh R. Ghazi | 2007-07-30 | 1 | -6/+6 |
* | cfglayout.c, [...]: Fix comment typos. | Kazu Hirata | 2007-07-28 | 1 | -1/+1 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -4/+3 |
* | cselib.c (entry_and_rtx_equal_p): Constify. | Kaveh R. Ghazi | 2007-07-25 | 1 | -1/+1 |
* | auto-inc-dec.c, [...]: Fix comment typos. | Kazu Hirata | 2007-07-07 | 1 | -1/+1 |
* | Merge dataflow branch into mainline | Daniel Berlin | 2007-06-11 | 1 | -1/+263 |
* | regs.h (end_hard_regno): New function. | Richard Sandiford | 2007-05-22 | 1 | -2/+2 |
* | c-decl.c, [...]: Fix comment typos. | Kazu Hirata | 2007-02-03 | 1 | -1/+1 |
* | cselib.c (struct cselib_val_struct): Make val_rtx its own field, remove the u... | Steven Bosscher | 2006-12-17 | 1 | -19/+19 |
* | cselib.c (cselib_init): Use special MEM rtx form for callmem. | Steven Bosscher | 2006-11-30 | 1 | -2/+4 |
* | re PR middle-end/4520 (cselib.c hash_rtx incorrectly hashes based on rtx addr... | Roger Sayle | 2006-09-12 | 1 | -5/+19 |
* | re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp... | Jan Hubicka | 2006-07-27 | 1 | -1/+5 |
* | re PR target/9703 ([arm] Accessing data through constant pool more times coul... | Richard Sandiford | 2006-02-18 | 1 | -2/+1 |
* | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 2006-01-31 | 1 | -2/+2 |
* | cselib.c (hash_table): Rename to cselib_hash_table. | Kazu Hirata | 2006-01-15 | 1 | -11/+12 |
* | cse.c (exp_equiv_p): Special case CONST_DOUBLE. | Richard Henderson | 2005-07-28 | 1 | -3/+12 |
* | re PR rtl-optimization/22445 (Optimizations done by cselib depend on pointer ... | J"orn Rennecke | 2005-07-22 | 1 | -9/+26 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | cselib.c (clear_table): Rename to cselib_clear_table. | Steven Bosscher | 2005-04-10 | 1 | -7/+6 |
* | * cselib.c (reg_values, reg_values_size): Make them static. | Kazu Hirata | 2005-03-06 | 1 | -2/+2 |
* | cselib.c (cselib_process_insn): Clear out regs where HARD_REGNO_CALL_PART_CLO... | Dale Johannesen | 2005-02-11 | 1 | -1/+4 |
* | basic-block.h, [...]: Update copyright. | Kazu Hirata | 2005-01-18 | 1 | -1/+1 |
* | combine.c (expand_compound_operation): Add comment that we fall through after... | Steven Bosscher | 2005-01-05 | 1 | -2/+3 |
* | * cselib.c, expr.c: Fix comment typos. | Kazu Hirata | 2004-11-14 | 1 | -1/+1 |
* | cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P. | Steven Bosscher | 2004-11-13 | 1 | -2/+5 |
* | re PR rtl-optimization/17581 (Long long arithmetic fails inside a switch/case... | Roger Sayle | 2004-10-30 | 1 | -2/+6 |
* | re PR inline-asm/6806 (gcc 3.0.4 ignoring clobbered registers in inline asm w... | Richard Henderson | 2004-09-13 | 1 | -11/+16 |
* | cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre... | Nathan Sidwell | 2004-09-07 | 1 | -49/+54 |
* | Makefile.in (OBJS-common): Add postreload-gcse.c. | Steven Bosscher | 2004-08-18 | 1 | -8/+8 |
* | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 2004-07-09 | 1 | -5/+5 |
* | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 2004-07-01 | 1 | -11/+11 |
* | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 2004-06-15 | 1 | -12/+12 |
* | Makefile.in (EXPR_H): Add insn-config.h... | Jerry Quinn | 2004-06-02 | 1 | -1/+1 |
* | cselib.h (struct elt_loc_list): Remove canon_loc field. | Jakub Jelinek | 2004-04-22 | 1 | -4/+0 |
* | cfgcleanup.c (thread_jump): Update call of cselib_init. | Jan Hubicka | 2004-03-04 | 1 | -4/+10 |
* | Undo accidentally commited garbage. | Jan Hubicka | 2004-03-04 | 1 | -17/+4 |
* | cselib.c (cselib_finish): Fix another miss-application of my previous patch. | Jan Hubicka | 2004-03-04 | 1 | -5/+17 |
* | cselib.c (cselib_finish): Fix miss-application of my previous patch. | Jan Hubicka | 2004-03-04 | 1 | -2/+1 |
* | re PR rtl-optimization/13862 (ICE while optimizing asm) | Richard Henderson | 2004-03-03 | 1 | -0/+23 |
* | cselib.c (hash_table): Remove GTY marker. | Jan Hubicka | 2004-03-03 | 1 | -39/+28 |
* | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 2004-02-02 | 1 | -4/+4 |
* | cselib.c (discard_useless_values): Clear out value pointer pointing to datast... | Jan Hubicka | 2004-01-26 | 1 | -0/+1 |
* | * cselib.c (remove_useless_values): Do not access discarded values. | Jan Hubicka | 2004-01-24 | 1 | -1/+2 |
* | basic-block.h (PROP_POSTRELOAD): New macro. | Jan Hubicka | 2004-01-23 | 1 | -2/+10 |
* | alias.c, [...]: Update copyright. | Kazu Hirata | 2004-01-21 | 1 | -1/+1 |
* | cselib.c: Include alloc-pool.h | Jan Hubicka | 2004-01-20 | 1 | -33/+25 |
* | alias.c: Invlude varray.h | Jan Hubicka | 2004-01-12 | 1 | -53/+19 |
* | Partial fox for PR opt/10776 II | Jan Hubicka | 2004-01-12 | 1 | -1/+5 |
* | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 2003-07-19 | 1 | -3/+3 |