| Commit message (Expand) | Author | Age | Files | Lines |
* | Standardize header guards. | rth | 2001-05-26 | 1 | -3/+3 |
* | 2001-04-09 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2001-04-09 | 1 | -1/+1 |
* | IA-64 ABI Exception Handling. | rth | 2001-03-28 | 1 | -6/+4 |
* | Partially undo a previous patch | bernds | 2001-01-11 | 1 | -1/+0 |
* | * flow.c (flow_call_edges_add): New. | m.hayes | 2001-01-11 | 1 | -0/+1 |
* | * flow.c (flow_loop_scan): Break out of ... | m.hayes | 2001-01-09 | 1 | -3/+6 |
* | * hard-reg-set.h: Add multiple include guard. | m.hayes | 2001-01-07 | 1 | -0/+3 |
* | Add a comment | bernds | 2000-12-29 | 1 | -1/+1 |
* | While building global lifetime information, keep track of which registers are | bernds | 2000-11-27 | 1 | -2/+4 |
* | Michael Matz <matzmich@cs.tu-berlin.de> | rth | 2000-11-14 | 1 | -4/+11 |
* | * basic-block.h (struct loop): Delete fields pre_header_root | m.hayes | 2000-10-18 | 1 | -4/+6 |
* | Remove obstacks. | mmitchel | 2000-10-13 | 1 | -0/+2 |
* | 2000-09-12 Michael Hayes <mhayes@cygnus.com> | m.hayes | 2000-09-11 | 1 | -1/+20 |
* | * basic-block.h (split_block, update_bb_for_insn): New prototypes. | m.hayes | 2000-09-11 | 1 | -0/+2 |
* | * basic-block.h (struct loop): Rename `exits' field to | m.hayes | 2000-08-25 | 1 | -1/+7 |
* | * loop.c (loop_dump_aux, debug_loop): New functions. | m.hayes | 2000-08-25 | 1 | -2/+6 |
* | * Makefile.in (OBJS): Added dce.o. | mmitchel | 2000-08-02 | 1 | -9/+16 |
* | * Makefile.in (ssa.o): Updated header files in dependences. | mmitchel | 2000-07-31 | 1 | -0/+1 |
* | * basic-block.h (struct loops): New field rc_order. | m.hayes | 2000-07-30 | 1 | -0/+5 |
* | * ifcvt.c (EDGE_COMPLEX): Move definition ... | wehle | 2000-06-14 | 1 | -0/+2 |
* | Fix formatting of comment | kenner | 2000-05-31 | 1 | -1/+2 |
* | * bb-reorder.c (reorder_block_def): Reorder elements for size. | rth | 2000-05-26 | 1 | -0/+2 |
* | * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0. | kenner | 2000-05-19 | 1 | -4/+2 |
* | * basic-block.h (struct edge_def): New field "count". | rth | 2000-05-19 | 1 | -0/+4 |
* | * toplev.c (rest_of_compilation): Don't call optimize_mode_switching | rth | 2000-05-17 | 1 | -1/+1 |
* | * flow.c (propagate_one_insn): Break out from propagate_block. | rth | 2000-04-27 | 1 | -0/+7 |
* | * basic-block.h (life_analysis): Declare here ... | rth | 2000-04-27 | 1 | -0/+1 |
* | * flow.c (flow_delete_block): Rename from delete_block. Export. | rth | 2000-04-27 | 1 | -0/+1 |
* | * builtins.c (expand_builtin_expect): New. | rth | 2000-04-17 | 1 | -0/+1 |
* | * ssa.c (convert_to_ssa): Eliminate dead code when calling | samuel | 2000-04-09 | 1 | -0/+9 |
* | * basic-block.h (conflict_graph_enum_fn): K&R fix. | ghazi | 2000-04-08 | 1 | -1/+1 |
* | * basic-block.h (merge_blocks_nomove): Declare. | rth | 2000-04-07 | 1 | -1/+3 |
* | * rtl.h (INSN_P): New macro. | samuel | 2000-04-06 | 1 | -1/+30 |
* | * basic-block.h (verify_flow_info): Declare. | law | 2000-04-05 | 1 | -0/+6 |
* | * flow.c: Move all basic block reordering code into its own file. | jle | 2000-03-16 | 1 | -0/+1 |
* | * basic-block.h (ALLOCA_REG_SET): Remove. | mmitchel | 2000-03-05 | 1 | -2/+2 |
* | * flow.c (dump_regset, debug_regset, dump_bb, debug_bb, | zack | 2000-02-17 | 1 | -0/+5 |
* | * Makefile.in (lcm.o): Depend on insn-attr.h. | amylaar | 2000-02-15 | 1 | -0/+1 |
* | * basic_block.h: Added prototype for reorder_basic_blocks. | jle | 2000-02-14 | 1 | -0/+4 |
* | * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete. | m.hayes | 2000-02-12 | 1 | -2/+0 |
* | * flow.c (flow_delete_insn, make_edge, remove_edge): Export. | rth | 2000-02-06 | 1 | -0/+4 |
* | Fri Jan 7 19:48:04 CET 2000 Jan Hubicka <jh@suse.cz> | jle | 2000-01-29 | 1 | -0/+10 |
* | 2000-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz> | m.hayes | 2000-01-25 | 1 | -1/+1 |
* | 2000-01-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz> | m.hayes | 2000-01-23 | 1 | -0/+3 |
* | * loop.c (this_loop_info): Delete. | m.hayes | 2000-01-15 | 1 | -0/+41 |
* | Thu Jan 13 14:46:03 2000 Jason Eckhardt <jle@cygnus.com> | jle | 2000-01-14 | 1 | -0/+3 |
* | * alias.c: PROTO -> PARAMS. | ghazi | 2000-01-11 | 1 | -37/+37 |
* | * flow.c (flow_nodes_print, flow_loops_cfg_dump): New functions. | m.hayes | 1999-11-30 | 1 | -0/+90 |
* | Add regset_head and INIT_REG_SET. | crux | 1999-11-22 | 1 | -1/+7 |
* | * basic-block.h (update_life_extent): Remove trailing comma on | law | 1999-11-18 | 1 | -1/+1 |