aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-prefetch.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-2/+2
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+10
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-04-17pass cfun to pass::executeTrevor Saunders1-10/+10
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+4
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-2/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-1/+1
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-1/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2