summaryrefslogtreecommitdiffstats
path: root/test/Parser/pragma-loop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add two new pragmas for controlling software pipelining optimizations.Aaron Ballman2019-01-041-1/+1
* Append new attributes to the end of an AttributeList.Michael Kruse2018-08-031-29/+28
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-251-28/+29
* Append new attributes to the end of an AttributeList.Michael Kruse2018-06-191-29/+28
* Add loop pragma for Loop DistributionAdam Nemet2016-06-141-1/+18
* Add new llvm.loop.unroll.enable metadata for use with "#pragma unroll".Mark Heffernan2015-08-101-3/+3
* Add assume_safety option for pragma loop vectorize and interleave.Tyler Nowicki2015-06-111-4/+4
* Correct Loop Hint Diagnostic MessageTyler Nowicki2015-06-081-1/+1
* Allow constant expressions in pragma loop hints.Tyler Nowicki2014-10-121-19/+110
* Add a state variable to the loop hint attribute.Tyler Nowicki2014-07-311-0/+3
* Revert r214333, "Add a state variable to the loop hint attribute."NAKAMURA Takumi2014-07-311-3/+0
* Add a state variable to the loop hint attribute.Tyler Nowicki2014-07-301-0/+3
* In unroll pragma syntax and loop hint metadata, change "enable" forms to a ne...Mark Heffernan2014-07-231-8/+15
* Add support for '#pragma unroll'.Mark Heffernan2014-07-211-4/+4
* Fix PR20069: bad loop pragma arguments crash FEEli Bendersky2014-06-191-12/+28
* Add loop unroll pragma supportEli Bendersky2014-06-111-4/+22
* *Really* fix DOS newlines introduced in r210330Reid Kleckner2014-06-101-132/+132
* Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman2014-06-061-0/+132