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-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
2024-08-01
std.Target: Rework isPPC()/isPPC64() functions.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `cloudabi` OS tag.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `ananas` OS tag.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `sparcel` architecture tag.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `spir`/`spir64` architecture tags.
Alex Rønne Petersen
2024-07-28
std.Target.Cpu.Arch: Remove the `aarch64_32` tag.
Alex Rønne Petersen
2024-07-25
llvm: always include instrumentation function attributes
Andrew Kelley
2024-07-25
llvm: Don't emit safety memset() for stores of undef in Debug with safety off.
Alex Rønne Petersen
2024-07-23
default "trace pc guard" coverage off
Andrew Kelley
2024-07-23
LLVM: more fine-grained sancov emit options
Andrew Kelley
2024-07-22
add new builtin: `@disableInstrumentation`
Andrew Kelley
2024-07-22
initial support for integrated fuzzing
Andrew Kelley
2024-07-21
std.Target.Os: Rename lv2 to ps3.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `tce`/`tcele` arch tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `shave` arch tag.
Alex Rønne Petersen
[next]