Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-07-30 | re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i... | Jan Hubicka | 1 | -7/+11 |
2003-07-24 | re PR rtl-optimization/11631 (zsh miscompilation) | Zdenek Dvorak | 1 | -0/+1 |
2003-07-22 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -64/+57 |
2003-07-16 | gcse.c (gcse_constant_p): COMPARE of the same registers is a constant if... | Andrew Pinski | 1 | -0/+11 |
2003-07-14 | re PR rtl-optimization/11440 (gcc-3.3.1 miscompiles c++ code with -O2, -fno-g... | Franz Sirl | 1 | -3/+6 |
2003-07-10 | gcse.c (load_kills_store, [...]): Keep track of the correct dependency functi... | Zdenek Dvorak | 1 | -23/+46 |
2003-07-06 | gcc.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -556/+334 |
2003-07-05 | bt-load.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-07-03 | gcse.c: Fix misspelling. | Matt Kraai | 1 | -1/+1 |
2003-07-01 | basic-block.h: Fix comment typos. | Kazu Hirata | 1 | -8/+8 |
2003-06-28 | gcse.c (compute_ld_motion_mems): Use INSN_P instead of its definition. | Kazu Hirata | 1 | -2/+2 |
2003-06-27 | gcse.c (expr_equiv_p): Replace expressions that are known to be 0 with 0. | Kazu Hirata | 1 | -4/+2 |
2003-06-19 | * gcse.c (store_killed_in_insn): Fix. | Zdenek Dvorak | 1 | -2/+1 |
2003-06-12 | gcse.c (fis_get_condition): Make it a global function. | Kazu Hirata | 1 | -2/+1 |
2003-05-21 | gcse.c (cprop_jump): Make use of REG_EQUAL notes on both setcc and jump, if t... | Roger Sayle | 1 | -15/+49 |
2003-04-25 | re PR rtl-optimization/8705 ([HP-PA] ICE in emit_move_insn_1, at expr.c:3101) | John David Anglin | 1 | -0/+9 |
2003-04-18 | gcse.c (compute_ld_motion_mems): For MEM destinations... | Hans-Peter Nilsson | 1 | -10/+15 |
2003-04-07 | * gcse.c (replace_store_insn): Use single_set. | J"orn Rennecke | 1 | -1/+1 |
2003-04-05 | alias.c (find_base_term): Export. | Zdenek Dvorak | 1 | -16/+14 |
2003-04-03 | re PR rtl-optimization/10157 ([Sparc] internal compiler error: in extract_ins... | Eric Botcazou | 1 | -28/+28 |
2003-04-01 | re PR fortran/9974 (Test g77.f-torture/noncompile/check0.f fails) | Roger Sayle | 1 | -4/+50 |
2003-04-01 | gcse.c (struct ls_expr): Added pattern_regs field. | Zdenek Dvorak | 1 | -204/+383 |
2003-03-31 | gcse.c (simple_mem): Return false for floating-point accesses if flag_float_s... | Richard Sandiford | 1 | -0/+3 |
2003-03-31 | gcse.c (gcse_constant_p): New function to identify constants suitable for con... | Roger Sayle | 1 | -9/+27 |
2003-03-08 | gcse.c (bypass_block, [...]): Do not create irreducible loops. | Zdenek Dvorak | 1 | -0/+17 |
2003-02-25 | * gcse.c (cprop_jump): Revert the 2003-02-23 change. | Kazu Hirata | 1 | -20/+6 |
2003-02-23 | * gcse.c (cprop_jump): Use the REG_EQUAL note if available. | Kazu Hirata | 1 | -6/+20 |
2003-02-15 | gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs. | Richard Henderson | 1 | -3/+6 |
2003-02-11 | gcse.c (lookup_set): Remove unused argument PAT. | Richard Henderson | 1 | -18/+8 |
2003-02-07 | gcse.c (local_cprop_find_used_regs): New. | Richard Henderson | 1 | -2/+50 |
2003-02-07 | gcse.c (implicit_sets): New. | Roger Sayle | 1 | -1/+131 |
2003-01-27 | * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL. | Josef Zlomek | 1 | -0/+1 |