summaryrefslogtreecommitdiff
path: root/support
Commit message (Expand)AuthorAge
* *** empty log message ***Chris Lattner2002-07-23
* *** empty log message ***Chris Lattner2002-07-23
* Minor bugfix, prevents error in LLIChris Lattner2002-07-22
* *** empty log message ***Chris Lattner2002-07-22
* Checkin CommandLine 2.0Chris Lattner2002-07-22
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* Fix const problemsChris Lattner2002-06-05
* Implement a new command line option, -debug, which is meant to unify all ofChris Lattner2002-05-22
* Add ability to update existing variables with values read from the command lineChris Lattner2002-05-22
* Initial checkin of Statistic class.Chris Lattner2002-05-10
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Add new api for basic signal handling for toolsChris Lattner2002-04-18
* s/MethodType/FunctionTypeChris Lattner2002-04-04
* 64 bit clean nowChris Lattner2002-02-24
* If an invalid alternative is listed for an argument, print the valid optionsChris Lattner2002-01-31
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-04
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* * Implement support for folding multiple single letter arguments together likeChris Lattner2001-11-26
* Checkin of C string stuff. Fix several bugs, including most escape codes beingChris Lattner2001-10-29
* Initial checkin of name mangling code moved from linkerChris Lattner2001-10-28
* Provide option to enable eating of all arguments following a specific oneChris Lattner2001-10-27
* Clean up error handling a bit. Add / as a seperator for command line argumen...Chris Lattner2001-10-24
* Add StringList supportChris Lattner2001-10-13
* Clean up Type class by removing mutable ConstRules member and use annotations...Chris Lattner2001-09-09
* Annotations are const objects nowChris Lattner2001-09-07
* Support passing a data pointer to annotation factory methodsChris Lattner2001-08-27
* Add annotation supportChris Lattner2001-08-23
* Fixed a bug exposed when doing something like this: <program> -notanoption ...Chris Lattner2001-07-25
* Doh! Wrong Optional flag. :(Chris Lattner2001-07-23
* Add a comment indicating that there is documentation of the libraryChris Lattner2001-07-23
* Minor changes to implementation of CommandLine library to let users overrideChris Lattner2001-07-23
* CommandLine library cleanup. No longer use getValue/setValue, instead, just ...Chris Lattner2001-07-23
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-23
* Initial checkinChris Lattner2001-07-23
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-23
* Convert from using C style char*'s to strings.Chris Lattner2001-07-22
* Remove String file some moreChris Lattner2001-07-22
* Remove stringutils.h fileChris Lattner2001-07-22
* Program options class.Vikram S. Adve2001-07-21