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
2016-01-02
codegen: emit debug metadata for parameters
Andrew Kelley
2015-12-16
structs have debug information
Andrew Kelley
2015-12-12
prepare codebase for struct and string support
Andrew Kelley
2015-12-08
codegen does signed, unsigned, and floating point math
Andrew Kelley
2015-12-07
add local variables to debug info
Andrew Kelley
2015-12-07
integrate debug scopes with block context
Andrew Kelley
2015-12-07
all variables have memory addresses
Andrew Kelley
2015-12-07
add debugging info for array type
Andrew Kelley
2015-12-03
add labels and goto
Andrew Kelley
2015-11-30
all LLVM C++ API contained to one file
Andrew Kelley
2015-11-30
analyze no longer depends on llvm C++ API
Andrew Kelley
2015-11-29
remove LLVMZigTargetMachineEmitToFile
Andrew Kelley
2015-11-27
ability to export .o file
Andrew Kelley
2015-11-27
add pub and export visibility modifiers and optimization
Andrew Kelley
2015-11-24
fix not using subtarget features
Andrew Kelley
2015-11-24
write object file and fix void return type
Andrew Kelley