aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/llvm
AgeCommit message (Expand)Author
2021-07-27stage2: `zig test` now works with the LLVM backendAndrew Kelley
2021-07-26stage2: improvements towards `zig test`Andrew Kelley
2021-07-25stage2 llvm backend improvements working towards `zig test`Andrew Kelley
2021-07-25stage2 llvm backend: implement llvmType for error union and slicesAndrew Kelley
2021-07-24stage2 llvm backend: implement assembly and ptrtointAndrew Kelley
2021-07-22add -femit-llvm-bc CLI option and implement itAndrew Kelley
2021-06-29Remove mention of lldMachO from the projectJakub Konka
2021-06-14add ast-check flag to zig fmt, fix found bugsVeikka Tuominen
2021-03-28Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-03-16stage2 llvm bindings: use correct type for LLVMBool for ABI compatTadeo Kondrak
2021-03-14stage2 llvm bindings: rename LLVMBool to BoolTadeo Kondrak
2021-03-04Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-03-02stage2: add support for optionals in the LLVM backendTimon Kruiper
2021-02-25Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-01-23add LTO supportAndrew Kelley
2021-01-08stage2: add initial impl of control flow in LLVM backendTimon Kruiper
2021-01-06stage2: rename and move files related to LLVM backendTimon Kruiper