| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o... | Nathan Sidwell | 2004-09-09 | 1 | -14/+6 |
* | basic-block.h (struct basic_block_def): Reorder fields to eliminate interior ... | Zack Weinberg | 2004-08-24 | 1 | -19/+2 |
* | insn-notes.def, [...]: New files. | Zack Weinberg | 2004-08-18 | 1 | -1/+1 |
* | common.opt (freschedule-modulo-scheduled-loops): New flag. | Mostafa Hagog | 2004-08-08 | 1 | -0/+37 |
* | genattr.c (struct range, [...]): Remove them. | Paolo Bonzini | 2004-07-20 | 1 | -108/+57 |
* | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 2004-07-09 | 1 | -10/+10 |
* | Conditionally compile support for --enable-mapped_location. | Per Bothner | 2004-06-30 | 1 | -2/+6 |
* | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 2004-06-15 | 1 | -2/+2 |
* | params.def (PARAM_MAX_SCHED_REGION_BLOCKS): New. | David Edelsohn | 2004-03-22 | 1 | -13/+10 |
* | alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 2004-03-20 | 1 | -8/+8 |
* | alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ... | Paolo Bonzini | 2004-03-03 | 1 | -1/+1 |
* | alloc-pool.h, [...]: Update copyright. | Kazu Hirata | 2004-02-04 | 1 | -1/+1 |
* | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 2004-02-02 | 1 | -2/+2 |
* | backport: et-forest.h (et_forest_create, [...]): Declarations removed. | Steven Bosscher | 2003-12-30 | 1 | -7/+6 |
* | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 2003-12-11 | 1 | -17/+17 |
* | ChangeLog.7: Fix comment typos. | Kazu Hirata | 2003-11-21 | 1 | -1/+1 |
* | sched-int.h (sched_info): New field sched_max_insns_priority. | Dorit Naishlos | 2003-10-07 | 1 | -3/+15 |
* | c-pretty-print.c: Fix comment typos. | Kazu Hirata | 2003-10-05 | 1 | -1/+1 |
* | * sched-rgn.c (find_rgns): Initialize current_edge correctly. | Zdenek Dvorak | 2003-07-19 | 1 | -1/+2 |
* | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 2003-07-19 | 1 | -22/+21 |
* | re PR rtl-optimization/11320 (Scheduler bug) | Eric Botcazou | 2003-07-15 | 1 | -3/+7 |
* | sbitmap.c: Convert prototypes to ISO C90. | Andreas Jaeger | 2003-07-06 | 1 | -144/+92 |
* | bt-load.c: Fix comment typos. | Kazu Hirata | 2003-07-05 | 1 | -1/+1 |
* | sched-int.h (INSN_TRAP_CLASS, [...]): Move them from sched-rgn.c. | Vladimir Makarov | 2003-02-25 | 1 | -234/+0 |
* | haifa-sched.c (schedule_insn): Return necessary cycle advance after issuing t... | Vladimir Makarov | 2003-01-28 | 1 | -52/+8 |
* | haifa-sched.c (move_insn): Restore moving all schedule group. | Vladimir Makarov | 2003-01-17 | 1 | -8/+52 |
* | 2003-01-09 Vladimir Makarov <vmakarov@redhat.com> | Vladimir Makarov | 2003-01-09 | 1 | -52/+12 |
* | regmove.c: Fix comment typos. | Kazu Hirata | 2002-12-24 | 1 | -5/+5 |
* | * sched-rgn.c (init_regions): Update comment. | J"orn Rennecke | 2002-12-19 | 1 | -11/+4 |
* | ChangeLog: Follow spelling conventions. | Kazu Hirata | 2002-12-19 | 1 | -2/+2 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -2/+2 |
* | c-decl.c: Fix a comment typo. | Kazu Hirata | 2002-12-13 | 1 | -1/+1 |
* | LANGUAGES: Follow spelling conventions. | Kazu Hirata | 2002-09-27 | 1 | -1/+1 |
* | gengenrtl.c (gencode): Don't define obstack_alloc_rtx. | Neil Booth | 2002-07-21 | 1 | -3/+0 |
* | Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz> | Jan Hubicka | 2002-06-20 | 1 | -8/+6 |
* | rtl.h (SCHED_GROUP_P): Disallow CODE_LABEL, BARRIER and NOTE. | Franz Sirl | 2002-06-14 | 1 | -3/+3 |
* | cfgrtl.c (create_basic_block_structure): Remove index argument and use last_b... | Roger Sayle | 2002-06-10 | 1 | -1/+1 |
* | loop.c (emit_prefetch_instructions): Properly place the address computation. | Jan Hubicka | 2002-06-02 | 1 | -4/+0 |
* | basic-block.h (last_basic_block): Declare. | Zdenek Dvorak | 2002-05-28 | 1 | -1/+1 |
* | basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks. | Zdenek Dvorak | 2002-05-27 | 1 | -16/+16 |
* | bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o... | Zdenek Dvorak | 2002-05-23 | 1 | -50/+55 |
* | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 2002-05-16 | 1 | -83/+78 |
* | sched-rgn.c (schedule_insns): Initialize large_region_blocks with only extant... | Zdenek Dvorak | 2002-05-16 | 1 | -1/+4 |
* | Basic block renumbering removal. | Zdenek Dvorak | 2002-05-16 | 1 | -77/+79 |
* | sbitmap.c: Fix formatting. | Kazu Hirata | 2002-05-09 | 1 | -21/+21 |
* | 2002-04-29 Vladimir Makarov <vmakarov@redhat.com> | Vladimir Makarov | 2002-04-29 | 1 | -23/+76 |
* | basic-block.h (flow_delete_block_noexpunge): Declare. | Richard Henderson | 2002-04-09 | 1 | -1/+1 |
* | sched-rgn.c (sets_likely_spilled): New. | Richard Henderson | 2002-04-03 | 1 | -3/+38 |
* | sched-rgn.c (add_branch_dependences): Don't allow insns that throw to move aw... | Richard Henderson | 2002-03-10 | 1 | -4/+5 |
* | sched-int.h (struct deps_reg): Add uses_length, clobbers_length. | Richard Henderson | 2002-01-29 | 1 | -0/+2 |