summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/CommandLine.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Eliminate unneeded virtual methodsChris Lattner2007-04-061-49/+44
* eliminate a virtual methodChris Lattner2007-04-051-42/+39
* remove the dead removeArgument method, rename Options to OptionsMap.Chris Lattner2007-04-051-1/+0
* Add PrintVersionMessage() that tools can use to print version numberDevang Patel2007-02-011-0/+1
* simplify trivial functionChris Lattner2006-10-121-5/+1
* Add external definitions for commonly-used template specializations and addChris Lattner2006-08-271-2/+37
* Add an out-of-line virtual method to provide a home for the cl::option class.Chris Lattner2006-07-181-0/+3
* Make it possible to override the standard version printer. Not all toolsReid Spencer2006-06-051-0/+7
* Don't use old-style casts. This prevents compiler warnings when CommandLine.hReid Spencer2006-05-121-2/+2
* Move the END_WITH_NULL marker. Vladimir suggests that this works better withChris Lattner2005-10-241-7/+2
* Work around GCC's dislike of attributes on function definitions.Jeff Cohen2005-10-231-1/+6
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-231-1/+2
* Fix errors when compiling with -pedanticChris Lattner2005-10-141-5/+5
* Change unsigned lng to unsigned.Jim Laskey2005-08-261-7/+7
* Added cl::bits option type (bit vectors). See "Collecting options as a setJim Laskey2005-08-251-0/+182
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-271-1/+1
* Make sure a variable is initialized before use to clean up a warning fromReid Spencer2005-06-181-1/+2
* silence a huge number of bogus warnings with GCC 4 on Reid's tester.Chris Lattner2005-06-171-1/+2
* Change some old-style casts to C++ style casts to avoid warnings in XPSReid Spencer2005-04-221-4/+4
* Remove trailing whitespaceMisha Brukman2005-04-211-23/+23
* Added a size_type typedef to LLVM containers to make Visual Studio shut upReid Spencer2004-12-131-1/+1
* Make a const method constReid Spencer2004-12-051-1/+1
* Per code review:Reid Spencer2004-11-161-7/+13
* Add the MoreHelp function pointer. If non-null, this specifies a function to ...Reid Spencer2004-11-141-0/+8
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-271-14/+18
* Changes For Bug 352Reid Spencer2004-09-011-0/+1049
* Move support directoryChris Lattner2001-11-291-399/+0
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-0/+399
OpenPOWER on IntegriCloud