aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-profile.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2008-03-08coverage.h (tree_coverage_counter_addr): Declare.Richard Guenther1-16/+11
2008-01-19re PR gcov-profile/34610 (ICE with "-fprofile-arcs -fopenmp")Jakub Jelinek1-3/+7
2007-12-07tree-profile.c (gcov_type_tmp_var): New global variable.Richard Guenther1-9/+18
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-09tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...Zdenek Dvorak1-8/+10
2007-05-30tree-scalar-evolution.c (scev_const_prop): Do not create labels.Zdenek Dvorak1-1/+1
2007-03-08tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle1-13/+11
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-31/+17
2007-02-03c-decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-01-31cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2007-01-28expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; ...Jan Hubicka1-8/+65
2007-01-19Patch by Tomas Bily <tbily@suse.cz>Tomas Bily1-1/+143
2007-01-03pr16194.c: We now output error on all three functions, not just first one.Jan Hubicka1-27/+4
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-3/+3
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-8/+1
2005-12-02tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther1-5/+5
2005-07-28Makefile.in (rtl-profile.o): Kill all traces of it.Jan Hubicka1-6/+5
2005-06-28cgraph.c (cgraph_remove_node): Do not release function bodies until full cgra...Jan Hubicka1-0/+27
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-24tree-nested.c (build_addr): New "context" argument.Jeff Law1-3/+3
2005-04-22Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _...Zdenek Dvorak1-448/+96
2005-04-06coverage.h (GCOV_TYPE_NODE): Delete.Richard Sandiford1-65/+68
2005-03-29builtin-types.def, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-29Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H) $(TREE_H) and...Dale Johannesen1-50/+473
2004-10-28profile.c (branch_prob): Call to init_edge_profiler added.Andreas Krebbel1-0/+9
2004-09-25predict.c (counts_to_freqs): Make glolbal.Jan Hubicka1-2/+4
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-4/+16
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-1/+2
2004-09-01Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency.Zdenek Dvorak1-4/+4
2004-08-04basic-block.h (profile_staus): New global variable.Jan Hubicka1-1/+2
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+188