35 Commits (71d279a4b0380c6527e6f9be6e7110cf6bc62df1)

Author SHA1 Message Date
Dan Gohman a280fead2a
Move math source files. (#151) 5 years ago
Dan Gohman cf81683e77
Optimize `fmin`, `fmax`, etc. (#120) 5 years ago
Dan Gohman 7fcc4f29df
Revamp and simplify the libpreopen code. (#110) 5 years ago
Dan Gohman eb7230cf94
Remove more unsupported headers. (#123) 5 years ago
Dan Gohman 8048aeb500
Don't build bind_textdomain_codeset.c (#122) 5 years ago
Dan Gohman bdfbb54520
Call `populate_environ` only if we actually need environment variables. (#109) 5 years ago
Dan Gohman 78b8651224
Remove -fno-builtin. (#104) 5 years ago
Dan Gohman 33e8b5189b Omit musl's stdarg.h and stddef.h from the sysroot. 6 years ago
Dan Gohman 1f40984219 Factor out the include-file exclude list into a variable. 6 years ago
Sam Clegg c35f0f5dd6 When checking undefined symbol list, ignore certain llvm buildins 5 years ago
Till Schneidereit 255e6f7c0d
Add Azure Pipelines definition (#78) 5 years ago
Sam Clegg 8df0d4cd6a Fix predefined macros check after recent clang change 5 years ago
Dan Gohman 84a2343ce4 Don't install <sys/xattr.h>, which isn't supported on WASI. 6 years ago
Dan Gohman 7d5074ff66 Add complex builtins for creal and cimag too. 6 years ago
Dan Gohman 16450763eb Use builtin functions rather than portable libm implementations. 6 years ago
Sam Clegg 1f7d798a3a
Don't create dummy libs for libc++/libc++abi (#68) 6 years ago
Dan Gohman 5067fefb25 Implement more functions, remove more unimplemented headers. 6 years ago
Dan Gohman 900b8032b4 Remove __fpclassify and __signbit definitions. 6 years ago
Dan Gohman 1db93d1169 Switch from the cloudlibc inet_pton etc. to the musl versions. 6 years ago
Sam Clegg 8e8cc34aad Makefile: Don't mix phony targets with directory names 6 years ago
Dan Gohman 9f103c2883 Say "wasm32-wasi" rather than "wasm32-unknown-wasi". 6 years ago
Dan Gohman 2201343c17 Add vfwprintf.c to the printscan list. 6 years ago
Dan Gohman ad03c82d65 Implement reallocarray. 6 years ago
Jakub Konka 5ce487a789 Add missing asctime symbol 6 years ago
Dan Gohman 29d45024c7 Remove the Linux-specific <sys/signalfd.h> header. 6 years ago
Jakub Konka 03a1adbf2b Fixes #20 6 years ago
Pat Hickey fad009dc1d build: use LC_ALL=C for sorting 6 years ago
Dan Gohman f41256b602 Update to musl 1.1.22. 6 years ago
Dan Gohman 9f0d8e85e3 Define _ALL_SOURCE when generating predefined-macros.txt. 6 years ago
Dan Gohman 079d7bda78 Don't install <ucontext.h> or <sys/ucontext.h> for WASI. 6 years ago
Dan Gohman f74124a6f4 Filter out __FLT16_* macros from predefined-macros.txt. 6 years ago
Dan Gohman 320054e84f WASI libc prototype implementation. 6 years ago
Dan Gohman dbfccac2e4 Add a malloc implementation using dlmalloc. 6 years ago
Petr Penzin 7ef30385ab Enable overriding 'ar' 6 years ago
Dan Gohman dcf13b6fc4 Add initial files. 6 years ago