aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-prof.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-20switch from gimple to gimple*Trevor Saunders1-26/+26
2015-08-21value-prof.c (interesting_stringop_to_profile_p): Removed FNDECL argument and...Felix Yang1-30/+31
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford1-5/+2
2015-06-25gengtype-parse.c (require_template_declaration): Allow '+' in template parame...Richard Sandiford1-13/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-09bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill1-21/+21
2015-03-06re PR lto/65302 (LTO: ICE internal compiler error: verify_flow_info failed)Jan Hubicka1-0/+2
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-7/+14
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
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