aboutsummaryrefslogtreecommitdiffstats
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug exposed when doing something like this: <program> -notanoption ...Chris Lattner2001-07-251-3/+5
* Doh! Wrong Optional flag. :(Chris Lattner2001-07-231-2/+3
* Add a comment indicating that there is documentation of the libraryChris Lattner2001-07-231-0/+3
* Minor changes to implementation of CommandLine library to let users overrideChris Lattner2001-07-231-7/+19
* CommandLine library cleanup. No longer use getValue/setValue, instead, just ...Chris Lattner2001-07-231-1/+1
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-2/+2
* Initial checkinChris Lattner2001-07-231-0/+399
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-233-362/+0
* Convert from using C style char*'s to strings.Chris Lattner2001-07-222-58/+31
* Remove String file some moreChris Lattner2001-07-221-1/+0
* Remove stringutils.h fileChris Lattner2001-07-221-10/+8
* Program options class.Vikram S. Adve2001-07-213-0/+399