| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge clang, llvm, lld, lldb, compiler-rt and libc++ 5.0.0 release. | dim | 2018-02-21 | 1 | -0/+8 |
* | Update clang, llvm, lld, lldb, compiler-rt and libc++ to 4.0.0 release: | dim | 2017-04-02 | 1 | -6/+0 |
* | MFC r315689: | dim | 2017-03-25 | 1 | -0/+4 |
* | MFC r309124: | dim | 2016-12-26 | 2 | -10/+20 |
* | MFC r306266 (by emaste): | dim | 2016-12-25 | 2 | -218/+218 |
* | Make armv6 hard float abi by default. Kill armv6hf. | imp | 2016-05-18 | 1 | -2/+3 |
* | MFH | gjb | 2016-03-06 | 1 | -0/+1 |
|\ |
|
| * | Merge compiler-rt release_38 branch r258968. | dim | 2016-02-06 | 1 | -0/+1 |
* | | First pass through library packaging. | gjb | 2016-02-04 | 1 | -0/+1 |
|/ |
|
* | Merge ^/head r288197 through r288456. | dim | 2015-10-01 | 1 | -1/+1 |
|\ |
|
| * | Annotate arm userspace assembler sources stating their tolerance to | kib | 2015-09-29 | 1 | -1/+1 |
* | | Update compiler-rt to 3.7.0 release. This also includes the sanitizer | dim | 2015-09-10 | 1 | -0/+3 |
|/ |
|
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+12 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | sjg | 2015-05-27 | 1 | -5/+43 |
| |\
| |/
|/| |
|
| * | Merge from head@274682 | sjg | 2014-11-19 | 1 | -5/+4 |
| |\ |
|
| * \ | Merge from head | sjg | 2014-05-08 | 1 | -1/+1 |
| |\ \ |
|
| * \ \ | Merge head | sjg | 2014-04-28 | 1 | -1/+3 |
| |\ \ \ |
|
| * \ \ \ | Merge from head | sjg | 2013-09-05 | 17 | -213/+14 |
| |\ \ \ \ |
|
| * | | | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| * | | | | | Sync with HEAD. | obrien | 2013-02-08 | 1 | -6/+26 |
| |\ \ \ \ \ |
|
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+15 |
* | | | | | | | compiler_rt: add floatunsitf for arm64 | emaste | 2015-04-16 | 1 | -0/+1 |
* | | | | | | | compiler-rt: include 128-bit quad precision fp support only on arm64 | emaste | 2015-04-08 | 1 | -15/+19 |
* | | | | | | | compiler-rt: add floatditf and floatunditf | emaste | 2015-04-07 | 1 | -0/+2 |
* | | | | | | | compiler-rt: Implement multc3 - quad-precision complex multiplication | emaste | 2015-04-07 | 1 | -0/+1 |
* | | | | | | | compiler-rt: Build additional quad precision floating point builtins | emaste | 2015-03-30 | 1 | -0/+6 |
* | | | | | | | Merge ^/head r279893 through r279984. | dim | 2015-03-14 | 1 | -0/+6 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Pull in r231965 from upstream compiler-rt trunk (by Jörg Sonnenberger): | dim | 2015-03-14 | 1 | -0/+6 |
* | | | | | | | | Update compiler-rt to trunk r228651. This enables using Address | dim | 2015-02-22 | 1 | -0/+1 |
|/ / / / / / / |
|
* | | | | | | | With the update of compiler-rt we try to build a number of files that | andrew | 2015-01-09 | 1 | -44/+7 |
* | | | | | | | Update compiler-rt to trunk r224034. This brings a number of new | dim | 2015-01-08 | 1 | -3/+57 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Clean up detection of hard-float ABIs. As with big-endian in r272368 we | andrew | 2014-10-01 | 1 | -2/+2 |
* | | | | | | Remove MK_ARM_EABI, the armeb issues have been fixed. The code to support | andrew | 2014-10-01 | 1 | -3/+2 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | imp | 2014-05-06 | 1 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental. | andrew | 2014-03-23 | 1 | -1/+3 |
| |_|/
|/| | |
|
* | | | Unconditionally compile the __sync_* atomics support functions into compiler-rt | theraven | 2013-08-31 | 1 | -1/+2 |
* | | | Build __clear_cache on ARM with clang now it supports it. | andrew | 2013-06-15 | 1 | -5/+1 |
* | | | Let ARM use the custom tailored atomic intrinsics. | ed | 2013-06-15 | 11 | -211/+3 |
* | | | Use improved __sync_*() intrinsics for MIPS in userspace as well. | ed | 2013-06-08 | 8 | -56/+5 |
* | | | Add __sync_synchronize(). | ed | 2013-05-30 | 2 | -0/+48 |
* | | | Use #ifdef instead of #if defined. | ed | 2013-05-30 | 2 | -2/+2 |
* | | | Unbreak <stdatomic.h> on ARM + Clang. | ed | 2013-04-27 | 17 | -17/+34 |
* | | | Enable libcompiler-rt on MIPS. | ed | 2013-04-20 | 1 | -5/+3 |
| |/
|/| |
|
* | | Add the __aeabi_mem* functions to compiler-rt as clang uses them. | andrew | 2013-02-06 | 1 | -0/+4 |
* | | Use the compiler-rt version __{u,}divsi3 and __{u,}modsi3 on ARM EABI | andrew | 2013-01-19 | 1 | -3/+7 |
* | | There should have been a tab after SRCS+= | andrew | 2013-01-19 | 1 | -1/+1 |
* | | Add the __aeabi_*divmod functions to the compiler-rt build | andrew | 2013-01-19 | 1 | -0/+7 |
* | | Get libcompiler-rt and libgcc building on ARM with clang. | andrew | 2012-12-18 | 1 | -3/+8 |
|/ |
|
* | Switch sparc64 to using libcompiler_rt; since r230021 we have a workaround | marius | 2012-05-15 | 1 | -1/+1 |