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
/
arch
/
arm
/
CodeGen.zig
Age
Commit message (
Expand
)
Author
2022-01-01
stage2 codegen: Add generateSymbol for optional stub
joachimschmidt557
2022-01-01
stage2 ARM: implement airUnwrapErrErr + airCmp for error sets
joachimschmidt557
2022-01-01
stage2 ARM: implement airCall for function pointers
joachimschmidt557
2021-12-30
stage2 ARM: implement struct_field_ptr and struct_field_val
joachimschmidt557
2021-12-30
stage2 ARM: add genArmInlineMemcpy for copying types with size > 4
joachimschmidt557
2021-12-29
stage2 ARM: change MCValue.immediate to u32
joachimschmidt557
2021-12-29
stage2 ARM: implement slice_elem_val for sizes > 4
joachimschmidt557
2021-12-28
stage2 ARM: implement slice_elem_val for types with size <= 4
joachimschmidt557
2021-12-27
stage2: LLVM backend: implement `@tagName` for enums
Andrew Kelley
2021-12-26
stage2 ARM: implement load for types with size 8 (e.g. slices)
joachimschmidt557
2021-12-21
stage2 ARM: implement is_err and is_non_err for simple error unions
joachimschmidt557
2021-12-21
stage2 ARM: implement is_null and is_non_null for ptr-like optionals
joachimschmidt557
2021-12-21
stage2 ARM: Refactor airStore
joachimschmidt557
2021-12-21
stage2: @shlWithOverflow
Robin Voetter
2021-12-21
stage2: @subWithOverflow
Robin Voetter
2021-12-21
stage2: @mulWithOverflow
Robin Voetter
2021-12-21
stage2: @returnAddress()
Robin Voetter
2021-12-21
stage2: @addWithOverflow
Robin Voetter
2021-12-18
stage2 ARM: spill insts currently in compare flags if necessary
joachimschmidt557
2021-12-04
stage2 ARM: Implement calling with stack parameters
joachimschmidt557
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-16
stage2 ARM: Introduce MIR
joachimschmidt557
2021-11-09
Sema: implement coerce_result_ptr for optionals
Andrew Kelley
2021-11-07
stage2 ARM: move codegen to separate file
joachimschmidt557
[prev]