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
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-11
C backend: fix emitting '$' in identifier names
Andrew Kelley
2021-05-11
stage2: add `owns_tv` flag to `Module.Decl`
Andrew Kelley
2021-05-08
fix merge conflicts from previous commit
Andrew Kelley
2021-05-09
Merge pull request #8474 from gracefuu/grace/encode-instruction
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
update usage of std.testing in stage2
Veikka Tuominen
2021-04-28
stage2: semaDecl properly analyzes the decl block
Andrew Kelley
2021-04-28
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-28
stage2 riscv64: cleanup code and add tests
joachimschmidt557
2021-04-19
AstGen: implement inline asm output
Andrew Kelley
2021-04-16
stage2 x86_64: simplify inst encoder to a set of dumb helper fns
gracefu
2021-04-16
stage2 x86_64: add instruction encoder helper fn
gracefu
2021-04-15
stage2: improvements aimed at std lib integration
Andrew Kelley
2021-04-11
Merge remote-tracking branch 'origin/master' into llvm12
Michael Dusan
2021-04-08
Refactor link/wasm.zig to use offset table
Luuk de Gram
2021-04-08
Cleanup
Luuk de Gram
2021-04-08
Calculate data length to ensure correct pointer offsets
Luuk de Gram
2021-04-08
Basic "Hello world" working
Luuk de Gram
2021-04-08
Merge pull request #8464 from gracefuu/grace/wasm-ops
Andrew Kelley
2021-04-08
stage2 AArch64: Add conditional branch instructions
joachimschmidt557
2021-04-08
stage2 wasm: Add bitwise/boolean ops &, |, ^, and, or
gracefu
2021-04-08
stage2: Add .div to ir.zig
gracefu
2021-04-07
C backend: enumerate all the types in renderType
Andrew Kelley
2021-04-06
C backend: implement Enum types and values
Andrew Kelley
2021-04-05
stage2 wasm codegen: refactor to use wasm.buildOpcode
gracefu
2021-04-05
std/wasm: add buildOpcode to help construction of `Opcode`s
gracefu
2021-04-05
stage2 wasm: codegen `mul` op
gracefu
2021-04-05
stage2 wasm: codegen `sub` op
gracefu
2021-04-04
LLVM sub-arch triple: remove TODO comment
Andrew Kelley
2021-04-02
stage2: progress towards basic structs
Andrew Kelley
2021-04-02
stage2 AArch64: Add ldrh and ldrb instructions
joachimschmidt557
2021-04-02
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-31
Merge pull request #8266 from ziglang/zir-memory-layout
Andrew Kelley
2021-03-31
stage2 AArch64: implement strb and strh
joachimschmidt557
2021-03-28
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-28
Merge remote-tracking branch 'origin/master' into zir-memory-layout
Andrew Kelley
2021-03-28
stage2: implement sema for @errorToInt and @intToError
jacob gw
2021-03-23
stage2: handle void value in genRet in LLVM backend
Timon Kruiper
2021-03-23
stage2: rename fail to todo in LLVM backend
Timon Kruiper
2021-03-22
Fix getNot and add test cases
Luuk de Gram
2021-03-22
Implement more instructions for more control flow support
Luuk de Gram
2021-03-20
stage2: restructure LLVM backend
Timon Kruiper
2021-03-19
llvm backend: use new srcloc
jacob gw
2021-03-18
stage2: the code is compiling again
Andrew Kelley
2021-03-18
stage2: get Module and Sema compiling again
Andrew Kelley
2021-03-17
zld: use aarch64 for opcodes
Jakub Konka
2021-03-16
stage2 llvm bindings: use correct type for LLVMBool for ABI compat
Tadeo Kondrak
2021-03-14
stage2 llvm bindings: rename LLVMBool to Bool
Tadeo Kondrak
2021-03-12
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
[next]