summaryrefslogtreecommitdiff
path: root/gcc/value-prof.c
Commit message (Expand)AuthorAgeFilesLines
* bitmap.c, [...]: Add space between string literal and macro name.Jason Merrill2015-05-091-21/+21
* re PR lto/65302 (LTO: ICE internal compiler error: verify_flow_info failed)Jan Hubicka2015-03-061-0/+2
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-7/+14
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek2014-12-011-13/+11
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-39/+53
* ipa-chkp.c: New.Ilya Enkovich2014-11-051-1/+49
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod2014-11-011-0/+1
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+4
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-1/+9
* Add AutoFDO.Dehao Chen2014-10-211-2/+2
* params.def (PARAM_INDIR_CALL_TOPN_PROFILE): New param.Rong Xu2014-10-071-6/+36
* convert the rest of the users of pointer_map to hash_mapTrevor Saunders2014-08-071-15/+27
* add a hash_set based on hash_tableTrevor Saunders2014-08-021-7/+6
* Make FDO more tolerant to source changesXinliang David Li2014-07-261-3/+12
* IPA C++ refactoring 1/NMartin Liska2014-07-241-2/+2
* system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener2014-05-261-36/+36
* Merge in wide-int.Kenneth Zadeck2014-05-061-6/+23
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-3/+3
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-2/+5
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+3
* remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders2013-11-181-5/+5
* gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod2013-11-171-0/+2
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+1
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* Time profiler introduced.Martin Liska2013-11-111-2/+21
* Automated part of renaming of symtab_node_base to symtab_node.David Malcolm2013-10-311-2/+2
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-10/+10
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-2/+6
* Re-factor inclusion of tree.h.Diego Novillo2013-10-211-0/+1
* tree-flow.h (tm_restart_node, gimple_df): Move to gimple-ssa.h.Andrew MacLeod2013-10-091-1/+0
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* dumpfile.c (dump_loc): Remove newline emission.Teresa Johnson2013-09-161-2/+2
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* re PR tree-optimization/58294 (ice in update_ssa_across_abnormal_edges, at tr...Jan Hubicka2013-09-091-15/+15
* dumpfile.c (dump_loc): Output column number.Teresa Johnson2013-08-291-5/+9
* value-prof.c (gimple_ic): Fix the bug of adding EH edge.Dehao Chen2013-08-191-2/+1
* cgraph.c (cgraph_turn_edge_to_speculative): Return newly introduced edge; fix...Jan Hubicka2013-08-131-19/+17
* cgraph.h (cgraph_node): Add profile_id.Jan Hubicka2013-08-091-33/+86
* cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka2013-08-091-1/+1
* tree-flow.h (gimple_check_call_matching_types): Add new argument.Dehao Chen2013-06-151-1/+1
* Remove the trayed debug_gimple_stmtH.J. Lu2013-04-301-1/+0
* First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson2013-04-081-6/+6
* data-streamer-in.c (streamer_read_gcov_count): New function.Jan Hubicka2013-03-281-0/+90
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-34/+26