aboutsummaryrefslogtreecommitdiffstats
path: root/include/Support
Commit message (Expand)AuthorAgeFilesLines
* 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