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
2019-09-03
fix stack traces on macos when passing absolute path to root source file
Andrew Kelley
2019-08-26
remove no longer needed gcc8 workaround. add gcc9 workaround
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-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
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
2019-01-01
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2018-12-30
Add DIFlagStaticMember flag to functions.
alexander
2018-12-23
llvm8: fix ZigLLVMCreateFunction
Andrew Kelley
2018-12-23
llvm8: fix build errors
Andrew Kelley
2018-12-23
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2018-11-28
work around to support debian's fork of llvm 7.0.1
Andrew Kelley
2018-11-05
update to build against llvm trunk
Andrew Kelley
2018-10-09
support building static libraries
Andrew Kelley
2018-09-30
fixed native target detection
emekoi
2018-09-24
Ignore class-memaccess error for gcc 8 and above
Wink Saville
2018-09-16
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-09-11
rename --enable-timing-info to -ftime-report to match clang
Andrew Kelley
2018-07-24
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-07-16
self-hosted: create tmp dir for .o files and emit .o file for fn
Andrew Kelley
2018-07-03
update for latest llvm
Andrew Kelley
2018-06-14
llvm7: find external liblldWasm and update for newest lld macho API
Andrew Kelley
2018-06-14
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-06-09
support `--target-arch wasm32` (#1094)
Ben Noordhuis
2018-05-26
update to latest LLVM API
Andrew Kelley
2018-04-26
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-04-18
improve cmpxchg
Andrew Kelley
2018-04-16
Set SizeLevel to 2 in ReleaseSmall mode
Alexandros Naskos
2018-04-16
Added ReleaseSmall mode
Alexandros Naskos
2018-04-04
update to latest llvm API
Andrew Kelley
2018-03-22
use the llvm API for creating memcpy and memset instructions
Andrew Kelley
2018-03-01
Merge remote-tracking branch 'origin/master' into llvm6
Andrew Kelley
2018-02-25
add coroutine LLVM passes
Andrew Kelley
2018-02-25
codegen for coro_id instruction
Andrew Kelley
2018-02-13
Merge remote-tracking branch 'origin/master' into llvm6
Andrew Kelley
2018-02-13
zig_llvm.cpp uses new(std::nothrow)
Andrew Kelley
[next]