aboutsummaryrefslogtreecommitdiff
path: root/gcc/cselib.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-3/+3
2003-06-29cse.c: Convert prototypes to ISO C90.Andreas Jaeger1-113/+64
2003-05-28cselib.c (cselib_invalidate_regno): Abort if hardreg have a VOIDmode.Denis Chertykov1-2/+5
2003-04-17reload1.c (reload_cse_noop_set_p): Return false if mode of SET_DEST is not th...Alexandre Oliva1-15/+71
2003-03-14cselib.c (clear_table): Do not take argument; always clear just used slots.Jan Hubicka1-13/+6
2003-03-11cselib.c (cselib_invalidate_mem_1): Move too ...Jan Hubicka1-50/+83
2003-01-07cselib.c (cselib_current_insn_in_libcall): New static variable.Jan Hubicka1-0/+7
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-10-09conflict.c (arc_hash): Change return type to hashval_t.Kaveh R. Ghazi1-2/+2
2002-09-20real.c (real_hash): New.Richard Henderson1-2/+1
2002-09-12cselib.c: Fix comment formatting.Kazu Hirata1-1/+1
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-38/+37
2002-05-21cselib.c (max_value_regs): New.David S. Miller1-3/+36
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+18
2002-01-30cselib.c (cselib_record_sets): Use IF_THEN_ELSE result in cselib_lookup.Jakub Jelinek1-1/+1
2001-11-03cselib.c (cselib_subst_to_values, [...]): Remove reference to CONST_DOUBLE_ME...Richard Kenner1-2/+0
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-12toplev.c (set_float_handler): Make static.Zack Weinberg1-1/+0
2001-08-10calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de...Zack Weinberg1-1/+1
2001-08-08Make cselib_subst_to_values global.Bernd Schmidt1-3/+15
2001-08-08Make cselib COND_EXEC-safeBernd Schmidt1-0/+10
2001-08-07calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka1-2/+2
2001-08-07alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka1-1/+1
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-07-09[multiple changes]Richard Kenner1-5/+3
2001-03-28Make hash values more randomBernd Schmidt1-13/+1
2001-03-15Fix hashing of REG/MEM values.Bernd Schmidt1-2/+1