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
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
2020-11-11
stage2 aarch64: add more instructions
joachimschmidt557
2020-11-11
Add move wide with zero (movz) instruction
Jakub Konka
2020-11-11
Add basic genSetReg for aarch64
Jakub Konka
2020-11-11
Implement genAsm on aarch64
Jakub Konka
2020-11-11
stage2 aarch64: add codegen/aarch64.zig
joachimschmidt557
2020-11-07
stage2 ARM: miscellaneous improvements
joachimschmidt557
2020-10-30
stage2: switch put swap condbr and block
Vexu
2020-10-30
stage2: switch ranges and multi item prongs
Vexu
2020-10-30
stage2: switch emit zir
Vexu
2020-10-30
stage2: basic switch analysis
Vexu
2020-10-25
stage2 ARM: genSetStack and genSetReg from stack
joachimschmidt557
2020-10-25
stage2 ARM: enable backpatching return statement
joachimschmidt557
2020-10-25
stage2 ARM: better immediate loading feat. movw and movt
joachimschmidt557
2020-10-07
fixups for the previous commit
Andrew Kelley
2020-10-05
Turn zig fmt back on in various src/ files
joachimschmidt557
2020-10-04
Merge pull request #6255 from joachimschmidt557/stage2-arm
Andrew Kelley
2020-10-04
Redo local symbols and offsets tracking to match Elf's approach
Jakub Konka
2020-10-04
Add missing ensureCapacity call in codegen
Jakub Konka
2020-10-04
Fix after rebase and enable stage2 tests for macOS
Jakub Konka
2020-10-02
stage2 ARM: Add push, pop alias instructions; non-leaf functions
joachimschmidt557
2020-10-02
stage2 ARM: Add stm, ldm variants and misc. additions
joachimschmidt557
2020-10-02
stage2 ARM: start adding more instructions, return values, parameters
joachimschmidt557
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley