summaryrefslogtreecommitdiffstats
path: root/clang/utils/TableGen/TableGenBackends.h
Commit message (Expand)AuthorAgeFilesLines
* Abstract serialization: TableGen "basic" reader/writer CRTPJohn McCall2019-12-141-1/+4
* [clang,ARM] Initial ACLE intrinsics for MVE.Simon Tatham2019-10-241-0/+6
* Emit TypeNodes.def with tblgen.John McCall2019-10-011-0/+1
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-131-0/+1
* Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"Roman Lebedev2019-09-041-1/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-041-0/+1
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-021-1/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-021-0/+1
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-311-1/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-311-0/+1
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-1/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-0/+1
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-1/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-0/+1
* [OpenCL] Declare builtin functions using TableGenSven van Haastregt2019-06-031-0/+3
* Clang-formatting the header in advance of other planned changes; NFC.Aaron Ballman2019-05-221-21/+37
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Implement Attr dumping in terms of visitorsStephen Kelly2019-01-111-1/+4
* Remove top-level using declaration from header files, as these aliases leak.Sam McCall2018-10-121-45/+42
* [AArch64] Add ARMv8.2-A FP16 scalar intrinsicsAbderrazek Zaafrani2018-01-191-0/+1
* [AST] Add TableGen for StmtDataCollectorsJohannes Altmanninger2017-09-061-0/+2
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+6
* Revert r300539 - Add #pragma clang attributeAlex Lorenz2017-04-181-6/+0
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+6
* [docs] Add TableGen-based generator for command line argument documentation,Richard Smith2017-01-241-0/+1
* Add a mode to clang-tblgen to generate reference documentation for warning andRichard Smith2016-09-121-0/+1
* Add missing header guards.Benjamin Kramer2014-08-081-0/+5
* Rewrite ARM NEON intrinsic emission completely.James Molloy2014-06-171-0/+3
* Reapplying r204952 a second time.Aaron Ballman2014-03-311-1/+1
* Reverting r204968 and r204969; while more build bots are happy with the resul...Aaron Ballman2014-03-271-1/+1
* Reapplying r204952 with fixes which should hopefully resolve linking issues w...Aaron Ballman2014-03-271-1/+1
* Reverting r204952, while I figure out what's going on with the makefile build.Aaron Ballman2014-03-271-1/+1
* Clean up the __has_attribute implementation without modifying its behavior. Aaron Ballman2014-03-271-1/+1
* Implements a declarative approach to documenting individual attributes in Cla...Aaron Ballman2014-02-171-0/+2
* Consolidating several table-generated files containing parser-related string ...Aaron Ballman2014-01-291-4/+1
* Removing a bit of custom parsing functionality used by the thread safety anal...Aaron Ballman2014-01-091-0/+1
* Update RecursiveASTVisitor so that it visits attributes. This is currentlyDeLesley Hutchins2013-12-301-0/+1
* Attributes which accept a type as their sole argument are no longer hard code...Aaron Ballman2013-11-041-0/+1
* PR17666: Instead of allowing an initial identifier argument in any attributeRichard Smith2013-10-241-1/+1
* Attribute tablegen now understands that attribute arguments can be optional. ...Aaron Ballman2013-09-091-0/+1
* Remove option emitter from clang-tblgenReid Kleckner2013-06-181-2/+0
* Use attribute argument information to determine when to parse attribute argum...Douglas Gregor2013-05-021-0/+1
* Revert r180970; it's causing breakage.Douglas Gregor2013-05-021-1/+0
* Use attribute argument information to determine when to parse attribute argum...Douglas Gregor2013-05-021-0/+1
* Comment parsing: improve the fidelity of XML output for many block commandsDmitri Gribenko2013-02-011-0/+1
* Comment parsing: resolve more named character referencesDmitri Gribenko2013-01-301-0/+1
* PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han2013-01-241-0/+1
* Implement Attr dumping for -ast-dump.Alexander Kornienko2013-01-071-0/+1
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-101-0/+2
* Comment HTML tag name machers: move from StringSwitch to an efficientDmitri Gribenko2012-08-311-0/+3
OpenPOWER on IntegriCloud