summaryrefslogtreecommitdiffstats
path: root/lib/libcompiler_rt/clear_cache.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tedu compiler-rt 8.0.1.patrick2020-08-101-199/+0
|
* Make compiler-rt's __clear_cache() work on 32-bit ARM by makingpatrick2019-09-281-2/+2
| | | | | | | it use sysarch(). From Josh Elsasser ok kettenis@
* Update compiler-rt to 7.0.1. This is mostly a cosmetic update sincepatrick2019-01-291-2/+2
| | | | | | | most changes are guarded behind WIN32 or GCC ifdefs. The functional change is in emutls and AMD model checking. ok kettenis@
* Update to compiler-rt 6.0.0.patrick2018-09-181-11/+33
| | | | | tested by naddy@ ok kettenis@
* Update to compiler-rt 5.0.1.patrick2017-12-261-6/+13
| | | | ok kettenis@
* Import libcompiler_rt 3.9.0, LLVM's replacement for libgcc.pascal2016-09-051-0/+170
This is the lib/builtin directory of the compiler-rt source tarball. comments/ok patrick@, ok kettenis@