summaryrefslogtreecommitdiff
path: root/include/llvm/Support/CommandLine.h
Commit message (Expand)AuthorAge
...
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM notice.John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Changes to work better with GCC3.4/LLVM G++Chris Lattner2003-08-22
* Make assertion message more helpful in a case that might happen...Chris Lattner2003-08-19
* lib/Support/CommandLine.cpp:Brian Gaeke2003-08-15
* Remove extraneous cl:: namespace qualifiersChris Lattner2003-08-14
* Add support for reading command line arguments from an environment variable.Brian Gaeke2003-08-14
* Add includes of assertChris Lattner2003-07-25
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Lowercase versions of `occurrence' need to be spelled correctly, too.Misha Brukman2003-07-10
* `Occurrence' has no `a' and the `r' is doubled.Misha Brukman2003-07-10
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Add support for 'unsigned' command line argumentsChris Lattner2003-06-28
* Remove a ton of extraneous #includesChris Lattner2003-06-22
* Regularize the names of #include-guards.Brian Gaeke2003-06-17
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* Add doxygen comment for namespaceChris Lattner2003-06-03
* Add support for a new "CommaSeparated" modifierChris Lattner2003-05-22
* Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96Chris Lattner2002-09-13
* Simplify interface to parsers.Chris Lattner2002-08-07
* Changes to build with GCC 3.1Chris Lattner2002-07-24
* Add support for removing an option from a genericparserChris Lattner2002-07-23
* Change to avoid bug in GCC 3.0.4Chris Lattner2002-07-23
* Checkin CommandLine 2.0Chris Lattner2002-07-22
* Add ability to update existing variables with values read from the command lineChris Lattner2002-05-22
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27