aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/TableGen.cpp
AgeCommit message (Expand)Author
2013-05-02Use attribute argument information to determine when to parse attribute argum...Douglas Gregor
2013-05-02Revert r180970; it's causing breakage.Douglas Gregor
2013-05-02Use attribute argument information to determine when to parse attribute argum...Douglas Gregor
2013-02-01Comment parsing: improve the fidelity of XML output for many block commandsDmitri Gribenko
2013-01-30Comment parsing: resolve more named character referencesDmitri Gribenko
2013-01-24PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han
2013-01-07Implement Attr dumping for -ast-dump.Alexander Kornienko
2012-12-04Sort the #include lines under utils/...Chandler Carruth
2012-10-03tblgen: Migrate clang-tblgen to new TableGenMain API.Sean Silva
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko
2012-08-31Comment HTML tag name machers: move from StringSwitch to an efficientDmitri Gribenko
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko
2012-06-13Make clang-tblgen backends functions instead of TableGenBackends.Jakob Stoklund Olesen
2012-03-07Refactor Clang sema attribute handling.Michael Han
2012-01-20Instantiate dependent attributes when instantiating templates.DeLesley Hutchins
2012-01-17Remove unnecessary default cases in switches over enums.David Blaikie
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-10-06Add the Clang tblgen backends to Clang, and flip the switch to causePeter Collingbourne