aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Endian.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+20
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-16/+27
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+12
* Make the host endianness check an integer constant expression.Rafael Espindola2013-04-151-1/+1
* [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