BumpPtrAllocator: do the size check without moving any pointers
[oota-llvm.git] / include / llvm / Support / Host.h
2013-12-12 Rafael EspindolaReturn a StringRef from getHostCPUName.
2013-06-05 Sylvestre LedruThe GNU/HURD is also using the libc. Therefor, endian...
2013-05-21 Jakob Stoklund OlesenDefine BYTE_ORDER on Solaris.
2013-04-15 Rafael EspindolaFix silly typo that broke big endian hosts.
2013-04-15 Rafael EspindolaFix endianness on some MSVC versions.
2013-04-15 Rafael EspindolaTry to fix the mingw builds.
2013-04-15 Rafael EspindolaRemove unused function.
2013-04-15 Rafael EspindolaMake the host endianness check an integer constant...
2013-01-16 Peter CollingbourneIntroduce llvm::sys::getProcessTriple() function.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-01-05 Sebastian Poprevert r147542 after comments from Joerg Sonnenberger
2012-01-04 Sebastian Popuse getHostTriple instead of getDefaultTargetTriple...
2011-11-21 Sebastian Popfix typo in comment
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2010-11-29 Charles DavisNow to chant the magical incantation that will exorcise...
2010-11-29 Michael J. SpencerMerge System into Support.