| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 2002-05-16 | 1 | -16/+15 |
* | Basic block renumbering removal. | Zdenek Dvorak | 2002-05-16 | 1 | -15/+16 |
* | haifa-sched.c (rank_for_schedule): Revert 2002-05-02 change, no longer needed. | David S. Miller | 2002-05-03 | 1 | -11/+6 |
* | Delete cycle display scheduling hook. | David S. Miller | 2002-05-03 | 1 | -4/+0 |
* | haifa-sched.c (schedule_insn): Print table of instructions and reservations. | Jan Hubicka | 2002-05-02 | 1 | -21/+20 |
* | haifa-sched.c (rank_for_schedule): Skip past last_scheduled_insn emitted by c... | Richard Henderson | 2002-05-02 | 1 | -6/+11 |
* | 2002-04-29 Vladimir Makarov <vmakarov@redhat.com> | Vladimir Makarov | 2002-04-29 | 1 | -106/+565 |
* | haifa-sched.c (sched_emit_insn): New. | Richard Henderson | 2002-02-28 | 1 | -12/+20 |
* | bitmap.h: Fix comment formatting. | Kazu Hirata | 2002-01-18 | 1 | -3/+3 |
* | cfglayout.c (scope_def, [...]): Remove. | Richard Henderson | 2001-12-30 | 1 | -56/+18 |
* | haifa-sched.c (reemit_other_notes): New. | Richard Henderson | 2001-12-27 | 1 | -18/+56 |
* | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 2001-10-28 | 1 | -1/+1 |
* | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 2001-10-11 | 1 | -3/+3 |
* | basic-block.h (free_bb_for_insn): Declare. | Jan Hubicka | 2001-09-16 | 1 | -1/+5 |
* | Fix typo in FSF copyright statement | Nick Clifton | 2001-09-14 | 1 | -2/+2 |
* | rtl.def: Undo my patch commited 2001-08-27. | Vladimir Makarov | 2001-08-30 | 1 | -539/+100 |
* | rtl.def (DEFINE_CPU_UNIT, [...]): New RTL constructions. | Vladimir Makarov | 2001-08-27 | 1 | -100/+539 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -9/+9 |
* | haifa-sched.c: Convert to target hooks. | Zack Weinberg | 2001-08-18 | 1 | -46/+43 |
* | calls.c (expand_call): Do not emit INSN_SETJMP note. | Jan Hubicka | 2001-08-07 | 1 | -12/+4 |
* | alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_P | Jan Hubicka | 2001-08-07 | 1 | -1/+1 |
* | i386.md (float_truncate splitter, [...]): Add reload_completted; fix operand ... | Jan Hubicka | 2001-06-26 | 1 | -2/+0 |
* | mkconfig.sh: Include insn-flags.h. | Richard Henderson | 2001-03-22 | 1 | -1/+0 |
* | Avoid exponential runtime | Bernd Schmidt | 2001-03-01 | 1 | -17/+22 |
* | haifa-sched.c (restore_line_notes): Remove argument block B since it's unused. | Andreas Jaeger | 2001-01-12 | 1 | -4/+3 |
* | haifa-sched.c (schedule_block): Provide empty source statement if not MD_SCHE... | Robert Lipe | 2000-12-21 | 1 | -0/+1 |
* | Support scheduling across extended basic blocks | Bernd Schmidt | 2000-12-20 | 1 | -1/+2 |
* | More scheduler infrastructure. | Bernd Schmidt | 2000-12-19 | 1 | -37/+59 |
* | * haifa-sched.c (sched_init): Don't put a note in front of any BARRIER. | J"orn Rennecke | 2000-12-15 | 1 | -4/+2 |
* | Move the region scheduling code out of haifa-sched.c. | Bernd Schmidt | 2000-12-03 | 1 | -3181/+41 |
* | Move dependency code out of haifa-sched.c | Bernd Schmidt | 2000-12-03 | 1 | -1470/+3 |
* | Move scheduling visualization code to separate file. | Bernd Schmidt | 2000-12-03 | 1 | -900/+17 |
* | Try to separate region-specific code from generic parts in the scheuler. | Bernd Schmidt | 2000-12-03 | 1 | -321/+429 |
* | Haifa cleanup, part 1 | Bernd Schmidt | 2000-12-02 | 1 | -204/+273 |
* | Prettier visualization of COND_EXECs | Bernd Schmidt | 2000-11-27 | 1 | -3/+13 |
* | haifa-sched.c (sched_analyze_1, [...]): Revert 2000-11-22 change. | Richard Henderson | 2000-11-25 | 1 | -3/+11 |
* | Treat ready list as a (for now, semi-)abstract datatype. Lose max_priority. | Bernd Schmidt | 2000-11-24 | 1 | -57/+128 |
* | haifa-sched.c (sched_analyze_1): Don't special-case calls for clobbering regi... | Richard Henderson | 2000-11-22 | 1 | -11/+3 |
* | Michael Matz <matzmich@cs.tu-berlin.de> | Michael Matz | 2000-11-14 | 1 | -4/+2 |
* | alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero (). | Joseph Myers | 2000-11-07 | 1 | -5/+5 |
* | Fix ICE on lex output file reported by Andreas Schwab. | Jim Wilson | 2000-10-19 | 1 | -13/+33 |
* | haifa-sched.c (schedule_insns): Fix typo in freeing forward_dependency_cache. | Vladimir Makarov | 2000-10-06 | 1 | -1/+1 |
* | haifa-sched.c (anti_dependency_cache, [...]): New variables. | Vladimir Makarov | 2000-10-06 | 1 | -33/+128 |
* | * haifa-sched.c: Fix formatting. | Kazu Hirata | 2000-09-12 | 1 | -118/+83 |
* | alias.c (mark_constant_function): Use INSN_P. | Rodney Brown | 2000-08-04 | 1 | -20/+15 |
* | cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY. | Richard Henderson | 2000-07-28 | 1 | -0/+8 |
* | flow.c (insn_dead_p): Keep sets to PIC_OFFSET_TABLE_REGNUM alive before reload. | Richard Henderson | 2000-06-13 | 1 | -91/+116 |
* | cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0. | Richard Kenner | 2000-05-19 | 1 | -1/+1 |
* | haifa-sched.c (schedule_insns): Free the flow edge list when it is no longer ... | Jeffrey A Law | 2000-05-04 | 1 | -0/+3 |
* | flow.c (struct reg_cond_life_info): New. | Richard Henderson | 2000-04-30 | 1 | -1/+6 |