aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-3015/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-26Try to resolve paths in threader without looking further back.Aldy Hernandez1-0/+3
2021-10-20Remove superflous debugging messages from the threading registry.Aldy Hernandez1-12/+0
2021-10-20Disallow loop rotation and loop header crossing in jump threaders.Aldy Hernandez1-1/+25
2021-10-05Loosen loop crossing restriction in threader.Aldy Hernandez1-11/+29
2021-09-28Improve jump threading dump output.Aldy Hernandez1-4/+9
2021-09-28Enable jump threading at -O1.Aldy Hernandez1-1/+1
2021-09-28Control all jump threading passes with -fjump-threads.Aldy Hernandez1-0/+2
2021-09-24Avoid invalid loop transformations in jump threading registry.Aldy Hernandez1-13/+54
2021-09-19Minor cleanups to forward threader.Aldy Hernandez1-5/+7
2021-09-13Remove references to FSM threads.Aldy Hernandez1-37/+36
2021-09-11Refactor jump_thread_path_registry.Aldy Hernandez1-105/+108
2021-09-03Dump reason why threads are being cancelled and abstract code.Aldy Hernandez1-27/+29
2021-09-03Add debug helper for jump thread paths.Aldy Hernandez1-0/+6
2021-07-29Use range-based for loops for traversing loopsKewen Lin1-2/+1
2021-07-29Backwards jump threader rewrite with ranger.Aldy Hernandez1-4/+8
2021-06-15Assert we have irreducible regions marked in the threaderRichard Biener1-0/+2
2021-04-30Jump threader refactor.Aldy Hernandez1-141/+165
2021-01-04Update copyright years.Jakub Jelinek1-1/+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-4/+4
2019-05-31re PR tree-optimization/90671 (ICE on valid code at -Os and above with -g ena...Jakub Jelinek1-3/+16
2019-05-21preserve more debug stmts in gimple jump threadingAlexandre Oliva1-0/+68
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-23re PR rtl-optimization/87468 (ice "wrong amount of branch edges after conditi...Jeff Law1-1/+11
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-3/+3
2018-07-11tree-ssa-threadupdate.c (thread_through_all_blocks): Do not jump thread twice...Aldy Hernandez1-8/+14
2018-07-01Allow jump threading of multiple paths that start from the same BB.Aldy Hernandez1-5/+182
2018-05-03re PR tree-optimization/85615 (ICE at -O2 and above on valid code on x86_64-l...Richard Biener1-1/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-15re PR middle-end/36550 (Wrong "may be used uninitialized" warning (conditiona...Jeff Law1-18/+66
2017-12-15re PR tree-optimization/81165 (Regression in GCC-8.0.0's optimizer)Jeff Law1-0/+136
2017-12-15re PR tree-optimization/83410 (libgomp.graphite/force-parallel-4.c etc. FAIL)Jeff Law1-0/+25
2017-11-14tree-ssa-threadupdate.c (thread_through_all_blocks): Thread blocks is post or...Jeff Law1-8/+26
2017-11-14tree-ssa-threadupdate.c (compute_path_counts): Remove unused path_in_freq_ptr...Jan Hubicka1-12/+2
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-199/+38
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-162/+83
2017-09-12tree-ssa-threadbackward.c (fsm_find_thread_path): Make GC vectors heap vectors.Aldy Hernandez1-1/+1
2017-09-05tree-ssa-threadupdate.c (duplicate_thread_path): Remove unused REGION_COPY ar...Aldy Hernandez1-16/+5
2017-07-16tree-ssa-threadupdate.c (compute_path_counts, [...]): Use profile_probability.Jan Hubicka1-4/+3
2017-07-03re PR rtl-optimization/81290 (ICE in update_br_prob_note)Jan Hubicka1-2/+3
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-11/+15
2017-06-05cfgexpand.c (expand_gimple_tailcall): Initialize profile of new edge.Jan Hubicka1-5/+9
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-52/+48
2017-05-14use auto_bitmap moreTrevor Saunders1-10/+3
2017-03-14alias.c (struct alias_set_entry): Pack properly.Richard Biener1-3/+3
2017-01-23re PR tree-optimization/79088 (wrong code at -O2 on x86_64-linux-gnu)Richard Biener1-36/+40
2017-01-17re PR tree-optimization/77445 (Performance drop after r239219 on coremark test)Jan Hubicka1-43/+62