summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/Attributes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove redundant includes from utils/TableGen.Michael Zolotukhin2017-12-131-2/+0
* [TableGen] Adapt more places to getValueAsString now returning a StringRef in...Craig Topper2017-05-311-2/+2
* Use StringRef in TableGen emitted API for attribute (NFC)Mehdi Amini2016-10-041-1/+1
* Add LLVMGetAttrKindID in the C API in order to facilitate migration away from...Amaury Sechet2016-04-201-0/+23
* Revert "Add LLVMGetAttrKindIDInContext in the C API in order to facilitate mi...Amaury Sechet2016-04-131-23/+0
* Add LLVMGetAttrKindIDInContext in the C API in order to facilitate migration ...Amaury Sechet2016-04-131-0/+23
* Provide a way to specify inliner's attribute compatibility and merging.Akira Hatanaka2015-12-221-1/+98
* Revert r256277 and r256279.Akira Hatanaka2015-12-221-97/+0
* Provide a way to specify inliner's attribute compatibility and merging.Akira Hatanaka2015-12-221-0/+97
* Revert r252990.Akira Hatanaka2015-11-131-95/+0
* Provide a way to specify inliner's attribute compatibility and merging.Akira Hatanaka2015-11-131-0/+95
* Revert r252949.Akira Hatanaka2015-11-121-95/+0
* Provide a way to specify inliner's attribute compatibility and mergingAkira Hatanaka2015-11-121-0/+95
* Move the enum attributes defined in Attributes.h to a table-gen file.Akira Hatanaka2015-11-111-0/+59
OpenPOWER on IntegriCloud