summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Endian.h
Commit message (Expand)AuthorAge
* Support: Functions for consuming endian specific data from a buffer.Justin Bogner2014-03-25
* Support: Document Endian.h functionsJustin Bogner2014-03-24
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-07
* Make the host endianness check an integer constant expression.Rafael Espindola2013-04-15
* [Support][Endian] Add support for specifying the alignment and native unalign...Michael J. Spencer2013-01-02
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-20
* Basic runtime dynamic loading capabilities added to ELFObjectFile, implementedEli Bendersky2012-01-22
* Don't include config.h in public headersDylan Noblesmith2011-06-23
* Merge System into Support.Michael J. Spencer2010-11-29
* I hate line endings.Michael J. Spencer2010-10-22
* Endian: Get rid of LLVM_IS_HOST_BIG_ENDIAN.Michael J. Spencer2010-10-22
* Rename LLVM_IS_TARGET_BIG_ENDIAN to LLVM_IS_HOST_BIG_ENDIAN to reflect what i...Michael J. Spencer2010-10-22
* Support: Add Endian.hMichael J. Spencer2010-10-21