summaryrefslogtreecommitdiff
path: root/include/llvm/Support/CommandLine.h
Commit message (Expand)AuthorAge
* Trailing whitespace.Mikhail Glushenkov2010-08-10
* Some cleanup. Use a class (OptionInfo) instead of a pair of a pair and removeRafael Espindola2010-08-06
* Refer to -help instead of --help since this is what tools themselves say.Duncan Sands2010-02-18
* enhance bits_storage to work with enums by using a c-styleChris Lattner2010-02-09
* Add qualifiers for calls to member functions in dependent bases.Anders Carlsson2009-12-11
* Move llvm::cl::opt's conversion function into the base classes thatDouglas Gregor2009-11-05
* Declare classes with matched tags, pointed out by a clang++ warning.Chris Lattner2009-11-05
* Remove a bunch of unused arguments from functions, silencing aEric Christopher2009-10-14
* Rename enum NumOccurrences to NumOccurrencesFlag since there is a member name...Evan Cheng2009-10-04
* smallvectorize getExtraOptionNamesChris Lattner2009-09-20
* convert a bunch more stuff to use StringRef. The ArgName arguments are nowChris Lattner2009-09-20
* convert a bunch of std::strings to use StringRef. This should eliminateChris Lattner2009-09-19
* Fix some comments referring to std::cerr.Daniel Dunbar2009-08-03
* Remove duplicated colons and spaces.Benjamin Kramer2009-08-02
* Fix comment.Mikhail Glushenkov2009-06-17
* Add support for a character after a command line option. Like '-Os'.Bill Wendling2009-04-29
* Remove AllowInverse: it leaks memory and is not the rightChris Lattner2009-04-08
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-01
* * Fixed spelling of `invertible'Misha Brukman2009-04-01
* Constify check. This fixes PR3900.Bill Wendling2009-03-29
* move a large method out of line.Chris Lattner2009-03-28
* Allow invertable -xno- style optins as well.Mike Stump2009-03-27
* Fix the Win32 VS2008 build:Sebastian Redl2009-03-19
* Improve -fno-opt style option processing to not require an extraMike Stump2009-02-02
* Add opposite_of and inverse_opt to support -fno- style options. ThisMike Stump2009-01-30
* Support for multi-valued options in CommandLineMikhail Glushenkov2009-01-16
* * Alphabetized system headers per the style guideMisha Brukman2009-01-02
* Silence a warning about "*/" outside a comment.Steve Naroff2008-05-20
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-19
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Add support for response files to the CommandLine library.Mikhail Glushenkov2008-04-28
* Add explicit keywords.Dan Gohman2008-02-20
* Add 'sink' cmdline option. Patch by Mikhail Glushenkov!Anton Korobeynikov2008-02-20
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Remove an unnecessary friend declaration.Dan Gohman2007-10-09
* update prototype, fixing build errorChris Lattner2007-10-09
* Pass argc by value, not by reference, since it isn't modified.Dan Gohman2007-10-09
* Fix grammar in a comment.Dan Gohman2007-10-08
* Add explicit keywords.Dan Gohman2007-10-08
* Add explicit keywords.Dan Gohman2007-07-05
* Make tail merging the default, except on powerPC. There was no prior artDale Johannesen2007-05-22
* improve the patch for PR1318 to also support grouped options with customChris Lattner2007-04-12
* rearchitect the registration mechanism used by the command line option stuff.Chris Lattner2007-04-06
* Switch some vectors to smallvectors. This reduces amount of malloc'dChris Lattner2007-04-06
* Eliminate unneeded virtual methodsChris Lattner2007-04-06
* eliminate a virtual methodChris Lattner2007-04-05
* remove the dead removeArgument method, rename Options to OptionsMap.Chris Lattner2007-04-05
* Add PrintVersionMessage() that tools can use to print version numberDevang Patel2007-02-01
* simplify trivial functionChris Lattner2006-10-12
* Add external definitions for commonly-used template specializations and addChris Lattner2006-08-27