summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
Commit message (Expand)AuthorAgeFilesLines
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-237/+241
* PR optimization/5172, optimization/5200Jakub Jelinek2002-05-151-1/+2
* alias.c (canon_true_dependence): Special case (mem:blk (scratch)).Richard Henderson2002-04-221-17/+41
* re PR rtl-optimization/6233 (simple loop miscompilation)Alan Modra2002-04-101-15/+1
* sbitmap.c (sbitmap_union_of_diff, [...]): Do not return changed status.Richard Henderson2002-04-091-4/+4
* gcse.c: Include except.h.Richard Henderson2002-03-241-0/+1
* * gcse.c (insert_insn_end_bb): Fix typo in last change.Kaveh R. Ghazi2002-03-081-1/+1
* basic-block.h (fixup_abnormal_edges): Declare.Jan Hubicka2002-03-071-3/+18
* basic-block.h (BB_REACHABLE): Renumber.Jan Hubicka2002-02-281-2/+2
* i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez2002-02-191-0/+22
* gcse.c (compute_pre_data, pre_gcse): Use sbitmap_free.Michael Hayes2002-01-121-2/+2
* basic-block.h (update_br_prob_note): Declare.Jan Hubicka2002-01-101-5/+2
* * gcse.c (cprop_jump): Delete insn if simplified jump is no-op.Jan Hubicka2002-01-091-19/+11
* Remove erroneous checkin on wrong branch.Andreas Jaeger2002-01-081-1/+1
* * gcse.c (gcse_main): Disable store_motion until it gets fixed.Andreas Jaeger2002-01-081-1/+1
* * gcse.c: Fix formatting.Kazu Hirata2002-01-031-42/+43
* gcse.c (gcse_main): Fix typos.Graham Stott2001-12-311-8/+8
* gcse.c (store_killed_in_insn): Consider pure calls as potential store killers...Jakub Jelinek2001-12-051-1/+14
* gcse.c (delete_null_pointer_checks_1): Do not use delelete_list; call purge_d...Jan Hubicka2001-12-031-18/+6
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-11-231-1/+1
* gcse.c (cprop_jump): Clear JUMP_LABEL field when we create a nop-jump.Jeff Law2001-11-191-1/+4
* gcse.c (try_replace_reg): Copy RTX before creating note.Jan Hubicka2001-11-191-1/+1
* emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes f...Jakub Jelinek2001-10-301-2/+1
* lcm.c (optimize_mode_switching): Do not rebuild liveness information when no ...Jan Hubicka2001-10-301-55/+51
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-7/+7
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-2/+2
* * gcse.c (insert_insn_end_bb): Don't assume PAT is a SET.Richard Kenner2001-10-271-1/+1
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-3/+3
* calls.c: Fix formatting.Kazu Hirata2001-10-101-2/+2
* c-common.c: Fix comment typos.Kazu Hirata2001-10-091-1/+1
* gcse.c (replace_store_insn): Use delete_insn.Jan Hubicka2001-09-281-1/+1
* Makefile.in (cfgrtl.o): Add.Jan Hubicka2001-09-251-3/+1
* basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka2001-09-211-2/+2
* basic-block.h (free_bb_for_insn): Declare.Jan Hubicka2001-09-161-31/+3
* gcse.c (add_label_notes): REG_LABEL is an INSN_LIST.Andreas Jaeger2001-08-311-1/+1
* gcse.c (compute_hash_table): The SRC part of an insn with a RETVAL note shoul...Andrew MacLeod2001-08-291-4/+6
* gcse.c (reg_first_set, [...]): Replace with ...Roman Zippel2001-08-271-37/+50
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* gcse.c (hash_scan_set): Expressions that are set as part of jump instructions...Geoffrey Keating2001-08-131-2/+5
* gcc.c: Fix comment formatting.Kazu Hirata2001-08-121-7/+7
* calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de...Zack Weinberg2001-08-101-23/+20
* alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka2001-08-071-4/+6
* As requested by Daniel Berlin since bootstrapping on i686-linux-gnu fails:Andreas Jaeger2001-08-041-312/+141
* gcse.c: Include df.h for use as a dataflow analyzer.Daniel Berlin2001-08-031-141/+312
* jump.c: Add prototype for mark_modified_reg.Andreas Jaeger2001-07-301-4/+0
* rtlanal.c (parms_set, [...]): Break out from...; handle multiple sets.Jan Hubicka2001-07-291-31/+1
* * gcse.c (cprop_insn): Update call of cprop_cc0_jump.Jan Hubicka2001-07-231-1/+1
* basic-block.h (find_sub_basic_block): Declare.Jan Hubicka2001-07-231-9/+13
* * gcse.c (pre_insert_copy_insn): Call update_ld_motion_stores.Jan Hubicka2001-07-181-0/+1
* gcse.c: Update comment at top.Daniel Berlin2001-07-161-67/+3