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