aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/Host.h
AgeCommit message (Expand)Author
2013-04-15Fix silly typo that broke big endian hosts.Rafael Espindola
2013-04-15Fix endianness on some MSVC versions.Rafael Espindola
2013-04-15Try to fix the mingw builds.Rafael Espindola
2013-04-15Remove unused function.Rafael Espindola
2013-04-15Make the host endianness check an integer constant expression.Rafael Espindola
2013-01-16Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-01-05revert r147542 after comments from Joerg SonnenbergerSebastian Pop
2012-01-04use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop
2011-11-21fix typo in commentSebastian Pop
2011-11-01rename getHostTriple into getDefaultTargetTripleSebastian Pop
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis
2010-11-29Merge System into Support.Michael J. Spencer