summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-05-31re PR tree-optimization/90671 (ICE on valid code at -Os and above with -g ena...Jakub Jelinek
2019-05-21preserve more debug stmts in gimple jump threadingAlexandre Oliva
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-11-23re PR rtl-optimization/87468 (ice "wrong amount of branch edges after conditi...Jeff Law
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-07-11tree-ssa-threadupdate.c (thread_through_all_blocks): Do not jump thread twice...Aldy Hernandez
2018-07-01Allow jump threading of multiple paths that start from the same BB.Aldy Hernandez
2018-05-03re PR tree-optimization/85615 (ICE at -O2 and above on valid code on x86_64-l...Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-12-15re PR middle-end/36550 (Wrong "may be used uninitialized" warning (conditiona...Jeff Law
2017-12-15re PR tree-optimization/81165 (Regression in GCC-8.0.0's optimizer)Jeff Law
2017-12-15re PR tree-optimization/83410 (libgomp.graphite/force-parallel-4.c etc. FAIL)Jeff Law
2017-11-14tree-ssa-threadupdate.c (thread_through_all_blocks): Thread blocks is post or...Jeff Law
2017-11-14tree-ssa-threadupdate.c (compute_path_counts): Remove unused path_in_freq_ptr...Jan Hubicka
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-09-12tree-ssa-threadbackward.c (fsm_find_thread_path): Make GC vectors heap vectors.Aldy Hernandez
2017-09-05tree-ssa-threadupdate.c (duplicate_thread_path): Remove unused REGION_COPY ar...Aldy Hernandez
2017-07-16tree-ssa-threadupdate.c (compute_path_counts, [...]): Use profile_probability.Jan Hubicka
2017-07-03re PR rtl-optimization/81290 (ICE in update_br_prob_note)Jan Hubicka
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-05cfgexpand.c (expand_gimple_tailcall): Initialize profile of new edge.Jan Hubicka
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-05-14use auto_bitmap moreTrevor Saunders
2017-03-14alias.c (struct alias_set_entry): Pack properly.Richard Biener
2017-01-23re PR tree-optimization/79088 (wrong code at -O2 on x86_64-linux-gnu)Richard Biener
2017-01-17re PR tree-optimization/77445 (Performance drop after r239219 on coremark test)Jan Hubicka
2017-01-03re PR tree-optimization/78856 (wrong code at -O3 on x86_64-linux-gnu (in both...Jeff Law
2017-01-01Update copyright years.Jakub Jelinek
2016-10-11re PR tree-optimization/77424 (Identical statements in if-else branches)Jeff Law
2016-08-05tree-ssa-threadupdate.c (thread_block_1): Remove unnecessary restriction on t...Richard Biener
2016-06-02re PR tree-optimization/71328 (ice in verify_jump_thread)Jeff Law
2016-01-25re PR tree-optimization/69196 (code size regression with jump threading at -O2)Jeff Law
2016-01-12[PATCH][PR tree-optimization/pr67755] Fix profile insanity adjustmentsJeff Law
2016-01-12* tree-ssa-threadupdate.c: Various whitespace and typo fixes.Jeff Law
2016-01-04Update copyright years.Jakub Jelinek
2015-11-18[PATCH][PR tree-optimization/68198] Avoid CFG explosion due to threadingJeff Law
2015-11-09Fix memory leaks and use a pool_allocatorMartin Liska
2015-11-08[PATCH] Remove backedge handling support in tree-ssa-threadupdate.cJeff Law
2015-11-02[PATCH] Avoid more irreducible loops in FSM threaderJeff Law
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-10-19[PATCH] Don't allow FSM threader to create irreducible loops unless it elimin...Jeff Law
2015-10-14[PATCH] Fix accounting for num_threaded_edgesJeff Law
2015-10-07Re: [PATCH] Improve DOM's optimization of control statementsJeff Law
2015-10-06[PATCH][PR tree-optimization/67816] Fix jump threading when DOM removes condi...Jeff Law