summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Annotation.h
Commit message (Expand)AuthorAge
* Add explicit keywords.Dan Gohman2008-02-20
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-27
* Don't lie to the casual reader about Value subclassing from Annotable.Reid Spencer2005-06-15
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-27
* Changes For Bug 352Reid Spencer2004-09-01
* Get rid of Annotable's vtable. If anyone deletes an object through an Annota...Chris Lattner2004-06-27
* Make sure that at least one virtual method is defined in a .cpp file to avoidChris Lattner2004-02-26
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM notice.John Criswell2003-10-20
* Use the C++ <cassert> header, not the C <assert.h> headerChris Lattner2003-07-25
* Add assert.h includeChris Lattner2003-07-25
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* Move annotation to support libraryChris Lattner2003-01-14
* Disable the operator= in ValueChris Lattner2002-07-24
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Convert ConstRules to use annotations to clean it up.Chris Lattner2001-09-09
* Make annotations operations const with a mutable annotation list so thatChris Lattner2001-09-07
* Extend annotations to pass data pointers around to the functionsChris Lattner2001-08-27
* Add annotation supportChris Lattner2001-08-23