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
2022-03-11
LLVM: use hasRuntimeBitsIgnoreComptime instead of hasRuntimeBits
Andrew Kelley
2022-03-11
LLVM: fix debug info for pointers to void
Andrew Kelley
2022-03-11
stage2: implement `@shuffle` at runtime
Veikka Tuominen
2022-03-11
stage2: passing threadlocal tests for x86_64-linux
Andrew Kelley
2022-03-10
stage2 llvm: implement lowerParentPtr for int_{u,i}64
Veikka Tuominen
2022-03-09
Sema: implement pointer to tuple to pointer to array coercion
Andrew Kelley
2022-03-08
LLVM: fix memory leak of debug type names
Andrew Kelley
2022-03-08
LLVM: add debug info for opaque, vector, and tuples
Andrew Kelley
2022-03-08
LLVM: no longer store args into alloca instructions
Andrew Kelley
2022-03-08
LLVM: add debug info for parameters
Andrew Kelley
2022-03-08
LLVM: fix not handling dbg_stmt relative line
Andrew Kelley
2022-03-08
LLVM: add debug type lowering for ptr, slice, opaque, optional
Andrew Kelley
2022-03-08
LLVM: memoize debug types and add enum debug types
Andrew Kelley
2022-03-08
LLVM: add DISubprogram and DIType lowering; handle dbg_stmt
Andrew Kelley
2022-03-08
LLVM: add compile unit to debug info
Andrew Kelley
2022-03-06
stage2: rework `@mulAdd`
Andrew Kelley
2022-03-06
stage2: implement `@mulAdd` for scalar floats
John Schmidt
2022-03-06
stage2: Fix wasm linker for llvm backend
Luuk de Gram
2022-03-03
stage2: cleanups to wasm memory intrinsics
Andrew Kelley
2022-03-03
Update behavior tests
Luuk de Gram
2022-03-03
wasm: Implement `@wasmMemoryGrow` builtin
Luuk de Gram
2022-03-03
wasm: Implement `@wasmMemorySize()` builtin
Luuk de Gram
2022-03-03
stage2 llvm: Lower 0-bit field-ptr as ptr-to-void
Cody Tapscott
2022-03-03
LLVM: fix lowering of unions and switches
Andrew Kelley
2022-03-02
LLVM: aggregate_init supports structs
Andrew Kelley
2022-03-02
stage2: implement `@extern`
Veikka Tuominen
2022-03-01
stage2: introduce anonymous struct literals
Andrew Kelley
2022-03-01
LLVM: add extra padding to structs and tuples sometimes
Andrew Kelley
2022-03-01
LLVM: fix tripping assertions
Andrew Kelley
2022-03-01
LLVM: fix when sret and isByRef ret_ty disagree
Andrew Kelley
2022-02-28
stage2: fix frame_address AIR instruction
Andrew Kelley
2022-02-28
stage2: implement `@frameAddress`
Veikka Tuominen
2022-02-27
stage2: fix bitcast to optional ptr in llvm backend; omit safety check for in...
Veikka Tuominen
2022-02-26
stage2: implement `@unionInit`
Andrew Kelley
2022-02-26
stage2: various fixes to get one test passing
Veikka Tuominen
2022-02-24
stage2: implement fieldParentPtr
Veikka Tuominen
2022-02-23
stage2: integer-backed packed structs
Andrew Kelley
2022-02-21
Sema: fix comptime union initialization
Andrew Kelley
2022-02-21
Merge pull request #10925 from Vexu/stage2
Andrew Kelley
2022-02-21
enable Gpu address spaces (#10884)
gwenzek
2022-02-19
stage2: implement errunion_payload_ptr_set
Veikka Tuominen
2022-02-19
stage2: correct use of .unwrap_err_union_* in LLVM and C backend
Veikka Tuominen
2022-02-19
Merge pull request #10924 from ziglang/air-independence-day
Andrew Kelley
2022-02-18
stage2: make AIR not reference ZIR for inline assembly
Andrew Kelley
2022-02-18
Add backend-specific skips for bitreverse, byteswap tests
Cody Tapscott
2022-02-18
stage2: Implement `@bitReverse` and `@byteSwap`
Cody Tapscott
2022-02-14
LLVM backend: refactor LLVM bitcount ops (#10882)
John Schmidt
2022-02-12
stage2: implement `@popCount` for SIMD vectors
Andrew Kelley
2022-02-12
LLVM backend: handle unnamed structs when lowering array values
Andrew Kelley
2022-02-12
LLVM backend: avoid creating invalid LLVM types
Andrew Kelley
[next]