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
/
lib
/
std
/
target
Age
Commit message (
Expand
)
Author
2022-10-20
add m68k target CPU features
Andrew Kelley
2022-10-18
synchronize target CPU features with LLVM 15.0.3
Andrew Kelley
2022-08-02
update target CPU features for LLVM 15
Andrew Kelley
2022-07-28
std: rename std.Target.systemz to .s390x
Meghan Denny
2022-07-01
update CPU features to LLVM 14
Andrew Kelley
2021-08-15
update target CPU features with LLVM 13 rc1 data
Andrew Kelley
2021-08-12
compiler-rt: do not depend on `usingnamespace`
Andrew Kelley
2021-06-17
Fix `lakemont` CpuModel (#9099)
d18g
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
2021-05-14
SPIR-V: Add generated SPIR-V features
Robin Voetter
2021-05-03
std: Add two more ARM CPUs to the known CPU list
LemonBoy
2021-04-20
target: drop `ppc32` and prefer `ppc`
Michael Dusan
2021-02-27
update ARM target CPU features
Andrew Kelley
2021-02-27
tools/update_cpu_features: add a "flatten" feature
Andrew Kelley
2021-02-27
tools/update_cpu_features: better patching API
Andrew Kelley
2021-02-27
update amdgpu target CPU features
Andrew Kelley
2021-02-27
update RISC-V target CPU features
Andrew Kelley
2021-02-27
update most target CPU features to llvm12
Andrew Kelley
2021-02-27
update x86 CPU features
Andrew Kelley
2021-02-25
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-02-04
target: map zig ppc32 → llvm ppc
Michael Dusan
2020-12-31
Year++
Frank Denis
2020-12-16
update the CPU target features and models
Andrew Kelley
2020-12-16
Update target details
Jakub Konka
2020-10-24
Use correct names for generic SPARC targets
Koakuma
2020-08-21
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-18
Merge remote-tracking branch 'origin/master' into llvm11
Andrew Kelley
2020-08-13
Add "ppc" prefix to number-modeled CPUs (#6006)
Koakuma
2020-08-04
update target CPU features from llvm 10 to 11rc1
Andrew Kelley
2020-07-11
use typeInfo instead of hardcoded tables in std.Target
Vexu
2020-06-12
Add strict_align to pre-v6 ARM targets
Carter Sande
2020-03-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-26
arm baseline CPU is v7a rather than v6m
Andrew Kelley
2020-02-25
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-21
update ARM cpu models to correctly include the sub-arch
Andrew Kelley
2020-02-20
arm: clarify which CPU features are sub-architectures
Andrew Kelley
2020-02-20
Revert "arm: clean up the messy sub-architecture & CPU features"
Andrew Kelley
2020-02-19
remove the concept of "sub-architecture"
Andrew Kelley
2020-02-19
arm: clean up the messy sub-architecture & CPU features
Andrew Kelley
2020-02-19
clean up arm CPU features
Andrew Kelley
2020-02-17
enable behavior and std lib tests for RISC-V 64-bit
Andrew Kelley
2020-02-14
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-11
riscv: Remove 'relax' from the baseline cpu features
LemonBoy
2020-02-04
re-apply: these are not real CPU features
Andrew Kelley
2020-01-30
set llvm cpu features to null for exynosm1,exynosm2
Andrew Kelley
2020-01-30
update target CPUs and features with llvm10's data
Andrew Kelley
2020-01-23
fix incorrect list of sub-arches for aarch64
Andrew Kelley
2020-01-23
use an older arm64 sub-arch for test suite
Andrew Kelley
2020-01-22
aarch64: less feature-full baseline CPU
Andrew Kelley
[next]