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
2018-01-06
disable NewGVN
Andrew Kelley
2017-12-26
self-hosted: build against zig_llvm and embedded LLD
Andrew Kelley
2017-12-06
add higher level arg-parsing API + misc. changes
Andrew Kelley
2017-12-01
update to LLVM 5.0.1rc2
Andrew Kelley
2017-11-15
basic union support
Andrew Kelley
2017-11-03
Add emit command-line option (#580)
Marc Tiehuis
2017-10-23
remove CXX ABI workaround
Andrew Kelley
2017-10-15
clean up some resources
Andrew Kelley
2017-10-10
add module flag to emit CodeView for COFF object files
Andrew Kelley
2017-09-17
add -mllvm support
Andrew Kelley
2017-09-01
cleanup whitespace
Josh Wolfe
2017-08-30
codegen: all stores specify align value
Andrew Kelley
2017-08-29
introduce align keyword
Andrew Kelley
2017-08-26
update for llvm 5.0.0rc1
Andrew Kelley
2017-08-09
more intuitive left shift and right shift operators
Andrew Kelley
2017-06-14
progress toward windows hello world working
Andrew Kelley
2017-04-30
back to AT&T syntax for assembly
Andrew Kelley
2017-04-13
fix crash when using zig to link
Andrew Kelley
2017-04-13
ability to inline at function callsite
Andrew Kelley
2017-04-11
run alwaysinline pass in debug mode
Andrew Kelley
2017-03-23
use intel dialect for inline assembly
Andrew Kelley
2017-03-13
use lld instead of system linker
Andrew Kelley
2017-03-10
update to llvm 4.0
Andrew Kelley
2017-02-06
coldcc works better
Andrew Kelley
2017-02-05
tell LLVM the target sub arch type
Andrew Kelley
2017-02-05
infer hard float from target environments that imply it
Andrew Kelley
2016-09-10
rename LLVMZig to ZigLLVM
Andrew Kelley
2016-09-04
generate debug info for global constants
Andrew Kelley
2016-09-04
port to llvm 3.9
Andrew Kelley
2016-05-07
add div_exact builtin fn
Andrew Kelley
2016-05-06
add debug safety for left shifting
Andrew Kelley
2016-05-04
add cmpxchg builtin function
Andrew Kelley
2016-04-28
better alignment value for stack variables
Andrew Kelley
2016-04-27
better parameter codegen
Andrew Kelley
2016-04-09
fix debug symbols regression after llvm 3.8.0
Andrew Kelley
2016-03-08
update to llvm 3.8.0
Andrew Kelley
2016-02-16
rename 'environ' to 'env_type'
Andrew Kelley
2016-02-12
fix build on GCC
Andrew Kelley
2016-02-11
ability to cross compile
Andrew Kelley
2016-02-10
cleanup target data organization
Andrew Kelley
2016-02-10
targets command shows which ones are native
Andrew Kelley
2016-02-10
add "targets" command to list architectures, oses, abis
Andrew Kelley
2016-02-05
Added code for generating nonnull attributes
realazthat
2016-02-04
fix debug info for bool type
Andrew Kelley
2016-02-03
fix debug info for arrays being 1 element too short
Andrew Kelley
2016-01-31
parseh: correct debug for forward decls
Andrew Kelley
2016-01-18
add function pointer support
Andrew Kelley
2016-01-18
pave the road for function pointers
Andrew Kelley
2016-01-15
solve the mystery of undefined reference error
Andrew Kelley
2016-01-11
resolve enum types and emit debug info
Andrew Kelley
[next]