summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
Commit message (Expand)AuthorAgeFilesLines
* * haifa-sched.c (sched_analyze): Rename local variable `region' toghazi1999-09-211-4/+4
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* * haifa-sched.c (sched_analyze): Use free_INSN_LIST_list instead oflaw1999-09-181-1/+1
* * haifa-sched.c (sched_analyze): Keep the list of notes organizedmmitchel1999-09-161-9/+14
* * rtl.h (NOTE_BLOCK_NUMBER): Replace with ...mmitchel1999-09-151-9/+14
* * haifa-sched.c (actual_hazard): Move declaration of variableghazi1999-09-141-1/+1
* * gansidecl.h (__attribute__, ATTRIBUTE_UNUSED_LABEL,ghazi1999-09-081-3/+3
* * flow.c (insn_dead_p): Use XEXP rather than SUBREG_REG.rth1999-09-081-4/+5
* * c-aux-info.c (concat): Don't define.ghazi1999-09-071-31/+13
* * haifa-sched.c: Tidy comments.m.hayes1999-09-061-250/+273
* * haifa-sched.c (schedule_block): Use next_nonnote_insn insteadrth1999-09-051-1/+4
* * dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.mmitchel1999-09-031-7/+3
* * haifa-sched.c (sched_analyze): Clear LOG_LINKS before callingrth1999-08-281-19/+16
* Wed Aug 25 13:41:47 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>amacleod1999-08-251-124/+29
* * haifa-sched.c (find_rgns): Mark a block found during the DFS searchlaw1999-08-251-0/+15
* * haifa-sched.c (get_visual_tbl_length): Fix off-by-one error.law1999-08-251-1/+1
* * haifa-sched.c (split_hard_reg_notes): Move to flow.crth1999-08-241-680/+0
* * rtl.h (rtx_format): Constify a char*.ghazi1999-08-201-3/+3
* * rtl.c (rtx_name): Constify a char*.ghazi1999-08-201-8/+8
* Jan Hubicka <hubicka@freesoft.cz>rth1999-08-181-1/+1
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-3/+1
* * 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