summaryrefslogtreecommitdiff
path: root/lib/libcompiler_rt
AgeCommit message (Expand)Author
2019-09-29Update compiler-rt to 8.0.1. This is mostly a cosmetic update for us.Patrick Wildt
2019-09-28Make compiler-rt's __clear_cache() work on 32-bit ARM by makingPatrick Wildt
2019-01-29Update compiler-rt to 7.0.1. This is mostly a cosmetic update sincePatrick Wildt
2018-12-25Use the same additional arch specific files for sparc64 as is done for mipsClaudio Jeker
2018-10-21Add quad-precision floating-point support routines for mips64.Visa Hankala
2018-09-18Update to compiler-rt 6.0.0.Patrick Wildt
2018-01-16On armv7, remove symbols that are also present in our libc. Because of theMark Kettenis
2017-12-26Update to compiler-rt 5.0.1.Patrick Wildt
2017-09-08In compiler-rt, a few assembler implementations for i386 floating pointChristian Weisgerber
2017-08-04Enable atomic support functions.Mark Kettenis
2017-05-09Enable TLS support but default to the emulatated TLS model. Enable theMark Kettenis
2017-04-17Change build infrastructure to allow building both gcc and clang. ThisMark Kettenis
2017-04-09Add a few missing quad-precision support functions on arm64 and reorder theMark Kettenis
2017-01-20Depend compilation on the compiler version, so that we can alwaysPatrick Wildt
2017-01-11Build a bunch more floating point helpers for AArch64.Patrick Wildt
2017-01-04Update compiler-rt to version 3.9.1. There has only been a singlePatrick Wildt
2016-09-19Don't build saveFP/restFP for powerpc. Not needed on OpenBSD.Pascal Stumpf
2016-09-19Add non-VFP arm-specific code.Mark Kettenis
2016-09-05Add libcompiler_rt Makefile.Pascal Stumpf
2016-09-05Import libcompiler_rt 3.9.0, LLVM's replacement for libgcc.Pascal Stumpf