aboutsummaryrefslogtreecommitdiff
path: root/gcc/tracer.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2007-09-15tree-parloops.c: New file.Zdenek Dvorak1-1/+1
2007-09-10bb-reorder.c (rest_of_handler_reorder_blocks): Removed call to RTL level trac...Robert Kidd1-90/+72
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-1/+1
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-7/+7
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-3/+3
2007-03-23tracer.c (tracer): Don't take FLAGS argument.Steven Bosscher1-6/+7
2007-01-27tracer.c (rest_of_handle_tracer): We already cleaned up the CFG in tracer() s...Steven Bosscher1-1/+0
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-02-15cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini1-3/+3
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-3/+3
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-2/+2
2005-08-24bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block.Zdenek Dvorak1-1/+1
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-3/+35
2005-06-27basic-block.h (basic_block_def): Kill rbi.Jan Hubicka1-11/+11
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-03-12cfglayout.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-3/+3
2004-11-22cfg.c (cached_make_edge): Use find_edge rather than an inlined variant.Jeff Law1-4/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-10/+16
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-2/+1
2004-07-26re PR rtl-optimization/16643 (verify_local_live_at_start ICE after crossjumpi...Richard Sandiford1-3/+4
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-2/+2
2004-02-27bb-reorder.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-24toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson1-20/+20
2003-12-18Makefile.in (tracer.o, [...]): Depend on timevar.hSteven Bosscher1-0/+7
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-1/+3
2003-07-06sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger1-24/+17
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-03basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka1-12/+12
2003-06-16tracer.c: Remove duplication declaration.Andreas Jaeger1-1/+0
2003-04-23Makefile.in (LIBGCC_DEPS): Add gcov headers.Nathan Sidwell1-2/+2
2003-04-21Break out coverage routines to new file.Nathan Sidwell1-2/+2
2003-03-15c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle1-1/+1
2003-01-24cfgloopanal.c: New file.Zdenek Dvorak1-1/+1
2002-12-24regmove.c: Fix comment typos.Kazu Hirata1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-09-08basic-block.h: Fix comment formatting.Kazu Hirata1-1/+1
2002-07-06toplev.c (set_fast_math_flags): Don't use ISO C style function definitions.Andreas Jaeger1-4/+9
2002-06-01Makefile.in (tracer.o): New.Jan Hubicka1-0/+373