summaryrefslogtreecommitdiff
path: root/lib/Support/Annotation.cpp
Commit message (Expand)AuthorAge
* Add explicit keywords.Dan Gohman2008-02-20
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Fix a static dtor issueChris Lattner2006-10-04
* Remove trailing whitespaceMisha Brukman2005-04-21
* * Convert tabs to spacesMisha Brukman2004-11-09
* Changes For Bug 352Reid Spencer2004-09-01
* Make sure that at least one virtual method is defined in a .cpp file to avoidChris Lattner2004-02-26
* Finegrainify namespacificationChris Lattner2003-12-14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Regularize header file commentsChris Lattner2003-10-13
* Add using declarationsChris Lattner2003-05-22
* Move annotation to support libraryChris Lattner2003-01-14
* Fix static initializer ordering dependencyChris Lattner2003-01-13
* Fix problem that GCC3.1 doesn't like.Chris Lattner2002-07-24
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Clean up Type class by removing mutable ConstRules member and use annotations...Chris Lattner2001-09-09
* Annotations are const objects nowChris Lattner2001-09-07
* Support passing a data pointer to annotation factory methodsChris Lattner2001-08-27
* Add annotation supportChris Lattner2001-08-23