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
/
zig_llvm.cpp
Age
Commit message (
Expand
)
Author
2023-04-05
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-03-30
llvm: fix crashes when loading a struct field
Jacob Young
2023-01-25
update zig_llvm.cpp and zig_llvm.h to LLVM 16
Andrew Kelley
2023-01-03
add -fopt-bisect-limit
Guillaume Wenzek
2022-11-20
llvm: add attributes to the arguments of function pointer calls
Veikka Tuominen
2022-11-16
llvm: implement arbitrary precision debug enumerators
Veikka Tuominen
2022-10-12
stage2: improve addrspace handling
Robin Voetter
2022-08-01
LLVM backends: work around poorly designed C API
Andrew Kelley
2022-08-01
stage1: LLVM lowering to opaque pointers API
Andrew Kelley
2022-07-12
zig_llvm: include Debug Info Version even for CodeView
Andrew Kelley
2022-07-07
llvm c++ wrapper: fix argument index calculations
Andrew Kelley
2022-07-01
LLD: the driver functions now return "false" to mean "error"
Andrew Kelley
2022-07-01
stage1: update to LLVM 14 API
Andrew Kelley
2022-07-01
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-04-27
stage2: Manually lower softfloat ops when needed
Cody Tapscott
2022-03-16
stage2 llvm: keep track of inlined functions
Veikka Tuominen
2022-03-15
stage2: add debug info for globals in the LLVM backend
William Sengir
2022-03-13
stage2: add debug info for locals in the LLVM backend
Andrew Kelley
2022-03-08
LLVM: no longer store args into alloca instructions
Andrew Kelley
2022-02-03
update C API bindings to LLVM 14
Andrew Kelley
2021-12-28
stage2: LLVM backend: fix lowering of union constants
Andrew Kelley
2021-09-30
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-20
Address Spaces: Implement in LLVM codegen
Robin Voetter
2021-09-15
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-14
stage2: implement cmpxchg and improve comptime eval
Andrew Kelley
2021-09-01
saturating arithmetic builtins: add, sub, mul, shl (#9619)
travisstaloch
2021-08-16
update src/ to LLVM 13 rc1 API
Andrew Kelley
2021-07-26
minimum/maximum builtins
Robin Voetter
2021-07-22
add -femit-llvm-bc CLI option and implement it
Andrew Kelley
2021-06-29
Remove mention of lldMachO from the project
Jakub Konka
2021-06-18
stage1: Store the specified code model in the LLVM module
LemonBoy
2021-06-04
llvm: Add support for collecting time trace (#8546)
Min-Yih Hsu
2021-04-09
llvm new-pm: Build O0 pipeline in the correct way
Min-Yih Hsu
2021-04-09
Revert "Revert back to the old LLVM PassManager"
Min-Yih Hsu
2021-04-06
stage1: Work around a small problem in LLVM API
LemonBoy
2021-04-02
Revert back to the old LLVM PassManager
Andrew Kelley
2021-04-02
zig_llvm.cpp: remove dead code
Andrew Kelley
2021-04-02
llvm new-pm: Add missing pipeline option and Passes
Min-Yih Hsu
2021-04-02
llvm new-pm: Port LLVM 11.x-based changes to LLVM 12.x
Min-Yih Hsu
2021-02-28
stage1: update to LLVM 12 sret callsite requirements
Andrew Kelley
2021-02-26
stage1: Fix emission of sret annotation for LLVM
LemonBoy
2021-02-26
Revert "stage1: upgrade to new LLVM sret attribute requirement"
Andrew Kelley
2021-02-26
stage1: upgrade to new LLVM sret attribute requirement
Andrew Kelley
2021-02-25
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-02-25
fix to compile against 12.0.0-rc2
Michael Dusan
2021-01-23
add LTO support
Andrew Kelley
2020-12-24
stage1: add tsan LLVM passes when appropriate
Andrew Kelley
2020-12-16
Update zig_llvm.cpp and other bits
Jakub Konka
2020-12-08
invoke LLD as a child process rather than a library
Andrew Kelley
2020-11-22
Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pie
Andrew Kelley
[next]