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
/
codegen.zig
Age
Commit message (
Expand
)
Author
2021-01-17
stage2 aarch64: add basic genSetStack
Jakub Konka
2021-01-16
stage2: implement error notes and regress -femit-zir
Andrew Kelley
2021-01-16
stage2 ARM: add extra load/store instructions
joachimschmidt557
2021-01-16
stage2 AArch64: add very basic return values
joachimschmidt557
2021-01-13
macho: add x86_64 support
Jakub Konka
2021-01-13
macho: document more code + add test case
Jakub Konka
2021-01-13
macho: refactor writing and managing externs
Jakub Konka
2021-01-13
macho: write out stubs for new externs only
Jakub Konka
2021-01-13
macho: populate stubs and stub_helper
Jakub Konka
2021-01-13
stage2: lay the groundwork in prep for extern fn
Jakub Konka
2021-01-10
stage2: fix bug in genArg
joachimschmidt557
2021-01-06
Merge pull request #7622 from tetsuo-cpp/array-hash-map-improvements
Andrew Kelley
2021-01-06
stage2 ARM: fix stack offsets for genSetReg and genSetStack
joachimschmidt557
2021-01-06
stage2 ARM: fix offsets in exitlude jump relocations
joachimschmidt557
2021-01-06
std: Support equivalent ArrayList operations in ArrayHashMap
Alex Cameron
2021-01-03
stage2 x86_64: fix bug in Function.gen
joachimschmidt557
2021-01-03
stage2: implement basic function params aarch64
Jakub Konka
2021-01-02
stage2: re-use ZIR for comptime and inline calls
Andrew Kelley
2021-01-02
stage2: implement function call inlining in the frontend
Andrew Kelley
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2021-01-01
stage2 AArch64: add logical (shifted register) instructions
joachimschmidt557
2021-01-01
stage2 ARM: implement genSetReg with compare_flags
joachimschmidt557
2021-01-01
stage2 ARM: implement genCondBr for compare_flags
joachimschmidt557
2021-01-01
stage2 ARM: implement genCondBr
joachimschmidt557
2020-12-30
stage2: rework Value Payload layout
Andrew Kelley
2020-12-30
stage2: rework Type Payload layout
Andrew Kelley
2020-12-21
stage2 ARM: implement basic binary bitwise operations
joachimschmidt557
2020-12-09
stage2+aarch64: clean up offset helper structs
Jakub Konka
2020-12-09
stage2+aarch64: fix stage2 tests
Jakub Konka
2020-12-09
stage2+aarch64: use stp and ldp to navigate MachO jump table
Jakub Konka
2020-12-03
Merge pull request #7273 from kubkon/lld-codesig-poc
Andrew Kelley
2020-12-02
stage2: wire up -Dskip-non-native
Andrew Kelley
2020-12-01
lld: use commands.LoadCommand in self-hosted linker
Jakub Konka
2020-11-28
stage2 ARM: use strb + implement genBoolOp
joachimschmidt557
2020-11-28
stage2 ARM: Implement genNot
joachimschmidt557
2020-11-28
stage2 codegen: use switch in genBoolOp
joachimschmidt557
2020-11-28
stage2 ARM: genAdd, genSub for simple cases
joachimschmidt557
2020-11-27
stage2 macho: apply more review comments
Jakub Konka
2020-11-27
Update src/codegen.zig
Jakub Konka
2020-11-26
stage2 macho: move PIE fixups to link file; fix tests
Jakub Konka
2020-11-26
stage2 macho: add orr and orn instructions
Jakub Konka
2020-11-26
stage2 macho: Hello, Silicon!
Jakub Konka
2020-11-26
stage2 macho: refactor PIE generation on x86_64
Jakub Konka
2020-11-26
stage2 macho: first, rough draft at trampolining
Jakub Konka
2020-11-26
stage2 macho: use RIP-relative for memory-set regs x86_64
Jakub Konka
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-16
Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)
tgschultz
2020-11-11
stage2 aarch64: add genCall for aarch64 MachO
Jakub Konka
2020-11-11
stage2 aarch64: add .memory prong in genSetReg
Jakub Konka
2020-11-11
stage2 ARM: start implementing genCall for ELF + genSetReg immediates
joachimschmidt557
[next]