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-09-26
fixes and make sema report errors when std.builtin wrong
Andrew Kelley
2024-09-26
reimplement integer overflow safety panic function calls
Andrew Kelley
2024-09-26
fixes for this branch
Andrew Kelley
2024-09-23
std.Target: Remove Cpu.Arch.dxil and ObjectFormat.dxcontainer.
Alex Rønne Petersen
2024-09-19
Partially revert "LLVM: work around `@floatFromInt` bug"
Alex Rønne Petersen
2024-09-19
std.Target: Add bridgeos tag to Os.
Alex Rønne Petersen
2024-09-19
llvm: Stop emitting shl/xor ops for constant packed structs.
Alex Rønne Petersen
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-11
Merge pull request #21269 from alexrp/soft-float
Andrew Kelley
2024-09-10
llvm: Don't use the optimized jump table construction logic for wasm.
Alex Rønne Petersen
2024-09-10
llvm: Limit f16/f128 lowering on arm to fp_armv8 and soft float.
Alex Rønne Petersen
2024-09-10
llvm: Set use-soft-float and noimplicitfloat on functions for soft float.
Alex Rønne Petersen
2024-09-07
mips: fix C ABI compatibility
Maciej 'vesim' Kuliński
2024-09-06
Merge pull request #21261 from alexrp/riscv32
Andrew Kelley
2024-09-06
llvm: Set float ABI based on std.Target.floatAbi().
Alex Rønne Petersen
2024-09-06
llvm: Don't lower to f16 for riscv32.
Alex Rønne Petersen
2024-09-04
Merge pull request #21257 from mlugg/computed-goto-3
Andrew Kelley
2024-09-01
compiler: implement labeled switch/continue
mlugg
2024-09-01
Air: add explicit `repeat` instruction to repeat loops
mlugg
2024-09-01
Air: direct representation of ranges in switch cases
mlugg
2024-09-01
Rename usesLargePIC to picLevel and return the PIC level
antlilja
2024-09-01
LLVM: Set module flag behaviors to match what LLVM and clang does
antlilja
2024-09-01
LLVM: Emit module flags through Builder instead of LLVM API
antlilja
2024-08-30
Merge pull request #21224 from alexrp/mips-gnu-fixes
Andrew Kelley
2024-08-30
llvm: Pass EmitOptions to libzigcpp by pointer.
Alex Rønne Petersen
2024-08-28
LLVM: use `@llvm.used` instead of `@llvm.compiler.used`
Andrew Kelley
2024-08-28
LLVM: put sancov globals into llvm.compiler.used
Andrew Kelley
2024-08-28
LLVM: disable inline 8-bit counters when using trace pc guard
Andrew Kelley
2024-08-28
LLVM: enable sancov pass partially
Andrew Kelley
2024-08-28
implement code coverage instrumentation manually
Andrew Kelley
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-28
llvm: Disable FastISel on MIPS as a workaround for #21215.
Alex Rønne Petersen
2024-08-28
llvm: Set PIC level 1 for MIPS.
Alex Rønne Petersen
2024-08-27
Dwarf: fix and test string format
Jacob Young
2024-08-27
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg
2024-08-27
compiler: implement `@branchHint`, replacing `@setCold`
mlugg
2024-08-25
comp: rename `module` to `zcu`
David Rubin
2024-08-25
sema: clean-up `{union,struct}FieldAlignment` and friends
David Rubin
2024-08-25
sema: rework type resolution to use Zcu when possible
David Rubin
2024-08-20
Dwarf: emit info about inline call sites
Jacob Young
2024-08-19
Merge pull request #21128 from mlugg/incremental
Matthew Lugg
2024-08-18
llvm: disable instrumentation in naked functions
Andrew Kelley
2024-08-18
Zir: add instructions to fetch std.builtin types
mlugg
2024-08-17
frontend: incremental progress
mlugg
2024-08-15
Merge pull request #21073 from alexrp/test-changes
Andrew Kelley
2024-08-15
llvm: Don't emit extra debug instructions for `dbg_var_val` in naked functions.
Alex Rønne Petersen
2024-08-15
llvm: Remove the aarch64-windows @llvm.dbg.value() workaround.
Alex Rønne Petersen
2024-08-15
llvm: Always omit the frame pointer for naked functions.
Alex Rønne Petersen
2024-08-14
Merge pull request #21031 from linusg/std-target-naming
Andrew Kelley
2024-08-13
llvm: Disable f128 on powerpc*-aix.
Alex Rønne Petersen
[next]