aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-profile.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-21value-prof.c (value_prof_hooks): Remove.Steven Bosscher1-42/+25
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-10-26re PR lto/45736 (ICE: in cgraph_remove_unreachable_nodes, at ipa.c:245 with -...Jan Hubicka1-3/+2
2010-10-05value-prof.c (gimple_divmod_fixed_value): Work on SSA form.Richard Guenther1-115/+185
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-07tree-ssa-propagate.h (valid_gimple_call_p): Remove.Richard Guenther1-6/+9
2010-06-06stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the newly buil...Eric Botcazou1-0/+4
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-23regs.h: Do not include obstack.h, basic-block.h.Steven Bosscher1-0/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-3/+0
2010-05-13cgraph.c (cgraph_mark_address_taken_node): No longer imply needed flag.Jan Hubicka1-1/+1
2010-04-30tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as needed.Jan Hubicka1-0/+2
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-04-01re PR middle-end/43602 (___emutls_v.__gcov_indirect_call_[counters|callee] un...Richard Guenther1-2/+0
2010-03-30tree-profile.c (tree_init_ic_make_global_vars): Make static variables TLS.Seongbae Park1-0/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-32/+32
2009-11-11lto-cgraph.c: Include gcov-io.hJan Hubicka1-2/+10
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-2/+2
2009-04-15omp-low.c (lower_rec_input_clauses): Build correct address expressions.Richard Guenther1-0/+2
2009-04-03omp-low.c (pass_expand_omp): Don't claim to provide PROP_gimple_lomp.Steven Bosscher1-1/+1
2008-12-30revert: tree-profile.c (tree_init_ic_make_global_vars): Make static variables...Seongbae Park1-2/+0
2008-12-29tree-profile.c (tree_init_ic_make_global_vars): Make static variables TLS.Seongbae Park1-0/+2
2008-09-13re PR middle-end/32581 (make profiledbootstrap - stageprofile - gcc/ada/a-exc...Jan Hubicka1-6/+26
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-87/+94
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-5/+2
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-1/+1
2008-05-28value-prof.c (tree_ic_transform): Print counts.Seongbae Park1-1/+14
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