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.h
Age
Commit message (
Expand
)
Author
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-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-01
stage1: Implement Add/Mul reduction operators
LemonBoy
2020-10-05
stage1: Implement @reduce builtin for vector types
LemonBoy
2020-09-28
stage2: building DLL import lib files
Andrew Kelley
2020-09-14
revert bogus `enum` keywords in zig_llvm.h
Andrew Kelley
2020-09-12
fix zig_llvm.h not complying with C
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-23
link: update to llvm 10 API
Andrew Kelley
2020-01-22
update zig_llvm.h and zig_llvm.cpp to llvm 10
Andrew Kelley
2020-01-02
Use the LLVM C++ API
LemonBoy
2019-12-23
add zig llvm wrapper for atomicrmw
Vexu
2019-12-21
Initial support for static PIE executables
LemonBoy
2019-12-15
Generate the fn pointers into the correct address space
LemonBoy
2019-12-05
implement `@call`
Andrew Kelley
2019-11-07
self hosted compiler: fix zig_llvm.h function signature
Vexu
2019-10-12
Add dlltool functionality
LemonBoy
2019-09-21
Correct stack alignment for new stack
LemonBoy
2019-08-16
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-07-25
`@frameSize` works via PrefixData
Andrew Kelley
2019-07-25
calling an inferred async function
Andrew Kelley
2019-07-20
always give the type to byval attribute
Andrew Kelley
2019-07-16
update to llvm9 trunk
Andrew Kelley
2019-07-02
Added ZigLLVMCreateTargetMachine and pass function-sections flag
Timon Kruiper
2019-07-01
Added function-section functionality
Timon Kruiper
2019-06-04
Propagate DIFlags to LLVM
LemonBoy
2019-02-28
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-02-26
breaking changes to the way targets work in zig
Andrew Kelley
2019-02-04
fix vector debug info tripping LLVM assertion
Andrew Kelley
2019-02-04
fix vector debug info tripping LLVM assertion
Andrew Kelley
2019-02-04
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-01-30
introduce vector type for SIMD
Andrew Kelley
2019-01-24
update to llvm8 trunk. all tests passing
Andrew Kelley
2018-12-23
llvm8: fix ZigLLVMCreateFunction
Andrew Kelley
2018-12-23
llvm8: fix build errors
Andrew Kelley
2018-11-05
update to build against llvm trunk
Andrew Kelley
[next]