aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-vis.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-25Makefile.in (sched-vis.o): Update dependencies.Paolo Bonzini1-23/+87
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-04-22sched-vis.c (print_value): Use CONST_DOUBLE_LOW and CONST_DOUBLE_HIGH.David S. Miller1-1/+1
2004-09-09ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell1-2/+1
2004-07-20genattr.c (struct range, [...]): Remove them.Paolo Bonzini1-259/+0
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-2/+6
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-2/+2
2003-12-13c-typeck.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-1/+1
2003-07-06sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger1-41/+21
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-10-15real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson1-6/+1
2002-09-04real.c (ereal_to_decimal): Add digits parameter.Richard Henderson1-1/+1
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