summaryrefslogtreecommitdiff
path: root/gcc/flow.c
Commit message (Expand)AuthorAgeFilesLines
* * flow.c (mark_used_reg): Clean up looping over multiple hardrth2001-06-061-115/+90
* * flow.c (set_block_for_new_insns): Remove bogus shortcut.hubicka2001-05-311-6/+0
* * flow.c (life_analysis): After life analysis is complete, dolaw2001-05-161-2/+26
* * flow.c (propagate_block_delete_insn): Handle deletion of ADDR_VEClaw2001-04-281-1/+4
* * flow.c (proagate_one_insn): Remove useless assignment.mmitchel2001-04-211-4/+1
* * gcse.c (update_ld_motion_stores): Don't use variable I for an insn.kenner2001-04-101-2/+2
* 2001-04-09 Andrew MacLeod <amacleod@redhat.com>amacleod2001-04-091-5/+28
* * rtl.h (set_noop_p): Declare.wehle2001-04-041-22/+0
* 2001-04-03 Jakub Jelinek <jakub@redhat.com>amacleod2001-04-031-7/+4
* IA-64 ABI Exception Handling.rth2001-03-281-309/+108
* * flow.c (cleanup_cfg): Take no argument.rth2001-03-281-3/+2
* * flow.c (tidy_fallthru_edges): Don't combine complex edges.rth2001-03-281-3/+22
* * bb-reorder.c, dwarf2out.c, except.c, except.h, flow.c,rth2001-03-281-2/+2
* Fix ia64-linux ICE on bash.wilson2001-03-271-12/+42
* * mkconfig.sh: Include insn-flags.h.rth2001-03-221-1/+0
* * flow.c (insn_dead_p): Don't consider two memrefs equivalentkenner2001-03-121-18/+19
* * flow.c (find_sub_basic_blocks): New function.hubicka2001-02-241-5/+121
* * flow.c (init_propagate_block_info): Canon address and use single_sethubicka2001-02-211-9/+10
* new macro REVERSE_CONDEXEC_PREDICATES_Paldyh2001-02-211-1/+7
* * flow.c (mark_set_1): Make not_dead unsigned long. Forrearnsha2001-02-211-6/+7
* * flow.c (print_rtl_and_abort_fcn): Renamed from print_rtl_and_abort.kenner2001-02-181-3/+15
* * flow.c (tidy_fallthru_edge): Never end block on line number NOTE.kenner2001-02-161-1/+8
* * cse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABLE_REGNUM tohubicka2001-02-131-6/+4
* * diagnostic.h (set_internal_error_function): Renamed.kenner2001-02-041-3/+6
* * flow.c (init_propagate_block_info): Don't consider unchangingrth2001-01-241-0/+7
* * rtl.texi (SET, CLOBBER): Document PARALLEL as SET_DEST possibility.kenner2001-01-191-12/+4
* * flow.c (mark_set_1, case PARALLEL): Now case; rework to allowkenner2001-01-181-13/+20
* * flow.c (propagate_on_insn): Make trying to delete a prologuekenner2001-01-161-21/+17
* * flow.c (struct propagate_block_info): Add mem_set_list_len.rth2001-01-161-3/+24
* Partially undo a previous patchbernds2001-01-111-15/+1
* * flow.c (flow_call_edges_add): New.m.hayes2001-01-111-0/+69
* * flow.c (flow_loop_scan): Break out of ...m.hayes2001-01-091-43/+70
* * reload.c (subst_reloads): Take INSN argument. Whenaoliva2001-01-071-6/+18
* * c-decl.c (c_decode_option): Remove support ofaj2001-01-021-30/+36
* Compute REG_N_SETS for ORIGINAL_REGNOs.bernds2000-12-291-1/+15
* * rtl.h (REG_NON_LOCAL_GOTO): New.rth2000-12-211-5/+10
* Fix ARM bootstrap problems introduced by last changebernds2000-12-201-31/+36
* Flow fixes for cond_exec on ia64bernds2000-12-191-101/+230
* * flow.c (notice_stack_pointer_modification_1): Cleanup.hubicka2000-12-151-6/+1
* * flow.c (notice_stack_pointer_modification_1): Notice midificationshubicka2000-12-131-0/+2
* * flow.c (calculate_global_regs_live): Force the stack pointer liverth2000-12-071-3/+3
* * flow.c (calculate_global_regs_live): Only force stack pointerrth2000-12-051-18/+29
* * flow.c (make_edge): Early out, if no flags to set.rth2000-11-301-11/+25
* * function.h (emit_status): Delete member regno_pointer_flag andlaw2000-11-301-1/+1
* While building global lifetime information, keep track of which registers arebernds2000-11-271-13/+55
* * flow.c (print_rtl_and_abort): Remove ANSIism.rth2000-11-241-1/+1
* Try to dump some information before aborting.bernds2000-11-231-3/+35
* Michael Matz <matzmich@cs.tu-berlin.de>rth2000-11-141-245/+1
* * flow.c (invalidate_mems_from_set): Split out from ...rth2000-11-101-35/+48
* * flow.c (init_propagate_block_info): Protect the rtx stored inrth2000-11-091-2/+24