aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/OptParserEmitter.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko1-10/+10
2014-07-12Option: Propagate flags from groups to options in each groupReid Kleckner1-11/+15
2014-03-04[cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth1-1/+1
2013-10-20Typo.Peter Collingbourne1-1/+1
2013-09-22Provide basic type safety for array_pod_sort comparators.Benjamin Kramer1-3/+3
2013-08-28Option parsing: support case-insensitive option matching.Rui Ueyama1-5/+10
2013-08-28Revert "Option parsing: support case-insensitive option matching." as it brok...Rui Ueyama1-14/+16
2013-08-27Option parsing: support case-insensitive option matching.Rui Ueyama1-16/+14
2013-07-31Option parsing: remove non-SUPPORT_ALIASARGS fall-backHans Wennborg1-14/+2
2013-07-31Option parsing: add support for alias arguments.Hans Wennborg1-3/+30
2013-01-02Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth1-3/+2
2012-12-05Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer1-0/+267
2011-10-06Remove the Clang tblgen backends from LLVM.Peter Collingbourne1-194/+0
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne1-1/+1
2011-07-29Unconstify InitsDavid Greene1-8/+8
2011-07-29[AVX] Constify InitsDavid Greene1-8/+8
2011-07-11Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher1-8/+8
2011-07-11[AVX] Make Inits FoldableDavid Greene1-8/+8
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1
2010-01-04tblgen/OptParser: Use EmitSourceFileHeader.Daniel Dunbar1-20/+4
2009-12-04OptParser: Emit HelpText field for option groups.Daniel Dunbar1-1/+12
2009-11-19TableGen/OptParser: When ordering options, make "sentinel" options appear beforeDaniel Dunbar1-3/+10
2009-11-18TableGen: Add initial backend for clang Driver's option parsing.Daniel Dunbar1-0/+192