aboutsummaryrefslogtreecommitdiff
path: root/lib/include
AgeCommit message (Collapse)Author
2025-08-30zig cc: update intrinsic headers to LLVM 21Alex Rønne Petersen
2025-04-04zig cc: Update intrinsic headers to Clang 20.Alex Rønne Petersen
2024-12-16zig cc: Remove headers related to GPU offload.Alex Rønne Petersen
2024-09-19clang: Update compiler-provided C headers to Clang 19.1.0.Alex Rønne Petersen
2024-09-19clang: Update compiler-provided C headers to Clang 19.Alex Rønne Petersen
2024-05-08update C language headers to LLVM 18Andrew Kelley
release/18.x branch, commit 78b99c73ee4b96fe9ce0e294d4632326afb2db42
2023-09-19update C language headers to LLVM 17Andrew Kelley
release/17.x branch, commit 8f4dd44097c9ae25dd203d5ac87f3b48f854bba8
2023-03-18update C headers to LLVM 16.0.0Andrew Kelley
2023-01-26update C headers to LLVM 16Andrew Kelley
upstream commit 0604154e006e88e9e7f82d8ee5fd076bda206613
2022-11-13C backend: improve ergonomics of zig.h a little bitAndrew Kelley
Partially implements #13528. Enough to unblock the wasi-bootstrap branch.
2022-11-02cbe: use wrapping for left shiftsJacob Young
2022-11-02cbe: fix externJacob Young
2022-11-01cbe: fix threadlocalJacob Young
2022-10-31cbe: improve support for non-native float typesJacob Young
* Fix _start on aarch64. * Add fallbacks when a float type is unsupported. Fixes #13357
2022-10-29cbe: finish partial zig_noreturn rewriteJacob Young
2022-10-25cbe: fix floating point builtinsJacob Young
2022-10-25cbe: improve floating point type supportJacob Young
2022-10-25cbe: add support for all float literals typesJacob Young
2022-10-25cbe: update test casesJacob Young
2022-10-25cbe: implement packed structsJacob Young
Sometimes you have to break a test to make progress :)
2022-10-25cbe: implement 128-bit and fix smaller integer builtinsJacob Young
2022-10-25cbe: get enough things working to support basic programsJacob Young
* Enable advanced start support. * Enable advanced test_runner support. * Zig Language Reference's Hello World now works.
2022-10-25cbe: fix atomicsJacob Young
2022-10-25cbe: fix infinite recursion on recursive typesJacob Young
2022-10-25cbe: cleanup code and fix cases test breakageJacob Young
2022-08-29update C headers to LLVM 15 rc3Andrew Kelley
2022-07-28update C headers to LLVM 15Andrew Kelley
release/15.x 37007475ca1b345b4c5d340e228bcd7a62732d81
2022-07-27move zig.h to become an installation fileAndrew Kelley
Now instead of zig.h being baked into the compiler binary, it is a header file distributed along with all the other header files distributed with Zig. Closes #11643
2022-07-03update C headers to LLVM 14.0.6Andrew Kelley
2022-02-03update C language headers to clang release/14.xAndrew Kelley
upstream commit 91632c8ac97fa3daffe4ff8f1391735b5d6805e6
2021-08-28update libcxx, libcxxabi, and C headers to release/13.x branchAndrew Kelley
upstream commit 9c49fee5e7ac0ca8bc4ec1c3738ca0d83df65852
2021-08-15update C header files to clang 13 rc1Andrew Kelley
2021-02-26llvm12: sync with llvmorg-12.0.0-rc2Michael Dusan
- update lib/include - update lib/libcxx - update lib/libcxxabi - update lib/libunwind - (no changes) src/libcxx.zig - (no changes) src/libunwind.zig
2020-12-16Update clang headersJakub Konka
llvm commit b2851aea80e5a8f0cfd6c3c5a56a6b00fb28c6b6
2020-12-04update to latest clang C headersAndrew Kelley
2020-08-04update C lib/include/ files from clang 10 to 11rc1Andrew Kelley
2020-02-14update clang C headers to 10.0.0rc2Andrew Kelley
2020-01-22lib/headers: update to clang 10.x C headersAndrew Kelley
upstream revision: 3cce3790072249cbe51b96cea26bc78019c11fd0
2019-09-10update C header files to clang 9.0.0rc4Andrew Kelley
2019-08-20update C headers to clang 9.0.0-rc2Andrew Kelley
upstream commit 67a4a12d61bfb10b2410b53c5a43ef9b4a03de7d
2019-07-19update C headers to llvm9Andrew Kelley
upstream commit 1931d3cb20a00da732c5210b123656632982fde0
2019-07-15move lib dirs to lib subdirAndrew Kelley
also start prefering NtDll API. so far: * NtQueryInformationFile * NtClose adds a performance workaround for windows unicode conversion. but that should probably be removed before merging