Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Support / Annotation.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2006-10-04 Chris LattnerFix a static dtor issue
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-09 Misha Brukman* Convert tabs to spaces
2004-09-01 Reid SpencerChanges For Bug 352
2004-02-26 Chris LattnerMake sure that at least one virtual method is defined...
2003-12-14 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-13 Chris LattnerRegularize header file comments
2003-05-22 Chris LattnerAdd using declarations
2003-01-14 Chris LattnerMove annotation to support library
2003-01-13 Chris LattnerFix static initializer ordering dependency
2002-07-24 Chris LattnerFix problem that GCC3.1 doesn't like.
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-09-09 Chris LattnerClean up Type class by removing mutable ConstRules...
2001-09-07 Chris LattnerAnnotations are const objects now
2001-08-27 Chris LattnerSupport passing a data pointer to annotation factory...
2001-08-23 Chris LattnerAdd annotation support