BumpPtrAllocator: do the size check without moving any pointers
[oota-llvm.git] / include / llvm / Support / Endian.h
2014-08-27 Alexey SamsonovFix unaligned reads/writes in X86JIT and RuntimeDyldELF.
2014-06-14 Artyom SkrobovUsing llvm::sys::swapByteOrder() for the common case...
2014-06-14 Artyom SkrobovRenaming SwapByteOrder() to getSwappedBytes()
2014-03-25 Justin BognerSupport: Functions for consuming endian specific data...
2014-03-24 Justin BognerSupport: Document Endian.h functions
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2013-04-15 Rafael EspindolaMake the host endianness check an integer constant...
2013-01-02 Michael J. Spencer[Support][Endian] Add support for specifying the alignm...
2012-06-20 Chandler CarruthRemove 'static' from inline functions defined in header...
2012-01-22 Eli BenderskyBasic runtime dynamic loading capabilities added to...
2011-06-23 Dylan NoblesmithDon't include config.h in public headers
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-22 Michael J. SpencerI hate line endings.
2010-10-22 Michael J. SpencerEndian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.
2010-10-22 Michael J. SpencerRename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_EN...
2010-10-21 Michael J. SpencerSupport: Add Endian.h