Added LLVM notice.
[oota-llvm.git] / include / Support / Annotation.h
2003-10-20 John CriswellAdded LLVM notice.
2003-07-25 Chris LattnerUse the C++ <cassert> header, not the C <assert.h>...
2003-07-25 Chris LattnerAdd assert.h include
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-01-14 Chris LattnerMove annotation to support library
2002-07-24 Chris LattnerDisable the operator= in Value
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-09-09 Chris LattnerConvert ConstRules to use annotations to clean it up.
2001-09-07 Chris LattnerMake annotations operations const with a mutable annota...
2001-08-27 Chris LattnerExtend annotations to pass data pointers around to...
2001-08-23 Chris LattnerAdd annotation support