aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-30gcse.c (bypass_block): Fix a typo in the previous check-in to the file.Kazu Hirata1-1/+1
2004-01-28gcse.c (bypass_block): Prevent edges to be unified when we are about to emit ...Jan Hubicka1-0/+15
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-15re PR rtl-optimization/13375 (ICE in gcse.c)Richard Earnshaw1-1/+4
2004-01-13re PR c++/13376 (Incorrect dumps of RTL for passes that use current_function_...Steven Bosscher1-5/+5
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-1/+1
2004-01-03Fix messed up accidental commit.Steven Bosscher1-11/+5
2003-12-30backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher1-11/+14
2003-12-21alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-12-17Fix for IA-64 glibc math test failures.James E Wilson1-1/+34
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-38/+38
2003-12-03gcse.c (reg_clear_last_set): New function.Richard Earnshaw1-15/+58
2003-12-02re PR rtl-optimization/12322 (Significant slowdown when compiling computed-go...Roger Sayle1-56/+44
2003-11-21ChangeLog.7: Fix comment typos.Kazu Hirata1-1/+1
2003-10-17common.opt: Add description of the new -fgcse-las flag.Mostafa Hagog1-14/+86
2003-10-05c-pretty-print.c: Fix comment typos.Kazu Hirata1-1/+1
2003-09-26re PR rtl-optimization/11741 (internal compiler error at gcse.c:5318)Roger Sayle1-22/+48
2003-09-15gcse.c (remove_reachable_equiv_notes): New.Zdenek Dvorak1-9/+128
2003-09-14re PR rtl-optimization/10914 (unswitch loops does not work on powerpc)Zdenek Dvorak1-4/+6
2003-09-06gcse.c (expr_equiv_p): Don't consider anything to be equal to volatile mem.Zdenek Dvorak1-0/+4
2003-09-03gcse.c (replace_one_set): New function.Mostafa Hagog1-3/+40
2003-08-26gcse.c (is_too_expensive): New function.Nathan Sidwell1-79/+52
2003-08-19builtins.c: Fix comment typos.Kazu Hirata1-2/+2
2003-08-12* gcse.c (gmalloc): Fix last change.Kaveh R. Ghazi1-1/+1
2003-08-11gcse.c (gmalloc): Argument is a size_t.Kaveh R. Ghazi1-24/+21
2003-08-05* gcse.c (try_replace_reg): Fix updating of note.Josef Zlomek1-5/+5
2003-07-30* gcse.c (insert_store): Fix typo in previous patch.Jan Hubicka1-1/+1
2003-07-30re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i...Jan Hubicka1-7/+11
2003-07-24re PR rtl-optimization/11631 (zsh miscompilation)Zdenek Dvorak1-0/+1
2003-07-22alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-64/+57
2003-07-16gcse.c (gcse_constant_p): COMPARE of the same registers is a constant if...Andrew Pinski1-0/+11
2003-07-14re PR rtl-optimization/11440 (gcc-3.3.1 miscompiles c++ code with -O2, -fno-g...Franz Sirl1-3/+6
2003-07-10gcse.c (load_kills_store, [...]): Keep track of the correct dependency functi...Zdenek Dvorak1-23/+46
2003-07-06gcc.c: Convert prototypes to ISO C90.Andreas Jaeger1-556/+334
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-03gcse.c: Fix misspelling.Matt Kraai1-1/+1
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-8/+8
2003-06-28gcse.c (compute_ld_motion_mems): Use INSN_P instead of its definition.Kazu Hirata1-2/+2
2003-06-27gcse.c (expr_equiv_p): Replace expressions that are known to be 0 with 0.Kazu Hirata1-4/+2
2003-06-19* gcse.c (store_killed_in_insn): Fix.Zdenek Dvorak1-2/+1
2003-06-12gcse.c (fis_get_condition): Make it a global function.Kazu Hirata1-2/+1
2003-05-21gcse.c (cprop_jump): Make use of REG_EQUAL notes on both setcc and jump, if t...Roger Sayle1-15/+49
2003-04-25re PR rtl-optimization/8705 ([HP-PA] ICE in emit_move_insn_1, at expr.c:3101)John David Anglin1-0/+9
2003-04-18gcse.c (compute_ld_motion_mems): For MEM destinations...Hans-Peter Nilsson1-10/+15
2003-04-07* gcse.c (replace_store_insn): Use single_set.J"orn Rennecke1-1/+1
2003-04-05alias.c (find_base_term): Export.Zdenek Dvorak1-16/+14
2003-04-03re PR rtl-optimization/10157 ([Sparc] internal compiler error: in extract_ins...Eric Botcazou1-28/+28
2003-04-01re PR fortran/9974 (Test g77.f-torture/noncompile/check0.f fails)Roger Sayle1-4/+50
2003-04-01gcse.c (struct ls_expr): Added pattern_regs field.Zdenek Dvorak1-204/+383