summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
Commit message (Expand)AuthorAgeFilesLines
* * haifa-sched.c (reemit_notes): Tidy.rth1999-07-231-1/+1
* * haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.rth1999-07-211-102/+89
* * haifa-sched.c (sched_analyze_1): Use free_list instead ofrth1999-06-201-7/+5
* * haifa-sched.c (sched_analyze): Mark call-user regs as clobberedrth1999-06-191-5/+1
* * flow.c (mark_regs_live_at_end, insn_dead_p,wehle1999-05-311-5/+8
* 1999-04-17 20:11 -0400 Zack Weinberg <zack@rabi.columbia.edu>zack1999-04-171-0/+1
* * haifa-sched.c (sched_analyze_1): Only clear reg_last_uses on a SET.rth1999-03-131-2/+2
* * haifa-sched.c (sched_analyze_1): Fix last change -- add clobberrth1999-03-081-1/+5
* * haifa-sched.c (ENCODE_BLOCKAGE): Don't shift unit too far.rth1999-03-071-5/+14
* * haifa-sched.c (reg_last_clobbers): New.rth1999-03-071-16/+90
* Flow rewrite to use basic block structures and edge lists.rth1999-02-251-17/+20
* hlaw1999-02-051-0/+6
* Bob Manson <manson@charmed.cygnus.com>rth1999-02-021-111/+2
* Update copyrights.rth1999-01-111-1/+1
* * basic-block.h (basic_block_head): Rename to x_basic_block_head.rth1999-01-111-46/+45
* Fix sched REG_DEAD note handling bug found by post-reload-flow pass.wilson1998-10-291-2/+22
* * sched.c (update_flow_info): Revert Oct 19, 1998 change. Bringslaw1998-10-231-15/+1
* law1998-10-191-1/+15
* Warning fixes:ghazi1998-10-171-1/+2
* * flow.c (life_analysis_1): Do not clobber regs_ever_live afterlaw1998-10-161-31/+1
* More multi-register structure return recognition fixes and:davem1998-09-121-8/+70
* law1998-08-311-4/+23
* * haifa-sched.c (sched_analyze_insn): Fix thinko in last change.law1998-08-271-5/+5
* * haifa-sched.c (last_clock_var): New.rth1998-08-261-0/+15
* * haifa-sched.c (sched_analyze_insn): Only create schedulinglaw1998-08-261-17/+35
* * haifa-sched.c (sched_analyze): Put all JUMP_INSNs on the lastlaw1998-08-181-0/+4
* * haifa-sched.c (alloc_EXPR_LIST): Change to useclm1998-07-021-3/+3
* Warning fixes:ghazi1998-06-291-31/+0
* Add hooks for the machine to override the sorting of the ready list and varia...meissner1998-06-261-0/+14
* * haifa-sched.c (insn_issue_delay, birthing_insn_p,law1998-06-211-6/+7
* * haifa-sched.c (debug_ready_list): Make static.law1998-06-211-2/+2
* Fix stack overflow found by glibc compile with max optimizations.wilson1998-06-181-16/+40
* * haifa-sched.c (haifa_classify_insn): TRAP_IF is risky.jfc1998-06-171-1/+13
* * haifa-sched.c (update_flow_info): Use UNITS_PER_WORD, not MOVE_MAX,rth1998-06-091-1/+1
* * haifa-sched.c (rank_for_schedule): For "equally good insns", preferlaw1998-06-051-2/+18
* Warning Fixes:ghazi1998-05-191-1/+2
* * Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.law1998-05-131-0/+4
* * haifa-sched.c (schedule_insns): Fix merge goof.law1998-05-131-3/+1
* Add a blank line in verbose debug outputmeissner1998-05-131-1/+1
* align debug outputmeissner1998-05-131-3/+5
* Use HAIFA_INLINE for inlining functions instead of __inline directlymeissner1998-05-121-16/+20
* * haifa-sched.c (print_exp): Fix typo.rth1998-05-091-2/+2
* Fix typo.law1998-05-061-1/+1
* typo typo fixes fixeslaw1998-05-061-1/+1
* * haifa-sched.c (print_value, case SUBREG): Fix typo.law1998-05-061-1/+1
* * toplev.c (-fsched-max): Delete flag.law1998-05-061-78/+62
* * haifa-sched.c (find_rgns): In no_loops case, fix test for leaflaw1998-05-061-118/+144
* Prevent buffer overrun in debug output; Make alloc_{INSN,EXPR}_LIST staticmeissner1998-04-301-226/+276
* * sched.c (new_insn_dead_notes): Check if the register wasamylaar1998-04-291-0/+7
* * haifa-sched.c (queue_to_ready): Fix typo in prototype.rth1998-04-191-1/+1