summaryrefslogtreecommitdiff
path: root/lib/libc/compiler_rt
AgeCommit message (Expand)Author
2021-08-08Pull up following revision(s) (requested by skrll in ticket #1328):martin
2017-07-23Do not use IEEE 754 specific functions for VAXmartin
2017-06-16Implement __clear_cache using __syncicache on PPCjoerg
2017-05-26Use MACHINE_ARCH for the sparc check.joerg
2017-05-24Add __clear_cache implementatin for SPARC/SPARC64.joerg
2016-03-30Drop fixxfdi.c for m68k (where double == long double and this isn't neededmartin
2016-03-26Make sure to define __SOFT_FP__ when building a SOFTFLOAT userlandmartin
2016-02-29Fix buidling with MKPROFILE=noadam
2016-02-27Sync with changes in the profiling implementation of compiler-rt.joerg
2014-09-03Changes for OR1Kmatt
2014-08-17VAX does need __clzsi2matt
2014-08-13powerpc64 uses the same sources as powerpc and needs the long double asjoerg
2014-08-10MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPUmatt
2014-08-10Add the not-yet-used IEEE quad support files.joerg
2014-08-10Changes to existing files to enable building AARCH64 userland.matt
2014-07-14Don't include atomic.c, we have aliases for it in src/common.joerg
2014-05-20For the moment, don't complain about const casts.joerg
2014-05-16Prepare in case we want to hook up the profile init code later.joerg
2014-05-16Deal with PGO rename.joerg
2014-03-19On sh3 __udivsi3 is gcc "millicode" with special calling conventionuwe
2014-03-02Change remaining "MACHINE_ARCH" to "LIBC_MACHINE_ARCH"matt
2014-02-26Update compiler-rt glue for the new source layout.joerg
2014-01-29Long double support builds for PPC now.joerg
2014-01-18ARM needs __clear_cache.joerg
2014-01-18Must use LIBC_MACHINE_ARCH for deciding whether 64bit support code isjoerg
2014-01-18__fixsfdi is required, __fixdfsi already in softfloat.joerg
2014-01-18Use a separate variable for the use of GCC's unwind code.joerg
2014-01-17Don't use aeabi_dcmp.S and aeabi_fcmp.S on ARM yet, softfloat providesjoerg
2014-01-17Comment out softfloat code until it is decided what to use long term.joerg
2014-01-17__floatunsidf and __floatunsisf are provided by softfloat, butjoerg
2014-01-17Explicitly enumerate platforms that have unwind support to makejoerg
2014-01-16Don't build common quad routines if the platform is 64bit since theymatt
2014-01-15Add profiling helper functions to the build.joerg
2013-12-03Don't include bswap for ARM right now, the routines require ARMv6.joerg
2013-12-03Add ARM (EABI) specific sources. Split off code that requires C11,joerg
2013-07-04Build glue for including compiler-rt in libc, not hooked up yet.joerg