summaryrefslogtreecommitdiff
path: root/lib/int_endianness.h
Commit message (Collapse)AuthorAge
* Fix endian conditions on Solaris. From Alexander Esilevich.Joerg Sonnenberger2013-08-17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@188613 91177308-0d34-0410-b5e6-96231b3b80d8
* Both OpenBSD and Bitrig need to include machine/endian.h to get theEric Christopher2012-09-20
| | | | | | | | | _BYTE_ORDER define. Patch by David Hill. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@164286 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some basic mingw support.Anton Korobeynikov2012-01-12
| | | | | | | Patch by Ruben Van Boxem! git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@148048 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix build on minix. Patch by Ben Gras!Rafael Espindola2012-01-05
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@147632 91177308-0d34-0410-b5e6-96231b3b80d8
* lib: Rename endianness.h to int_endianness.h (for consistency) and tidy up a ↵Daniel Dunbar2011-11-15
bit. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144669 91177308-0d34-0410-b5e6-96231b3b80d8