aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/OptParserEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth2013-01-021-3/+2
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-051-0/+267
* Remove the Clang tblgen backends from LLVM.Peter Collingbourne2011-10-061-194/+0
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-1/+1
* Unconstify InitsDavid Greene2011-07-291-8/+8
* [AVX] Constify InitsDavid Greene2011-07-291-8/+8
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-111-8/+8
* [AVX] Make Inits FoldableDavid Greene2011-07-111-8/+8
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* tblgen/OptParser: Use EmitSourceFileHeader.Daniel Dunbar2010-01-041-20/+4
* OptParser: Emit HelpText field for option groups.Daniel Dunbar2009-12-041-1/+12
* TableGen/OptParser: When ordering options, make "sentinel" options appear beforeDaniel Dunbar2009-11-191-3/+10
* TableGen: Add initial backend for clang Driver's option parsing.Daniel Dunbar2009-11-181-0/+192