index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
support
/
lib
/
Support
/
CommandLine.cpp
Age
Commit message (
Expand
)
Author
2003-10-05
Move support/lib into lib/Support
Chris Lattner
2003-09-16
Add missing apostrophe. It's been bugging me for years.
Brian Gaeke
2003-09-16
Fixed spelling & grammar.
Misha Brukman
2003-08-15
lib/Support/CommandLine.cpp:
Brian Gaeke
2003-08-14
Add support for reading command line arguments from an environment variable.
Brian Gaeke
2003-07-30
Add support for "named positional arguments"
Chris Lattner
2003-07-10
Fixed grammatical error.
Misha Brukman
2003-07-10
Lowercase versions of `occurrence' need to be spelled correctly, too.
Misha Brukman
2003-07-10
`Occurrence' has no `a' and the `r' is doubled.
Misha Brukman
2003-06-28
Add support for 'unsigned' command line arguments
Chris Lattner
2003-05-22
Add new CommaSeparated option modifier
Chris Lattner
2003-05-22
Destroy using declarations
Chris Lattner
2002-08-07
Simplify writing custom parsers.
Chris Lattner
2002-08-02
Fix lli with no arguments
Chris Lattner
2002-07-31
Fix bug that was causing problems for lli
Chris Lattner
2002-07-29
* Fix assertion failure caused by command line argument getting removed after
Chris Lattner
2002-07-27
Remove needless #include
Chris Lattner
2002-07-25
*** empty log message ***
Chris Lattner
2002-07-24
Fix a bug exposed by lli
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-07-22
Minor bugfix, prevents error in LLI
Chris Lattner
2002-07-22
Checkin CommandLine 2.0
Chris Lattner
2002-05-22
Add ability to update existing variables with values read from the command line
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-02-24
64 bit clean now
Chris Lattner
2002-01-31
If an invalid alternative is listed for an argument, print the valid options
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
* Implement support for folding multiple single letter arguments together like
Chris Lattner
2001-10-27
Provide option to enable eating of all arguments following a specific one
Chris Lattner
2001-10-24
Clean up error handling a bit. Add / as a seperator for command line argumen...
Chris Lattner
2001-10-13
Add StringList support
Chris Lattner
2001-07-25
Fixed a bug exposed when doing something like this: <program> -notanoption ...
Chris Lattner
2001-07-23
Doh! Wrong Optional flag. :(
Chris Lattner
2001-07-23
Add a comment indicating that there is documentation of the library
Chris Lattner
2001-07-23
Minor changes to implementation of CommandLine library to let users override
Chris Lattner
2001-07-23
CommandLine library cleanup. No longer use getValue/setValue, instead, just ...
Chris Lattner
2001-07-23
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-23
Initial checkin
Chris Lattner