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-07-10
InternPool: make `global_error_set` thread-safe
Jacob Young
2024-07-10
InternPool: add `FileIndex` to `*File` mapping
Jacob Young
2024-07-10
Air: store param names directly instead of referencing Zir
mlugg
2024-07-10
Zcu: cache fully qualified name on Decl
Jacob Young
2024-07-07
Zcu: pass `PerThread` to intern pool string functions
Jacob Young
2024-07-07
Zcu: introduce `PerThread` and pass to all the functions
Jacob Young
2024-07-04
Zcu: extract permanent state from File
Andrew Kelley
2024-07-04
compiler: rework type resolution, fully resolve all types
mlugg
2024-07-04
compiler: type.zig -> Type.zig
mlugg
2024-07-04
Zcu: store `LazySrcLoc` in error messages
mlugg
2024-07-04
Zcu: key compile errors on `AnalUnit` where appropriate
mlugg
2024-07-04
Zcu: rework exports
mlugg
2024-06-26
Zir: make `src_line` absolute for `declaration` instructions
mlugg
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-06-20
Merge pull request #20299 from mlugg/the-great-decl-split
Matthew Lugg
2024-06-19
Merge pull request #20070 from Rexicon226/riscv
Jakub Konka
2024-06-16
llvm: avoid debug info for naked function arguments
Jacob Young
2024-06-15
Zcu: rework source locations
mlugg
2024-06-15
compiler: move LazySrcLoc out of std
mlugg
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-06-13
riscv: float args
David Rubin
2024-06-05
Merge pull request #20120 from vahur/move-consts-to-rdata
Andrew Kelley
2024-06-05
LLVM backend: loongarch64 support
Andrew Kelley
2024-06-02
pass `-fno-builtin` when testing `lib/c.zig`, `lib/compiler_rt.zig`
Veikka Tuominen
2024-06-01
llvm: disable constant anons on Darwin
Veikka Tuominen
2024-05-30
mark anondecls as constants in llvm ir
Vahur Sinijärv
2024-05-22
Revert "implement `@expect` builtin (#19658)"
Andrew Kelley
2024-05-22
implement `@expect` builtin (#19658)
David Rubin
2024-05-22
llvm: fix `@wasmMemory{Size,Grow}` for wasm64
Veikka Tuominen
2024-05-21
llvm: fix lowering of packed structs with optional pointers
Veikka Tuominen
2024-05-21
llvm: lower ptr to int constants with correct address spaces
Veikka Tuominen
2024-05-20
Target: add OpenHarmonyOS ABI
Veikka Tuominen
2024-05-11
riscv: implement slices
David Rubin
2024-05-09
llvm: always include debug information for global variables
Pyry Kovanen
2024-05-09
codegen/llvm: handle missing Apple targets
Jakub Konka
2024-05-09
handle visionos target OS tag in the compiler
Jakub Konka
2024-05-08
LLVM: zeroext/signext does happen on macos
Andrew Kelley
2024-05-08
LLVM: fix x86 and x86_64 datalayout string calculation
Andrew Kelley
2024-05-08
LLVM backend: no more signext on aarch64
Andrew Kelley
2024-05-08
x86_64 sysv C ABI: fix f128 param and return types
Andrew Kelley
2024-05-08
std.Target.maxIntAlignment: move to compiler implementation
Andrew Kelley
2024-05-08
LLVM 18 update: avoid passing vectors sometimes
Andrew Kelley
2024-05-08
LLVM 18 std lib updates and fixes
Andrew Kelley
2024-05-04
InternPool: eliminate `var_args_param_type`
mlugg
2024-05-02
LLVM: Fix panic when using tagged union backed by enum with negative values
Anton Lilja
2024-04-28
Sema+llvm: properly implement `Interrupt` callconv
Julian
2024-04-25
LLVM: Remove deprecated or soon to be deprecated constant expressions
antlilja
2024-04-22
x86_64: fix C abi for unions
Jacob Young
2024-04-19
llvm: fix debug info when running tests
Jacob Young
2024-04-17
compiler: rework comptime pointer representation and access
mlugg
[next]