summaryrefslogtreecommitdiff
path: root/gcc/sched.c
Commit message (Expand)AuthorAgeFilesLines
* Fix stack overflow found by glibc compile with max optimizations.Jim Wilson1998-06-181-9/+24
* Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.Michael Meissner1998-05-131-0/+4
* typo typo fixes fixesJeff Law1998-05-061-2/+2
* sched.c (new_insn_dead_notes): Check if the register was used in the original...J"orn Rennecke1998-04-291-0/+7
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1998-04-041-12/+10
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-4/+1
* Make qsort compare function type correctMichael Meissner1998-03-111-4/+5
* Remove old code to get arguments in regs into pseudos early.Michael Meissner1998-02-201-0/+9
* sched.c (update_flow_info, REG_WAS_0): Ignore if setting insn was deleted.J"orn Rennecke1998-02-131-0/+8
* Rats. Forgot to change copyrights on the first commit.Robert Lipe1998-02-131-1/+1
* c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe1998-02-131-1/+1
* c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Kaveh R. Ghazi1998-01-271-7/+9
* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1998-01-141-21/+23
* haifa-sched.c (create_reg_dead_note): Detect and handle another case where we...Jeff Law1997-12-221-0/+6
* Bring over changes from latest gcc-2.8 pre-release.Jeff Law1997-12-151-2/+9
* Update mainline egcs to gcc2 snapshot 971021.Jeff Law1997-11-021-11/+7
* combine.c (try_combine): Use NULL_RTX instead of '0' where appropriate in cal...David S. Miller1997-09-221-1/+1
* sched.c (update_flow_info): Don't pass SCRATCH to dead_or_set_p.J"orn Rennecke1997-09-191-0/+1
* * sched.c (update_flow_info) When looking if to set found_split_destJ"orn Rennecke1997-09-051-12/+27
* Remove gratuitous changes from the alias analysis patches.Jeff Law1997-08-111-5/+5
* * Integrate alias analysis changes from jfc@mit.eduJeffrey A Law1997-08-111-575/+11
* (schedule_block): Free space associated with reg_pending_sets and old_live_regs.Richard Kenner1997-07-141-8/+20
* Use REG_SET macrosMichael Meissner1997-06-161-3/+2
* (attach_deaths): Fix typo in Jun 4 change.Jim Wilson1997-06-091-1/+1
* (update_flow_info): When add extra REG_DEAD note for original dest...Jim Wilson1997-06-061-9/+25
* Fix urgent bugMichael Meissner1997-06-051-7/+8
* abstract regset stuff into macrosMichael Meissner1997-06-051-153/+72
* Widen some short fields to int; Use allocate_reg_info to allocate the reg_ren...Michael Meissner1997-06-021-7/+4
* Use accessor macros to access arrays based on regno; move many of the arrays ...Michael Meissner1997-05-301-20/+21
* reformat a little to match GNU coding standards.Mike Stump1997-05-061-2/+2
* sched.c (update_flow_info): Handle REG_EXEC_COUNT and REG_BR_PROB notes.Doug Evans1997-03-281-1/+8
* (schedule_insns): If there was no first scheduling pass,Jim Wilson1997-02-191-2/+41
* (update_flow_info): When add REG_DEAD notes for dest ofJim Wilson1996-12-171-0/+4
* (schedule_block): Before scheduling...Jim Wilson1996-10-071-5/+45
* install EH codeMike Stump1996-07-231-17/+43
* (true_dependence, anti_dependence, output_dependence):Jim Wilson1996-07-081-2/+11
* formatting tweaksMike Stump1996-07-031-2/+2
* (schedule_block): CALL_INSNs don't affect fixed regs.Richard Kenner1996-03-311-1/+2
* (sched_analyze): Record NOTE_INSN_SETJMP if no CALL_INSN as prev;Richard Kenner1996-02-231-4/+10
* (flush_pending_lists): Add new arg, ONLY_WRITE.Richard Kenner1996-02-101-16/+14
* (add_dependence): Add test for next != CODE_LABEL.Doug Evans1996-02-101-1/+2
* sched.c (reemit_notes): Add prototype.Doug Evans1996-01-151-40/+40
* (schedule_block): Copy RTX_INTEGRATE_P bit when create a new note.Jim Wilson1996-01-141-0/+1
* sched.c (schedule_block): Maintain a valid chain so emit_note_before works.Doug Evans1996-01-121-1/+17
* sched.c (adjust_priority): Use ADJUST_PRIORITY if its defined.Jeff Law1995-12-311-0/+3
* sched.c (canon_rtx): Recursively look for equivalences; look for expressions ...Jeff Law1995-12-171-1/+19
* Update FSF address.Richard Kenner1995-06-151-1/+2
* (attach_deaths): In last change, use find_reg_note instead ofRichard Kenner1995-06-051-1/+1
* (attach_deaths): Don't add a REG_DEAD note if a REG_UNUSED note isRichard Kenner1995-06-031-1/+6
* (reemit_notes): New function.Jim Wilson1995-05-241-20/+38