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
Age
Commit message (
Expand
)
Author
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-29
compiler: avoid field/decl name conflicts
mlugg
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
llvm.Builder: revert adding !nosanitize API
Andrew Kelley
2024-08-28
llvm.Builder: add !nosanitize API
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-27
llvm.Builder: add support for more instruction metadata
Andrew Kelley
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
2024-08-13
llvm: Disable f128 on mips64(el).
Alex Rønne Petersen
2024-08-13
llvm: Also disable f16/f128 on aarch64_be with soft float.
Alex Rønne Petersen
2024-08-13
nvptx: add implementations for GPU builtins
Robin Voetter
2024-08-12
Merge pull request #21019 from alexrp/target-os-cleanup
Andrew Kelley
2024-08-12
llvm: Disable lowering to f16 on s390x.
Alex Rønne Petersen
2024-08-12
llvm: Disable lowering to f128 on sparc32.
Alex Rønne Petersen
2024-08-12
llvm: Move some OS selection prongs for clarity.
Alex Rønne Petersen
2024-08-12
std.Target: Remove liteos OS tag.
Alex Rønne Petersen
2024-08-12
std.Target: Remove minix OS tag.
Alex Rønne Petersen
2024-08-12
std.Target: Rename glsl450 Arch tag to opengl.
Alex Rønne Petersen
2024-08-11
Merge pull request #20985 from alexrp/gpu-nonsense
Andrew Kelley
2024-08-12
std.Target: Rename c_type_* functions to camel case
Linus Groh
2024-08-11
frontend: give all container types namespaces
mlugg
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-08-07
Merge pull request #20969 from alexrp/llvm-unsup-targets
Andrew Kelley
2024-08-07
llvm: Add a comment clarifying our mapping of the opencl OS tag.
Alex Rønne Petersen
2024-08-07
llvm: Set vendor tag in target triple for GPU backends.
Alex Rønne Petersen
2024-08-07
llvm: Use unreachable in targetTriple() for targets without LLVM support.
Alex Rønne Petersen
2024-08-07
llvm: Clarify in initializeLLVMTarget() that there's no kalimba backend.
Alex Rønne Petersen
[next]