aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/CommandLine.h
Commit message (Expand)AuthorAgeFilesLines
* Add some missing anchors.David Blaikie2011-12-011-0/+6
* CommandLine: Add support for 64 bit unsigned integer options.Benjamin Kramer2011-09-151-0/+22
* Add an extension point to the CommandLine library where clients canChandler Carruth2011-07-221-0/+9
* Comment out some unused parameter names to silence out-of-tree -Wunused warni...Frits van Bommel2011-04-221-8/+8
* Fix a typo.Andrew Trick2011-04-051-1/+1
* Added *hidden* flags -print-options and -print-all-options soAndrew Trick2011-04-051-15/+280
* Trailing whitespace.Mikhail Glushenkov2010-08-101-2/+2
* Some cleanup. Use a class (OptionInfo) instead of a pair of a pair and removeRafael Espindola2010-08-061-8/+15
* Refer to -help instead of --help since this is what tools themselves say.Duncan Sands2010-02-181-8/+8
* enhance bits_storage to work with enums by using a c-styleChris Lattner2010-02-091-1/+1
* Add qualifiers for calls to member functions in dependent bases.Anders Carlsson2009-12-111-2/+2
* Move llvm::cl::opt's conversion function into the base classes thatDouglas Gregor2009-11-051-2/+4
* Declare classes with matched tags, pointed out by a clang++ warning.Chris Lattner2009-11-051-2/+4
* Remove a bunch of unused arguments from functions, silencing aEric Christopher2009-10-141-2/+2
* Rename enum NumOccurrences to NumOccurrencesFlag since there is a member name...Evan Cheng2009-10-041-6/+8
* smallvectorize getExtraOptionNamesChris Lattner2009-09-201-6/+6
* convert a bunch more stuff to use StringRef. The ArgName arguments are nowChris Lattner2009-09-201-19/+17
* convert a bunch of std::strings to use StringRef. This should eliminateChris Lattner2009-09-191-28/+22
* Fix some comments referring to std::cerr.Daniel Dunbar2009-08-031-1/+1
* Remove duplicated colons and spaces.Benjamin Kramer2009-08-021-7/+7
* Fix comment.Mikhail Glushenkov2009-06-171-2/+2
* Add support for a character after a command line option. Like '-Os'.Bill Wendling2009-04-291-0/+23
* Remove AllowInverse: it leaks memory and is not the rightChris Lattner2009-04-081-5/+1
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-011-2/+3
* * Fixed spelling of `invertible'Misha Brukman2009-04-011-5/+2
* Constify check. This fixes PR3900.Bill Wendling2009-03-291-1/+1
* move a large method out of line.Chris Lattner2009-03-281-16/+2
* Allow invertable -xno- style optins as well.Mike Stump2009-03-271-4/+8
* Fix the Win32 VS2008 build:Sebastian Redl2009-03-191-2/+2
* Improve -fno-opt style option processing to not require an extraMike Stump2009-02-021-34/+25
* Add opposite_of and inverse_opt to support -fno- style options. ThisMike Stump2009-01-301-0/+33
* Support for multi-valued options in CommandLineMikhail Glushenkov2009-01-161-2/+21
* * Alphabetized system headers per the style guideMisha Brukman2009-01-021-3/+3
* Silence a warning about "*/" outside a comment.Steve Naroff2008-05-201-1/+1
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-191-7/+7
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-16/+18
* Add support for response files to the CommandLine library.Mikhail Glushenkov2008-04-281-21/+23
* Add explicit keywords.Dan Gohman2008-02-201-1/+1
* Add 'sink' cmdline option. Patch by Mikhail Glushenkov!Anton Korobeynikov2008-02-201-1/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Remove an unnecessary friend declaration.Dan Gohman2007-10-091-1/+0
* update prototype, fixing build errorChris Lattner2007-10-091-1/+1
* Pass argc by value, not by reference, since it isn't modified.Dan Gohman2007-10-091-1/+1
* Fix grammar in a comment.Dan Gohman2007-10-081-1/+1
* Add explicit keywords.Dan Gohman2007-10-081-5/+5
* Add explicit keywords.Dan Gohman2007-07-051-1/+1
* Make tail merging the default, except on powerPC. There was no prior artDale Johannesen2007-05-221-0/+22
* improve the patch for PR1318 to also support grouped options with customChris Lattner2007-04-121-0/+5
* rearchitect the registration mechanism used by the command line option stuff.Chris Lattner2007-04-061-19/+37
* Switch some vectors to smallvectors. This reduces amount of malloc'dChris Lattner2007-04-061-6/+8