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
/
llvm.zig
Age
Commit message (
Expand
)
Author
2021-07-22
add -femit-llvm-bc CLI option and implement it
Andrew Kelley
2021-07-20
stage2: fix compile errors in LLVM backend
Andrew Kelley
2021-07-20
stage2: fix AIR not instruction (see prev commit)
Andrew Kelley
2021-07-20
stage2: update LLVM backend to new AIR memory layout
Andrew Kelley
2021-07-20
stage2: Air and Liveness are passed ephemerally
Andrew Kelley
2021-07-20
stage2: rework AIR memory layout
Andrew Kelley
2021-07-08
initial plan9 boilerplate
jacob gw
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-22
stage2: rename ir.zig to air.zig
Andrew Kelley
2021-05-13
AstGen: fix elision of store_to_block_ptr for condbr
Andrew Kelley
2021-04-28
stage2: semaDecl properly analyzes the decl block
Andrew Kelley
2021-04-11
Merge remote-tracking branch 'origin/master' into llvm12
Michael Dusan
2021-04-04
LLVM sub-arch triple: remove TODO comment
Andrew Kelley
2021-04-02
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-28
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-23
stage2: handle void value in genRet in LLVM backend
Timon Kruiper
2021-03-23
stage2: rename fail to todo in LLVM backend
Timon Kruiper
2021-03-20
stage2: restructure LLVM backend
Timon Kruiper
2021-03-19
llvm backend: use new srcloc
jacob gw
2021-03-16
stage2 llvm bindings: use correct type for LLVMBool for ABI compat
Tadeo Kondrak
2021-03-04
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-02
stage2: add support for optionals in the LLVM backend
Timon Kruiper
2021-02-27
std.Target.Abi: add gnuilp32
Michael Dusan
2021-02-27
std.Target: add powerpcle
Andrew Kelley
2021-02-25
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-01-19
SPIR-V: Add glsl450 and vulkan spir-v operating system definitions
Robin Voetter
2021-01-16
stage2: implement error notes and regress -femit-zir
Andrew Kelley
2021-01-10
stage2: add support for loops in LLVM backend
Timon Kruiper
2021-01-09
Merge pull request #7725 from FireFox317/even-more-llvm
Andrew Kelley
2021-01-08
stage2: add initial impl of control flow in LLVM backend
Timon Kruiper
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-06
stage2: rename and move files related to LLVM backend
Timon Kruiper
2020-12-28
stage2: add initial impl of LLVM backend in self-hosted compiler
Timon Kruiper
2020-12-16
Update zig_llvm.cpp and other bits
Jakub Konka
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley