summaryrefslogtreecommitdiff
path: root/gcc/cselib.c
Commit message (Expand)AuthorAgeFilesLines
* alias.c (record_set, [...]): Constify.Kaveh R. Ghazi2007-07-301-1/+1
* alias.c (mems_in_disjoint_alias_sets_p, [...]): Constify.Kaveh R. Ghazi2007-07-301-6/+6
* cfglayout.c, [...]: Fix comment typos.Kazu Hirata2007-07-281-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* cselib.c (entry_and_rtx_equal_p): Constify.Kaveh R. Ghazi2007-07-251-1/+1
* auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata2007-07-071-1/+1
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-1/+263
* regs.h (end_hard_regno): New function.Richard Sandiford2007-05-221-2/+2
* c-decl.c, [...]: Fix comment typos.Kazu Hirata2007-02-031-1/+1
* cselib.c (struct cselib_val_struct): Make val_rtx its own field, remove the u...Steven Bosscher2006-12-171-19/+19
* cselib.c (cselib_init): Use special MEM rtx form for callmem.Steven Bosscher2006-11-301-2/+4
* re PR middle-end/4520 (cselib.c hash_rtx incorrectly hashes based on rtx addr...Roger Sayle2006-09-121-5/+19
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka2006-07-271-1/+5
* re PR target/9703 ([arm] Accessing data through constant pool more times coul...Richard Sandiford2006-02-181-2/+1
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-2/+2
* cselib.c (hash_table): Rename to cselib_hash_table.Kazu Hirata2006-01-151-11/+12
* cse.c (exp_equiv_p): Special case CONST_DOUBLE.Richard Henderson2005-07-281-3/+12
* re PR rtl-optimization/22445 (Optimizations done by cselib depend on pointer ...J"orn Rennecke2005-07-221-9/+26
* Update FSF address.Kelley Cook2005-06-251-2/+2
* cselib.c (clear_table): Rename to cselib_clear_table.Steven Bosscher2005-04-101-7/+6
* * cselib.c (reg_values, reg_values_size): Make them static.Kazu Hirata2005-03-061-2/+2
* cselib.c (cselib_process_insn): Clear out regs where HARD_REGNO_CALL_PART_CLO...Dale Johannesen2005-02-111-1/+4
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher2005-01-051-2/+3
* * cselib.c, expr.c: Fix comment typos.Kazu Hirata2004-11-141-1/+1
* cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P.Steven Bosscher2004-11-131-2/+5
* re PR rtl-optimization/17581 (Long long arithmetic fails inside a switch/case...Roger Sayle2004-10-301-2/+6
* re PR inline-asm/6806 (gcc 3.0.4 ignoring clobbered registers in inline asm w...Richard Henderson2004-09-131-11/+16
* cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell2004-09-071-49/+54
* Makefile.in (OBJS-common): Add postreload-gcse.c.Steven Bosscher2004-08-181-8/+8
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-5/+5
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-11/+11
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-12/+12
* Makefile.in (EXPR_H): Add insn-config.h...Jerry Quinn2004-06-021-1/+1
* cselib.h (struct elt_loc_list): Remove canon_loc field.Jakub Jelinek2004-04-221-4/+0
* cfgcleanup.c (thread_jump): Update call of cselib_init.Jan Hubicka2004-03-041-4/+10
* Undo accidentally commited garbage.Jan Hubicka2004-03-041-17/+4
* cselib.c (cselib_finish): Fix another miss-application of my previous patch.Jan Hubicka2004-03-041-5/+17
* cselib.c (cselib_finish): Fix miss-application of my previous patch.Jan Hubicka2004-03-041-2/+1
* re PR rtl-optimization/13862 (ICE while optimizing asm)Richard Henderson2004-03-031-0/+23
* cselib.c (hash_table): Remove GTY marker.Jan Hubicka2004-03-031-39/+28
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-4/+4
* cselib.c (discard_useless_values): Clear out value pointer pointing to datast...Jan Hubicka2004-01-261-0/+1
* * cselib.c (remove_useless_values): Do not access discarded values.Jan Hubicka2004-01-241-1/+2
* basic-block.h (PROP_POSTRELOAD): New macro.Jan Hubicka2004-01-231-2/+10
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* cselib.c: Include alloc-pool.hJan Hubicka2004-01-201-33/+25
* alias.c: Invlude varray.hJan Hubicka2004-01-121-53/+19
* Partial fox for PR opt/10776 IIJan Hubicka2004-01-121-1/+5
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-3/+3