Added LLVM notice.
[oota-llvm.git] / include / Support / DataTypes.h
2003-10-20 John CriswellAdded LLVM notice.
2003-09-30 Chris LattnerStandardize header file comments
2003-08-11 Brian GaekeIf we can't find INT64_MAX, set it to a reasonable...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-17 Brian GaekeRegularize the names of #include-guards.
2003-06-16 Brian GaekeWhoops. I didn't mean to step on John's changes.
2003-06-16 Brian GaekeThis version supports FreeBSD.
2003-06-11 John CriswellChanged the LITTLE_ENDIAN and BIG_ENDIAN macros to...
2002-09-14 Chris LattnerFix to work correctly under linux
2002-09-14 Vikram S. AdveAdd support for MacOS and (hopefully) other BSD derivat...
2002-09-13 Chris LattnerTighten up sanity checking
2002-09-13 Chris LattnerTry to work well on multiple platforms.
2002-09-13 Chris LattnerAdd better linux support by using the right macro....
2002-05-23 Chris LattnerImplement DataTypes.h in terms of inttypes.h
2001-11-26 Chris LattnerMove DataTypes.h from llvm/Support to just Support