summaryrefslogtreecommitdiffstats
path: root/contrib/compiler-rt/lib/int_endianness.h
Commit message (Collapse)AuthorAgeFilesLines
* Import compiler-rt r172839.andrew2013-01-181-1/+14
| | | | | This brings in __aeabi_lcmp and __aeabi_ulcmp. It also fixes the spelling of __aeabi_f2lz. Both changes originated on the arm_eabi project branch.
* Import compiler-rt r160957.andrew2012-08-081-1/+8
| | | | | | This is mostly a no-op other than for ARM where it adds missing __aeabi_mem* and __aeabi_*divmod functions. Even on ARM these will remain unused until the rest of the ARM EABI code is merged.
* Upgrade libcompiler_rt to upstream revision 147390.ed2011-12-311-0/+89
This version of libcompiler_rt adds support for __mulo[sdt]i4(), which computes a multiply and its overflow flag. There are also a lot of cleanup fixes to headers that don't really affect us. Updating to this revision should make it a bit easier to contribute changes back to the LLVM developers.
OpenPOWER on IntegriCloud