index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
codegen
Age
Commit message (
Expand
)
Author
2024-01-01
fix population of builtin.zig not making the parent dir
Andrew Kelley
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
move dll_export_fns and rdynamic to Compilation.Config
Andrew Kelley
2024-01-01
update codegen.llvm references to bin_file.options
Andrew Kelley
2024-01-01
update bin_file.options references in Sema
Andrew Kelley
2024-01-01
fix a round of compile errors caused by this branch
Andrew Kelley
2024-01-01
compiler: miscellaneous branch progress
Andrew Kelley
2024-01-01
compiler: update many references to bin_file.options
Andrew Kelley
2024-01-01
update bin_file.options references in Module (Zcu)
Andrew Kelley
2024-01-01
update references to module (to be renamed to zcu)
Andrew Kelley
2024-01-01
linkers: update references to "options" field
Andrew Kelley
2024-01-01
compiler: update references to single_threaded
Andrew Kelley
2024-01-01
move a large chunk of linker logic away from "options"
Andrew Kelley
2024-01-01
WIP: move many global settings to become per-Module
Andrew Kelley
2024-01-01
Revert "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"
Andrew Kelley
2024-01-01
Merge pull request #17824 from kcbanner/fixup_msvc_fmax
Andrew Kelley
2024-01-01
Compilation: cleanup hashmap usage
Jacob Young
2023-12-22
use `casted_rhs` instead of `rhs` so `icmp` works correctly for `airShlSat`
Stefan Su
2023-12-03
Air: use typesafe `Air.Inst.Index`
Jacob Young
2023-11-26
move Module.Decl.Index and Module.Namespace.Index to InternPool
Meghan Denny
2023-11-25
convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`
Techatrix
2023-11-24
spirv: structured control flow
Robin Voetter
2023-11-24
spirv: add -fstructured-cfg option
Robin Voetter
2023-11-24
spirv: always emit mask constants even if no bits are set
Robin Voetter
2023-11-24
spirv: fix memory leak in SpvModule
Robin Voetter
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-11-12
rework memory management of Module.Namespace hash maps
Andrew Kelley
2023-11-11
Merge pull request #17963 from jacobly0/workaround/16392
Andrew Kelley
2023-11-10
BitcodeReader: followup cleanup
Jacob Young
2023-11-10
llvm: workaround SROA misoptimizations in LLVM
Jacob Young
2023-11-09
Compilation: forward clang diagnostics to error bundles
Jacob Young
2023-11-07
cbe: support rendering union values that have no defined tag type
kcbanner
2023-11-05
cbe: handle underscore prexfix on macos, don't mangle extern function names
kcbanner
2023-11-05
cbe: add DeclVisibility and zig_extern_mangled to handle exporting mangled sy...
kcbanner
2023-11-05
cbe: avoid collisions with builtins and intrinsics
kcbanner
2023-10-31
cbe: fix `@bitCast` warnings
Jacob Young
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-26
link: support exporting constant values without a Decl
Andrew Kelley
2023-10-25
C backend: remove some `@as`
Andrew Kelley
2023-10-25
cbe: update `DeclGen.decl_index` to support anon decls
Jacob Young
2023-10-24
InternPool: remove runtime_value representation
mlugg
2023-10-23
Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs""
Robin Voetter
2023-10-23
Merge pull request #17651 from Vexu/error-limit
Andrew Kelley
2023-10-22
Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs"
Andrew Kelley
2023-10-22
Merge pull request #17657 from Snektron/spirv-recursive-ptrs
Robin Voetter
2023-10-22
remove uses of non-configurable `err_int`
Veikka Tuominen
2023-10-21
InternPool: store alignment of anon decls
Andrew Kelley
2023-10-21
migrate make_ptr_const to new anonymous decl mechanism
Andrew Kelley
2023-10-21
spirv: self-referential pointers via new fwd_ptr_type
Robin Voetter
2023-10-21
spirv: make constructStruct also use self.ptrType
Robin Voetter
[next]