Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tedu compiler-rt 8.0.1. | 2020-08-10 | 16 | -997/+0 | |
| | |||||
* | Implement __atomic_is_lock_free for powerpc. Needed because the | 2020-04-04 | 1 | -0/+22 | |
| | | | | | | | | | architecture doesn't implement 64-bit atomic operations. This implementation is pessimistic and only flags naturally aligned operations up to and including 32-bit as lock free. tested by cwen@ ok gkoehler@ | ||||
* | Update compiler-rt to 8.0.1. This is mostly a cosmetic update for us. | 2019-09-29 | 3 | -3/+163 | |
| | | | | | Tested in snaps ok kettenis@ | ||||
* | Update to compiler-rt 5.0.1. | 2017-12-26 | 1 | -20/+0 | |
| | | | | ok kettenis@ | ||||
* | Import libcompiler_rt 3.9.0, LLVM's replacement for libgcc. | 2016-09-05 | 14 | -0/+835 | |
This is the lib/builtin directory of the compiler-rt source tarball. comments/ok patrick@, ok kettenis@ |