aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.c
AgeCommit message (Expand)Author
2014-03-18 PR ipa/58721jakub
2014-01-02Update copyright years in gcc/rsandifo
2013-12-17Time profile-based function reordering (phase 2).marxin
2013-12-09Eliminate FOR_ALL_BB macro.dmalcolm
2013-12-09Eliminate FOR_EACH_BB macro.dmalcolm
2013-12-09Eliminate profile_status macro.dmalcolm
2013-12-09Eliminate BASIC_BLOCK macro.dmalcolm
2013-12-09Rename profile_status_for_function to profile_status_for_fn.dmalcolm
2013-12-04Implement -fsanitize=signed-integer-overflow.mpolacek
2013-11-22 * gimple.h: Remove all includes.amacleod
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm
2013-11-192013-11-19 Richard Biener <rguenther@suse.de>rguenth
2013-11-19Factor unrelated declarations out of tree.h.dnovillo
2013-11-18gcc/ada/rsandifo
2013-11-18gcc/c-family/rsandifo
2013-11-18gcc/ada/rsandifo
2013-11-18gcc/ada/rsandifo
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionstbsaunde
2013-11-13 * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod
2013-11-132013-11-13 Teresa Johnson <tejohnson@google.com>tejohnson
2013-11-122013-11-12 Teresa Johnson <tejohnson@google.com>tejohnson
2013-10-23 * tree-ssa-loop.h: Remove include files.amacleod
2013-10-23 * tree-ssa.h: Remove all #include'samacleod
2013-10-182013-10-18 Teresa Johnson <tejohnson@google.com>tejohnson
2013-10-102013-10-10 Teresa Johnson <tejohnson@google.com>tejohnson
2013-10-03 * predict.c (tree_predict_by_opcode): Get the probabilityxur
2013-10-032013-10-02 Teresa Johnson <tejohnson@google.com>tejohnson
2013-09-30gcc/rsandifo
2013-09-28gcc/rsandifo
2013-09-23gcc/rsandifo
2013-09-12 * tree-ssa.h: New. Move content from tree-flow.h andamacleod
2013-09-09 * ipa-profile.c: Add toplevel comment.hubicka
2013-09-04 * Makefile.in (ipa-devirt.o): Add dependency on diagnostic.hhubicka
2013-08-31This patch sanitizes the partitioning to address issues such as edgetejohnson
2013-08-05Automated conversion of passes to C++ classesdmalcolm
2013-04-302013-04-30 Richard Biener <rguenther@suse.de>rguenth
2013-04-292013-04-29 Kyrylo Tkachov <kyrylo.tkachov@arm.com>ktkachov
2013-04-102013-04-10 Richard Biener <rguenther@suse.de>rguenth
2013-04-04 PR tree-optimization/48186mpolacek
2013-03-30 * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.steven
2013-03-29 * lto-cgraph.c (output_profile_summary, input_profile_summary): Usehubicka
2013-03-08PR tree-optimization/56478mpolacek
2013-01-10Update copyright years in gcc/rsandifo
2013-01-09 PR tree-optimization/48189jakub
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.jakub
2012-11-23 * predict.c (maybe_hot_count_p): Use threshold from profiled workinghubicka
2012-11-18This patch rewrites the old VEC macro-based interface into a new onednovillo
2012-11-02 * predict.c (predict_loops): Predict also exits not dominatinghubicka
2012-11-02 * predict.c (predict_loops): Do not predict infinite loops.hubicka
2012-11-012012-11-01 Sharad Singhai <singhai@google.com>singhai