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-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
2023-04-13
x86_64: emit pointer to TLV for macho
Jakub Konka
2023-04-13
codegen: use non-debug Type/Value formatting
Jakub Konka
2023-04-13
x86_64: fix constant pointers to zero-bit types
Jacob Young
2023-04-03
x86_64: implement cmp_lt_errors_len
Jacob Young
2023-04-02
x86_64: implement error name
Jacob Young
2023-03-25
codegen: fix ptr-like optional constants
Jacob Young
2023-03-21
x86_64: (re)implement optional ops
Jacob Young
2023-03-03
codegen: rename GenerateSymbolError to CodeGenError
Jakub Konka
2023-03-03
codegen: refactor generating Int as immediate where appropriate
Jakub Konka
2023-03-03
codegen: move gen logic for typed values, consts and decl ref to common codegen
Jakub Konka
2023-02-19
implement `writeToMemory`/`readFromMemory` for pointers
Veikka Tuominen
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-25
self-hosted: rename codegen Result.appended to Result.ok
Jakub Konka
2023-01-25
self-hosted: remove unused `externally_managed` prong for Decls code
Jakub Konka
2022-12-16
codegen - lower str_lit to vector
Travis Staloch
2022-12-12
codegen: implement generating vector values
Luuk de Gram
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-12-03
Merge pull request #13744 from Vexu/stage2-fixes
Andrew Kelley
2022-12-03
Sema: fix comparisons between lazy and runtime values
Veikka Tuominen
2022-12-01
codegen: make LinkerLoad a common struct shared by backends
Jakub Konka
2022-11-30
wasm: enable behavior tests for packed structs
Luuk de Gram
2022-11-30
codegen: support generating packed structs
Luuk de Gram
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-28
stage2: Use mem.readPackedInt etc. for packed bitcasts
Cody Tapscott
2022-10-27
Sema: use `runtime_value` instead of creating allocs
Veikka Tuominen
2022-10-12
codegen: add support for lowering .field_ptr on a slice
jacobly0
2022-08-21
Sema: handle union and enum field order being different
Veikka Tuominen
2022-06-11
stage2: make `error{}` the same size as `anyerror`
Veikka Tuominen
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-24
stage2: fixes for error unions, optionals, errors
Andrew Kelley
2022-05-24
aarch64: update for new error union layout
Jakub Konka
2022-05-24
x64: update for new error union layout
Jakub Konka
2022-05-24
stage2: make `?anyerror` represented the same as `anyerror`
Andrew Kelley
2022-05-24
wasm: Fixes for error union semantics
Luuk de Gram
2022-05-24
codegen: Order error union fields per alignment
Luuk de Gram
2022-05-24
stage2: string literal interning
Andrew Kelley
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-15
stage2: lower u128, and refactor some bits in x64
Jakub Konka
2022-04-13
dwarf: gen debug info for arrays
Jakub Konka
2022-03-30
dwarf: pass DeclState around instead of storing a temp global in Dwarf
Jakub Konka
2022-03-27
dwarf: track type relocation state in Dwarf module
Jakub Konka
2022-03-27
dwarf: move DbgInfoTypeRelocsTable into Dwarf module
Jakub Konka
2022-03-27
dwarf: add debug info for error unions
Jakub Konka
2022-03-27
dwarf: add debug info for error sets
Jakub Konka
2022-03-22
dwarf: lower enums
Jakub Konka
2022-03-22
stage2: lazy `@alignOf`
Andrew Kelley
[next]