aboutsummaryrefslogtreecommitdiff
path: root/support/lib
AgeCommit message (Expand)Author
2002-11-04Minor fix to space accountingChris Lattner
2002-11-04Implement MaxRSS in terms of mallinfo instead of the system RSS. This givesChris Lattner
2002-10-27Add #includeChris Lattner
2002-10-04Added #include<unistd.h> to compile with solaris gcc3.2Anand Shukla
2002-10-04added cast to unsigned to compile with gcc3.2 (sparc)Anand Shukla
2002-10-01 - Rework Statistics:Chris Lattner
2002-10-01Checkin generic interval timer supportChris Lattner
2002-09-19Add an optimization to support the most common access pattern for theChris Lattner
2002-09-13Submitted by Casey Carter:Chris Lattner
2002-09-10Remove extra #includeChris Lattner
2002-09-08Checkin initial support for automatic memory leak detection routinesChris Lattner
2002-09-03Minor bug fix.Chris Lattner
2002-09-02Fix bugsChris Lattner
2002-09-02Add printing support to ConstantRange classChris Lattner
2002-09-01Initial implementation of ConstantRange supportChris Lattner
2002-08-07Simplify writing custom parsers.Chris Lattner
2002-08-02Fix lli with no argumentsChris Lattner
2002-07-31Fix bug that was causing problems for lliChris Lattner
2002-07-29* Fix assertion failure caused by command line argument getting removed afterChris Lattner
2002-07-27Remove needless #includeChris Lattner
2002-07-25*** empty log message ***Chris Lattner
2002-07-24Fix problem that GCC3.1 doesn't like.Chris Lattner
2002-07-24Fix a bug exposed by lliChris Lattner
2002-07-23Initial checkinChris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-07-22Minor bugfix, prevents error in LLIChris Lattner
2002-07-22*** empty log message ***Chris Lattner
2002-07-22Checkin CommandLine 2.0Chris Lattner
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-06-05Fix const problemsChris Lattner
2002-05-22Implement a new command line option, -debug, which is meant to unify all ofChris Lattner
2002-05-22Add ability to update existing variables with values read from the command lineChris Lattner
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