Age | Commit message (Expand) | Author | Files | Lines |
2003-12-30 | backport: et-forest.h (et_forest_create, [...]): Declarations removed. | Steven Bosscher | 1 | -7/+6 |
2003-12-11 | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 1 | -17/+17 |
2003-11-21 | ChangeLog.7: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-10-07 | sched-int.h (sched_info): New field sched_max_insns_priority. | Dorit Naishlos | 1 | -3/+15 |
2003-10-05 | c-pretty-print.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-07-19 | * sched-rgn.c (find_rgns): Initialize current_edge correctly. | Zdenek Dvorak | 1 | -1/+2 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -22/+21 |
2003-07-15 | re PR rtl-optimization/11320 (Scheduler bug) | Eric Botcazou | 1 | -3/+7 |
2003-07-06 | sbitmap.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -144/+92 |
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 |