aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-sink.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-22tree-optimization/101151 - fix irreducible region check for sinkingRichard Biener1-1/+8
2021-05-18Run pass_sink_code once more before store_mergingXionghu Luo1-0/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-08tree-optimization/97559 - fix sinking in irreducible regionsRichard Biener1-5/+9
2020-10-08tree-optimization/97330 - fix bad load sinkingRichard Biener1-1/+3
2020-10-07tree-optimization/97307 - improve sinking of loadsRichard Biener1-21/+24
2020-08-06tree-optimization/96491 - avoid store commoning across abnormal edgesRichard Biener1-1/+2
2020-05-25tree-optimization/95284 - amend previous store commoning fixRichard Biener1-1/+1
2020-05-22tree-optimization/95268 - fix commoning of clobbersRichard Biener1-11/+14
2020-05-15tree-optimization/33315 - common stores during sinkingRichard Biener1-4/+181
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-21re PR tree-optimization/91355 (optimized code does not call destructor while ...Jakub Jelinek1-1/+1
2019-11-21ipa-fnsummary.h (enum ipa_hints_vals): Fix comment typo, preffer -> prefer.Jakub Jelinek1-3/+3
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-1/+1
2019-06-27Remove quite obvious dead assignments.Martin Liska1-1/+0
2019-05-27re PR tree-optimization/90637 (ICE in vect_loop_versioning, at tree-vect-loop...Richard Biener1-1/+4
2019-05-21Don't split non-critical edges in critedVladislav Ivanishin1-2/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-13* tree-ssa-sink.c (select_best_block): Do not use frequencies.Jan Hubicka1-2/+4
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-1/+2
2017-05-14use auto_bitmap moreTrevor Saunders1-6/+3
2017-04-25re PR tree-optimization/79201 (missed optimization: sinking doesn't handle ca...Richard Biener1-6/+10
2017-04-24re PR tree-optimization/79725 (Sinking opportunity missed if blocked by dead ...Richard Biener1-8/+23
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-7/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-5/+5
2015-09-20switch from gimple to gimple*Trevor Saunders1-9/+9
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-2/+6
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-6/+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-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-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-4/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+11
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-24re PR tree-optimization/61572 (ICE: in assign_by_spills, at lra-assigns.c:1335)Richard Biener1-0/+6
2014-06-06re PR tree-optimization/59299 (We do not sink loads)Richard Biener1-51/+74
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-27/+20
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-10Note that pass_pre destroys PROP_no_crit_edgesTom de Vries1-1/+3
2014-01-09re PR tree-optimization/59715 (wrong code at -Os and above on x86_64-linux-gnu)Richard Biener1-1/+1