summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
Commit message (Expand)AuthorAgeFilesLines
* * gcse.c (bypass_block): Use find_edge wherever possible.Kazu Hirata2005-03-041-20/+6
* ChangeLog.5: Fix log message typo(s).Volker Reichelt2005-02-241-2/+2
* * gcse.c: Remove an obsolete comment.Kazu Hirata2005-02-211-13/+2
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-6/+6
* gcse.c (blocks_with_calls): New bitmap.Jeff Law2005-02-151-31/+49
* gcse.c (canon_modify_mem_set_list_set): Kill unnecessary bitmap.Jeff Law2005-02-151-12/+2
* gcse.c (struct reg_set): Store the block index where the register was set rat...Jeff Law2005-02-021-25/+5
* gcse.c (insert_expr_in_table): Revamp handling of available and anticipatable...Jeff Law2005-01-291-59/+23
* * gcse.c (null_pointer_info): Remove.Kazu Hirata2005-01-231-14/+0
* 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-7/+2
* * gcse.c (gcse_main): Add a comment.Kazu Hirata2004-12-041-1/+2
* gcse.c (insert_store): Error if try to insert store on abnormal edge.Richard Kenner2004-11-281-8/+23
* function.h (struct function): Remove calls_longjmp.Zack Weinberg2004-11-231-36/+4
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-1/+1
* re PR rtl-optimization/17581 (Long long arithmetic fails inside a switch/case...Roger Sayle2004-10-301-2/+3
* basic-block.h (edge_iterator): Keep the address of VEC(edge) *.Ben Elliston2004-10-131-2/+2
* re PR debug/13974 (bad line marker in debug info)Jan Hubicka2004-09-301-4/+4
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-30/+66
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-5/+9
* alias.c, [...]: Fix comment typos.Kazu Hirata2004-09-181-3/+3
* re PR rtl-optimization/17427 (powerpc-linux does not bootstrap on HEAD with -...Andrew Pinski2004-09-151-1/+2
* gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-091-43/+42
* re PR rtl-optimization/16408 (internal compiler error: in delete_insn, at cfg...Zdenek Dvorak2004-09-011-1/+21
* revert: re PR rtl-optimization/16590 (Incorrect execution when compiling with...Mark Mitchell2004-08-311-3/+1
* re PR rtl-optimization/16590 (Incorrect execution when compiling with -O2)Mark Mitchell2004-08-291-1/+3
* Makefile.in (OBJS-common): Add postreload-gcse.c.Steven Bosscher2004-08-181-1018/+10
* 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