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-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
2024-07-21
std.Target: Remove `hsail`/`hsail64` arch tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove `amdil`/`amdil64` arch tags.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `r600` arch tag.
Alex Rønne Petersen
2024-07-21
std.Target: Remove the `renderscript32`/`renderscript64` arch tags.
Alex Rønne Petersen
2024-07-21
Revert "Merge pull request #20380 from tau-dev/master"
Andrew Kelley
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-16
Value: eliminate static recursion loop from value printing
mlugg
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-13
Builder: fix llvm ir syntax
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
cbe: fix for export changes
Jacob Young
2024-07-04
compiler: rework type resolution, fully resolve all types
mlugg
[next]