aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/OptParserEmitter.cpp
AgeCommit message (Expand)Author
2013-01-02Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth
2012-12-05Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer
2011-10-06Remove the Clang tblgen backends from LLVM.Peter Collingbourne
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne
2011-07-29Unconstify InitsDavid Greene
2011-07-29[AVX] Constify InitsDavid Greene
2011-07-11Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher
2011-07-11[AVX] Make Inits FoldableDavid Greene
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2010-01-04tblgen/OptParser: Use EmitSourceFileHeader.Daniel Dunbar
2009-12-04OptParser: Emit HelpText field for option groups.Daniel Dunbar
2009-11-19TableGen/OptParser: When ordering options, make "sentinel" options appear beforeDaniel Dunbar
2009-11-18TableGen: Add initial backend for clang Driver's option parsing.Daniel Dunbar