]> gcc.gnu.org Git - gcc.git/history - gcc/gcse.c
c-common.c, [...]: Fix comment typos.
[gcc.git] / gcc / gcse.c
2005-05-26 Kazu Hiratac-common.c, [...]: Fix comment typos.
2005-05-25 DJ Deloriec-common.c (unsigned_conversion_warning): Move warning...
2005-05-09 Steven Bosschercalls.c (purge_reg_equiv_notes): Remove, fold into...
2005-04-23 DJ Deloriediagnostic.c (warning): Accept parameter to classify...
2005-04-10 Steven Bosschercselib.c (clear_table): Rename to cselib_clear_table.
2005-04-01 Kazu Hiratacgraphunit.c, [...]: Fix comment typos.
2005-03-11 Zdenek Dvorakbasic-block.h (single_succ_p, [...]): New inline functions.
2005-03-04 Kazu Hirata* gcse.c (bypass_block): Use find_edge wherever possible.
2005-02-24 Volker ReicheltChangeLog.5: Fix log message typo(s).
2005-02-21 Kazu Hirata* gcse.c: Remove an obsolete comment.
2005-02-17 Nathan Sidwellbitmap.h (BITMAP_XMALLOC, [...]): Remove.
2005-02-16 Jeff Lawgcse.c (blocks_with_calls): New bitmap.
2005-02-15 Jeff Lawgcse.c (canon_modify_mem_set_list_set): Kill unnecessar...
2005-02-02 Jeff Lawgcse.c (struct reg_set): Store the block index where...
2005-01-29 Jeff Lawgcse.c (insert_expr_in_table): Revamp handling of avail...
2005-01-23 Kazu Hirata* gcse.c (null_pointer_info): Remove.
2005-01-18 Kazu Hiratabasic-block.h, [...]: Update copyright.
2005-01-05 Steven Bosschercombine.c (expand_compound_operation): Add comment...
2004-12-04 Kazu Hirata* gcse.c (gcse_main): Add a comment.
2004-11-29 Richard Kennergcse.c (insert_store): Error if try to insert store...
2004-11-23 Zack Weinbergfunction.h (struct function): Remove calls_longjmp.
2004-11-04 Nathan Sidwellbitmap.c (bitmap_print): Make bitno unsigned.
2004-10-30 Roger Saylere PR rtl-optimization/17581 (Long long arithmetic...
2004-10-13 Ben Ellistonbasic-block.h (edge_iterator): Keep the address of...
2004-09-30 Jan Hubickare PR debug/13974 (bad line marker in debug info)
2004-09-28 Ben Ellistonbackport: basic-block.h: Include vec.h, errors.h.
2004-09-26 Zdenek Dvorakbitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed...
2004-09-18 Kazu Hirataalias.c, [...]: Fix comment typos.
2004-09-15 Andrew Pinskire PR rtl-optimization/17427 (powerpc-linux does not...
2004-09-09 Nathan Sidwellgcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unrea...
2004-09-01 Zdenek Dvorakre PR rtl-optimization/16408 (internal compiler error...
2004-08-31 Mark Mitchellrevert: re PR rtl-optimization/16590 (Incorrect executi...
2004-08-29 Mark Mitchellre PR rtl-optimization/16590 (Incorrect execution when...
2004-08-18 Steven BosscherMakefile.in (OBJS-common): Add postreload-gcse.c.
2004-08-09 Steven Bosschertimevar.def (TV_CPROP1, [...]): New timers.
2004-07-27 Richard Sandifordexpr.h (canonicalize_condition, [...]): Add an int...
2004-07-16 Richard Hendersonbasic-block.h (remove_fake_exit_edges): Declare.
2004-07-09 Jerry Quinnalias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P...
2004-06-14 Steven Bosschergcse.c (hash_scan_set, [...]): Revert previous change...
2004-06-12 Steven Bosschergcse.c (record_set_info): Use predicates like REG_P.
2004-05-14 Steven Bosscherpasses.c (rest_of_handle_null_pointer): Remove.
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-05-10 Andrew Pinskigcse.c (eliminate_partially_redundant_loads): Instead...
2004-04-30 Josef Zlomekgcse.c (remove_reachable_equiv_notes): Delete notes...
2004-04-28 Ulrich Weigandgcse.c (find_moveable_store): Do not accept store insns...
2004-03-23 Richard Sandifordgcse.c (can_assign_to_reg_p): New function, split out...
2004-03-22 Kazu Hiratabt-load.c, [...]: Remove unnecessary casts.
2004-03-18 Mostafa Hagoggcse.c (eliminate_partially_redundant_loads): Reject...
2004-03-04 Jan Hubickacfgcleanup.c (thread_jump): Update call of cselib_init.
2004-03-03 Mostafa Hagogcommon.opt: Add description of the new -fgcse-after...
2004-02-26 Alan Modragcse.c (delete_null_pointer_checks_1): Do not delete...
2004-02-24 Alan Modragcse.c (delete_null_pointer_checks_1): Set stop_insn...
2004-01-30 Kazu Hiratagcse.c (bypass_block): Fix a typo in the previous check...
2004-01-28 Jan Hubickagcse.c (bypass_block): Prevent edges to be unified...
2004-01-21 Kazu Hirataalias.c, [...]: Update copyright.
2004-01-15 Richard Earnshawre PR rtl-optimization/13375 (ICE in gcse.c)
2004-01-13 Steven Bosscherre PR c++/13376 (Incorrect dumps of RTL for passes...
2004-01-06 Kazu Hirataalias.c: Fix comment typos.
2004-01-03 Steven BosscherFix messed up accidental commit.
2003-12-30 Steven Bosscherbackport: et-forest.h (et_forest_create, [...]): Declar...
2003-12-21 Kazu Hirataalias.c: Fix comment formatting.
2003-12-18 James E WilsonFix for IA-64 glibc math test failures.
2003-12-11 Steven Bosscherbasic-block.h (BLOCK_HEAD, BLOCK_END): Remove.
2003-12-03 Richard Earnshawgcse.c (reg_clear_last_set): New function.
2003-12-02 Roger Saylere PR rtl-optimization/12322 (Significant slowdown...
2003-11-21 Kazu HirataChangeLog.7: Fix comment typos.
2003-10-17 Mostafa Hagogcommon.opt: Add description of the new -fgcse-las flag.
2003-10-05 Kazu Hiratac-pretty-print.c: Fix comment typos.
2003-09-26 Roger Saylere PR rtl-optimization/11741 (internal compiler error...
2003-09-15 Zdenek Dvorakgcse.c (remove_reachable_equiv_notes): New.
2003-09-15 Zdenek Dvorakre PR rtl-optimization/10914 (unswitch loops does not...
2003-09-06 Zdenek Dvorakgcse.c (expr_equiv_p): Don't consider anything to be...
2003-09-04 Mostafa Hagoggcse.c (replace_one_set): New function.
2003-08-26 Nathan Sidwellgcse.c (is_too_expensive): New function.
2003-08-19 Kazu Hiratabuiltins.c: Fix comment typos.
2003-08-12 Kaveh R. Ghazi* gcse.c (gmalloc): Fix last change.
2003-08-11 Kaveh R. Ghazigcse.c (gmalloc): Argument is a size_t.
2003-08-05 Josef Zlomek* gcse.c (try_replace_reg): Fix updating of note.
2003-07-30 Jan Hubicka* gcse.c (insert_store): Fix typo in previous patch.
2003-07-30 Jan Hubickare PR c/10320 (gcc 3.4 gets rid of static inline functi...
2003-07-24 Zdenek Dvorakre PR rtl-optimization/11631 (zsh miscompilation)
2003-07-22 Kazu Hirataalias.c: Fix comment formatting.
2003-07-19 Kaveh R. Ghazialias.c [...]: Remove unnecessary casts.
2003-07-16 Andrew Pinskigcse.c (gcse_constant_p): COMPARE of the same registers...
2003-07-14 Franz Sirlre PR rtl-optimization/11440 (gcc-3.3.1 miscompiles...
2003-07-10 Zdenek Dvorakgcse.c (load_kills_store, [...]): Keep track of the...
2003-07-06 Andreas Jaegergcc.c: Convert prototypes to ISO C90.
2003-07-05 Kazu Hiratabt-load.c: Fix comment typos.
2003-07-03 Matt Kraaigcse.c: Fix misspelling.
2003-07-01 Kazu Hiratabasic-block.h: Fix comment typos.
2003-06-28 Kazu Hiratagcse.c (compute_ld_motion_mems): Use INSN_P instead...
2003-06-27 Kazu Hiratagcse.c (expr_equiv_p): Replace expressions that are...
2003-06-19 Zdenek Dvorak* gcse.c (store_killed_in_insn): Fix.
2003-06-12 Kazu Hiratagcse.c (fis_get_condition): Make it a global function.
2003-05-21 Roger Saylegcse.c (cprop_jump): Make use of REG_EQUAL notes on...
2003-04-25 John David Anglinre PR rtl-optimization/8705 ([HP-PA] ICE in emit_move_i...
2003-04-18 Hans-Peter Nilssongcse.c (compute_ld_motion_mems): For MEM destinations...
2003-04-07 J"orn Rennecke* gcse.c (replace_store_insn): Use single_set.
2003-04-05 Zdenek Dvorakalias.c (find_base_term): Export.
2003-04-03 Eric Botcazoure PR rtl-optimization/10157 ([Sparc] internal compiler...
next
This page took 1.519713 seconds and 108 git commands to generate.