aboutsummaryrefslogtreecommitdiff
path: root/include/Support/DataTypes.h
AgeCommit message (Expand)Author
2004-02-23DataTypes.h is now output from configure, and shortenedBrian Gaeke
2004-01-15Remove ENDIAN_* support. LLVM does not need it anymore.Chris Lattner
2003-10-29Pull in stdint.h here, if we have it. Some systems keepBrian Gaeke
2003-10-28Remove __STDC_LIMIT_MACROS from here.Brian Gaeke
2003-10-20Added LLVM notice.John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-08-11If we can't find INT64_MAX, set it to a reasonable default value,Brian Gaeke
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-17Regularize the names of #include-guards.Brian Gaeke
2003-06-16Whoops. I didn't mean to step on John's changes.Brian Gaeke
2003-06-16This version supports FreeBSD.Brian Gaeke
2003-06-11Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG.John Criswell
2002-09-14Fix to work correctly under linuxChris Lattner
2002-09-14Add support for MacOS and (hopefully) other BSD derivatives.Vikram S. Adve
2002-09-13Tighten up sanity checkingChris Lattner
2002-09-13Try to work well on multiple platforms.Chris Lattner
2002-09-13Add better linux support by using the right macro. This still should beChris Lattner
2002-05-23Implement DataTypes.h in terms of inttypes.hChris Lattner
2001-11-26Move DataTypes.h from llvm/Support to just SupportChris Lattner