summaryrefslogtreecommitdiff
path: root/include/Support/DataTypes.h
Commit message (Expand)AuthorAge
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Regularize the names of #include-guards.Brian Gaeke2003-06-17
* Whoops. I didn't mean to step on John's changes.Brian Gaeke2003-06-16
* This version supports FreeBSD.Brian Gaeke2003-06-16
* Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG.John Criswell2003-06-11
* Fix to work correctly under linuxChris Lattner2002-09-14
* Add support for MacOS and (hopefully) other BSD derivatives.Vikram S. Adve2002-09-14
* Tighten up sanity checkingChris Lattner2002-09-13
* Try to work well on multiple platforms.Chris Lattner2002-09-13
* Add better linux support by using the right macro. This still should beChris Lattner2002-09-13
* Implement DataTypes.h in terms of inttypes.hChris Lattner2002-05-23
* Move DataTypes.h from llvm/Support to just SupportChris Lattner2001-11-26