summaryrefslogtreecommitdiffstats
path: root/lib/libcompiler_rt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't build saveFP/restFP for powerpc. Not needed on OpenBSD.pascal2016-09-191-4/+2
| | | | ok kettenis@
* Add non-VFP arm-specific code.kettenis2016-09-191-1/+48
| | | | ok patrick@
* 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
This is the lib/builtin directory of the compiler-rt source tarball. comments/ok patrick@, ok kettenis@