summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Annotation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make sure that at least one virtual method is defined in a .cpp file to avoidChris Lattner2004-02-261-1/+12
| | | | | | having the compiler emit RTTI and vtables to EVERY translation unit. llvm-svn: 11871
* Finegrainify namespacificationChris Lattner2003-12-141-4/+1
| | | | llvm-svn: 10464
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
| | | | llvm-svn: 9903
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
| | | | | | Header files will be on the way. llvm-svn: 9298
* Regularize header file commentsChris Lattner2003-10-131-1/+1
| | | | llvm-svn: 9071
* Add using declarationsChris Lattner2003-05-221-10/+6
| | | | llvm-svn: 6305
* Move annotation to support libraryChris Lattner2003-01-141-1/+1
| | | | llvm-svn: 5268
* Fix static initializer ordering dependencyChris Lattner2003-01-131-2/+17
| | | | llvm-svn: 5236
* Fix problem that GCC3.1 doesn't like.Chris Lattner2002-07-241-1/+1
| | | | llvm-svn: 3050
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-0/+4
| | | | llvm-svn: 1503
* Clean up Type class by removing mutable ConstRules member and use ↵Chris Lattner2001-09-091-0/+10
| | | | | | annotations insead llvm-svn: 516
* Annotations are const objects nowChris Lattner2001-09-071-2/+2
| | | | llvm-svn: 458
* Support passing a data pointer to annotation factory methodsChris Lattner2001-08-271-5/+6
| | | | llvm-svn: 376
* Add annotation supportChris Lattner2001-08-231-0/+63
llvm-svn: 366
OpenPOWER on IntegriCloud