]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/predict.c
tree-core.h: Include symtab.h.
[thirdparty/gcc.git] / gcc / predict.c
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-09  Jason Merrillbitmap.c, [...]: Add space between string literal and...
2015-01-29  Jan Hubickare PR ipa/64801 (kernel build failure due to ICF)
2015-01-15  Prathamesh Kulkarnidojump.h: New header file.
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-11-24  Martin Liska[PATCH 1/2] Negative numbers added for sreal class.
2014-11-19  David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-17  Jan Hubickapredict.c (maybe_hot_frequency_p): Use opt_for_fn.
2014-11-11  Trevor Saundersc++ify sreal
2014-10-28  Andrew MacLeodcgraph.h: Flatten.
2014-10-27  Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-22  Andrew MacLeodcfgbuild.h: New.
2014-10-21  Dehao ChenAdd AutoFDO.
2014-10-20  Andrew MacLeodcfgrtl.h: New.
2014-10-16  Andrew MacLeodfunction.h: Flatten file.
2014-09-24  Marek Polacekre PR c/61405 (Not emitting "enumeration value not...
2014-09-22  Jan Hubickatree-ssa-ccp.c (prop_value_d): Rename to ...
2014-08-25  Martin LiskaIPA C++ refactoring 4/N
2014-08-22  David Malcolmpredict.*: Use rtx_insn (also touches function.c and...
2014-08-08  Yi YangRemove a redundant assignment "*predictor = PRED_BUILTI...
2014-08-08  Richard Bienerbuiltins.c (c_getstr, [...]): Export.
2014-08-07  Trevor Saundersremove pointer-set.[ch]
2014-08-02  Trevor Saundersconvert many uses of pointer_map to hash_map
2014-07-24  Martin LiskaIPA C++ refactoring 1/N
2014-07-09  Trevor Saundersremove has_execute
2014-05-26  Richard Bienersystem.h: Define __STDC_FORMAT_MACROS before including...
2014-05-06  Kenneth ZadeckMerge in wide-int.
2014-05-06  Richard Bienertree-pass.h (TODO_verify_ssa, [...]): Remove.
2014-04-17  Trevor Saunderspass cfun to pass::execute
2014-04-17  Trevor Saunderspass current function to opt_pass::gate ()
2014-04-17  Trevor Saundersremove has_gate
2014-03-18  Jakub Jelinekre PR ipa/58721 (The subroutine perdida is no longer...
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-17  Martin LiskaTime profile-based function reordering (phase 2).
2013-12-09  David MalcolmEliminate FOR_ALL_BB macro.
2013-12-09  David MalcolmEliminate FOR_EACH_BB macro.
2013-12-09  David MalcolmEliminate profile_status macro.
2013-12-09  David MalcolmEliminate BASIC_BLOCK macro.
2013-12-09  David MalcolmRename profile_status_for_function to profile_status_fo...
2013-12-04  Marek PolacekImplement -fsanitize=signed-integer-overflow.
2013-11-22  Andrew MacLeodgimple.h: Remove all includes.
2013-11-19  David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19  Richard Bienercfgloop.h (struct loop_iterator): C++-ify, add construc...
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18  Richard Sandiforddecl.c, [...]: Replace tree_low_cst (..., 1) with tree_...
2013-11-18  Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-18  Richard Sandiforddecl.c, [...]: Replace host_integerp (..., 1) with...
2013-11-18  Richard Sandifordcuintp.c: Replace host_integerp (..., 0) with tree_fits...
2013-11-18  Trevor Saundersremove nolonger needed {cgraph,varpool}_node_{,asm_...
2013-11-13  Andrew Macleodgimple-walk.h: New File.
2013-11-13  Teresa Johnsonre PR ipa/58862 (LTO profiledbootstrap failure: lto1...
2013-11-12  Teresa Johnsonpredict.c (drop_profile): New function.
2013-10-23  Andrew MacLeodtree-ssa-loop.h: Remove include files.
2013-10-23  Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-18  Teresa Johnsonpredict.c (probably_never_executed): Compare frequency...
2013-10-10  Teresa Johnsonpredict.c (tree_estimate_probability): Add new paramete...
2013-10-03  Rong Xupredict.c (tree_predict_by_opcode): Get the probability...
2013-10-03  Teresa Johnsonpredict.c (probably_never_executed): New function.
2013-09-30  Richard Sandifordbasic-block.h (edge_list): Prefix member names with...
2013-09-28  Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-23  Richard Sandifordrtl.texi (REG_NOTES): Say that int_list can also be...
2013-09-12  Andrew MacLeodtree-ssa.h: New.
2013-09-09  Jan Hubickaipa-profile.c: Add toplevel comment.
2013-09-04  Jan HubickaMakefile.in (ipa-devirt.o): Add dependency on diagnostic.h
2013-08-31  Teresa JohnsonThis patch sanitizes the partitioning to address issues...
2013-08-05  David MalcolmAutomated conversion of passes to C++ classes
2013-04-30  Richard Bienerfunction.h (loops_for_fn): New inline function.
2013-04-29  Kyrylo Tkachovpredict.c: Fix typo in comment above #define PROB_VERY_...
2013-04-10  Richard Bienerpasses.c (execute_todo): Do not call ggc_collect condit...
2013-04-04  Marek Polacekre PR tree-optimization/48186 (ICE: SIGFPE (division...
2013-03-30  Steven Bosschercfgrtl.c (fixup_reorder_chain): Do not emit barriers...
2013-03-29  Jan Hubickalto-cgraph.c (output_profile_summary, [...]): Use gcov...
2013-03-08  Marek Polacekre PR tree-optimization/56478 (ICE: Floating point...
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2013-01-09  Jakub Jelinekre PR tree-optimization/48189 (ICE: SIGFPE (division...
2013-01-04  Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-11-23  Teresa Johnsonpredict.c (maybe_hot_count_p): Use threshold from profi...
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-02  Jan Hubickapredict.c (predict_loops): Predict also exits not domin...
2012-11-02  Jan Hubicka* predict.c (predict_loops): Do not predict infinite...
2012-11-01  Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-10-08  Dehao Chenpredict.c (predict_loops): Predict for short-circuit...
2012-08-24  Martin Jamborpredict.c (maybe_hot_frequency_p): New parameter fun.
2012-08-19  Jan Hubickare PR lto/45375 ([meta-bug] Issues with building Mozill...
2012-07-31  Dehao Chenpredict.c (tree_estimate_probability_driver): Normalize...
2012-07-26  Richard HendersonHot/cold attributes for labels.
2012-07-16  Steven Bosschersystem.h (dump_file): Do not define.
2012-07-08  Steven Bosscherbasic-block.h: Re-group most prototypes per file.
2012-05-31  Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-08  Dehao Chenpredict.c (find_qualified_ssa_name): New
2012-04-12  Richard Guenthercfgloop.h (estimated_loop_iterations_int): Ditch 'conse...
2012-02-13  Jan Hubickare PR middle-end/52214 (FAIL: g++.dg/tree-ssa/pr44706...
2012-02-10  Jan Hubickare PR middle-end/48600 (ICE when using cold attribute)
2011-11-30  Richard Hendersonpredict.c (expr_expected_value_1): Assume compare-and...
2011-07-26  Richard Guentherpredict.c (maybe_hot_frequency_p): Make sure a zero...
next