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
/
test
/
stage2
/
arm.zig
Age
Commit message (
Expand
)
Author
2022-04-28
test: migrate arm incremental tests
Jakub Konka
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2022-01-02
stage2 ARM: implement wrap_errunion_err for empty payloads
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-28
stage2 ARM: implement slice_elem_val for types with size <= 4
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-18
stage2 ARM: spill insts currently in compare flags if necessary
joachimschmidt557
2021-12-04
stage2 ARM: Implement calling with stack parameters
joachimschmidt557
2021-08-20
stage2 codegen: re-allocate result register in finishAir
joachimschmidt557
2021-08-20
stage2 ARM: add test cases for bit shifts
joachimschmidt557
2021-07-30
stage2 codegen: Implement genTypedValue for enums
joachimschmidt557
2021-05-17
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-17
stage2: test cases take advantage of `pub fn main` support
Andrew Kelley
2021-05-17
stage2 ARM: correct spilling in genArmMul as well
joachimschmidt557
2021-05-12
stage2: fix test cases to add `pub` on exported _start fn
Andrew Kelley
2021-05-09
stage2 ARM: Add spill registers test
joachimschmidt557
2021-04-11
stage2 ARM: Add fibonacci test
joachimschmidt557
2021-03-31
stage2 codegen: Make sure function return value is in a callee
joachimschmidt557
2021-03-02
stage2 ARM: Add tests for basic integer multiplication
joachimschmidt557
2021-01-19
astgen: eliminate rlWrapPtr and all its callsites
Andrew Kelley
2021-01-01
stage2 ARM: Add simple tests for conditional branching
joachimschmidt557
2020-12-21
stage2 ARM: add test cases for binary bitwise operations
joachimschmidt557
2020-11-28
stage2 ARM: add test case for addition
joachimschmidt557
2020-10-03
stage2 ARM: add testcases for non-leaf fns, parameters, return values
joachimschmidt557