summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/OptParserEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [TableGen] Fixes -Wrange-loop-analysis warningsMark de Wever2019-12-221-2/+2
* [TableGen] Add backend to generate command guide for tools using libOption.Jonas Devlieghere2019-11-221-70/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Bash-autocompletion] Add support for -std=Yuka Takahashi2017-08-291-2/+2
* Revert "Revert r311552: [Bash-autocompletion] Add support for static analyzer...Yuka Takahashi2017-08-291-0/+26
* Revert r311552: [Bash-autocompletion] Add support for static analyzer flagsRui Ueyama2017-08-231-26/+0
* [Bash-autocompletion] Add support for static analyzer flagsYuka Takahashi2017-08-231-0/+26
* [GSoC] Flag value completion for clangYuka Takahashi2017-06-201-0/+10
* [TableGen] Make Record::getValueAsString and getValueAsListOfStrings return S...Craig Topper2017-05-311-16/+18
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-041-10/+10
* Option: Propagate flags from groups to options in each groupReid Kleckner2014-07-121-11/+15
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-041-1/+1
* Typo.Peter Collingbourne2013-10-201-1/+1
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-221-3/+3
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-281-5/+10
* Revert "Option parsing: support case-insensitive option matching." as it brok...Rui Ueyama2013-08-281-14/+16
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-271-16/+14
* Option parsing: remove non-SUPPORT_ALIASARGS fall-backHans Wennborg2013-07-311-14/+2
* Option parsing: add support for alias arguments.Hans Wennborg2013-07-311-3/+30
* 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
OpenPOWER on IntegriCloud