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
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
2020-11-18
Allow Zig to be built with clang 11 and -Werror
Timon Kruiper
2020-11-16
Enable loop interleaving when unrolling is enabled
Frank Denis
2020-11-01
stage1: Implement Add/Mul reduction operators
LemonBoy
2020-10-12
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-10-07
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-10-05
stage1: Implement @reduce builtin for vector types
LemonBoy
2020-09-30
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-09-28
stage2: building DLL import lib files
Andrew Kelley
2020-07-24
update LLVM C++ API wrappers from llvm 10 to 11
Andrew Kelley
2020-04-03
change the default ABI of riscv64-linux-musl
Andrew Kelley
2020-02-25
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-21
remove sub-arch from stage1
Andrew Kelley
2020-02-18
improvements which allow zig to emit multiple things at once
Andrew Kelley
2020-01-29
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-01-23
link: update to llvm 10 API
Andrew Kelley
2020-01-23
fix incorrect list of sub-arches for aarch64
Andrew Kelley
2020-01-22
update zig_llvm.h and zig_llvm.cpp to llvm 10
Andrew Kelley
2020-01-16
zig_llvm: update CodeGenFileType usage
Andrew Kelley
2020-01-16
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
[next]