summaryrefslogtreecommitdiffstats
path: root/lib/libcompiler_rt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement __atomic_is_lock_free for powerpc. Needed because thekettenis2020-04-042-2/+25
* Update compiler-rt to 8.0.1. This is mostly a cosmetic update for us.patrick2019-09-2925-253/+417
* Make compiler-rt's __clear_cache() work on 32-bit ARM by makingpatrick2019-09-281-2/+2
* Update compiler-rt to 7.0.1. This is mostly a cosmetic update sincepatrick2019-01-2910-25/+187
* Use the same additional arch specific files for sparc64 as is done for mipsclaudio2018-12-251-1/+22
* Add quad-precision floating-point support routines for mips64.visa2018-10-211-1/+22
* Update to compiler-rt 6.0.0.patrick2018-09-1867-265/+433
* On armv7, remove symbols that are also present in our libc. Because of thekettenis2018-01-161-23/+24
* Update to compiler-rt 5.0.1.patrick2017-12-26118-853/+2184
* In compiler-rt, a few assembler implementations for i386 floating pointnaddy2017-09-081-7/+17
* Enable atomic support functions.kettenis2017-08-041-1/+2
* Enable TLS support but default to the emulatated TLS model. Enable thekettenis2017-05-091-1/+2
* Change build infrastructure to allow building both gcc and clang. Thiskettenis2017-04-171-2/+7
* Add a few missing quad-precision support functions on arm64 and reorder thekettenis2017-04-091-4/+9
* Depend compilation on the compiler version, so that we can alwayspatrick2017-01-201-1/+8
* Build a bunch more floating point helpers for AArch64.patrick2017-01-111-1/+15
* Update compiler-rt to version 3.9.1. There has only been a singlepatrick2017-01-042-0/+66
* Don't build saveFP/restFP for powerpc. Not needed on OpenBSD.pascal2016-09-191-4/+2
* Add non-VFP arm-specific code.kettenis2016-09-191-1/+48
* Add libcompiler_rt Makefile.pascal2016-09-051-0/+182
* Import libcompiler_rt 3.9.0, LLVM's replacement for libgcc.pascal2016-09-05333-0/+18972