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
/
aarch64
/
CodeGen.zig
Age
Commit message (
Expand
)
Author
2022-09-13
stage2: remove pointless discards from source code
Andrew Kelley
2022-09-10
aarch64: update codegen to using a global index rather than local index
Jakub Konka
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-12
stage2: generate a switch for `@errSetCast` safety
Veikka Tuominen
2022-08-06
Merge pull request #12337 from Vexu/stage2-safety
Andrew Kelley
2022-08-05
stage2: add runtime safety for invalid enum values
Veikka Tuominen
2022-08-05
stage2 AArch64: improve correctness of register aliases
joachimschmidt557
2022-08-05
stage2 AArch64: implement basic integer rem/mod
joachimschmidt557
2022-08-05
stage2 AArch64: implement basic integer division
joachimschmidt557
2022-08-05
stage2 AArch64: memcpy support in store and more complete intcast
joachimschmidt557
2022-08-05
stage2 AArch64: support returning values by reference
joachimschmidt557
2022-08-05
stage2 AArch64: all arguments passed via stack from now on
joachimschmidt557
2022-08-05
stage2 AArch64: introduce MCValue.stack_argument_offset
joachimschmidt557
2022-08-05
stage2 AArch64: Fix struct_field_val for register_with_overflow
joachimschmidt557
2022-07-23
stage2: implement `@setFloatMode`
Veikka Tuominen
2022-07-22
macho: improve logs for dyld info
Jakub Konka
2022-07-22
macho: rework symbol handling to match zld/ELF
Jakub Konka
2022-06-30
stage2: lower float negation explicitly
Andrew Kelley
2022-06-29
aarch64: add airRetLoad for register mcv
Jakub Konka
2022-06-24
link:clarification & enable MachO getGlobalSymbol
Luuk de Gram
2022-06-11
stage2: make `error{}` the same size as `anyerror`
Veikka Tuominen
2022-06-07
stage2 AArch64: introduce MCValue.condition_flags
joachimschmidt557
2022-06-06
stage2 AArch64: implement `try` AIR instruction
joachimschmidt557
2022-06-05
stage2: implement the new "try" ZIR/AIR instruction
Andrew Kelley
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-27
stage2 AArch64: complete genTypedValue
joachimschmidt557
2022-05-25
aarch64: check lo/cc flag for unsigned sub_with_overflow
Jakub Konka
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-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
aarch64: sub_with_overflow should always track V flag
Jakub Konka
2022-05-07
regalloc: refactor locking multiple registers at once
Jakub Konka
2022-05-07
regalloc: rename freeze/unfreeze to lock/unlock registers
Jakub Konka
2022-05-07
regalloc: ensure we only freeze/unfreeze at the outermost scope
Jakub Konka
2022-05-05
aarch64: ensure we set correct operand size at codegen stage
Jakub Konka
2022-05-05
aarch64: fix mul_with_overflow for ints <= 32bits
Jakub Konka
2022-05-05
aarch64: implement mul_with_overflow for ints in range 33-64 bits incl
Jakub Konka
2022-05-05
aarch64: implement mul_with_overflow for <= 32bit ints
Jakub Konka
2022-05-05
stage2 AArch64: implement shl_with_overflow
joachimschmidt557
2022-05-05
stage2 AArch64: implement {add,sub}_with_overflow for all ints < 64
joachimschmidt557
2022-05-05
stage2 AArch64: initial implementation of {add,sub}_with_overflow
joachimschmidt557
2022-05-02
stage2: improve inline asm stage1 compatibility
Andrew Kelley
2022-04-27
add new builtin function `@tan`
Andrew Kelley
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-19
stage2 AArch64: fix shl, shr, shl_exact, shr_exact
joachimschmidt557
[next]