summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Host.h
Commit message (Expand)AuthorAge
* The GNU/HURD is also using the libc. Therefor, endian.h should be included, n...Sylvestre Ledru2013-06-05
* Define BYTE_ORDER on Solaris.Jakob Stoklund Olesen2013-05-21
* Fix silly typo that broke big endian hosts.Rafael Espindola2013-04-15
* Fix endianness on some MSVC versions.Rafael Espindola2013-04-15
* Try to fix the mingw builds.Rafael Espindola2013-04-15
* Remove unused function.Rafael Espindola2013-04-15
* Make the host endianness check an integer constant expression.Rafael Espindola2013-04-15
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-16
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-05
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-04
* fix typo in commentSebastian Pop2011-11-21
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-01
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-29
* Merge System into Support.Michael J. Spencer2010-11-29