summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
Commit message (Expand)AuthorAgeFilesLines
* timevar.def (TV_CPROP1, [...]): New timers.Steven Bosscher2004-08-091-17/+37
* expr.h (canonicalize_condition, [...]): Add an int argument.Richard Sandiford2004-07-271-46/+1
* basic-block.h (remove_fake_exit_edges): Declare.Richard Henderson2004-07-161-2/+2
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-5/+5
* gcse.c (hash_scan_set, [...]): Revert previous change, don't use CALL_P.Steven Bosscher2004-06-141-6/+6
* gcse.c (record_set_info): Use predicates like REG_P.Steven Bosscher2004-06-121-94/+91
* passes.c (rest_of_handle_null_pointer): Remove.Steven Bosscher2004-05-141-1141/+8
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-9/+5
* gcse.c (eliminate_partially_redundant_loads): Instead of returning early, got...Andrew Pinski2004-05-101-3/+19
* gcse.c (remove_reachable_equiv_notes): Delete notes also in blocks which have...Josef Zlomek2004-04-301-2/+1
* gcse.c (find_moveable_store): Do not accept store insns with REG_EH_REGION note.Ulrich Weigand2004-04-281-0/+5
* gcse.c (can_assign_to_reg_p): New function, split out from...Richard Sandiford2004-03-231-6/+16
* bt-load.c, [...]: Remove unnecessary casts.Kazu Hirata2004-03-221-4/+3
* gcse.c (eliminate_partially_redundant_loads): Reject change if dest is set be...Mostafa Hagog2004-03-181-3/+5
* cfgcleanup.c (thread_jump): Update call of cselib_init.Jan Hubicka2004-03-041-1/+1
* common.opt: Add description of the new -fgcse-after-reload flag.Mostafa Hagog2004-03-031-0/+638
* gcse.c (delete_null_pointer_checks_1): Do not delete CC setter unless HAVE_cc0.Alan Modra2004-02-261-0/+2
* gcse.c (delete_null_pointer_checks_1): Set stop_insn to end, not beginning of...Alan Modra2004-02-241-1/+1
* gcse.c (bypass_block): Fix a typo in the previous check-in to the file.Kazu Hirata2004-01-301-1/+1
* gcse.c (bypass_block): Prevent edges to be unified when we are about to emit ...Jan Hubicka2004-01-281-0/+15
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* re PR rtl-optimization/13375 (ICE in gcse.c)Richard Earnshaw2004-01-151-1/+4
* re PR c++/13376 (Incorrect dumps of RTL for passes that use current_function_...Steven Bosscher2004-01-131-5/+5
* alias.c: Fix comment typos.Kazu Hirata2004-01-061-1/+1
* Fix messed up accidental commit.Steven Bosscher2004-01-031-11/+5
* backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher2003-12-301-11/+14
* alias.c: Fix comment formatting.Kazu Hirata2003-12-211-1/+1
* Fix for IA-64 glibc math test failures.James E Wilson2003-12-171-1/+34
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-38/+38
* gcse.c (reg_clear_last_set): New function.Richard Earnshaw2003-12-031-15/+58
* re PR rtl-optimization/12322 (Significant slowdown when compiling computed-go...Roger Sayle2003-12-021-56/+44
* ChangeLog.7: Fix comment typos.Kazu Hirata2003-11-211-1/+1
* common.opt: Add description of the new -fgcse-las flag.Mostafa Hagog2003-10-171-14/+86
* c-pretty-print.c: Fix comment typos.Kazu Hirata2003-10-051-1/+1
* re PR rtl-optimization/11741 (internal compiler error at gcse.c:5318)Roger Sayle2003-09-261-22/+48
* gcse.c (remove_reachable_equiv_notes): New.Zdenek Dvorak2003-09-151-9/+128
* re PR rtl-optimization/10914 (unswitch loops does not work on powerpc)Zdenek Dvorak2003-09-141-4/+6
* gcse.c (expr_equiv_p): Don't consider anything to be equal to volatile mem.Zdenek Dvorak2003-09-061-0/+4
* gcse.c (replace_one_set): New function.Mostafa Hagog2003-09-031-3/+40
* gcse.c (is_too_expensive): New function.Nathan Sidwell2003-08-261-79/+52
* builtins.c: Fix comment typos.Kazu Hirata2003-08-191-2/+2
* * gcse.c (gmalloc): Fix last change.Kaveh R. Ghazi2003-08-121-1/+1
* gcse.c (gmalloc): Argument is a size_t.Kaveh R. Ghazi2003-08-111-24/+21
* * gcse.c (try_replace_reg): Fix updating of note.Josef Zlomek2003-08-051-5/+5
* * gcse.c (insert_store): Fix typo in previous patch.Jan Hubicka2003-07-301-1/+1
* re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i...Jan Hubicka2003-07-301-7/+11
* re PR rtl-optimization/11631 (zsh miscompilation)Zdenek Dvorak2003-07-241-0/+1
* alias.c: Fix comment formatting.Kazu Hirata2003-07-221-1/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-64/+57
* gcse.c (gcse_constant_p): COMPARE of the same registers is a constant if...Andrew Pinski2003-07-161-0/+11