aboutsummaryrefslogtreecommitdiffstats
path: root/include/Support/Annotation.h
Commit message (Expand)AuthorAgeFilesLines
* Make sure that at least one virtual method is defined in a .cpp file to avoidChris Lattner2004-02-261-9/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM notice.John Criswell2003-10-201-0/+7
* Use the C++ <cassert> header, not the C <assert.h> headerChris Lattner2003-07-251-1/+1
* Add assert.h includeChris Lattner2003-07-251-0/+1
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+1
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+1
* Move annotation to support libraryChris Lattner2003-01-141-9/+7
* Disable the operator= in ValueChris Lattner2002-07-241-0/+3
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-3/+4
* Convert ConstRules to use annotations to clean it up.Chris Lattner2001-09-091-2/+6
* Make annotations operations const with a mutable annotation list so thatChris Lattner2001-09-071-8/+8
* Extend annotations to pass data pointers around to the functionsChris Lattner2001-08-271-1/+2
* Add annotation supportChris Lattner2001-08-231-0/+204