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
/
codegen
/
llvm
/
ir.zig
Age
Commit message (
Expand
)
Author
2024-09-01
Builder: add `indirectbr` llvm instruction
Jacob Young
2024-08-27
compiler: implement `@branchHint`, replacing `@setCold`
mlugg
2024-08-27
llvm.Builder: add support for more instruction metadata
Andrew Kelley
2024-07-21
Revert "Merge pull request #20380 from tau-dev/master"
Andrew Kelley
2024-07-19
llvm: Do not generate static member definitions
Tau
2024-07-19
llvm: encode variables as DW_TAG_imported_declaration
Tau
2024-07-19
llvm: set precise scopes on namespace types and variables
Tau
2024-04-06
LLVM Builder: Emit binary op optional flags for exact and no wrap
antlilja
2024-02-29
LLVM Builder: Fix emission of enum debug enumerator info bitcode
antlilja
2024-02-26
Builder: Reduce size of DebugLoc abbrev
antlilja
2024-02-26
Builder: Use BlockInfo block to reduce size of bitcode
antlilja
2024-02-24
Builder: Emit metadata attachment for globals
antlilja
2024-02-23
Builder: fix inconsequential llvm ir flag syntax
Jacob Young
2024-02-23
Builder: fix aliases in bitcode
Jacob Young
2024-02-23
Builder: fix x86_fp80 constants in bitcode
Jacob Young
2024-02-23
Builder: implement opaque structs in bitcode
Jacob Young
2024-02-23
Builder: sync distinct bits with previous implementation
Jacob Young
2024-02-23
LLVM Builder: Make some Metadata no longer be distinct
antlilja
2024-02-22
LLVM Builder: Emit metadata kinds and function metadata attachments
antlilja
2024-02-22
Builder: support printing metadata in llvm ir
Jacob Young