summaryrefslogtreecommitdiff
path: root/gcc/gcse.c
Commit message (Expand)AuthorAgeFilesLines
* * gcse.c (insert_insn_end_bb): Fix typo in last change.ghazi2002-03-081-1/+1
* * basic-block.h (fixup_abnormal_edges): Declare.hubicka2002-03-071-3/+18
* * basic-block.h (BB_REACHABLE): Renumber.hubicka2002-02-281-2/+2
* 2002-02-19 Aldy Hernandez <aldyh@redhat.com>aldyh2002-02-191-0/+22
* * gcse.c (compute_pre_data, pre_gcse): Use sbitmap_free.m.hayes2002-01-121-2/+2
* * basic-block.h (update_br_prob_note): Declare.hubicka2002-01-101-5/+2
* * gcse.c (cprop_jump): Delete insn if simplified jump is no-op.rth2002-01-091-19/+11
* Remove erroneous checkin on wrong branch.aj2002-01-081-1/+1
* * gcse.c (gcse_main): Disable store_motion until it gets fixed.aj2002-01-081-1/+1
* * gcse.c: Fix formatting.kazu2002-01-031-42/+43
* * gcse.c (gcse_main): Fix typos.grahams2001-12-311-8/+8
* * gcse.c (store_killed_in_insn): Consider pure callsjakub2001-12-051-1/+14
* * gcse.c (delete_null_pointer_checks_1): Do not use delelete_list;hubicka2001-12-031-18/+6
* * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,jsm282001-11-231-1/+1
* * gcse.c (cprop_jump): Clear JUMP_LABEL field when we createlaw2001-11-191-1/+4
* * gcse.c (try_replace_reg): Copy RTX before creating note.hubicka2001-11-191-1/+1
* * emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL orjakub2001-10-301-2/+1
* * lcm.c (optimize_mode_switching): Do not rebuild liveness informationhubicka2001-10-301-55/+51
* * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,jsm282001-10-281-7/+7
* * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,jsm282001-10-281-2/+2
* * gcse.c (insert_insn_end_bb): Don't assume PAT is a SET.kenner2001-10-281-1/+1
* 2001-10-10 Stan Shebs <shebs@apple.com>shebs2001-10-111-3/+3
* * calls.c: Fix formatting.kazu2001-10-101-2/+2
* * c-common.c: Fix comment typos.kazu2001-10-091-1/+1
* * gcse.c (replace_store_insn): Use delete_insn.hubicka2001-09-281-1/+1
* * Makefile.in (cfgrtl.o): Add.hubicka2001-09-251-3/+1
* * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill.hubicka2001-09-211-2/+2
* * basic-block.h (free_bb_for_insn): Declare.hubicka2001-09-161-31/+3
* * gcse.c (add_label_notes): REG_LABEL is an INSN_LIST.aj2001-08-311-1/+1
* 2001-08-29 Andrew MacLeod <amacleod@redhat.com>amacleod2001-08-291-4/+6
* * gcse.c (reg_first_set, reg_last_set): Replace with ...rth2001-08-271-37/+50
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * gcse.c (hash_scan_set): Expressions that are set as part ofgeoffk2001-08-131-2/+5
* * gcc.c: Fix comment formatting.kazu2001-08-121-7/+7
* * calls.c, function.c: Always define PREFERRED_STACK_BOUNDARYzack2001-08-101-23/+20
* * alias.c (nonlocal_mentioned_p):hubicka2001-08-071-4/+6
* As requested by Daniel Berlin since bootstrapping on i686-linux-gnuaj2001-08-041-312/+141
* 2001-07-16 Daniel Berlin <dan@cgsoftware.com>dberlin2001-08-031-141/+312
* * jump.c: Add prototype for mark_modified_reg.aj2001-07-301-4/+0
* * rtlanal.c (parms_set, find_first_parameter_load): Break out from...;hubicka2001-07-291-31/+1
* * gcse.c (cprop_insn): Update call of cprop_cc0_jump.hubicka2001-07-231-1/+1
* * basic-block.h (find_sub_basic_block): Declare.hubicka2001-07-231-9/+13
* * gcse.c (pre_insert_copy_insn): Call update_ld_motion_stores.hubicka2001-07-181-0/+1
* * gcse.c: Update comment at top.law2001-07-161-67/+3
* * hard-reg-set.h (regs_invalidated_by_call): Declare.rth2001-07-161-46/+5
* * gcse.c (pre_insert_copy_insn): Use gen_move_insn instead ofamylaar2001-07-161-2/+1
* * gcse.c, lcm.c, sched-deps.c:law2001-07-111-45/+44
* 2001-06-26 Daniel Berlin <dan@cgsoftware.com>dberlin2001-06-271-5/+2
* * rtlanal.c (operand_preference): Fix preference for objects.hubicka2001-06-041-9/+11
* * gcse.c (try_replace_reg): First try global replace, later try tohubicka2001-05-181-58/+19