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