aboutsummaryrefslogtreecommitdiff
path: root/include/Support
AgeCommit message (Expand)Author
2002-07-24Use the new include/Support/iterator fileChris Lattner
2002-07-24Add forward_iterator wrapperChris Lattner
2002-07-24Add another GCC2.95->3.1 compatibility headerChris Lattner
2002-07-24Spiff up the header filesChris Lattner
2002-07-24Move hash_* extension headers from ext/ to Support/ so that we can supportChris Lattner
2002-07-24Changes to make it GCC 3.1 compatibleChris Lattner
2002-07-24Add missing typename's that GCC3.1 is whining about.Chris Lattner
2002-07-24Disable the operator= in ValueChris Lattner
2002-07-23Initial checkinChris Lattner
2002-07-23Add support for removing an option from a genericparserChris Lattner
2002-07-23Change to avoid bug in GCC 3.0.4Chris Lattner
2002-07-22Checkin CommandLine 2.0Chris Lattner
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-23Implement DataTypes.h in terms of inttypes.hChris 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-19Cleanups, rename IsPowerOf2 to isPowerOf2Chris Lattner
2002-05-19Added log2 for log-base-2 and also modified IsPower2 to use it.Vikram S. Adve
2002-05-10Initial checkin of Statistic classChris Lattner
2002-04-28Remove obsolete namespace from exampleChris Lattner
2002-04-18New api for signal handling for LLVM toolsChris Lattner
2002-04-08Pull casting operators out of Value.hChris Lattner
2002-04-07Add new function utohexstr.Chris Lattner
2002-02-24Genericize the ReversePostOrderIterator.Chris Lattner
2002-02-05New Support file for operations on set like objectsChris Lattner
2002-02-04PostOrderIterator really does depend on Method and BasicBlock. Obviously thisChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26Move DataTypes.h from llvm/Support to just SupportChris Lattner
2001-09-09Convert ConstRules to use annotations to clean it up.Chris Lattner
2001-09-07Make annotations operations const with a mutable annotation list so thatChris Lattner
2001-08-27Extend annotations to pass data pointers around to the functionsChris Lattner
2001-08-23Add annotation supportChris Lattner