aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
AgeCommit message (Expand)Author
2005-07-27This commit was manufactured by cvs2svn to create branchno-author
2003-10-172003-10-17 Mostafa Hagog <mustafa@il.ibm.com>Mostafa Hagog
2003-10-05 * c-pretty-print.c: Fix comment typos.Kazu Hirata
2003-09-26 PR optimization/11741Roger Sayle
2003-09-15 * gcse.c (remove_reachable_equiv_notes): New.Zdenek Dvorak
2003-09-152003-09-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>Zdenek Dvorak
2003-09-06 * gcse.c (expr_equiv_p): Don't consider anything to be equal toZdenek Dvorak
2003-09-04 * gcse.c (replace_one_set): New function.Mostafa Hagog
2003-08-26 * gcse.c (is_too_expensive): New function.Nathan Sidwell
2003-08-19 * builtins.c: Fix comment typos.Kazu Hirata
2003-08-12 * gcse.c (gmalloc): Fix last change.Kaveh Ghazi
2003-08-11 * gcse.c (gmalloc): Argument is a size_t. Add ATTRIBUTE_MALLOC.Kaveh Ghazi
2003-08-05 * gcse.c (try_replace_reg): Fix updating of note.Josef Zlomek
2003-07-30 * gcse.c (insert_store): Fix typo in previous patch.Jan Hubicka
2003-07-30 * gcse.c (insert_store): Ignore fake edges.Jan Hubicka
2003-07-24 PR optimization/11631Zdenek Dvorak
2003-07-22 * alias.c: Fix comment formatting.Kazu Hirata
2003-07-19 * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cKaveh Ghazi
2003-07-162003-05-02 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski
2003-07-142003-07-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>Franz Sirl
2003-07-10 * gcse.c (load_kills_store, find_loads, store_killed_in_insn,Zdenek Dvorak
2003-07-06 * gcc.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-07-05 * bt-load.c: Fix comment typos.Kazu Hirata
2003-07-03 * gcse.c: Fix misspelling.Matt Kraai
2003-07-01 * basic-block.h: Fix comment typos.Kazu Hirata
2003-06-28 * gcse.c (compute_ld_motion_mems): Use INSN_P instead of itsKazu Hirata
2003-06-27 * gcse.c (expr_equiv_p): Replace expressions that are known toKazu Hirata
2003-06-19 * gcse.c (store_killed_in_insn): Fix.Zdenek Dvorak
2003-06-12 * gcse.c (fis_get_condition): Make it a global function.Kazu Hirata
2003-05-21 * gcse.c (cprop_jump): Make use of REG_EQUAL notes on bothRoger Sayle
2003-04-25 PR opt/8705John David Anglin
2003-04-18 * gcse.c (compute_ld_motion_mems): For MEM destinations, onlyHans-Peter Nilsson
2003-04-07 * gcse.c (replace_store_insn): Use single_set.J"orn Rennecke
2003-04-05 * alias.c (find_base_term): Export.Zdenek Dvorak
2003-04-03 PR optimization/10157Eric Botcazou
2003-04-01 PR fortran/9974Roger Sayle
2003-04-01 * gcse.c (struct ls_expr): Added pattern_regs field.Zdenek Dvorak
2003-03-31 * gcse.c (simple_mem): Return false for floating-point accessesRichard Sandiford
2003-03-31 * gcse.c (gcse_constant_p): New function to identify constantsRoger Sayle
2003-03-08 * gcse.c (bypass_block, bypass_conditional_jumps): Do not createZdenek Dvorak
2003-02-25 * gcse.c (cprop_jump): Revert the 2003-02-23 change.Kazu Hirata
2003-02-23 * gcse.c (cprop_jump): Use the REG_EQUAL note if available.Kazu Hirata
2003-02-15 * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.Richard Henderson
2003-02-12 * gcse.c (lookup_set): Remove unused argument PAT. UpdateRichard Henderson
2003-02-07 * gcse.c (local_cprop_find_used_regs): New.Richard Henderson
2003-02-07 * gcse.c (implicit_sets): New.Roger Sayle
2003-01-27 * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.Josef Zlomek
2003-01-25 * gcse.c (bypass_last_basic_block): New global variable.Roger Sayle
2003-01-25 * gcse.c (local_cprop_pass): Update reg_sets table when needed.Jan Hubicka
2003-01-25 PR opt/8492Jan Hubicka