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.zig
Age
Commit message (
Expand
)
Author
2023-06-10
InternPool: fix yet more key lifetime issues
Jacob Young
2023-06-10
compiler: eliminate Decl.value_arena and Sema.perm_arena
Andrew Kelley
2023-06-10
codegen: fix doubled global sentinels
Jacob Young
2023-06-10
InternPool: remove memoized_decl
Andrew Kelley
2023-06-10
InternPool: add representation for value of empty enums and unions
mlugg
2023-06-10
InternPool: improve hashing performance
Andrew Kelley
2023-06-10
x86_64: fix InternPool regressions
Jacob Young
2023-06-10
behavior: additional llvm fixes
Jacob Young
2023-06-10
Module: move memoized data to the intern pool
Jacob Young
2023-06-10
behavior: get more test cases passing with llvm
Jacob Young
2023-06-10
C backend: InternPool fixes
Andrew Kelley
2023-06-10
codegen: fix lowering of constant structs
Andrew Kelley
2023-06-10
InternPool: fix more crashes
Jacob Young
2023-06-10
Module: intern the values of decls when they are marked alive
Jacob Young
2023-06-10
InternPool: remove more legacy values
Jacob Young
2023-06-10
InternPool: port most of value tags
Jacob Young
2023-06-10
compiler: move error union types and error set types to InternPool
Andrew Kelley
2023-06-10
compiler: eliminate legacy Type.Tag.pointer
Andrew Kelley
2023-06-10
stage2: move function types to InternPool
Andrew Kelley
2023-06-10
stage2: move enum tag values into the InternPool
Andrew Kelley
2023-06-10
stage2: move enum types into the InternPool
Andrew Kelley
2023-06-10
stage2: move union types and values to InternPool
Andrew Kelley
2023-06-10
stage2: move struct types and aggregate values to InternPool
Andrew Kelley
2023-06-10
stage2: implement intTagType logic
Andrew Kelley
2023-06-10
Replace uses of Value.zero, Value.one, Value.negative_one
mlugg
2023-06-10
stage2: move integer values to InternPool
Andrew Kelley
2023-06-10
InternPool: add a slice encoding
Andrew Kelley
2023-06-10
stage2: move undef, unreach, null values to InternPool
Andrew Kelley
2023-06-10
stage2: move many Type encodings to InternPool
Andrew Kelley
2023-06-10
Type.isSlice: make it InternPool aware
Andrew Kelley
2023-06-10
stage2: move most simple values to InternPool
Andrew Kelley
2023-06-10
stage2: move named int types to InternPool
Andrew Kelley
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2023-05-31
codegen: Write padding bytes for unions
Luuk de Gram
2023-05-26
std.Target adjustments
Veikka Tuominen
2023-05-18
codegen: emit global vector padding
Jacob Young
2023-05-15
x86_64: implement global payload pointers
Jacob Young
2023-05-15
codegen: implement global enum_numbered
Jacob Young
2023-05-03
codegen: handle variable and decl_ref_mut consistently
Jacob Young
2023-05-03
codegen: fix global nested field_ptr
Jacob Young
2023-05-03
x86_64: fix global slices
Jacob Young
2023-05-01
x86_64: implement tagName
Jacob Young
2023-05-01
link: cleanup lazy alignment
Jacob Young
2023-05-01
x86_64: fix emitting f80 globals
Jacob Young
2023-05-01
x86_64: implement a bunch of floating point stuff
Jacob Young
2023-04-28
compiler: use `@memcpy` instead of `std.mem.copy`
Andrew Kelley
2023-04-21
elf: do not reserve a GOT slot for every Atom
Jakub Konka
2023-04-15
x86_64: cleanup different memory load types
Jakub Konka
2023-04-15
x86_64: split MCValue.tlv_reloc into .load_tlv and .lea_tlv
Jakub Konka
2023-04-13
x86_64: make TLV a separate MCValue
Jakub Konka
[next]