aboutsummaryrefslogtreecommitdiffstats
path: root/include/Support
Commit message (Expand)AuthorAgeFilesLines
* Simplify interface to parsers.Chris Lattner2002-08-071-92/+77
* Add support for GCC 3.0.4Chris Lattner2002-07-252-0/+26
* GCC 3.1 changesChris Lattner2002-07-252-1/+8
* GCC 3.1 fixesChris Lattner2002-07-244-8/+24
* Changes to build with GCC 3.1Chris Lattner2002-07-242-14/+16
* Use the new include/Support/iterator fileChris Lattner2002-07-241-8/+3
* Add forward_iterator wrapperChris Lattner2002-07-241-0/+7
* Add another GCC2.95->3.1 compatibility headerChris Lattner2002-07-241-0/+36
* Spiff up the header filesChris Lattner2002-07-242-0/+25
* Move hash_* extension headers from ext/ to Support/ so that we can supportChris Lattner2002-07-243-1/+13
* Changes to make it GCC 3.1 compatibleChris Lattner2002-07-241-3/+20
* Add missing typename's that GCC3.1 is whining about.Chris Lattner2002-07-241-11/+12
* Disable the operator= in ValueChris Lattner2002-07-241-0/+3
* Initial checkinChris Lattner2002-07-231-0/+65
* Add support for removing an option from a genericparserChris Lattner2002-07-231-1/+16
* Change to avoid bug in GCC 3.0.4Chris Lattner2002-07-231-3/+4
* Checkin CommandLine 2.0Chris Lattner2002-07-221-229/+762
* changes to make it compatible with 64bit gccAnand Shukla2002-06-253-6/+6
* MEGAPATCH checkin.Chris Lattner2002-06-252-23/+725
* Implement DataTypes.h in terms of inttypes.hChris Lattner2002-05-231-0/+2
* Implement a new command line option, -debug, which is meant to unify all ofChris Lattner2002-05-222-0/+42
* Add ability to update existing variables with values read from the command lineChris Lattner2002-05-221-9/+48
* Cleanups, rename IsPowerOf2 to isPowerOf2Chris Lattner2002-05-191-27/+18
* Added log2 for log-base-2 and also modified IsPower2 to use it.Vikram S. Adve2002-05-191-9/+15
* Initial checkin of Statistic classChris Lattner2002-05-102-0/+138
* Remove obsolete namespace from exampleChris Lattner2002-04-281-1/+1
* New api for signal handling for LLVM toolsChris Lattner2002-04-181-0/+18
* Pull casting operators out of Value.hChris Lattner2002-04-081-0/+80
* Add new function utohexstr.Chris Lattner2002-04-071-0/+18
* Genericize the ReversePostOrderIterator.Chris Lattner2002-02-241-15/+11
* New Support file for operations on set like objectsChris Lattner2002-02-051-0/+60
* PostOrderIterator really does depend on Method and BasicBlock. Obviously thisChris Lattner2002-02-041-0/+3
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-208-51/+58
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-2710-0/+1195
* Move DataTypes.h from llvm/Support to just SupportChris Lattner2001-11-261-0/+34
* Convert ConstRules to use annotations to clean it up.Chris Lattner2001-09-091-2/+6
* Make annotations operations const with a mutable annotation list so thatChris Lattner2001-09-071-8/+8
* Extend annotations to pass data pointers around to the functionsChris Lattner2001-08-271-1/+2
* Add annotation supportChris Lattner2001-08-231-0/+204