summaryrefslogtreecommitdiff
path: root/utils/TableGen/TableGen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-131-0/+6
* Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"Roman Lebedev2019-09-041-6/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-041-0/+6
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-021-6/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-021-0/+6
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-311-6/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-311-0/+6
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-6/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-0/+6
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-6/+0
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-301-0/+6
* [OpenCL] Declare builtin functions using TableGenSven van Haastregt2019-06-031-0/+6
* 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-5/+11
* [clang-tblgen] Add -print-records and -dump-json modes.Simon Tatham2018-08-221-0/+12
* [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