Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Support][Endian] Add support for specifying the alignment and native ↵ | Michael J. Spencer | 2013-01-02 | 1 | -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 Carruth | 2012-12-04 | 1 | -1/+1 |
| | | | | llvm-svn: 169250 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
| | | | | llvm-svn: 120298 | ||||
* | Support: Add Endian.h | Michael J. Spencer | 2010-10-21 | 1 | -0/+72 |
llvm-svn: 117057 |