summaryrefslogtreecommitdiffstats
path: root/clang/utils/TableGen/TableGen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Add ARMv8.2-A FP16 scalar intrinsicsAbderrazek Zaafrani2018-01-191-0/+5
* [AST] Add TableGen for StmtDataCollectorsJohannes Altmanninger2017-09-061-0/+6
* Add #pragma clang attributeAlex Lorenz2017-04-181-5/+26
* Revert r300539 - Add #pragma clang attributeAlex Lorenz2017-04-181-26/+5
* Add #pragma clang attributeAlex Lorenz2017-04-181-5/+26
* [docs] Add TableGen-based generator for command line argument documentation,Richard Smith2017-01-241-2/+8
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* Add a mode to clang-tblgen to generate reference documentation for warning andRichard Smith2016-09-121-1/+7
* [clang-tblgen] Remove unused #include (NFC)Vedant Kumar2016-08-051-1/+0
* Update to match LLVM r272232.Richard Smith2016-06-091-1/+1
* [TableGen] Call llvm_shutdown on exit so that all the ManagedStatic objects i...Craig Topper2016-01-041-0/+3
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Reapplying r204952 a second time.Aaron Ballman2014-03-311-4/+5
* Reverting r204968 and r204969; while more build bots are happy with the resul...Aaron Ballman2014-03-271-5/+4
* Reapplying r204952 with fixes which should hopefully resolve linking issues w...Aaron Ballman2014-03-271-4/+5
* Reverting r204952, while I figure out what's going on with the makefile build.Aaron Ballman2014-03-271-5/+4
* Clean up the __has_attribute implementation without modifying its behavior. Aaron Ballman2014-03-271-4/+5
* Implements a declarative approach to documenting individual attributes in Cla...Aaron Ballman2014-02-171-1/+7
* Consolidating several table-generated files containing parser-related string ...Aaron Ballman2014-01-291-30/+6
* replace LeakSanitizerIsTurnedOffForTheCurrentProcess with __lsan_is_turned_of...Kostya Serebryany2014-01-151-5/+7
* reapply r198858: Disable LeakSanitizer in TableGen binaries, see PR18325; thi...Kostya Serebryany2014-01-101-0/+7
* Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"Alp Toker2014-01-091-7/+0
* Removing a bit of custom parsing functionality used by the thread safety anal...Aaron Ballman2014-01-091-0/+8
* Disable LeakSanitizer in TableGen binaries, see PR18325Kostya Serebryany2014-01-091-0/+7
* Update RecursiveASTVisitor so that it visits attributes. This is currentlyDeLesley Hutchins2013-12-301-0/+7
* Attributes which accept a type as their sole argument are no longer hard code...Aaron Ballman2013-11-041-0/+8
* PR17666: Instead of allowing an initial identifier argument in any attributeRichard Smith2013-10-241-15/+16
* Attribute tablegen now understands that attribute arguments can be optional. ...Aaron Ballman2013-09-091-6/+13
* clang-format utils/TableGen/TableGen.cpp.Rafael Espindola2013-08-161-82/+76
* Remove option emitter from clang-tblgenReid Kleckner2013-06-181-12/+1
* Use attribute argument information to determine when to parse attribute argum...Douglas Gregor2013-05-021-0/+8
* Revert r180970; it's causing breakage.Douglas Gregor2013-05-021-8/+0
* Use attribute argument information to determine when to parse attribute argum...Douglas Gregor2013-05-021-0/+8
* Comment parsing: improve the fidelity of XML output for many block commandsDmitri Gribenko2013-02-011-0/+8
* Comment parsing: resolve more named character referencesDmitri Gribenko2013-01-301-0/+8
* PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han2013-01-241-0/+7
* Implement Attr dumping for -ast-dump.Alexander Kornienko2013-01-071-0/+6
* Sort the #include lines under utils/...Chandler Carruth2012-12-041-1/+0
* tblgen: Migrate clang-tblgen to new TableGenMain API.Sean Silva2012-10-031-87/+82
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-101-0/+8
* Comment HTML tag name machers: move from StringSwitch to an efficientDmitri Gribenko2012-08-311-0/+16
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-0/+6
* Make clang-tblgen backends functions instead of TableGenBackends.Jakob Stoklund Olesen2012-06-131-28/+24
* Refactor Clang sema attribute handling.Michael Han2012-03-071-0/+14
* Instantiate dependent attributes when instantiating templates.DeLesley Hutchins2012-01-201-0/+7
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-171-3/+0
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-1/+1
* Add the Clang tblgen backends to Clang, and flip the switch to causePeter Collingbourne2011-10-061-0/+176
OpenPOWER on IntegriCloud