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
/
test
/
stage2
/
cbe.zig
Age
Commit message (
Expand
)
Author
2021-01-06
stage2: C backend: support unused Decls
Andrew Kelley
2021-01-05
stage2: C backend: re-implement emit-h
Andrew Kelley
2021-01-05
stage2: C backend: remove format() hackery
Andrew Kelley
2021-01-05
stage2: rework the C backend
Andrew Kelley
2021-01-05
integrate CBE with Compilation.update pipeline (closes #7589)
Noam Preil
2021-01-04
stage2: implementation of `@setEvalBranchQuota`:
g-w1
2020-12-31
stage2: type inference for local var
Andrew Kelley
2020-12-31
stage2: inferred local variables
Andrew Kelley
2020-12-29
stage2: C backend improvements
Andrew Kelley
2020-12-28
stage2: update C backend test cases for new output
Andrew Kelley
2020-12-28
stage2: improve test harness to support executing generated C code
Andrew Kelley
2020-12-28
stage2: C backend: implement `@breakpoint` and clean up test harness
Andrew Kelley
2020-12-23
Add tests for emit-h functionality.
Alex Cameron
2020-12-23
Add header test harness
Noam Preil
2020-10-07
Fix peer type resolution
Noam Preil
2020-10-06
CBE: addition and subtraction
Noam Preil
2020-09-21
fix regressed stage2 test harness
Andrew Kelley
2020-08-14
stage2: proper semantic analysis of improper returning of implicit void
Andrew Kelley
2020-08-12
CBE: fix handling of IR dependencies
Noam Preil
2020-08-12
CBE: Sorta working intcasts?
Noam Preil
2020-08-12
CBE: support unreachable on GCC
Noam Preil
2020-08-12
CBE: working parameters
Noam Preil
2020-08-12
CBE: Use zig_noreturn instead of noreturn to avoid namespace conflict
Noam Preil
2020-07-23
self-hosted: AST flattening, astgen improvements, result locations, and more
Andrew Kelley
2020-07-13
stage2: add retvoid support to CBE
Andrew Kelley
2020-07-13
Get basic return test working
Noam Preil
2020-07-08
CBE: Emit asm decls for now, but rename to make them valid
Noam Preil
2020-07-07
CBE: Move standards determination to generated code
Noam Preil
2020-07-07
CBE: working asm Inputs and Outputs; std{int,def}.h auto-inclusion
Noam Preil
2020-07-07
CBE: Working function call w/ no args or return value
Noam Preil
2020-07-07
Working translation of empty function
Noam Preil
2020-07-07
CBE skeleton
Noam Preil
2020-07-07
Stage2: Refactor in preparation for C backend
Noam Preil