aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadupdate.c
AgeCommit message (Expand)AuthorFilesLines
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
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