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