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