aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Host.h
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* The GNU/HURD is also using the libc. Therefor, endian.h should be included, n...Sylvestre Ledru2013-06-051-1/+1
* Define BYTE_ORDER on Solaris.Jakob Stoklund Olesen2013-05-211-1/+1
* Fix silly typo that broke big endian hosts.Rafael Espindola2013-04-151-1/+1
* Fix endianness on some MSVC versions.Rafael Espindola2013-04-151-1/+1
* Try to fix the mingw builds.Rafael Espindola2013-04-151-1/+1
* Remove unused function.Rafael Espindola2013-04-151-4/+0
* Make the host endianness check an integer constant expression.Rafael Espindola2013-04-151-9/+17
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-161-0/+4
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-051-8/+0
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-041-0/+8
* fix typo in commentSebastian Pop2011-11-211-2/+2
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-011-2/+2
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-291-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-0/+66