aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloopmanip.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-1714/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-01Rename duplicate_loop_to_header_edge to duplicate_loop_body_to_header_edgeXionghu Luo1-6/+5
2021-11-01Refactor loop_versionXionghu Luo1-84/+29
2021-07-29Use range-based for loops for traversing loopsKewen Lin1-5/+2
2021-07-05middle-end/101291 - set loop copy of versioned loopRichard Biener1-0/+1
2021-06-17return auto_vec from get_dominated_byTrevor Saunders1-3/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-09-24add move CTOR to auto_vec, use auto_vec for get_loop_exit_edgesRichard Biener1-2/+1
2020-05-06middle-end/94964 - avoid EH loop entry with CP_SIMPLE_PREHEADERSRichard Biener1-2/+3
2020-04-02c/94392 - only enable -ffinite-loops for C++Richard Biener1-0/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-45/+45
2019-06-27Remove quite obvious dead assignments.Martin Liska1-1/+0
2019-05-20cfgloop.h (struct loop): Add simdlen member.Jakub Jelinek1-0/+1
2019-03-08re PR target/89578 (5% runtime regression for 481.wrf at -Ofast -flto)Richard Biener1-0/+1
2019-03-07re PR tree-optimization/89618 (Inner loop won't vectorize unless dummy statem...Richard Biener1-0/+5
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-04-13re PR tree-optimization/82965 (gcc.dg/vect/pr79347.c starts failing after r25...Jan Hubicka1-48/+70
2018-04-06re PR rtl-optimization/84872 (ICE in create_preheader, at cfgloopmanip.c:1536)Jakub Jelinek1-1/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-07Add unroll and jam passMichael Matz1-17/+30
2017-11-16cfgloopmanip.c (duplicate_loop_to_header_edge): Cleanup profile manipulation.Jan Hubicka1-68/+55
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-27/+4
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-16/+4
2017-07-18re PR tree-optimization/81463 (ICE in scale_loop_profile at gcc/cfgloopmanip....Jan Hubicka1-1/+1
2017-07-16cfgloopmanip.c (scale_loop_profile): Avoid use of REG_BR_PROB_BASE fixpoint a...Jan Hubicka1-2/+2
2017-07-05cfgloop.h (struct loop): Add comment.Bin Cheng1-1/+2
2017-07-01cfg.c (scale_bbs_frequencies): New function.Jan Hubicka1-28/+30
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-49/+18
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-19/+25
2017-02-21loop.texi (Loop manipulation): Remove nonexistent tree_ssa_loop_version from ...Aldy Hernandez1-1/+4
2017-02-05re PR tree-optimization/79347 (vect_do_peeling is messing up profile)Jan Hubicka1-5/+9
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-24re PR tree-optimization/71595 (ICE on valid code at -O2 and -O3 on x86_64-lin...Richard Biener1-10/+14
2016-10-14re PR rtl-optimization/68212 (Loop unroller breaks basic block frequencies)Pat Haugen1-1/+4
2016-08-11re PR tree-optimization/72772 (Missed SCEV after pass reordering@236440)Richard Biener1-4/+9
2016-07-29cfgloop.h (struct loop): New field constraints.Bin Cheng1-0/+1
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-10/+3
2016-05-27cfgloop.c (record_niter_bound): Record likely upper bounds.Jan Hubicka1-0/+3
2016-01-23tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the...Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-17Add in_oacc_kernels_region in struct loopTom de Vries1-0/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-2/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-2/+2
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-12/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0