aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Annotation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* * Convert tabs to spacesMisha Brukman2004-11-091-10/+6
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Make sure that at least one virtual method is defined in a .cpp file to avoidChris Lattner2004-02-261-1/+12
* Finegrainify namespacificationChris Lattner2003-12-141-4/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* 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