Age | Commit message (Expand) | Author | Files | Lines |
2003-07-05 | bt-load.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-02-25 | sched-int.h (INSN_TRAP_CLASS, [...]): Move them from sched-rgn.c. | Vladimir Makarov | 1 | -234/+0 |
2003-01-28 | haifa-sched.c (schedule_insn): Return necessary cycle advance after issuing t... | Vladimir Makarov | 1 | -52/+8 |
2003-01-17 | haifa-sched.c (move_insn): Restore moving all schedule group. | Vladimir Makarov | 1 | -8/+52 |
2003-01-09 | 2003-01-09 Vladimir Makarov <vmakarov@redhat.com> | Vladimir Makarov | 1 | -52/+12 |
2002-12-24 | regmove.c: Fix comment typos. | Kazu Hirata | 1 | -5/+5 |
2002-12-19 | * sched-rgn.c (init_regions): Update comment. | J"orn Rennecke | 1 | -11/+4 |
2002-12-19 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -2/+2 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -2/+2 |
2002-12-13 | c-decl.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2002-09-27 | LANGUAGES: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-07-21 | gengenrtl.c (gencode): Don't define obstack_alloc_rtx. | Neil Booth | 1 | -3/+0 |
2002-06-20 | Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz> | Jan Hubicka | 1 | -8/+6 |
2002-06-14 | rtl.h (SCHED_GROUP_P): Disallow CODE_LABEL, BARRIER and NOTE. | Franz Sirl | 1 | -3/+3 |
2002-06-10 | cfgrtl.c (create_basic_block_structure): Remove index argument and use last_b... | Roger Sayle | 1 | -1/+1 |
2002-06-02 | loop.c (emit_prefetch_instructions): Properly place the address computation. | Jan Hubicka | 1 | -4/+0 |
2002-05-28 | basic-block.h (last_basic_block): Declare. | Zdenek Dvorak | 1 | -1/+1 |
2002-05-27 | basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks. | Zdenek Dvorak | 1 | -16/+16 |
2002-05-23 | bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o... | Zdenek Dvorak | 1 | -50/+55 |
2002-05-16 | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 1 | -83/+78 |
2002-05-16 | sched-rgn.c (schedule_insns): Initialize large_region_blocks with only extant... | Zdenek Dvorak | 1 | -1/+4 |
2002-05-16 | Basic block renumbering removal. | Zdenek Dvorak | 1 | -77/+79 |
2002-05-09 | sbitmap.c: Fix formatting. | Kazu Hirata | 1 | -21/+21 |
2002-04-29 | 2002-04-29 Vladimir Makarov <vmakarov@redhat.com> | Vladimir Makarov | 1 | -23/+76 |
2002-04-09 | basic-block.h (flow_delete_block_noexpunge): Declare. | Richard Henderson | 1 | -1/+1 |
2002-04-03 | sched-rgn.c (sets_likely_spilled): New. | Richard Henderson | 1 | -3/+38 |
2002-03-10 | sched-rgn.c (add_branch_dependences): Don't allow insns that throw to move aw... | Richard Henderson | 1 | -4/+5 |
2002-01-29 | sched-int.h (struct deps_reg): Add uses_length, clobbers_length. | Richard Henderson | 1 | -0/+2 |
2002-01-26 | sched-deps.c (reg_pending_uses_head): New. | Richard Henderson | 1 | -109/+107 |
2002-01-16 | sched-rgn.c (passed): Use sbitmap_free. | Graham Stott | 1 | -6/+6 |
2001-12-30 | cfglayout.c (scope_def, [...]): Remove. | Richard Henderson | 1 | -3/+4 |
2001-12-27 | haifa-sched.c (reemit_other_notes): New. | Richard Henderson | 1 | -0/+4 |
2001-12-11 | sched-rgn.c (CONST_BASED_ADDRESS_P): CONST_INT -> CONSTANT_P. | Daniel Berlin | 1 | -3/+3 |
2001-11-23 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-11-11 | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-11-04 | aof.h (aof_text_section, [...]): Don't declare. | Kaveh R. Ghazi | 1 | -2/+0 |
2001-10-30 | * sched-rgn.c (schedule_insns): Fix comment. | Jan Hubicka | 1 | -1/+2 |
2001-10-30 | lcm.c (optimize_mode_switching): Do not rebuild liveness information when no ... | Jan Hubicka | 1 | -31/+54 |
2001-10-26 | sched-rgn.c: Remove bitset typedef. | Daniel Berlin | 1 | -161/+41 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -18/+18 |
2001-10-10 | calls.c: Fix formatting. | Kazu Hirata | 1 | -2/+2 |
2001-09-19 | alias.c: Fix typos in comments. | Stan Shebs | 1 | -1/+1 |
2001-09-14 | Fix typo in FSF copyright statement | Nick Clifton | 1 | -2/+2 |
2001-08-30 | rtl.def: Undo my patch commited 2001-08-27. | Vladimir Makarov | 1 | -71/+23 |
2001-08-27 | rtl.def (DEFINE_CPU_UNIT, [...]): New RTL constructions. | Vladimir Makarov | 1 | -23/+71 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -9/+9 |
2001-08-08 | Use cselib for alias analysis in sched_ebb | Bernd Schmidt | 1 | -1/+1 |
2001-08-07 | calls.c (expand_call): Do not emit INSN_SETJMP note. | Jan Hubicka | 1 | -12/+4 |
2001-01-19 | rtl.texi (SET, CLOBBER): Document PARALLEL as SET_DEST possibility. | Richard Kenner | 1 | -18/+6 |
2001-01-18 | flow.c (mark_set_1, [...]): Now case; rework to allow entry to be EXPR_LIST. | Richard Kenner | 1 | -11/+29 |