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
2020-12-24
stage1: add tsan LLVM passes when appropriate
Andrew Kelley
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
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-10-12
Add dlltool functionality
LemonBoy
2019-10-02
we have to use c++14 now for llvm10
Andrew Kelley
2019-09-21
Correct stack alignment for new stack
LemonBoy
2019-09-10
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-03
fix stack traces on macos when passing absolute path to root source file
Andrew Kelley
2019-08-28
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-08-26
remove no longer needed gcc8 workaround. add gcc9 workaround
Andrew Kelley
2019-08-16
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-08-16
correct LLVM subarch names for arm
yvt
2019-08-13
avoid the word "coroutine", they're "async functions"
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-03
add -ffunction-sections arg when building C objects
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-05-20
Build archives using the K_DARWIN format when targeting osx
LemonBoy
2019-04-02
more regression fixes. empty test passes again
Andrew Kelley
2019-03-18
workaround for Ubuntu/Debian bug
Andrew Kelley
2019-02-28
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
[next]