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
2024-03-06
InternPool: create specialized functions for loading namespace types
mlugg
2024-02-26
move Zir to std.zig.Zir
Andrew Kelley
2024-02-25
x86_64: implement `@shuffle`
Jacob Young
2024-02-16
InternPool: make more use of `NullTerminatedString.Slice`
Jacob Young
2024-02-05
compiler: rename value.zig to Value.zig
Andrew Kelley
2024-02-02
InternPool: use separate key for slices
mlugg
2024-01-24
macho: prep for lowering TLS variables
Jakub Konka
2024-01-24
macho: fix '_' prefixing rules for exports
Jakub Konka
2024-01-24
macho: fix symbol index dereference in codegen wrt ZigObject
Jakub Konka
2024-01-24
codegen: implement more missing bits
Jakub Konka
2024-01-24
codegen: re-implement enough of codegen to error out instead panic
Jakub Konka
2024-01-24
codegen: re-enable MachO support in genDeclRef
Jakub Konka
2024-01-24
macho: get the ball rolling!
Jakub Konka
2024-01-01
frontend: fix handling of special builtin module
Andrew Kelley
2024-01-01
fix a round of compile errors caused by this branch
Andrew Kelley
2024-01-01
compiler: update references to target
Andrew Kelley
2024-01-01
update references to module (to be renamed to zcu)
Andrew Kelley
2024-01-01
compiler: update references to single_threaded
Andrew Kelley
2023-12-04
x86_64: implement more operations on vectors with 1-bit elements
Jacob Young
2023-12-03
x86_64: implement more compliant vectors
Jacob Young
2023-12-01
test: test with `-fstrip` and fix failures
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-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-11-12
x86_64: resolve tlv references on first use and spill to the stack
Jacob Young
2023-11-12
elf: set symbol flags such as needs_zig_got in ZigObject
Jakub Konka
2023-11-04
Merge pull request #17844 from ziglang/elf-object
Jakub Konka
2023-11-04
elf: postpone creation of .got.zig entry until code emit
Jakub Konka
2023-11-04
elf: make sure we never emit .got.zig relocs when linking object files
Jakub Konka
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-10-30
elf: move incremental codegen bits into ZigObject.zig
Jakub Konka
2023-10-30
elf: rename ZigModule to ZigObject
Jakub Konka
2023-10-30
coff: implement enough of extern handling to pass comptime export tests
Jakub Konka
2023-10-30
macho: implement enough of extern handling to pass comptime export tests
Jakub Konka
2023-10-28
x86_64: no more load/lea_symbol weirdness
Jakub Konka
2023-10-28
elf: set needs_got on generated extern vars
Jakub Konka
2023-10-28
x86_64: rename load/lea_memory to load/lea_symbol
Jakub Konka
2023-10-28
x86_64: do not hardcode memory passed by Elf linker
Jakub Konka
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-24
InternPool: remove runtime_value representation
mlugg
2023-10-23
Merge pull request #17651 from Vexu/error-limit
Andrew Kelley
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-22
Merge pull request #17637 from jacobly0/x86_64-test-std
Jacob Young
2023-10-22
remove uses of non-configurable `err_int`
Veikka Tuominen
2023-10-21
codegen: implement lowering aligned anon decls
Jacob Young
2023-10-21
InternPool: store alignment of anon decls
Andrew Kelley
2023-10-21
x86_64: disable difficult std tests and hack around more zero-bit types
Jacob Young
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
[next]