summaryrefslogtreecommitdiff
path: root/gcc/sched-rgn.c
Commit message (Expand)AuthorAgeFilesLines
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-1/+0
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-1/+1
* basic-block.h (reg_set_iterator): New.Kazu Hirata2004-10-181-2/+3
* sched-rgn.c (haifa_edge, [...]): Remove.Ulrich Weigand2004-09-291-402/+234
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-13/+11
* alias.c, [...]: Fix comment typos.Kazu Hirata2004-09-181-1/+1
* ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell2004-09-091-14/+6
* basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ...Zack Weinberg2004-08-241-19/+2
* insn-notes.def, [...]: New files.Zack Weinberg2004-08-181-1/+1
* common.opt (freschedule-modulo-scheduled-loops): New flag.Mostafa Hagog2004-08-081-0/+37
* genattr.c (struct range, [...]): Remove them.Paolo Bonzini2004-07-201-108/+57
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-10/+10
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-2/+6
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-2/+2
* params.def (PARAM_MAX_SCHED_REGION_BLOCKS): New.David Edelsohn2004-03-221-13/+10
* alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-8/+8
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-1/+1
* alloc-pool.h, [...]: Update copyright.Kazu Hirata2004-02-041-1/+1
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-2/+2
* backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher2003-12-301-7/+6
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-17/+17
* ChangeLog.7: Fix comment typos.Kazu Hirata2003-11-211-1/+1
* sched-int.h (sched_info): New field sched_max_insns_priority.Dorit Naishlos2003-10-071-3/+15
* c-pretty-print.c: Fix comment typos.Kazu Hirata2003-10-051-1/+1
* * sched-rgn.c (find_rgns): Initialize current_edge correctly.Zdenek Dvorak2003-07-191-1/+2
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-22/+21
* re PR rtl-optimization/11320 (Scheduler bug)Eric Botcazou2003-07-151-3/+7
* sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-144/+92
* bt-load.c: Fix comment typos.Kazu Hirata2003-07-051-1/+1
* sched-int.h (INSN_TRAP_CLASS, [...]): Move them from sched-rgn.c.Vladimir Makarov2003-02-251-234/+0
* haifa-sched.c (schedule_insn): Return necessary cycle advance after issuing t...Vladimir Makarov2003-01-281-52/+8
* haifa-sched.c (move_insn): Restore moving all schedule group.Vladimir Makarov2003-01-171-8/+52
* 2003-01-09 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov2003-01-091-52/+12
* regmove.c: Fix comment typos.Kazu Hirata2002-12-241-5/+5
* * sched-rgn.c (init_regions): Update comment.J"orn Rennecke2002-12-191-11/+4
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-12-191-2/+2
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-2/+2
* c-decl.c: Fix a comment typo.Kazu Hirata2002-12-131-1/+1
* LANGUAGES: Follow spelling conventions.Kazu Hirata2002-09-271-1/+1
* gengenrtl.c (gencode): Don't define obstack_alloc_rtx.Neil Booth2002-07-211-3/+0
* Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka2002-06-201-8/+6
* rtl.h (SCHED_GROUP_P): Disallow CODE_LABEL, BARRIER and NOTE.Franz Sirl2002-06-141-3/+3
* cfgrtl.c (create_basic_block_structure): Remove index argument and use last_b...Roger Sayle2002-06-101-1/+1
* loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka2002-06-021-4/+0
* basic-block.h (last_basic_block): Declare.Zdenek Dvorak2002-05-281-1/+1
* basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak2002-05-271-16/+16
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-50/+55
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-83/+78
* sched-rgn.c (schedule_insns): Initialize large_region_blocks with only extant...Zdenek Dvorak2002-05-161-1/+4
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-77/+79