aboutsummaryrefslogtreecommitdiff
path: root/include/Support/Annotation.h
AgeCommit message (Expand)Author
2004-09-01Changes For Bug 352Reid Spencer
2004-06-27Get rid of Annotable's vtable. If anyone deletes an object through an Annota...Chris Lattner
2004-02-26Make sure that at least one virtual method is defined in a .cpp file to avoidChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM notice.John Criswell
2003-07-25Use the C++ <cassert> header, not the C <assert.h> headerChris Lattner
2003-07-25Add assert.h includeChris Lattner
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-01-14Move annotation to support libraryChris Lattner
2002-07-24Disable the operator= in ValueChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-09-09Convert ConstRules to use annotations to clean it up.Chris Lattner
2001-09-07Make annotations operations const with a mutable annotation list so thatChris Lattner
2001-08-27Extend annotations to pass data pointers around to the functionsChris Lattner
2001-08-23Add annotation supportChris Lattner