aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Annotation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add using declarationsChris Lattner2003-05-221-10/+6
* Move annotation to support libraryChris Lattner2003-01-141-1/+1
* Fix static initializer ordering dependencyChris Lattner2003-01-131-2/+17
* Fix problem that GCC3.1 doesn't like.Chris Lattner2002-07-241-1/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-0/+4
* Clean up Type class by removing mutable ConstRules member and use annotations...Chris Lattner2001-09-091-0/+10
* Annotations are const objects nowChris Lattner2001-09-071-2/+2
* Support passing a data pointer to annotation factory methodsChris Lattner2001-08-271-5/+6
* Add annotation supportChris Lattner2001-08-231-0/+63