| Commit message (Expand) | Author | Age | Files | Lines |
* | * haifa-sched.c (reemit_notes): Tidy. | rth | 1999-07-23 | 1 | -1/+1 |
* | * haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa. | rth | 1999-07-21 | 1 | -102/+89 |
* | * haifa-sched.c (sched_analyze_1): Use free_list instead of | rth | 1999-06-20 | 1 | -7/+5 |
* | * haifa-sched.c (sched_analyze): Mark call-user regs as clobbered | rth | 1999-06-19 | 1 | -5/+1 |
* | * flow.c (mark_regs_live_at_end, insn_dead_p, | wehle | 1999-05-31 | 1 | -5/+8 |
* | 1999-04-17 20:11 -0400 Zack Weinberg <zack@rabi.columbia.edu> | zack | 1999-04-17 | 1 | -0/+1 |
* | * haifa-sched.c (sched_analyze_1): Only clear reg_last_uses on a SET. | rth | 1999-03-13 | 1 | -2/+2 |
* | * haifa-sched.c (sched_analyze_1): Fix last change -- add clobber | rth | 1999-03-08 | 1 | -1/+5 |
* | * haifa-sched.c (ENCODE_BLOCKAGE): Don't shift unit too far. | rth | 1999-03-07 | 1 | -5/+14 |
* | * haifa-sched.c (reg_last_clobbers): New. | rth | 1999-03-07 | 1 | -16/+90 |
* | Flow rewrite to use basic block structures and edge lists. | rth | 1999-02-25 | 1 | -17/+20 |
* | h | law | 1999-02-05 | 1 | -0/+6 |
* | Bob Manson <manson@charmed.cygnus.com> | rth | 1999-02-02 | 1 | -111/+2 |
* | Update copyrights. | rth | 1999-01-11 | 1 | -1/+1 |
* | * basic-block.h (basic_block_head): Rename to x_basic_block_head. | rth | 1999-01-11 | 1 | -46/+45 |
* | Fix sched REG_DEAD note handling bug found by post-reload-flow pass. | wilson | 1998-10-29 | 1 | -2/+22 |
* | * sched.c (update_flow_info): Revert Oct 19, 1998 change. Brings | law | 1998-10-23 | 1 | -15/+1 |
* | � | law | 1998-10-19 | 1 | -1/+15 |
* | Warning fixes: | ghazi | 1998-10-17 | 1 | -1/+2 |
* | * flow.c (life_analysis_1): Do not clobber regs_ever_live after | law | 1998-10-16 | 1 | -31/+1 |
* | More multi-register structure return recognition fixes and: | davem | 1998-09-12 | 1 | -8/+70 |
* | � | law | 1998-08-31 | 1 | -4/+23 |
* | * haifa-sched.c (sched_analyze_insn): Fix thinko in last change. | law | 1998-08-27 | 1 | -5/+5 |
* | * haifa-sched.c (last_clock_var): New. | rth | 1998-08-26 | 1 | -0/+15 |
* | * haifa-sched.c (sched_analyze_insn): Only create scheduling | law | 1998-08-26 | 1 | -17/+35 |
* | * haifa-sched.c (sched_analyze): Put all JUMP_INSNs on the last | law | 1998-08-18 | 1 | -0/+4 |
* | * haifa-sched.c (alloc_EXPR_LIST): Change to use | clm | 1998-07-02 | 1 | -3/+3 |
* | Warning fixes: | ghazi | 1998-06-29 | 1 | -31/+0 |
* | Add hooks for the machine to override the sorting of the ready list and varia... | meissner | 1998-06-26 | 1 | -0/+14 |
* | * haifa-sched.c (insn_issue_delay, birthing_insn_p, | law | 1998-06-21 | 1 | -6/+7 |
* | * haifa-sched.c (debug_ready_list): Make static. | law | 1998-06-21 | 1 | -2/+2 |
* | Fix stack overflow found by glibc compile with max optimizations. | wilson | 1998-06-18 | 1 | -16/+40 |
* | * haifa-sched.c (haifa_classify_insn): TRAP_IF is risky. | jfc | 1998-06-17 | 1 | -1/+13 |
* | * haifa-sched.c (update_flow_info): Use UNITS_PER_WORD, not MOVE_MAX, | rth | 1998-06-09 | 1 | -1/+1 |
* | * haifa-sched.c (rank_for_schedule): For "equally good insns", prefer | law | 1998-06-05 | 1 | -2/+18 |
* | Warning Fixes: | ghazi | 1998-05-19 | 1 | -1/+2 |
* | * Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o. | law | 1998-05-13 | 1 | -0/+4 |
* | * haifa-sched.c (schedule_insns): Fix merge goof. | law | 1998-05-13 | 1 | -3/+1 |
* | Add a blank line in verbose debug output | meissner | 1998-05-13 | 1 | -1/+1 |
* | align debug output | meissner | 1998-05-13 | 1 | -3/+5 |
* | Use HAIFA_INLINE for inlining functions instead of __inline directly | meissner | 1998-05-12 | 1 | -16/+20 |
* | * haifa-sched.c (print_exp): Fix typo. | rth | 1998-05-09 | 1 | -2/+2 |
* | Fix typo. | law | 1998-05-06 | 1 | -1/+1 |
* | typo typo fixes fixes | law | 1998-05-06 | 1 | -1/+1 |
* | * haifa-sched.c (print_value, case SUBREG): Fix typo. | law | 1998-05-06 | 1 | -1/+1 |
* | * toplev.c (-fsched-max): Delete flag. | law | 1998-05-06 | 1 | -78/+62 |
* | * haifa-sched.c (find_rgns): In no_loops case, fix test for leaf | law | 1998-05-06 | 1 | -118/+144 |
* | Prevent buffer overrun in debug output; Make alloc_{INSN,EXPR}_LIST static | meissner | 1998-04-30 | 1 | -226/+276 |
* | * sched.c (new_insn_dead_notes): Check if the register was | amylaar | 1998-04-29 | 1 | -0/+7 |
* | * haifa-sched.c (queue_to_ready): Fix typo in prototype. | rth | 1998-04-19 | 1 | -1/+1 |