aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/Annotation.h
AgeCommit message (Expand)Author
2009-07-31Remove Annotation.h, which is no longer used in the LLVM tree.Dan Gohman
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-11-26change AnnotationManager to use 'const char*' instead of std::string. this fi...Nuno Lopes
2008-02-20Add explicit keywords.Dan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2005-07-27Eliminate tabs and trailing spaces.Jeff Cohen
2005-06-15Don't lie to the casual reader about Value subclassing from Annotable.Reid Spencer
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner
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