aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-03re PR tree-optimization/78856 (wrong code at -O3 on x86_64-linux-gnu (in both...Jeff Law1-21/+10
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-11re PR tree-optimization/77424 (Identical statements in if-else branches)Jeff Law1-46/+6
2016-08-05tree-ssa-threadupdate.c (thread_block_1): Remove unnecessary restriction on t...Richard Biener1-4/+2
2016-06-02re PR tree-optimization/71328 (ice in verify_jump_thread)Jeff Law1-2/+2
2016-01-25re PR tree-optimization/69196 (code size regression with jump threading at -O2)Jeff Law1-70/+1
2016-01-12[PATCH][PR tree-optimization/pr67755] Fix profile insanity adjustmentsJeff Law1-1/+20
2016-01-12* tree-ssa-threadupdate.c: Various whitespace and typo fixes.Jeff Law1-39/+39
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-18[PATCH][PR tree-optimization/68198] Avoid CFG explosion due to threadingJeff Law1-10/+39
2015-11-09Fix memory leaks and use a pool_allocatorMartin Liska1-1/+5
2015-11-08[PATCH] Remove backedge handling support in tree-ssa-threadupdate.cJeff Law1-244/+44
2015-11-02[PATCH] Avoid more irreducible loops in FSM threaderJeff Law1-12/+21
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-5/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-5/+4
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-3/+2
2015-10-19[PATCH] Don't allow FSM threader to create irreducible loops unless it elimin...Jeff Law1-4/+26
2015-10-14[PATCH] Fix accounting for num_threaded_edgesJeff Law1-0/+1
2015-10-07Re: [PATCH] Improve DOM's optimization of control statementsJeff Law1-0/+11
2015-10-06[PATCH][PR tree-optimization/67816] Fix jump threading when DOM removes condi...Jeff Law1-23/+52
2015-09-30[PATCH] Improve DOM's optimization of control statementsJeff Law1-1/+32
2015-09-20switch from gimple to gimple*Trevor Saunders1-1/+1
2015-08-28[PATCH][lto/66752] Fix missed FSM jump threadJeff Law1-0/+6
2015-08-03re PR middle-end/66314 (ice in verify_loop_structure)Jeff Law1-3/+16
2015-07-24revert: re PR lto/66752 (spec2000 255.vortex performance compiled with GCC is...Jeff Law1-6/+0
2015-07-23re PR lto/66752 (spec2000 255.vortex performance compiled with GCC is ~20% lo...Jeff Law1-0/+6
2015-07-13Fix double word typos.Aldy Hernandez1-2/+2
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-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-3/+1
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-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-01revert: re PR middle-end/66314 (ice in verify_loop_structure)Richard Biener1-17/+7
2015-05-29re PR middle-end/66314 (ice in verify_loop_structure)Richard Biener1-7/+17
2015-05-26tree-ssa-threadupdate.c: Replace 8 space sequences with tabs.Jeff Law1-146/+146
2015-05-20tree-ssa-threadupdate.c (mark_threaded_blocks): Properly dispose of the jump ...Jeff Law1-3/+12
2015-05-19tree-ssa-threadupdate.c (thread_single_edge): Use delete_jump_thread instead ...Jeff Law1-3/+2
2015-04-20re PR tree-optimization/65658 (Jump threading too pessimistic when optimizing...Jeff Law1-2/+1
2015-04-20re PR tree-optimization/65658 (Jump threading too pessimistic when optimizing...Jeff Law1-1/+3
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+6
2015-03-25diamonds are not valid execution threads for jump threadingSebastian Pop1-26/+67
2015-02-26improve FSM jump thread dumpSebastian Pop1-0/+3
2015-02-26re PR middle-end/65048 (ICE in add_phi_args_after_copy_edge, at tree-cfg.c)Sebastian Pop1-6/+34
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-15re PR tree-optimization/64284 (ICE: Segmentation fault)Richard Biener1-5/+4
2014-12-06extend jump thread for finite state automataJames Greenhalgh1-1/+202