Fix UBSan test error from r248897 about left shift of unsigned value.
[oota-llvm.git] / include / llvm / Support / Endian.h
2015-10-08 Teresa JohnsonFix UBSan test error from r248897 about left shift...
2015-09-30 Teresa JohnsonAdd support for sub-byte aligned writes to lib/Support...
2015-06-15 Rui Ueyama[Support][Endian] Define |= and &= for u{big,little...
2015-03-16 Justin BognerInstrProf: Do a better job of reading coverage mapping...
2015-03-02 Jan VeselySupport: Use const pointers for reads.
2015-03-02 Rui UeyamaSupport: Add {read,write}{16,32,64}{le,be} functions.
2014-09-11 Rui Ueyama[Support][Endian] Overload += and -=
2014-09-11 Rui UeyamaSupport: Delete {aligned_,}{u,}{little,big}8_t
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