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-10-21
codegen: implement lowering aligned anon decls
Jacob Young
2023-10-21
InternPool: store alignment of anon decls
Andrew Kelley
2023-10-16
codegen: refactor .actual_got into .extern_got
Jakub Konka
2023-10-16
codegen+elf: check if extern is a variable ref
Jakub Konka
2023-10-16
codegen+elf: lower imported data refs
Jakub Konka
2023-10-16
x86_64: add -fPIC support targeting ELF
Jakub Konka
2023-10-16
elf: create new synthetic section ZigGotSection
Jakub Konka
2023-10-05
plan9: refactor debug info
Jacob Young
2023-10-03
codegen: separate getAnonDeclVAddr into lowerAnonDecl and the former
Jakub Konka
2023-10-03
link: stub out getAnonDeclVAddr
Andrew Kelley
2023-10-03
compiler: start handling anonymous decls differently
Andrew Kelley
2023-09-23
codegen/sema: handle unions with unknown tags in more places
kcbanner
2023-09-23
sema: rework the comptime representation of comptime unions
kcbanner
2023-09-23
sema: add support for unions in readFromMemory and writeToMemory
kcbanner
2023-09-21
compiler: fix compilation for 32-bit targets
Andrew Kelley
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-09-13
elf: do not store Symbol's index in Symbol
Jakub Konka
2023-09-13
Merge pull request #17113 from ziglang/elf-linker
Jakub Konka
2023-09-12
InternPool: prevent anon struct UAF bugs with type safety
Andrew Kelley
2023-09-12
elf: add simplistic reloc scanning mechanism
Jakub Konka
2023-09-08
elf: store GOT index in symbol extra array; use GotSection for GOT
Jakub Konka
2023-09-06
elf: make everything upside down - track by Symbol.Index rather than Atom.Index
Jakub Konka
2023-09-04
elf: simplify accessors to symbols, atoms, etc
Jakub Konka
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2023-07-31
Fix integer overflow in field padding calculation
antlilja
2023-07-21
codegen: writer().writeByteNTimes -> appendNTimes
r00ster91
2023-07-18
rework generic function calls
Andrew Kelley
2023-06-25
x86_64: add missing padding to global unions
Jacob Young
2023-06-25
x86_64: fix global pointers to packed struct fields
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
mem: rename align*Generic to mem.align*
Motiejus Jakštys
2023-06-16
Merge pull request #16064 from Luukdegram/wasm-linker
Andrew Kelley
2023-06-16
codegen: fix union padding
Luuk de Gram
2023-06-16
plan9: revamp the relocation system to allow decl refs
Jacob G-W
2023-06-16
Plan9: Add support for lazy symbols
Jacob G-W
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
[next]