summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/EndianTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Support][Endian] Add support for specifying the alignment and native ↵Michael J. Spencer2013-01-021-11/+11
| | | | | | | | | | | unaligned types. * Add support for specifying the alignment to use. * Add the concept of native endianness. Used for unaligned native types. The native alignment and read/write simplification is based on a patch by Richard Smith. llvm-svn: 171406
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-1/+1
| | | | llvm-svn: 169250
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
| | | | llvm-svn: 120298
* Support: Add Endian.hMichael J. Spencer2010-10-211-0/+72
llvm-svn: 117057
OpenPOWER on IntegriCloud