| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
conversion functions use SSE2 instructions, but these are not guarded by
#ifdef __SSE2__, and there is no implementation using general purpose
registers. For these functions, use the generic C variants instead,
otherwise they will cause SIGILL on older processors.
From FreeBSD; ok deraadt@ mlarkin@ patrick@
|
| |
|
|
| |
ok mlarkin@
|
| |
|
|
|
|
|
|
| |
runtime support code libcompiler_rt for this. This code uses functions that
live in libpthread, so code that uses TLS support will need to be linked
with -lpthread. This should allow more ports to build with base clang.
ok espie@
|
| |
|
|
|
|
|
| |
doesn't actually flip the switch yet, so aarch64 continues to be the only
architecture for which we build clang.
ok jsg@, deraadt@
|
| |
|
|
|
|
| |
list to match what's in CMakeLists.txt.
ok sthen@
|
| |
|
|
|
|
| |
enter the directory to create an objdir.
ok deraadt@
|
| | |
|
| |
|
|
|
|
| |
change in the builtins that fixes the build on ARM with LLVM 3.8.
ok kettenis@
|
| |
|
|
| |
ok kettenis@
|
| |
|
|
| |
ok patrick@
|
| | |
|
|
|
This is the lib/builtin directory of the compiler-rt source tarball.
comments/ok patrick@, ok kettenis@
|