summaryrefslogtreecommitdiff
path: root/gcc/sched-vis.c
Commit message (Expand)AuthorAgeFilesLines
* real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson2002-10-151-6/+1
* real.c (ereal_to_decimal): Add digits parameter.Richard Henderson2002-09-041-1/+1
* Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller2002-06-111-12/+2
* sbitmap.c: Fix formatting.Kazu Hirata2002-05-091-3/+3
* real.c (etoasc): Strip most trailing zeros for clarity.Richard Henderson2002-05-031-1/+10
* haifa-sched.c (schedule_insn): Print table of instructions and reservations.Jan Hubicka2002-05-021-2/+1
* 2002-04-29 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov2002-04-291-2/+13
* predict.c: Fix formatting.Kazu Hirata2002-01-221-2/+2
* rtl.def (PREFETCH): New rtx code.Janis Johnson2001-12-041-0/+6
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi2001-10-211-1/+1
* Fix typo in FSF copyright statementNick Clifton2001-09-141-2/+2
* c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi2001-09-131-1/+1
* c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi2001-09-121-1/+1
* rtl.def: Undo my patch commited 2001-08-27.Vladimir Makarov2001-08-301-12/+2
* rtl.def (DEFINE_CPU_UNIT, [...]): New RTL constructions.Vladimir Makarov2001-08-271-2/+12
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-9/+9
* sched-vis.c (MAX_VISUAL_NO_UNIT): Define.Graham Stott2001-08-091-3/+7
* Use byte offsets in SUBREGs instead of words.Jakub Jelinek2001-04-031-1/+1
* Makefile.in (sched-deps.o, [...]): Fix dependency typo.Kaveh R. Ghazi2000-12-221-1/+0
* Support scheduling across extended basic blocksBernd Schmidt2000-12-201-0/+2
* sched-vis.c (visual_tbl_line_length): New variable.Alexandre Oliva2000-12-051-4/+21
* Fix building on non-INSN_SCHEDULING targets, and fix a small bug in rgn_print...Bernd Schmidt2000-12-051-0/+2
* Move scheduling visualization code to separate file.Bernd Schmidt2000-12-031-0/+929