aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-17et-forest.c: Fix comment typos.Kazu Hirata1-14/+14
2003-01-16gcse.c (one_cprop_pass): Change function arguments to take both cprop_jumps a...Roger Sayle1-11/+118
2003-01-07cselib.c (cselib_current_insn_in_libcall): New static variable.Jan Hubicka1-0/+3
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-6/+2
2002-11-19* gcse.c (gcse_emit_move_after): Correct typo in REG_EQUAL note.Roger Sayle1-1/+1
2002-10-14re PR rtl-optimization/8165 (builtin string functions SEGV on alpha-pc-linux-...Richard Henderson1-10/+4
2002-10-11re PR rtl-optimization/8165 (builtin string functions SEGV on alpha-pc-linux-...Richard Henderson1-6/+15
2002-09-30i386.h (TARGET_CPP_CPU_BUILTINS): Define __SSE_MATH__.Jan Hubicka1-2/+9
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata1-31/+31
2002-08-13gcse.c (adjust_libcall_notes): New function.J"orn Rennecke1-6/+72
2002-08-01gcse.c (expr_hash_table_size, [...]): Removed.Zdenek Dvorak1-234/+191
2002-07-30fold-const.c: Fix comment typos.Kazu Hirata1-1/+1
2002-07-25collect2.c (SYMBOL__MAIN): Remove.Neil Booth1-7/+2
2002-07-23genautomata.c (VLA_HWINT_SHORTEN, [...]): Remove.Neil Booth1-5/+0
2002-07-23gcse.c (try_replace_reg): Use num_changes_pending.Jan Hubicka1-4/+3
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth1-1/+3
2002-07-21gcse.c (do_local_cprop): Do not extend lifetimes of registers set by do_local...Jan Hubicka1-1/+10
2002-07-20gcse.c: Include cselib.hJan Hubicka1-46/+140
2002-07-18gcse.c (hoist_expr_reaches_here_p): Stop once expr_bb is reached.Jan Hubicka1-10/+15
2002-06-28* gcse.c (gcse_emit_move_after): Use gen_move_insn to produce the move.Jan Hubicka1-7/+5
2002-06-27gcse.c (hoist_code): Rewrite to only get list of dominated blocks once per BB.Daniel Berlin1-10/+16
2002-06-20Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka1-7/+5
2002-06-14gcse.c (delete_null_pointer_checks_1): Inform caller if any null pointer chec...Jeff Law1-7/+16
2002-06-11i386.c (x86_promote_QImode): Set for AthlonJan Hubicka1-0/+5
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-20/+15
2002-06-10toplev.c (rest_of_compilation): Disable early if-conversion pass.Roger Sayle1-1/+1
2002-06-04gbl-ctors.h: Fix formatting.Kazu Hirata1-175/+175
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-2/+3
2002-06-04gcse.c (cprop_jump): Use single_set to get the pattern from the setcc argument.Roger Sayle1-3/+6
2002-06-02* gcse.c (bypass_conditional_jumps): Fix typo last change.Richard Henderson1-1/+1
2002-06-02loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka1-2/+2
2002-06-02rtl.h (CC0_P): New.Richard Henderson1-31/+24
2002-06-02cfgrtl.c (commit_one_edge_insertion): Fix warning.Jan Hubicka1-1/+1
2002-06-02* gcse.c (bypass_conditional_jumps): Use single set to obtain set.Jan Hubicka1-1/+2
2002-06-01gcse.c (cprop_cc0_jump): Function deleted.Roger Sayle1-68/+265
2002-05-31gcse.c (gcse_emit_move_after): New.Jan Hubicka1-31/+40
2002-05-27basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak1-57/+57
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-128/+140
2002-05-23* gcse.c (hash_expr): Do not use alias set for hashing.Jan Hubicka1-1/+3
2002-05-21bb-reorder.c (make_reorder_chain_1): Modified.Zdenek Dvorak1-1/+1
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-241/+237
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-237/+241
2002-05-15PR optimization/5172, optimization/5200Jakub Jelinek1-1/+2
2002-04-22alias.c (canon_true_dependence): Special case (mem:blk (scratch)).Richard Henderson1-17/+41
2002-04-10re PR rtl-optimization/6233 (simple loop miscompilation)Alan Modra1-15/+1
2002-04-09sbitmap.c (sbitmap_union_of_diff, [...]): Do not return changed status.Richard Henderson1-4/+4
2002-03-24gcse.c: Include except.h.Richard Henderson1-0/+1
2002-03-08* gcse.c (insert_insn_end_bb): Fix typo in last change.Kaveh R. Ghazi1-1/+1
2002-03-07basic-block.h (fixup_abnormal_edges): Declare.Jan Hubicka1-3/+18
2002-02-28basic-block.h (BB_REACHABLE): Renumber.Jan Hubicka1-2/+2