aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-15re PR rtl-optimization/17427 (powerpc-linux does not bootstrap on HEAD with -...Andrew Pinski1-1/+2
2004-09-09gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-43/+42
2004-09-01re PR rtl-optimization/16408 (internal compiler error: in delete_insn, at cfg...Zdenek Dvorak1-1/+21
2004-08-31revert: re PR rtl-optimization/16590 (Incorrect execution when compiling with...Mark Mitchell1-3/+1
2004-08-29re PR rtl-optimization/16590 (Incorrect execution when compiling with -O2)Mark Mitchell1-1/+3
2004-08-18Makefile.in (OBJS-common): Add postreload-gcse.c.Steven Bosscher1-1018/+10
2004-08-09timevar.def (TV_CPROP1, [...]): New timers.Steven Bosscher1-17/+37
2004-07-27expr.h (canonicalize_condition, [...]): Add an int argument.Richard Sandiford1-46/+1
2004-07-16basic-block.h (remove_fake_exit_edges): Declare.Richard Henderson1-2/+2
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-5/+5
2004-06-14gcse.c (hash_scan_set, [...]): Revert previous change, don't use CALL_P.Steven Bosscher1-6/+6
2004-06-12gcse.c (record_set_info): Use predicates like REG_P.Steven Bosscher1-94/+91
2004-05-14passes.c (rest_of_handle_null_pointer): Remove.Steven Bosscher1-1141/+8
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-9/+5
2004-05-10gcse.c (eliminate_partially_redundant_loads): Instead of returning early, got...Andrew Pinski1-3/+19
2004-04-30gcse.c (remove_reachable_equiv_notes): Delete notes also in blocks which have...Josef Zlomek1-2/+1
2004-04-28gcse.c (find_moveable_store): Do not accept store insns with REG_EH_REGION note.Ulrich Weigand1-0/+5
2004-03-23gcse.c (can_assign_to_reg_p): New function, split out from...Richard Sandiford1-6/+16
2004-03-22bt-load.c, [...]: Remove unnecessary casts.Kazu Hirata1-4/+3
2004-03-18gcse.c (eliminate_partially_redundant_loads): Reject change if dest is set be...Mostafa Hagog1-3/+5
2004-03-04cfgcleanup.c (thread_jump): Update call of cselib_init.Jan Hubicka1-1/+1
2004-03-03common.opt: Add description of the new -fgcse-after-reload flag.Mostafa Hagog1-0/+638
2004-02-26gcse.c (delete_null_pointer_checks_1): Do not delete CC setter unless HAVE_cc0.Alan Modra1-0/+2
2004-02-24gcse.c (delete_null_pointer_checks_1): Set stop_insn to end, not beginning of...Alan Modra1-1/+1
2004-01-30gcse.c (bypass_block): Fix a typo in the previous check-in to the file.Kazu Hirata1-1/+1
2004-01-28gcse.c (bypass_block): Prevent edges to be unified when we are about to emit ...Jan Hubicka1-0/+15
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-15re PR rtl-optimization/13375 (ICE in gcse.c)Richard Earnshaw1-1/+4
2004-01-13re PR c++/13376 (Incorrect dumps of RTL for passes that use current_function_...Steven Bosscher1-5/+5
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-1/+1
2004-01-03Fix messed up accidental commit.Steven Bosscher1-11/+5
2003-12-30backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher1-11/+14
2003-12-21alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-12-17Fix for IA-64 glibc math test failures.James E Wilson1-1/+34
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-38/+38
2003-12-03gcse.c (reg_clear_last_set): New function.Richard Earnshaw1-15/+58
2003-12-02re PR rtl-optimization/12322 (Significant slowdown when compiling computed-go...Roger Sayle1-56/+44
2003-11-21ChangeLog.7: Fix comment typos.Kazu Hirata1-1/+1
2003-10-17common.opt: Add description of the new -fgcse-las flag.Mostafa Hagog1-14/+86
2003-10-05c-pretty-print.c: Fix comment typos.Kazu Hirata1-1/+1
2003-09-26re PR rtl-optimization/11741 (internal compiler error at gcse.c:5318)Roger Sayle1-22/+48
2003-09-15gcse.c (remove_reachable_equiv_notes): New.Zdenek Dvorak1-9/+128
2003-09-14re PR rtl-optimization/10914 (unswitch loops does not work on powerpc)Zdenek Dvorak1-4/+6
2003-09-06gcse.c (expr_equiv_p): Don't consider anything to be equal to volatile mem.Zdenek Dvorak1-0/+4
2003-09-03gcse.c (replace_one_set): New function.Mostafa Hagog1-3/+40
2003-08-26gcse.c (is_too_expensive): New function.Nathan Sidwell1-79/+52
2003-08-19builtins.c: Fix comment typos.Kazu Hirata1-2/+2
2003-08-12* gcse.c (gmalloc): Fix last change.Kaveh R. Ghazi1-1/+1
2003-08-11gcse.c (gmalloc): Argument is a size_t.Kaveh R. Ghazi1-24/+21
2003-08-05* gcse.c (try_replace_reg): Fix updating of note.Josef Zlomek1-5/+5