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
2023-04-15
x86_64: cleanup different memory load types
Jakub Konka
2023-04-15
x86_64: split MCValue.tlv_reloc into .load_tlv and .lea_tlv
Jakub Konka
2023-04-13
x86_64: make TLV a separate MCValue
Jakub Konka
2023-04-07
Liveness: defer deaths of externally-scoped instructions in loop bodies
mlugg
2023-03-30
new builtins: @workItemId, @workGroupId, @workGroupSize
Robin Voetter
2023-03-04
Merge pull request #14782 from r00ster91/trap
Andrew Kelley
2023-03-04
add @trap builtin
r00ster91
2023-03-03
arm: use common implementation of genTypedValue helper
Jakub Konka
2023-03-03
codegen: move gen logic for typed values, consts and decl ref to common codegen
Jakub Konka
2023-02-27
codegen: fix test failures
Jacob Young
2023-02-21
Sema: implement @fieldParentPtr for unions
Isaac Freund
2023-02-20
arm: alloc new mcv in bitcast if cannot reuse operand
Jakub Konka
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-01
link: decouple DI atoms from linker atoms, and manage them in Dwarf linker
Jakub Konka
2023-02-01
link: make Plan9 atoms fully owned by the linker
Jakub Konka
2023-01-31
link: make Elf atoms fully owned by the linker
Jakub Konka
2023-01-26
elf: migrate to new non-allocateDeclIndexes API
Jakub Konka
2023-01-25
self-hosted: rename codegen Result.appended to Result.ok
Jakub Konka
2023-01-25
self-hosted: remove unused `externally_managed` prong for Decls code
Jakub Konka
2023-01-22
stage2 ARM: add basic debug info for locals
joachimschmidt557
2022-12-30
fix generic function arg debug info referencing wrong parameter
Veikka Tuominen
2022-12-18
Merge pull request #13914 from Vexu/variadic
Andrew Kelley
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-17
implement defining C variadic functions
Veikka Tuominen
2022-12-15
port packed vector elem ptr logic from stage1
Veikka Tuominen
2022-12-13
remove `stack` option from `@call`
Veikka Tuominen
2022-12-09
Eliminate `BoundFn` type from the language
Veikka Tuominen
2022-12-03
Merge pull request #13744 from Vexu/stage2-fixes
Andrew Kelley
2022-12-03
Sema: fix comparisons between lazy and runtime values
Veikka Tuominen
2022-12-02
dwarf: pass linker Tag and owner Decl.Index instead of *Atom
Jakub Konka
2022-12-02
dwarf: use common DI union object for arg and var gen
Jakub Konka
2022-12-01
dwarf: refactor arm and riscv64 to the new scheme
Jakub Konka
2022-12-01
dwarf: update arm and riscv codegens to the new model
Jakub Konka
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-21
stage2 ARM: misc fixes
joachimschmidt557
2022-10-27
Sema: use `runtime_value` instead of creating allocs
Veikka Tuominen
2022-10-21
stage2: Add `.save_err_return_trace_index` AIR op
Cody Tapscott
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-10-12
stage2: add @addrSpaceCast builtin
Robin Voetter
2022-09-20
stage2 ARM: fix debug info for arguments passed in registers
joachimschmidt557
2022-09-20
stage2 ARM: make sub_sp_scratch MIR instruction use r4
joachimschmidt557
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
[next]