summaryrefslogtreecommitdiff
path: root/clang/test/Parser/pragma-loop.cpp
AgeCommit message (Expand)Author
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman
2023-10-20Revert "Diagnose use of VLAs in C++ by default"Aaron Ballman
2023-10-20Diagnose use of VLAs in C++ by defaultAaron Ballman
2022-10-28[Clang] Improve diagnostic message for loop hint pragmaeopXD
2022-10-27Pre-commit test case for D136784eopXD
2021-01-08[SVE] Add support to vectorize_width loop pragma for scalable vectorsDavid Sherwood
2019-07-25[Clang] New loop pragma vectorize_predicateSjoerd Meijer
2019-01-04Add two new pragmas for controlling software pipelining optimizations.Aaron Ballman
2018-08-03Append new attributes to the end of an AttributeList.Michael Kruse
2018-06-25Revert "Append new attributes to the end of an AttributeList."Michael Kruse
2018-06-19Append new attributes to the end of an AttributeList.Michael Kruse
2016-06-14Add loop pragma for Loop DistributionAdam Nemet
2015-08-10Add new llvm.loop.unroll.enable metadata for use with "#pragma unroll".Mark Heffernan
2015-06-11Add assume_safety option for pragma loop vectorize and interleave.Tyler Nowicki
2015-06-08Correct Loop Hint Diagnostic MessageTyler Nowicki
2014-10-12Allow constant expressions in pragma loop hints.Tyler Nowicki
2014-07-31Add a state variable to the loop hint attribute.Tyler Nowicki
2014-07-31Revert r214333, "Add a state variable to the loop hint attribute."NAKAMURA Takumi
2014-07-30Add a state variable to the loop hint attribute.Tyler Nowicki
2014-07-23In unroll pragma syntax and loop hint metadata, change "enable" forms to a ne...Mark Heffernan
2014-07-21Add support for '#pragma unroll'.Mark Heffernan
2014-06-19Fix PR20069: bad loop pragma arguments crash FEEli Bendersky
2014-06-11Add loop unroll pragma supportEli Bendersky
2014-06-10*Really* fix DOS newlines introduced in r210330Reid Kleckner
2014-06-06Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman