aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Endian.h
Commit message (Expand)AuthorAgeFilesLines
* [Support][Endian] Add support for specifying the alignment and native unalign...Michael J. Spencer2013-01-021-103/+58
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-201-4/+4
* Basic runtime dynamic loading capabilities added to ELFObjectFile, implementedEli Bendersky2012-01-221-0/+12
* Don't include config.h in public headersDylan Noblesmith2011-06-231-1/+0
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* I hate line endings.Michael J. Spencer2010-10-221-36/+36
* Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.Michael J. Spencer2010-10-221-53/+38
* Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_ENDIAN to reflect what i...Michael J. Spencer2010-10-221-1/+1
* Support: Add Endian.hMichael J. Spencer2010-10-211-0/+228