aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-vis.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-13re PR target/41693 (RTL Check Failure in expand_debug_expr, at cfgexpand.c:2371)Jakub Jelinek1-1/+1
2009-10-12re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva1-1/+12
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+32
2009-06-22alias.c: Use REG_P...Shujing Zhao1-2/+2
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-09-01sel-sched.h, [...]: New files.Andrey Belevantsev1-11/+34
2008-04-15dwarf2asm.c (dw2_assemble_integer): Cast to unsigned HOST_WIDE_INT for hex pr...Doug Kwan1-1/+2
2007-08-23rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu1-0/+4
2007-08-14alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi1-6/+6
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-2/+14
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-10/+2
2007-05-18Index: gcc/java/ChangeLogGeoffrey Keating1-1/+4
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