summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* re PR rtl-optimization/11440 (gcc-3.3.1 miscompiles c++ code with -O2, -fno-g...Franz Sirl2003-07-141-3/+6
* gcse.c (load_kills_store, [...]): Keep track of the correct dependency functi...Zdenek Dvorak2003-07-101-23/+46
* gcc.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-556/+334
* bt-load.c: Fix comment typos.Kazu Hirata2003-07-051-1/+1
* gcse.c: Fix misspelling.Matt Kraai2003-07-031-1/+1
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-8/+8
* gcse.c (compute_ld_motion_mems): Use INSN_P instead of its definition.Kazu Hirata2003-06-281-2/+2
* gcse.c (expr_equiv_p): Replace expressions that are known to be 0 with 0.Kazu Hirata2003-06-271-4/+2
* * gcse.c (store_killed_in_insn): Fix.Zdenek Dvorak2003-06-191-2/+1
* gcse.c (fis_get_condition): Make it a global function.Kazu Hirata2003-06-121-2/+1
* gcse.c (cprop_jump): Make use of REG_EQUAL notes on both setcc and jump, if t...Roger Sayle2003-05-211-15/+49
* re PR rtl-optimization/8705 ([HP-PA] ICE in emit_move_insn_1, at expr.c:3101)John David Anglin2003-04-251-0/+9
* gcse.c (compute_ld_motion_mems): For MEM destinations...Hans-Peter Nilsson2003-04-181-10/+15
* * gcse.c (replace_store_insn): Use single_set.J"orn Rennecke2003-04-071-1/+1
* alias.c (find_base_term): Export.Zdenek Dvorak2003-04-051-16/+14
* re PR rtl-optimization/10157 ([Sparc] internal compiler error: in extract_ins...Eric Botcazou2003-04-031-28/+28
* re PR fortran/9974 (Test g77.f-torture/noncompile/check0.f fails)Roger Sayle2003-04-011-4/+50
* gcse.c (struct ls_expr): Added pattern_regs field.Zdenek Dvorak2003-04-011-204/+383
* gcse.c (simple_mem): Return false for floating-point accesses if flag_float_s...Richard Sandiford2003-03-311-0/+3
* gcse.c (gcse_constant_p): New function to identify constants suitable for con...Roger Sayle2003-03-311-9/+27
* gcse.c (bypass_block, [...]): Do not create irreducible loops.Zdenek Dvorak2003-03-081-0/+17
* * gcse.c (cprop_jump): Revert the 2003-02-23 change.Kazu Hirata2003-02-251-20/+6