aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-prefetch.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-2108/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-08loop: Fix profile updates after unrolling [PR102385]Richard Sandiford1-2/+1
2021-07-29Use range-based for loops for traversing loopsKewen Lin1-2/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-09-24add move CTOR to auto_vec, use auto_vec for get_loop_exit_edgesRichard Biener1-5/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-23/+27
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-18/+18
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-05-23Fix bootstrap breakage on i686Luis Machado1-2/+2
2018-05-23[Patch 02/02] Introduce prefetch-dynamic-strides optionLuis Machado1-0/+10
2018-05-23[Patch 01/02] Introduce prefetch-minimum stride optionLuis Machado1-0/+17
2018-05-07re PR bootstrap/85681 (r259995 breaks bootstrap on x86_64-*-freebsd)Luis Machado1-26/+0
2018-05-07Introduce prefetch-dynamic-strides option.Luis Machado1-0/+10
2018-05-07Introduce prefetch-minimum stride optionLuis Machado1-0/+16
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-13re PR tree-optimization/82451 ([GRAPHITE] codegen error in get_rename_from_scev)Richard Biener1-1/+2
2017-08-04Pool alignment information for common basesRichard Sandiford1-1/+1
2017-08-04Handle data dependence relations with different basesRichard Sandiford1-0/+1
2017-06-06Improve debug output of loop data prefetching.Maxim Kuvyrkov1-25/+38
2017-06-06Add debug counter for loop array prefetching.Maxim Kuvyrkov1-0/+5
2017-05-18Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum.Martin Liska1-4/+4
2017-03-03Remove unused variable.Martin Liska1-1/+0
2017-03-03Add -Wdisabled-optimization to loop prefetching pass (PR tree-optimization/79...Martin Liska1-4/+16
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-01Fix PR tree-optimization/78598 - tree-ssa-loop-prefetch.c:835:16: runtime err...Markus Trippelsdorf1-2/+2
2016-11-21Remove dead FIXMEKyrylo Tkachov1-4/+0
2016-10-04re PR tree-optimization/77808 (ICE in duplicate_ssa_name_ptr_info, at tree-ss...Doug Gilmore1-1/+2
2016-09-23Ensure points-to information is maintained for prefetch.Doug Gilmore1-0/+12
2016-07-20cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.Uros Bizjak1-1/+1
2016-05-28prefetch-5.c: Remove xfail.Jan Hubicka1-1/+1
2016-05-20re PR target/71185 (ice in gimplify_modify_expr, at gimplify.c:4873)Richard Biener1-0/+3
2016-05-19Fix leak in tree-ssa-loop-prefetch.cMartin Liska1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-16/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-14/+13
2015-09-20switch from gimple to gimple*Trevor Saunders1-6/+6
2015-09-17Split up optabs.[hc]Richard Sandiford1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-13/+4
2015-07-05target-insns.def (prefetch): New targetm instruction pattern.Richard Sandiford1-6/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-2/+2
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1