summaryrefslogtreecommitdiffstats
path: root/lib/libcompiler_rt
Commit message (Expand)AuthorAgeFilesLines
* Unconditionally compile the __sync_* atomics support functions into compiler-rttheraven2013-08-311-1/+2
* Build __clear_cache on ARM with clang now it supports it.andrew2013-06-151-5/+1
* Let ARM use the custom tailored atomic intrinsics.ed2013-06-1511-211/+3
* Use improved __sync_*() intrinsics for MIPS in userspace as well.ed2013-06-088-56/+5
* Add __sync_synchronize().ed2013-05-302-0/+48
* Use #ifdef instead of #if defined.ed2013-05-302-2/+2
* Unbreak <stdatomic.h> on ARM + Clang.ed2013-04-2717-17/+34
* Enable libcompiler-rt on MIPS.ed2013-04-201-5/+3
* Add the __aeabi_mem* functions to compiler-rt as clang uses them.andrew2013-02-061-0/+4
* Use the compiler-rt version __{u,}divsi3 and __{u,}modsi3 on ARM EABIandrew2013-01-191-3/+7
* There should have been a tab after SRCS+=andrew2013-01-191-1/+1
* Add the __aeabi_*divmod functions to the compiler-rt buildandrew2013-01-191-0/+7
* Get libcompiler-rt and libgcc building on ARM with clang.andrew2012-12-181-3/+8
* Switch sparc64 to using libcompiler_rt; since r230021 we have a workaroundmarius2012-05-151-1/+1
* Upgrade libcompiler_rt to upstream revision 147390.ed2011-12-311-0/+4
* Add locally implemented atomic intrinsics to libcompiler_rt.ed2011-12-2717-0/+204
* Upgrade libcompiler_rt from revision 117047 to 132478.ed2011-06-031-0/+5
* Mark libcompiler_rt as not needed executable stack on powerpc.kib2011-01-141-1/+2
* Fix braino in r217101. -Wa is used to supply assembler flag to cc driver.kib2011-01-071-1/+1
* On amd64 and i386, force assembler to mark objects compiled from thekib2011-01-071-0/+6
* Switch mips architectures back to libgcc.kan2010-12-291-1/+1
* Revert to libgcc for sparc64.ed2010-11-121-3/+5
* Set symbol visibility to hidden.ed2010-11-111-1/+1
* Import libcompiler_rt into HEAD and add Makefiles.ed2010-11-111-0/+157
OpenPOWER on IntegriCloud