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-self-hosted
/
codegen.zig
Age
Commit message (
Expand
)
Author
2020-05-29
[Stage2/Codegen] Extract REX
Noam Preil
2020-05-24
[Stage2/Codegen] Properly handle arch in genCall
Noam Preil
2020-05-19
[Stage2/Codegen] Fix a typo
Noam Preil
2020-05-19
stage2: function calls using the global offset table
Andrew Kelley
2020-05-19
stage2: set up a trampoline table for functions
Andrew Kelley
2020-05-17
move some files around
Andrew Kelley
2020-05-17
Minor cleanup
Noam Preil
2020-05-17
rework x64 genSetReg
Noam Preil
2020-05-15
move Module to its own file
Andrew Kelley
2020-05-15
fix the global offset table code and updating decl exports
Andrew Kelley
2020-05-14
fix codegen of sentinel-terminated arrays and .got alignment
Andrew Kelley
2020-05-14
self-hosted: fix codegen and resolve some analysis bugs
Andrew Kelley
2020-05-13
self-hosted: fix the rest of the compile errors
Andrew Kelley
2020-05-13
self-hosted: fix compile errors, except for codegen.zig
Andrew Kelley
2020-05-12
self-hosted: link: global offset table support for decls
Andrew Kelley
2020-05-10
rework self-hosted compiler for incremental builds
Andrew Kelley
2020-05-01
zir: add breakpoint() instruction and object file ability
Andrew Kelley
2020-05-01
link: introduce the concept of output mode and link mode
Andrew Kelley
2020-05-01
ZIR: add cmp and condbr instructions
Andrew Kelley
2020-04-24
bug fixes to make it work
Andrew Kelley
2020-04-23
codegen rdx set immediate
Andrew Kelley
2020-04-23
codegen supports embedded-in-code constants
Andrew Kelley
2020-04-23
codegen for setting rax and rdi registers
Andrew Kelley
2020-04-23
codegen for inline assembly
Andrew Kelley
2020-04-23
codegen for const ints and string literals
Andrew Kelley
2020-04-23
basics of writing ELF and machine code generation
Andrew Kelley
2020-04-01
(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)
Andrew Kelley
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-02-03
Add InstallRawStep to Zig build system that does a similar job to llvm-objcop...
Michaƫl Larouche
2019-12-11
self-hosted: manually parse args
Andrew Kelley
2019-12-08
update self-hosted compiler to new format API
Andrew Kelley
2019-11-26
fixes and cleanup in self hosted
Vexu
2019-11-24
Merge remote-tracking branch 'origin/master' into null-terminated-pointers
Andrew Kelley
2019-11-23
self hosted compiler: small miscellaneous fixes
Vexu
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-08
self hosted compiler: various small fixes
Vexu
2019-11-07
self hosted compiler: use enum literals
Vexu
2019-11-07
self hosted compiler: update to new std.event
Vexu
2019-11-07
self hosted compiler: remove await async pattern
Vexu
2019-03-23
add compile error for ignoring error
Andrew Kelley
2019-02-14
fix implicit cast error unions with non-optional to optional pointer
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-08-10
self-hosted: reorganize creation and destruction of Compilation
Andrew Kelley
2018-07-24
self-hosted: function calling another function
Andrew Kelley
2018-07-24
self-hosted: function types use table lookup
Andrew Kelley
2018-07-22
self-hosted can compile libc hello world
Andrew Kelley
2018-07-18
self-hosted: linking against libc
Andrew Kelley
2018-07-17
self-hosted: linking
Andrew Kelley
[next]