aboutsummaryrefslogtreecommitdiff
path: root/lib/zig.h
AgeCommit message (Expand)Author
2024-01-03cbe: fix non-msvc externs and exportsJacob Young
2024-01-03Reapply "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"Jacob Young
2024-01-01Revert "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"Andrew Kelley
2024-01-01Merge pull request #17824 from kcbanner/fixup_msvc_fmaxAndrew Kelley
2023-11-12zig.h: workaround for gcc `f128` miscompilationsJacob Young
2023-11-05cbe: fixup __asm style exports, re-enable 12680 on macos now that alias isn't...kcbanner
2023-11-05cbe: fix builtins not being used by zig_import when they are availablekcbanner
2023-11-05cbe: handle underscore prexfix on macos, don't mangle extern function nameskcbanner
2023-11-05cbe: add DeclVisibility and zig_extern_mangled to handle exporting mangled sy...kcbanner
2023-11-05cbe: avoid collisions with builtins and intrinsicskcbanner
2023-09-27Remove `@fabs`, fabs and absCast/Int from std libantlilja
2023-09-24cbe: support more symbol attributesMichael Dusan
2023-07-31cbe: get behavior tests running on armJacob Young
2023-07-04bootstrap: support aarch64 in 32-bit modeJacob Young
2023-05-10llvm/cbe: fix signed `@mod`/`@divFloor` computationsJacob Young
2023-04-25cbe: implement @externJacob Young
2023-04-22zig.h: add missing msvc atomicsJacob Young
2023-04-21zig.h: fix float negationJacob Young
2023-04-21cbe: implement 128-bit atomics supportJacob Young
2023-04-21zig.h: fix msvc abi for f128 with a gnu compilerJacob Young
2023-04-21cbe: fix float casts involving f16Jacob Young
2023-04-21cbe: fix f128 and c_longdouble abiJacob Young
2023-04-21zig.h: fix typos affecting msvcJacob Young
2023-04-21cbe: fix issues with atomic floatsJacob Young
2023-04-21cbe: enable CI for std testsJacob Young
2023-04-08zig.h: fix typo for zig_trap definitionAndrew Kelley
2023-04-06zig.h: f16 fix for compiler_rtAndrew Kelley
2023-04-05Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-04-05compiler_rt: change the abi of f16 on mac to depend on the other typeJacob Young
2023-04-05compiler_rt: attempt to fix f16 abi on mac with llvm 16Jacob Young
2023-03-30zig.h: fix non-msvc warnings in msvc codeJacob Young
2023-03-07zig.h: implement zig_breakpoint and zig_trap for more targetsJacob Young
2023-03-07CBE: implement unsigned big int div and modJacob Young
2023-03-05zig.h: lower trap to SIGTRAP instead of SIGILLAndrew Kelley
2023-03-05CBE: implement vector operationsJacob Young
2023-03-05CBE: fix behavior test failures on msvcJacob Young
2023-03-05CBE: "compute" max int alignment the lazy wayJacob Young
2023-03-05CBE: implement some big integer and vector unary operationsJacob Young
2023-03-05CBE: implement big integer and vector comparisonsJacob Young
2023-03-05CBE: implement big integer literalsJacob Young
2023-03-04add @trap builtinr00ster91
2023-02-23CBE: fix MSVC diagnostics generated by the behavior testsJacob Young
2023-02-23CBE: support call attributesJacob Young
2023-02-23CBE: implement c varargsJacob Young
2023-02-21CBE: fix windows test failuresJacob Young
2023-02-21CBE: fix test failuresJacob Young
2023-02-21zig.h: get no int128 path working on non-msvcJacob Young
2023-02-20CBE: use stdint.h types instead of `zig_` prefixesJacob Young
2023-01-29cbe: fixes for tls, support for not linking libc, and enabling testskcbanner
2023-01-23update zig1.wasmkcbanner