aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-vis.c
AgeCommit message (Expand)AuthorFilesLines
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-12/+2
2002-05-09sbitmap.c: Fix formatting.Kazu Hirata1-3/+3
2002-05-03real.c (etoasc): Strip most trailing zeros for clarity.Richard Henderson1-1/+10
2002-05-02haifa-sched.c (schedule_insn): Print table of instructions and reservations.Jan Hubicka1-2/+1
2002-04-292002-04-29 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov1-2/+13
2002-01-22predict.c: Fix formatting.Kazu Hirata1-2/+2
2001-12-04rtl.def (PREFETCH): New rtx code.Janis Johnson1-0/+6
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-1/+1
2001-09-14Fix typo in FSF copyright statementNick Clifton1-2/+2
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi1-1/+1
2001-09-12c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi1-1/+1
2001-08-30rtl.def: Undo my patch commited 2001-08-27.Vladimir Makarov1-12/+2
2001-08-27rtl.def (DEFINE_CPU_UNIT, [...]): New RTL constructions.Vladimir Makarov1-2/+12
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-9/+9
2001-08-09sched-vis.c (MAX_VISUAL_NO_UNIT): Define.Graham Stott1-3/+7
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-1/+1
2000-12-22Makefile.in (sched-deps.o, [...]): Fix dependency typo.Kaveh R. Ghazi1-1/+0
2000-12-20Support scheduling across extended basic blocksBernd Schmidt1-0/+2
2000-12-05sched-vis.c (visual_tbl_line_length): New variable.Alexandre Oliva1-4/+21
2000-12-05Fix building on non-INSN_SCHEDULING targets, and fix a small bug in rgn_print...Bernd Schmidt1-0/+2
2000-12-03Move scheduling visualization code to separate file.Bernd Schmidt1-0/+929