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
/
Builder.zig
Age
Commit message (
Expand
)
Author
2024-02-28
Builder: Implement StrtabString and use it for Global names
antlilja
2024-02-28
LLVM: Implement more efficient blob writing
antlilja
2024-02-26
Merge pull request #19083 from antlilja/llvm-blockinfo
Andrew Kelley
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-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
Builder: Fix llvm ir debug location output
antlilja
2024-02-25
Builder: Improve debug location system
antlilja
2024-02-24
BitcodeWriter: cleanup type widths
Jacob Young
2024-02-24
Builder: fix bitcode widths
Jacob Young
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
llvm: optimize i32 constants
Jacob Young
2024-02-23
Builder: fix llvm ir/bc difference with allocas
Jacob Young
2024-02-23
Builder: fix x86_fp80 constants in bitcode
Jacob Young
2024-02-23
Builder: fix minor llvm ir syntax errors
Jacob Young
2024-02-23
Builder: implement opaque structs in bitcode
Jacob Young
2024-02-23
Builder: change tuple metadata to not be inlined in llvm ir
Jacob Young
2024-02-23
Builder: fix inconsequential llvm ir metadata syntax
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-23
LLVM Builder: Formatting
antlilja
2024-02-23
Builder: fix debug location of the first instruction in a block
Jacob Young
2024-02-22
Builder: fix float constants in llvm ir
Jacob Young
2024-02-22
Builder: fix bitcode strtab
Jacob Young
2024-02-22
Builder: fix llvm ir value names
Jacob Young
2024-02-22
LLVM Builder: Emit metadata kinds and function metadata attachments
antlilja
2024-02-22
LLVM Builder: Emit type for debug subprogram
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
LLVM Builder: Emit debug info and metadata
antlilja
2024-02-21
LLVM Builder: Add debug locations to instructions
antlilja
2024-02-21
LLVM Builder: Add debug/metadata system
antlilja
2024-02-21
LLVM: Add toBitcode to Builder
antlilja
2024-02-21
LLVM Builder: Add dbg.declare and dbg.value intrinsics
antlilja
2024-02-21
LLVM Builder: Add integer values to more enums fields
antlilja
2024-02-21
Fix FastMath packed struct
antlilja
2024-02-21
Added value_indices and valueIndex to Function
antlilja
2024-02-21
Made .block = false in WipFunction.hasResultWip
antlilja
2024-02-21
Builder: Add function_attributes_set
antlilja
2024-02-21
Added opcode functions to Instruction/Constant.Tag
antlilja
2024-02-21
Added values to AtomicRmw.Operation enum fields
antlilja
2024-02-21
Fixed values in AtomicOrdering enum
antlilja
2024-02-21
LLVM Builder: Add toLlvm helper to Alignment
antlilja
[next]