aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
AgeCommit message (Expand)Author
2003-12-20re PR rtl-optimization/13031 (ICE (unrecognizable insn) when building gnome-l...Roger Sayle
2003-11-08backport: re PR target/10467 ([arm] [3.3/3.4 regression] ICE in pre_insert_co...Roger Sayle
2003-07-14re PR rtl-optimization/11440 (gcc-3.3.1 miscompiles c++ code with -O2, -fno-g...Franz Sirl
2003-05-01re PR fortran/9974 (Test g77.f-torture/noncompile/check0.f fails)Roger Sayle
2003-04-25re PR rtl-optimization/8705 ([HP-PA] ICE in emit_move_insn_1, at expr.c:3101)John David Anglin
2003-02-07gcse.c (local_cprop_find_used_regs): New.Richard Henderson
2003-01-27* gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.Josef Zlomek
2003-01-26re PR rtl-optimization/8492 (GCC spins forever compiling loop)Jan Hubicka
2003-01-08re PR target/8322 (SSE2 intrinsics broken?)Jan Hubicka
2002-11-19* gcse.c (gcse_emit_move_after): Correct typo in REG_EQUAL note.Roger Sayle
2002-10-14re PR rtl-optimization/8165 (builtin string functions SEGV on alpha-pc-linux-...Richard Henderson
2002-10-11re PR rtl-optimization/8165 (builtin string functions SEGV on alpha-pc-linux-...Richard Henderson
2002-09-30i386.h (TARGET_CPP_CPU_BUILTINS): Define __SSE_MATH__.Jan Hubicka
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata
2002-08-13gcse.c (adjust_libcall_notes): New function.J"orn Rennecke
2002-08-01gcse.c (expr_hash_table_size, [...]): Removed.Zdenek Dvorak
2002-07-30fold-const.c: Fix comment typos.Kazu Hirata
2002-07-25collect2.c (SYMBOL__MAIN): Remove.Neil Booth
2002-07-23genautomata.c (VLA_HWINT_SHORTEN, [...]): Remove.Neil Booth
2002-07-23gcse.c (try_replace_reg): Use num_changes_pending.Jan Hubicka
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth
2002-07-21gcse.c (do_local_cprop): Do not extend lifetimes of registers set by do_local...Jan Hubicka
2002-07-20gcse.c: Include cselib.hJan Hubicka
2002-07-18gcse.c (hoist_expr_reaches_here_p): Stop once expr_bb is reached.Jan Hubicka
2002-06-28* gcse.c (gcse_emit_move_after): Use gen_move_insn to produce the move.Jan Hubicka
2002-06-27gcse.c (hoist_code): Rewrite to only get list of dominated blocks once per BB.Daniel Berlin
2002-06-20Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka
2002-06-14gcse.c (delete_null_pointer_checks_1): Inform caller if any null pointer chec...Jeff Law
2002-06-11i386.c (x86_promote_QImode): Set for AthlonJan Hubicka
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller
2002-06-10toplev.c (rest_of_compilation): Disable early if-conversion pass.Roger Sayle
2002-06-04gbl-ctors.h: Fix formatting.Kazu Hirata
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-06-04gcse.c (cprop_jump): Use single_set to get the pattern from the setcc argument.Roger Sayle
2002-06-02* gcse.c (bypass_conditional_jumps): Fix typo last change.Richard Henderson
2002-06-02loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka
2002-06-02rtl.h (CC0_P): New.Richard Henderson
2002-06-02cfgrtl.c (commit_one_edge_insertion): Fix warning.Jan Hubicka
2002-06-02* gcse.c (bypass_conditional_jumps): Use single set to obtain set.Jan Hubicka
2002-06-01gcse.c (cprop_cc0_jump): Function deleted.Roger Sayle
2002-05-31gcse.c (gcse_emit_move_after): New.Jan Hubicka
2002-05-27basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak
2002-05-23* gcse.c (hash_expr): Do not use alias set for hashing.Jan Hubicka
2002-05-21bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson
2002-05-16Basic block renumbering removal.Zdenek Dvorak
2002-05-15PR optimization/5172, optimization/5200Jakub Jelinek
2002-04-22alias.c (canon_true_dependence): Special case (mem:blk (scratch)).Richard Henderson
2002-04-10re PR rtl-optimization/6233 (simple loop miscompilation)Alan Modra