aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/Endian.h
AgeCommit message (Expand)Author
2013-04-15Make the host endianness check an integer constant expression.Rafael Espindola
2013-01-02[Support][Endian] Add support for specifying the alignment and native unalign...Michael J. Spencer
2012-06-20Remove 'static' from inline functions defined in header files.Chandler Carruth
2012-01-22Basic runtime dynamic loading capabilities added to ELFObjectFile, implementedEli Bendersky
2011-06-23Don't include config.h in public headersDylan Noblesmith
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-22I hate line endings.Michael J. Spencer
2010-10-22Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.Michael J. Spencer
2010-10-22Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_ENDIAN to reflect what i...Michael J. Spencer
2010-10-21Support: Add Endian.hMichael J. Spencer