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