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
2023-09-19
LLVM 17 std lib updates and fixes
Andrew Kelley
2023-09-18
LLVM: cache LLVM struct field indexes
Andrew Kelley
2023-09-12
InternPool: prevent anon struct UAF bugs with type safety
Andrew Kelley
2023-08-28
llvm/cbe: support slice in `@prefetch`
Jacob Young
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2023-08-17
InternPool: safer enum API
Andrew Kelley
2023-08-15
InternPool: preserve indices of builtin types when resolved
mlugg
2023-08-09
llvm: enable even without libllvm linked
Jacob Young
2023-08-08
llvm: force strip without libllvm to avoid unimplemented behavior
Jacob Young
2023-08-08
llvm: remove dependence on llvm data layout alignment
Jacob Young
2023-08-08
llvm: fix alias issues
Jacob Young
2023-08-08
llvm: finish converting globals
Jacob Young
2023-08-08
Builder: fix enough bugs to pass the behavior tests
Jacob Young
2023-08-08
llvm: cleanup even more unused LLVM API bindings
Jacob Young
2023-08-08
llvm: finish converting instructions
Jacob Young
2023-08-08
llvm: finish converting intrinsics
Jacob Young
2023-08-08
llvm: convert vector reduction intrinsics
Jacob Young
2023-08-08
llvm: finish converting attributes to use Builder and the C LLVM API
Jacob Young
2023-08-08
llvm: convert intrinsics to using `Builder`
Jacob Young
2023-08-06
Use new LLVM IR builder API in bit op lowering
antlilja
2023-08-06
Use new LLVM builder API in buildFloatOP
antlilja
2023-08-01
llvm: fix data layout calculation for experimental llvm targets
Jacob Young
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-29
Merge pull request #16611 from xxxbxxx/packed-struct
Jacob Young
2023-07-29
llvm: support read-write output constraints in assembly
Jacob Young
2023-07-29
codegen: fix access to byte-aligned nested packed struct elems
Xavier Bouchoux
2023-07-29
llvm: partial fix of store undefined to packed result location
Xavier Bouchoux
2023-07-28
llvm: fix SysV C abi for structs smaller than two eightbytes
Jacob Young
2023-07-27
LLVM: always add argument attributes to calls
Andrew Kelley
2023-07-26
llvm: fix data layout on ios
Jacob Young
2023-07-25
codegen/llvm: fix memset with vectors smaller than one byte
Xavier Bouchoux
2023-07-23
llvm: convert global assembly
Jacob Young
2023-07-23
llvm: convert inline assembly
Jacob Young
2023-07-23
llvm: fix datalayout generation for more targets
Jacob Young
2023-07-23
llvm: convert attributes and non-intrinsic calls
Jacob Young
2023-07-20
llvm: cleanup LLVM IR dumping
Jacob Young
2023-07-19
llvm: fix various crashes
Jacob Young
2023-07-19
llvm: minor fixes
Jacob Young
2023-07-19
llvm: convert most instructions
Jacob Young
2023-07-19
llvm: convert cursor positioning
Jacob Young
2023-07-19
llvm: convert basic block creation
Jacob Young
2023-07-19
llvm: finish converting constants
Jacob Young
2023-07-19
llvm: cleanup management and implement more const functions
Jacob Young
2023-07-19
llvm: cleanup init
Jacob Young
2023-07-19
llvm: finish converting `lowerValue`
Jacob Young
2023-07-19
llvm: convert all calls to `constInt`
Jacob Young
2023-07-19
llvm: remove more usages of `llvm.Type`
Jacob Young
2023-07-19
llvm: finish converting `lowerType`
Jacob Young
2023-07-19
llvm: compute data layout without help like a grownup compiler
Jacob Young
2023-07-19
llvm: start tracking more things without relying on the llvm api
Jacob Young
[next]