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-21
Riscv32e align stack to 4 bytes (#20673)
cheme
2024-07-21
Merge pull request #20380 from tau-dev/master
Andrew Kelley
2024-07-20
Merge pull request #20402 from alexrp/target-cleanup
Andrew Kelley
2024-07-20
Fix typos in code comments in `src/`
sobolevn
2024-07-20
dev: fix llvm backend checks
Jacob Young
2024-07-19
dev: introduce dev environments that enable compiler feature sets
Jacob Young
2024-07-20
std.Target: Remove `coreclr` ABI specifier.
Alex Rønne Petersen
2024-07-20
std.Target: Remove `nacl` OS specifier and `le32`/`le64` arch specifiers.
Alex Rønne Petersen
2024-07-20
std.Target: Remove `kfreebsd` OS specifier.
Alex Rønne Petersen
2024-07-20
std.Target: Remove the `gnuf64` ABI specifier.
Alex Rønne Petersen
2024-07-19
llvm: add pass-by-reference info to debug types
Tau
2024-07-19
llvm: Do not generate static member definitions
Tau
2024-07-19
Try linking static members' definitions to their declarations.
Tau
2024-07-19
ModuleDebugInfo: Discard C++ namespaces appearing in PDBs
Tau
2024-07-19
llvm: Fix debug gen for 0-bit types
Tau
2024-07-19
Don't attach a top-level function to its file, but to the file's struct
Tau
2024-07-19
llvm: encode variables as DW_TAG_imported_declaration
Tau
2024-07-19
llvm: set precise scopes on namespace types and variables
Tau
2024-07-13
Compilation: introduce work stages for better work distribution
Jacob Young
2024-07-13
InternPool: add and use a mutate mutex for each list
Jacob Young
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
[next]