summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
Commit message (Expand)AuthorAgeFilesLines
* gcse.c (fis_get_condition): Make it a global function.Kazu Hirata2003-06-121-2/+1
* gcse.c (cprop_jump): Make use of REG_EQUAL notes on both setcc and jump, if t...Roger Sayle2003-05-211-15/+49
* re PR rtl-optimization/8705 ([HP-PA] ICE in emit_move_insn_1, at expr.c:3101)John David Anglin2003-04-251-0/+9
* gcse.c (compute_ld_motion_mems): For MEM destinations...Hans-Peter Nilsson2003-04-181-10/+15
* * gcse.c (replace_store_insn): Use single_set.J"orn Rennecke2003-04-071-1/+1
* alias.c (find_base_term): Export.Zdenek Dvorak2003-04-051-16/+14
* re PR rtl-optimization/10157 ([Sparc] internal compiler error: in extract_ins...Eric Botcazou2003-04-031-28/+28
* re PR fortran/9974 (Test g77.f-torture/noncompile/check0.f fails)Roger Sayle2003-04-011-4/+50
* gcse.c (struct ls_expr): Added pattern_regs field.Zdenek Dvorak2003-04-011-204/+383
* gcse.c (simple_mem): Return false for floating-point accesses if flag_float_s...Richard Sandiford2003-03-311-0/+3
* gcse.c (gcse_constant_p): New function to identify constants suitable for con...Roger Sayle2003-03-311-9/+27
* gcse.c (bypass_block, [...]): Do not create irreducible loops.Zdenek Dvorak2003-03-081-0/+17
* * gcse.c (cprop_jump): Revert the 2003-02-23 change.Kazu Hirata2003-02-251-20/+6
* * gcse.c (cprop_jump): Use the REG_EQUAL note if available.Kazu Hirata2003-02-231-6/+20
* gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.Richard Henderson2003-02-151-3/+6
* gcse.c (lookup_set): Remove unused argument PAT.Richard Henderson2003-02-111-18/+8
* gcse.c (local_cprop_find_used_regs): New.Richard Henderson2003-02-071-2/+50
* gcse.c (implicit_sets): New.Roger Sayle2003-02-071-1/+131
* * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.Josef Zlomek2003-01-271-0/+1
* gcse.c (bypass_last_basic_block): New global variable.Roger Sayle2003-01-251-5/+22
* * gcse.c (local_cprop_pass): Update reg_sets table when needed.Jan Hubicka2003-01-251-1/+6
* re PR rtl-optimization/8492 (GCC spins forever compiling loop)Jan Hubicka2003-01-251-1/+11
* re PR rtl-optimization/8423 (CSE1 not propagating __builtin_constant_p enough)Roger Sayle2003-01-231-2/+5
* et-forest.c: Fix comment typos.Kazu Hirata2003-01-171-14/+14
* gcse.c (one_cprop_pass): Change function arguments to take both cprop_jumps a...Roger Sayle2003-01-161-11/+118
* cselib.c (cselib_current_insn_in_libcall): New static variable.Jan Hubicka2003-01-071-0/+3
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-6/+2
* * gcse.c (gcse_emit_move_after): Correct typo in REG_EQUAL note.Roger Sayle2002-11-191-1/+1
* re PR rtl-optimization/8165 (builtin string functions SEGV on alpha-pc-linux-...Richard Henderson2002-10-141-10/+4
* re PR rtl-optimization/8165 (builtin string functions SEGV on alpha-pc-linux-...Richard Henderson2002-10-111-6/+15
* i386.h (TARGET_CPP_CPU_BUILTINS): Define __SSE_MATH__.Jan Hubicka2002-09-301-2/+9
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-31/+31
* gcse.c (adjust_libcall_notes): New function.J"orn Rennecke2002-08-131-6/+72
* gcse.c (expr_hash_table_size, [...]): Removed.Zdenek Dvorak2002-08-011-234/+191
* fold-const.c: Fix comment typos.Kazu Hirata2002-07-301-1/+1
* collect2.c (SYMBOL__MAIN): Remove.Neil Booth2002-07-251-7/+2
* genautomata.c (VLA_HWINT_SHORTEN, [...]): Remove.Neil Booth2002-07-231-5/+0
* gcse.c (try_replace_reg): Use num_changes_pending.Jan Hubicka2002-07-231-4/+3
* defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth2002-07-231-1/+3
* gcse.c (do_local_cprop): Do not extend lifetimes of registers set by do_local...Jan Hubicka2002-07-211-1/+10
* gcse.c: Include cselib.hJan Hubicka2002-07-201-46/+140
* gcse.c (hoist_expr_reaches_here_p): Stop once expr_bb is reached.Jan Hubicka2002-07-181-10/+15
* * gcse.c (gcse_emit_move_after): Use gen_move_insn to produce the move.Jan Hubicka2002-06-281-7/+5
* gcse.c (hoist_code): Rewrite to only get list of dominated blocks once per BB.Daniel Berlin2002-06-271-10/+16
* Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka2002-06-201-7/+5
* gcse.c (delete_null_pointer_checks_1): Inform caller if any null pointer chec...Jeff Law2002-06-141-7/+16
* i386.c (x86_promote_QImode): Set for AthlonJan Hubicka2002-06-111-0/+5
* Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller2002-06-111-20/+15
* toplev.c (rest_of_compilation): Disable early if-conversion pass.Roger Sayle2002-06-101-1/+1
* gbl-ctors.h: Fix formatting.Kazu Hirata2002-06-041-175/+175