summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-prefetch.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-05-23Fix bootstrap breakage on i686Luis Machado
2018-05-23[Patch 02/02] Introduce prefetch-dynamic-strides optionLuis Machado
2018-05-23[Patch 01/02] Introduce prefetch-minimum stride optionLuis Machado
2018-05-07re PR bootstrap/85681 (r259995 breaks bootstrap on x86_64-*-freebsd)Luis Machado
2018-05-07Introduce prefetch-dynamic-strides option.Luis Machado
2018-05-07Introduce prefetch-minimum stride optionLuis Machado
2018-01-03Update copyright years.Jakub Jelinek
2017-10-13re PR tree-optimization/82451 ([GRAPHITE] codegen error in get_rename_from_scev)Richard Biener
2017-08-04Pool alignment information for common basesRichard Sandiford
2017-08-04Handle data dependence relations with different basesRichard Sandiford
2017-06-06Improve debug output of loop data prefetching.Maxim Kuvyrkov
2017-06-06Add debug counter for loop array prefetching.Maxim Kuvyrkov
2017-05-18Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum.Martin Liska
2017-03-03Remove unused variable.Martin Liska
2017-03-03Add -Wdisabled-optimization to loop prefetching pass (PR tree-optimization/79...Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-12-01Fix PR tree-optimization/78598 - tree-ssa-loop-prefetch.c:835:16: runtime err...Markus Trippelsdorf
2016-11-21Remove dead FIXMEKyrylo Tkachov
2016-10-04re PR tree-optimization/77808 (ICE in duplicate_ssa_name_ptr_info, at tree-ss...Doug Gilmore
2016-09-23Ensure points-to information is maintained for prefetch.Doug Gilmore
2016-07-20cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.Uros Bizjak
2016-05-28prefetch-5.c: Remove xfail.Jan Hubicka
2016-05-20re PR target/71185 (ice in gimplify_modify_expr, at gimplify.c:4873)Richard Biener
2016-05-19Fix leak in tree-ssa-loop-prefetch.cMartin Liska
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-09-17Split up optabs.[hc]Richard Sandiford
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-07-05target-insns.def (prefetch): New targetm instruction pattern.Richard Sandiford
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm
2015-01-15dojump.h: New header file.Prathamesh Kulkarni
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-07-09remove has_executeTrevor Saunders
2014-04-17pass cfun to pass::executeTrevor Saunders