aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Endian.h
Commit message (Expand)AuthorAgeFilesLines
* 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