summaryrefslogtreecommitdiff
path: root/lib/libcompiler_rt/Makefile
AgeCommit message (Expand)Author
2024-11-12Retire MK_PROFILE infrastructureEd Maste
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-09-04Merge commit 4bb2416d42eb from llvm-project (by Jessica Clarke):Jessica Clarke
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2022-03-09Build compiler-rt against libunwind, not libcxxrtDimitry Andric
2021-07-28compilert-rt: build out-of-line LSE atomics helpers for aarch64Dimitry Andric
2021-01-07Rename NO_WERROR -> MK_WERROR=noAlex Richardson
2020-12-28libcompiler_rt: stop building with stack smashing protectionRyan Libby
2019-11-05Fix llvm-libunwind userspace build on ARMConrad Meyer
2017-03-21Gcc has incompatible internal declarations for __divtc3 and __multc3 asDimitry Andric
2017-02-23Remove an assembler flag, which is redundant since r309124. The upstreamJung-uk Kim
2016-12-02Update compiler-rt to release_39 branch r288513. Since this contains aDimitry Andric
2016-09-28Merge ^/head r306303 through 306411.Ed Maste
2016-09-27libcompiler_rt: move file list to Makefile.inc for reuse elsewhereEd Maste
2016-09-23libcompiler_rt: use ${SRCTOP} for the top of the FreeBSD treeEd Maste
2016-09-05Fix building some arm-specific primitives for libcompiler_rt. This wasDimitry Andric
2016-09-03Update compiler-rt to 3.9.0 release, and update the build glue forDimitry Andric
2016-05-18Make armv6 hard float abi by default. Kill armv6hf.Warner Losh
2016-03-06MFHGlen Barber
2016-02-06Merge compiler-rt release_38 branch r258968.Dimitry Andric
2016-02-04First pass through library packaging.Glen Barber
2015-10-01Merge ^/head r288197 through r288456.Dimitry Andric
2015-09-29Annotate arm userspace assembler sources stating their tolerance toKonstantin Belousov
2015-09-10Update compiler-rt to 3.7.0 release. This also includes the sanitizerDimitry Andric
2015-04-16compiler_rt: add floatunsitf for arm64Ed Maste
2015-04-08compiler-rt: include 128-bit quad precision fp support only on arm64Ed Maste
2015-04-07compiler-rt: add floatditf and floatunditfEd Maste
2015-04-07compiler-rt: Implement multc3 - quad-precision complex multiplicationEd Maste
2015-03-30compiler-rt: Build additional quad precision floating point builtinsEd Maste
2015-03-14Merge ^/head r279893 through r279984.Dimitry Andric
2015-03-14Pull in r231965 from upstream compiler-rt trunk (by Jörg Sonnenberger):Dimitry Andric
2015-02-22Update compiler-rt to trunk r228651. This enables using AddressDimitry Andric
2015-01-09With the update of compiler-rt we try to build a number of files thatAndrew Turner
2015-01-08Update compiler-rt to trunk r224034. This brings a number of newDimitry Andric
2014-10-01Clean up detection of hard-float ABIs. As with big-endian in r272368 weAndrew Turner
2014-10-01Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportAndrew Turner
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2014-03-23Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.Andrew Turner
2013-08-31Unconditionally compile the __sync_* atomics support functions into compiler-rtDavid Chisnall
2013-06-15Build __clear_cache on ARM with clang now it supports it.Andrew Turner
2013-06-15Let ARM use the custom tailored atomic intrinsics.Ed Schouten
2013-06-08Use improved __sync_*() intrinsics for MIPS in userspace as well.Ed Schouten
2013-05-30Add __sync_synchronize().Ed Schouten
2013-04-27Unbreak <stdatomic.h> on ARM + Clang.Ed Schouten
2013-04-20Enable libcompiler-rt on MIPS.Ed Schouten
2013-02-06Add the __aeabi_mem* functions to compiler-rt as clang uses them.Andrew Turner
2013-01-19Use the compiler-rt version __{u,}divsi3 and __{u,}modsi3 on ARM EABIAndrew Turner
2013-01-19There should have been a tab after SRCS+=Andrew Turner
2013-01-19Add the __aeabi_*divmod functions to the compiler-rt buildAndrew Turner
2012-12-18Get libcompiler-rt and libgcc building on ARM with clang.Andrew Turner