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