cosmopolitan/test/libc
Justine Tunney e75ffde09e Get codebase completely working with LLVM
You can now build Cosmopolitan with Clang:

    make -j8 MODE=llvm
    o/llvm/examples/hello.com

The assembler and linker code is now friendly to LLVM too.
So it's not needed to configure Clang to use binutils under
the hood. If you love LLVM then you can now use pure LLVM.
2021-02-09 02:57:32 -08:00
..
alg Fix Clang support 2021-02-06 00:29:09 -08:00
bits Improve dead code elimination 2021-02-08 04:04:42 -08:00
calls Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
crypto Make more functions friendly to Address Sanitizer 2021-02-02 03:45:31 -08:00
dns Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
fmt Improve dead code elimination 2021-02-08 04:04:42 -08:00
intrin Improve dead code elimination 2021-02-08 04:04:42 -08:00
mem Make more functions friendly to Address Sanitizer 2021-02-02 03:45:31 -08:00
nexgen32e Fix Clang support 2021-02-06 00:29:09 -08:00
rand Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
release Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
runtime Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
sock Apply some touchups 2021-02-07 07:02:46 -08:00
stdio Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
str Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
time Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
tinymath Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
unicode Add NetBSD support 2021-02-05 06:19:45 -08:00
x Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
xed Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
test.mk Remove sun musl fdlibm math library 2021-01-31 18:25:16 -08:00