summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/Attr.td
Commit message (Expand)AuthorAgeFilesLines
* Revert "r222906 - Create a new 'flag_enum' attribute."Hans Wennborg2015-01-201-22/+1
* Workaround attribute ordering issue with kernel only attributesMatt Arsenault2014-12-051-2/+6
* Add attributes for AMDGPU register limits.Matt Arsenault2014-12-041-0/+32
* Create a new 'flag_enum' attribute.Sean Hunt2014-11-281-1/+22
* [OpenCL] Generic address space has been added in OpenCL v2.0.Anastasia Stulova2014-11-261-4/+9
* Complete support for the SD-6 standing document (based off N4200) with suppor...Aaron Ballman2014-11-141-6/+8
* [OPENMP] Codegen for threadprivate variablesAlexey Bataev2014-11-111-0/+6
* Improved capturing variable-length array types in CapturedStmt.Alexey Bataev2014-10-291-0/+8
* Add frontend support for __vectorcallReid Kleckner2014-10-241-0/+7
* Add documentation for calling convention attributesReid Kleckner2014-10-221-5/+5
* The nodebug attribute has a C++11-style spelling supported by GCC as well. Th...Aaron Ballman2014-10-211-1/+1
* Allow constant expressions in pragma loop hints.Tyler Nowicki2014-10-121-2/+2
* Reflowing some comments, NFC.Aaron Ballman2014-10-021-7/+6
* Initial support for the align_value attributeHal Finkel2014-10-021-0/+19
* CUDA: Fix incorrect target inference for implicit members.Eli Bendersky2014-09-291-0/+7
* Support the assume_aligned function attributeHal Finkel2014-09-261-0/+7
* Fix representation of __attribute__((nonnull)) to support correctly modelingRichard Smith2014-08-271-0/+4
* Add a state variable to the loop hint attribute.Tyler Nowicki2014-07-311-8/+17
* Revert r214333, "Add a state variable to the loop hint attribute."NAKAMURA Takumi2014-07-311-17/+8
* Add a state variable to the loop hint attribute.Tyler Nowicki2014-07-301-8/+17
* Modify how the loop hint attribute is printed as a lead-up to supporting cons...Tyler Nowicki2014-07-291-36/+22
* Add support for #pragma nounroll.Mark Heffernan2014-07-241-7/+13
* In unroll pragma syntax and loop hint metadata, change "enable" forms to a ne...Mark Heffernan2014-07-231-1/+5
* -fms-extensions: Implement half of #pragma init_segReid Kleckner2014-07-221-0/+12
* Fix build breakage caused by use of std::to_string(int). Replace with raw_st...Mark Heffernan2014-07-211-14/+19
* Add support for '#pragma unroll'.Mark Heffernan2014-07-211-6/+38
* Specifying the diagnostic argument through the attribute table generator inst...Aaron Ballman2014-07-161-5/+4
* Objective-C. Changes per A. Ballman's commentFariborz Jahanian2014-07-161-2/+2
* Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))Fariborz Jahanian2014-07-161-0/+8
* The returns_nonnull attribute does not require a function prototype because i...Aaron Ballman2014-07-111-1/+1
* Documentation for #pragma clang loop directive and options vectorize and inte...Tyler Nowicki2014-06-181-1/+1
* Adds a Pragma spelling for attributes to tablegen and makes use of it for loopTyler Nowicki2014-06-131-6/+6
* Add loop unroll pragma supportEli Bendersky2014-06-111-3/+10
* Fix DOS-style newlines.Eli Bendersky2014-06-061-50/+50
* Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman2014-06-061-3/+50
* Start adding support for dllimport/dllexport on classes (PR11170)Hans Wennborg2014-05-301-2/+2
* Move misplaced Documentation note in Attr.tdReid Kleckner2014-05-281-3/+2
* Don't suppress warning about dllimport on typedefs etc. in MicrosoftExt modeHans Wennborg2014-05-231-2/+1
* Implement the flatten attribute.Peter Collingbourne2014-05-201-0/+6
* None of these attributes require FunctionTemplate to be explicitly listed as ...Aaron Ballman2014-05-201-15/+15
* Implement the no_split_stack attribute.Peter Collingbourne2014-05-191-0/+6
* CodeGen: support dll{ex,im}port on WoASaleem Abdulrasool2014-05-111-3/+3
* Updated the attribute tablegen emitter for variadic arguments to emit a range...Aaron Ballman2014-05-021-3/+2
* Renaming the CallableState variadic attribute argument to be CallableStates. ...Aaron Ballman2014-05-021-1/+1
* Add support for __declspec(thread) under -fms-extensionsReid Kleckner2014-05-011-0/+7
* [MS-ABI] Add support for #pragma section and related pragmasWarren Hunt2014-04-081-1/+2
* Implement the 'optnone' attribute, which suppresses most optimizationsPaul Robinson2014-03-311-0/+6
* Add documentation for the pcs attribute, based on r129534's commit message.Nico Weber2014-03-301-1/+1
* Use the new Windows environment for target detectionSaleem Abdulrasool2014-03-271-1/+1
* Capability attributes can now be declared on a typedef declaration as well as...Aaron Ballman2014-03-241-1/+2