aboutsummaryrefslogtreecommitdiff
path: root/std/special/c.zig
AgeCommit message (Expand)Author
2019-09-25mv std/ lib/Andrew Kelley
2019-09-25Correct some RISCV64 bitsLemonBoy
2019-09-19Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-09-16update clone on arm32 to latest musl implementationAndrew Kelley
2019-09-10Merge remote-tracking branch 'origin/master' into llvm9Andrew Kelley
2019-08-29add __aeabi_read_tpRobin Voetter
2019-08-29TLS initialization, clone definition and _start functionalityRobin Voetter
2019-07-18riscv workarounds for llvm not having good asm integrationAndrew Kelley
2019-07-17msvc libc: provide _fltused symbolAndrew Kelley
2019-06-29fix formattingemekoi
2019-06-22stage1: add @sin @cos @exp @exp2 @ln @log2 @log10 @fabs @floor @ceil @trunc @...Shawn Landden
2019-06-19c: add fma and fmafShawn Landden
2019-06-08add bcmp implementation as LLVM 9 now emits thoseShawn Landden
2019-05-29improve the libc of wasm32-freestanding targetAndrew Kelley
2019-05-19ran zig fmt on stdlibemekoi
2019-05-16the wasm freestanding _start function is return value voidAndrew Kelley
2019-05-16improvements to build-lib use case of WebAssemblyAndrew Kelley
2019-05-15improvements to zig's implementation of libc and WebAssemblyAndrew Kelley