freebsd-src/lib/libcompiler_rt
Ed Schouten 7686ff743c Upgrade libcompiler_rt to upstream revision 147390.
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.
2011-12-31 19:01:48 +00:00
..
__sync_fetch_and_add_4.c Add locally implemented atomic intrinsics to libcompiler_rt. 2011-12-27 22:13:51 +00:00
__sync_fetch_and_add_8.c Add locally implemented atomic intrinsics to libcompiler_rt. 2011-12-27 22:13:51 +00:00
__sync_fetch_and_and_4.c Add locally implemented atomic intrinsics to libcompiler_rt. 2011-12-27 22:13:51 +00:00
__sync_fetch_and_and_8.c Add locally implemented atomic intrinsics to libcompiler_rt. 2011-12-27 22:13:51 +00:00
__sync_fetch_and_op_n.h Add locally implemented atomic intrinsics to libcompiler_rt. 2011-12-27 22:13:51 +00:00
__sync_fetch_and_or_4.c Add locally implemented atomic intrinsics to libcompiler_rt. 2011-12-27 22:13:51 +00:00
__sync_fetch_and_or_8.c Add locally implemented atomic intrinsics to libcompiler_rt. 2011-12-27 22:13:51 +00:00
__sync_fetch_and_sub_4.c Add locally implemented atomic intrinsics to libcompiler_rt. 2011-12-27 22:13:51 +00:00
__sync_fetch_and_sub_8.c Add locally implemented atomic intrinsics to libcompiler_rt. 2011-12-27 22:13:51 +00:00
__sync_fetch_and_xor_4.c Add locally implemented atomic intrinsics to libcompiler_rt. 2011-12-27 22:13:51 +00:00
__sync_fetch_and_xor_8.c Add locally implemented atomic intrinsics to libcompiler_rt. 2011-12-27 22:13:51 +00:00
__sync_lock_test_and_set_4.c Add locally implemented atomic intrinsics to libcompiler_rt. 2011-12-27 22:13:51 +00:00
__sync_lock_test_and_set_8.c Add locally implemented atomic intrinsics to libcompiler_rt. 2011-12-27 22:13:51 +00:00
__sync_val_compare_and_swap_4.c Add locally implemented atomic intrinsics to libcompiler_rt. 2011-12-27 22:13:51 +00:00
__sync_val_compare_and_swap_8.c Add locally implemented atomic intrinsics to libcompiler_rt. 2011-12-27 22:13:51 +00:00
__sync_val_compare_and_swap_n.h Add locally implemented atomic intrinsics to libcompiler_rt. 2011-12-27 22:13:51 +00:00
Makefile Upgrade libcompiler_rt to upstream revision 147390. 2011-12-31 19:01:48 +00:00