aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-prof.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-13/+11
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-39/+53
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-1/+49
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+9
2014-10-21Add AutoFDO.Dehao Chen1-2/+2
2014-10-07params.def (PARAM_INDIR_CALL_TOPN_PROFILE): New param.Rong Xu1-6/+36
2014-08-07convert the rest of the users of pointer_map to hash_mapTrevor Saunders1-15/+27
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-7/+6
2014-07-26Make FDO more tolerant to source changesXinliang David Li1-3/+12
2014-07-24IPA C++ refactoring 1/NMartin Liska1-2/+2
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-36/+36
2014-05-06Merge in wide-int.Kenneth Zadeck1-6/+23
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-3/+3
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+5
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-5/+5
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod1-0/+2
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-11Time profiler introduced.Martin Liska1-2/+21
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-2/+2
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-10/+10
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+6
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-10-09tree-flow.h (tm_restart_node, gimple_df): Move to gimple-ssa.h.Andrew MacLeod1-1/+0
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-16dumpfile.c (dump_loc): Remove newline emission.Teresa Johnson1-2/+2
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-09re PR tree-optimization/58294 (ice in update_ssa_across_abnormal_edges, at tr...Jan Hubicka1-15/+15
2013-08-29dumpfile.c (dump_loc): Output column number.Teresa Johnson1-5/+9
2013-08-19value-prof.c (gimple_ic): Fix the bug of adding EH edge.Dehao Chen1-2/+1
2013-08-13cgraph.c (cgraph_turn_edge_to_speculative): Return newly introduced edge; fix...Jan Hubicka1-19/+17
2013-08-09cgraph.h (cgraph_node): Add profile_id.Jan Hubicka1-33/+86
2013-08-09cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka1-1/+1
2013-06-15tree-flow.h (gimple_check_call_matching_types): Add new argument.Dehao Chen1-1/+1
2013-04-30Remove the trayed debug_gimple_stmtH.J. Lu1-1/+0
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-6/+6
2013-03-28data-streamer-in.c (streamer_read_gcov_count): New function.Jan Hubicka1-0/+90
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-34/+26
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-1/+1
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-26/+13
2012-08-08tree-call-cdce.c (check_pow): Simplify.Richard Guenther1-4/+4
2012-08-07gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther1-2/+0
2012-08-02tree-flow.h (make_rename_temp): Remove.Richard Guenther1-3/+3