. bitcode fixes . switch to compiler-rt instead of netbsd libc functions or libgcc for support functions for both x86 and arm . minor build fixes . allow build with llvm without crossbuilding llvm itself . can now build minix/arm using llvm and eabi - without C++ support for now (hence crossbuilding llvm itself is turned off for minix/arm) Change-Id: If5c44ef766f5b4fc4394d4586ecc289927a0d6eb |
||
|---|---|---|
| .. | ||
| ffs.S | ||
| memcmp.S | ||
| memcpy_arm.S | ||
| memcpy_neon.S | ||
| memcpy_xscale.S | ||
| memcpy.S | ||
| memmove.S | ||
| memset_arm.S | ||
| memset_naive.S | ||
| memset_neon.S | ||
| memset.S | ||
| strcat_arm.S | ||
| strcat_naive.S | ||
| strcat.S | ||
| strchr_arm.S | ||
| strchr_naive.S | ||
| strchr.S | ||
| strcmp.S | ||
| strcpy_arm.S | ||
| strcpy_naive.S | ||
| strcpy_thumb.S | ||
| strcpy.S | ||
| strlcat_arm.S | ||
| strlcat_naive.S | ||
| strlcat.S | ||
| strlcpy.S | ||
| strlen_arm.S | ||
| strlen_naive.S | ||
| strlen_neon.S | ||
| strlen.S | ||
| strncmp.S | ||
| strncpy.S | ||
| strnlen.S | ||
| strrchr_arm.S | ||
| strrchr_naive.S | ||
| strrchr.S | ||