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-09-13
stage2: remove pointless discards from source code
Andrew Kelley
2022-09-09
stage2 ARM: implement basic array_elem_val
joachimschmidt557
2022-09-09
stage2 ARM: implement ptr_elem_val
joachimschmidt557
2022-09-09
stage2 ARM: support larger function stacks
joachimschmidt557
2022-09-09
stage2 ARM: implement struct_field_val for registers
joachimschmidt557
2022-09-09
stage2 ARM: fix multiple uses of reuseOperand
joachimschmidt557
2022-09-09
stage2 ARM: amend implementation of various AIR instructions
joachimschmidt557
2022-09-09
stage2 ARM: implement field_parent_ptr
joachimschmidt557
2022-09-09
stage2 ARM: remove remaining uses of binOp{Register,Immediate}
joachimschmidt557
2022-09-09
stage2 ARM: extract remaining operations out of binOp
joachimschmidt557
2022-09-09
stage2 ARM: extract mul, div, and mod out of binOp
joachimschmidt557
2022-09-09
stage2 ARM: extract add+sub from binOp
joachimschmidt557
2022-09-09
stage2 ARM: move cmp to new allocReg mechanism; remove from binOp
joachimschmidt557
2022-09-09
stage2 ARM: introduce allocRegs
joachimschmidt557
2022-09-09
stage2 ARM: improve Mir representation of mov and cmp
joachimschmidt557
2022-08-30
coff: cleanup relocations; remove COFF support from other backends
Jakub Konka
2022-08-30
coff: reorganize the linker
Jakub Konka
2022-08-15
Merge pull request #12416 from Vexu/stage2-safety
Veikka Tuominen
2022-08-13
stage2 ARM: add inline memcpy to genSetStack
joachimschmidt557
2022-08-13
stage2 ARM: Fix tracking of function return values
joachimschmidt557
2022-08-13
stage2 ARM: pass stack arguments in opposite order
joachimschmidt557
2022-08-12
stage2: generate a switch for `@errSetCast` safety
Veikka Tuominen
2022-08-05
stage2: add runtime safety for invalid enum values
Veikka Tuominen
2022-08-01
Removed param_names from Fn inside Module.zig
antlilja
2022-07-28
stage2 ARM: more support for switch statements
joachimschmidt557
2022-07-23
stage2: implement `@setFloatMode`
Veikka Tuominen
2022-07-12
stage2 ARM: add integer modulo with constant power-of-two rhs
joachimschmidt557
2022-07-12
stage2 ARM: implement division by constant int power-of-two divisors
joachimschmidt557
2022-06-30
stage2: lower float negation explicitly
Andrew Kelley
2022-06-25
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557
2022-06-11
stage2: make `error{}` the same size as `anyerror`
Veikka Tuominen
2022-06-06
Merge pull request #11783 from ziglang/stage2-try
Andrew Kelley
2022-06-06
dwarf: fix incorrect type reloc for unions
Jakub Konka
2022-06-06
stage2 ARM: implement `try` AIR instruction
joachimschmidt557
2022-06-05
stage2: implement the new "try" ZIR/AIR instruction
Andrew Kelley
2022-06-04
stage2 ARM: introduce support for basic switch expressions
joachimschmidt557
2022-06-02
stage2 ARM: rework cmp in preparation for switch
joachimschmidt557
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
stage2 ARM: update to new union layout
joachimschmidt557
2022-05-22
stage2 ARM: fix recursive fibonacci
joachimschmidt557
2022-05-21
stage2 ARM: Introduce MCValue.cpsr_flags
joachimschmidt557
2022-05-19
regalloc: make register class bitmask non-optional
Jakub Konka
2022-05-19
regalloc: allow for optional selector mask when allocating
Jakub Konka
2022-05-17
stage2: fix pointer arithmetic result type
Andrew Kelley
2022-05-16
stage2: disable error return tracing on unsupported targets
Veikka Tuominen
2022-05-16
stage2: implement error return traces
Veikka Tuominen
2022-05-16
arm: sub_with_overflow should always track V flag
Jakub Konka
2022-05-07
arm: lock dest register in shl_overflow so that we do not spill it
Jakub Konka
2022-05-07
arm: fix CF flags spilling and implement genSetStack for reg with overflow flags
Jakub Konka
[next]