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.zig
Age
Commit message (
Expand
)
Author
2024-03-06
Fix incorrectly resolved merge conflicts
mlugg
2024-03-06
compiler: namespace type equivalence based on AST node + captures
mlugg
2024-03-06
InternPool: create specialized functions for loading namespace types
mlugg
2024-03-02
Merge pull request #19152 from antlilja/llvm-broken-debug
Andrew Kelley
2024-03-02
Air: replace `.dbg_inline_*` with `.dbg_inline_block`
Jacob Young
2024-03-02
LLVM: Fail to emit if LLVM encounters broken debug info
antlilja
2024-02-29
codegen: handle dbg_var scoping correctly after eliding more ZIR blocks
mlugg
2024-02-29
LLVM Builder: Fix emission of enum debug enumerator info bitcode
antlilja
2024-02-28
LLVM: Don't create a debug lexical block when inlining
antlilja
2024-02-28
Builder: Implement StrtabString and use it for Global names
antlilja
2024-02-26
move Zcu.LazySrcLoc to std.zig.LazySrcLoc
Andrew Kelley
2024-02-26
compiler: decide dbg_var scoping based on AIR blocks
mlugg
2024-02-25
Merge pull request #19080 from jacobly0/llvm-per-mod-strip
Andrew Kelley
2024-02-25
Merge pull request #18906 from jacobly0/x86_64-tests
Andrew Kelley
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-25
llvm: free llvm data before running llvm optimizations
Jacob Young
2024-02-25
llvm: implement per-module stripping
Jacob Young
2024-02-25
Merge pull request #19074 from antlilja/llvm-debug-loc
Jacob Young
2024-02-25
llvm: remork memory management in emit
Jacob Young
2024-02-25
Sema: implement vector coercions
Jacob Young
2024-02-25
Builder: Improve debug location system
antlilja
2024-02-23
llvm: revert debug file path resolution changes
Jacob Young
2024-02-23
llvm: optimize i32 constants
Jacob Young
2024-02-23
llvm: revert bad cleanup
Jacob Young
2024-02-22
Builder: fix llvm ir value names
Jacob Young
2024-02-22
LLVM: Set new debug location after inlining
antlilja
2024-02-22
Builder: support printing metadata in llvm ir
Jacob Young
2024-02-21
LLVM Builder: Emit debug vector types with DIVector flag
antlilja
2024-02-21
LLVM Builder: Rework MetadataString to not rely on String
antlilja
2024-02-21
llvm: fix builds that don't link with libllvm
Jacob Young
2024-02-21
LLVM: Remove use of LLVM in Builder
antlilja
2024-02-21
codegen/llvm: Remove use of DIBuilder and output bin by parsing bitcode
antlilja
2024-02-21
LLVM: Emit bitcode even if libllvm is not present
antlilja
2024-02-21
LLVM: Make sure child types get added first
antlilja
2024-02-20
llvm: fix c abi for structs not passed in registers
Jacob Young
2024-02-16
InternPool: make more use of `NullTerminatedString.Slice`
Jacob Young
2024-02-15
llvm: fix lowering of recursive debug info
Jacob Young
2024-02-12
x86_64: implement c abi for bool vectors
Jacob Young
2024-02-05
compiler: rename value.zig to Value.zig
Andrew Kelley
2024-02-05
spirv: basic shader support
Ali Chraghi
2024-02-02
InternPool: use separate key for slices
mlugg
2024-01-29
llvm: ensure returned undef is 0xaa bytes when runtime safety is enabled
Veikka Tuominen
2024-01-29
Merge pull request #18729 from Vexu/fixes
Andrew Kelley
2024-01-29
llvm: revert bad array access optimization
Veikka Tuominen
2024-01-29
llvm: fix alignment of array ptr when bitcasting vector
Veikka Tuominen
2024-01-16
Skip all dbg instructions
ocrap7
2024-01-15
Sema: fix `@extern` decls
Jacob Young
2024-01-11
LLVM: fix lowering of extern anyopaque
Andrew Kelley
2024-01-08
llvm: optional slices cannot be passed in parts when they allowzero
Veikka Tuominen
2024-01-01
fix population of builtin.zig not making the parent dir
Andrew Kelley
[next]