aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-unswitch.c
AgeCommit message (Expand)Author
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-11-21Use safe_dyn_cast instead of dyn_cast in find_loop_guard to fix PR92608.Prathamesh Kulkarni
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-07-25re PR tree-optimization/81455 (Compile-time hog w/ -O1 -funswitch-loops)Richard Biener
2017-07-16tree-ssa-loop-unswitch.c (hoist_guard): Avoid use of REG_BR_PROB_BASE fixpoin...Jan Hubicka
2017-07-01cfg.c (scale_bbs_frequencies): New function.Jan Hubicka
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-02-17Introduce ssa_defined_default_def_p function (PR tree-optimization/79529).Martin Liska
2017-02-14Fix memory leak in tree-ssa-loop-unswitch.cMartin Liska
2017-02-09loop-unswitch-2.c: New testcase.Jan Hubicka
2017-02-05re PR tree-optimization/79347 (vect_do_peeling is messing up profile)Jan Hubicka
2017-01-31re PR tree-optimization/71691 (wrong code at -O3 in both 32-bit and 64-bit mo...Aldy Hernandez
2017-01-01Update copyright years.Jakub Jelinek
2016-08-17re PR tree-optimization/23855 (loop header should also be pulled out of the i...Richard Biener
2016-06-01loop-dolop.c (doloop_optimize): Us likely max iteration bound.Jan Hubicka
2016-05-06re PR debug/70935 (ICE: verify_ssa failed (error: definition in block 9 does ...Yuri Rumyantsev
2016-04-21tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also max_loop_itera...Jan Hubicka
2016-04-12Revert r234572 (aka PR testsuite/70577)Martin Liska
2016-03-30tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic estimat...Jan Hubicka
2016-01-04Update copyright years.Jakub Jelinek
2015-12-18re PR tree-optimization/68906 (ICE at -O3 on x86_64-linux-gnu: verify_ssa fai...Yuri Rumyantsev
2015-12-09Fix misleading indentation in tree-ssa-loop-unswitch.cDavid Malcolm
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-13PR tree-optimization/67909, 67947Yuri Rumyantsev
2015-10-09[PR67828] don't unswitch on default defs of non-parmsAlexandre Oliva
2015-10-08tree-ssa-loop-unswitch.c: Include "gimple-iterator.h" and "cfghooks.h"...Yuri Rumyantsev
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-07-09remove has_executeTrevor Saunders
2014-04-17pass cfun to pass::executeTrevor Saunders
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders
2014-04-17remove has_gateTrevor Saunders
2014-01-02Update copyright years in gcc/Richard Sandiford