aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Annotation.cpp
AgeCommit message (Expand)Author
2004-02-26Make sure that at least one virtual method is defined in a .cpp file to avoidChris Lattner
2003-12-14Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-13Regularize header file commentsChris Lattner
2003-05-22Add using declarationsChris Lattner
2003-01-14Move annotation to support libraryChris Lattner
2003-01-13Fix static initializer ordering dependencyChris Lattner
2002-07-24Fix problem that GCC3.1 doesn't like.Chris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris 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
2001-08-27Support passing a data pointer to annotation factory methodsChris Lattner
2001-08-23Add annotation supportChris Lattner