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
/
target.zig
Age
Commit message (
Expand
)
Author
2024-10-20
compiler: Remove uses of defaultFunctionAlignment() in the frontend.
Alex Rønne Petersen
2024-10-20
compiler: Update defaultFunctionAlignment()/minFunctionAlignment() for more t...
Alex Rønne Petersen
2024-10-20
compiler: Disallow function alignment for nvptx and spirv.
Alex Rønne Petersen
2024-10-19
x86_64: handle incoming stack alignment
mlugg
2024-10-19
compiler: remove @setAlignStack
mlugg
2024-10-19
std: update for new `CallingConvention`
mlugg
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
2024-10-15
llvm: Fix ilp32e/lp64e and ilp32f/lp64f ABI selection for riscv.
Alex Rønne Petersen
2024-10-05
compiler: Don't require PIC for aarch64-linux-ohos.
Alex Rønne Petersen
2024-10-05
compiler: Don't link to nonexistent libc libraries for ohos.
Alex Rønne Petersen
2024-10-05
std.Target: Introduce Abi.ohoseabi to distinguish the soft float case.
Alex Rønne Petersen
2024-10-04
Adds new cpu architectures propeller1 and propeller2. (#21563)
Felix Queißner
2024-10-03
Merge pull request #21570 from alexrp/windows-itanium
Alex Rønne Petersen
2024-10-03
Merge pull request #21504 from alexrp/android-softfp
Alex Rønne Petersen
2024-09-28
Initial port work for `*-windows-itanium` support.
Alex Rønne Petersen
2024-09-26
remove formatted panics
Andrew Kelley
2024-09-24
std.Target: Introduce Abi.androideabi to distinguish the soft float case.
Alex Rønne Petersen
2024-09-23
std.Target: Remove Cpu.Arch.dxil and ObjectFormat.dxcontainer.
Alex Rønne Petersen
2024-09-10
Compilation: Pass hard/soft float flags to Clang as appropriate.
Alex Rønne Petersen
2024-09-05
compiler: Force ELFv2 for powerpc64.
Alex Rønne Petersen
2024-09-01
Rename usesLargePIC to picLevel and return the PIC level
antlilja
2024-08-28
llvm: Set PIC level 1 for MIPS.
Alex Rønne Petersen
2024-08-25
sema: `resolve{Struct,Union}Inner` don't throw away Semas
David Rubin
2024-08-12
all: Handle spirv in addition to spirv(32,64) where applicable.
Alex Rønne Petersen
2024-08-11
std.Target: Add goff and xcoff to ObjectFormat.
Alex Rønne Petersen
2024-08-07
Merge pull request #20969 from alexrp/llvm-unsup-targets
Andrew Kelley
2024-08-07
target: Fix hasLlvmSupport() for dxil, spirv[32,64], and kalimba.
Alex Rønne Petersen
2024-08-02
glibc: Change riscv32-linux-gnuilp32 target triple to riscv32-linux-gnu.
Alex Rønne Petersen
2024-08-01
std: dwarf namespace reorg
Andrew Kelley
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-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-20
std.Target: Remove `nacl` OS specifier and `le32`/`le64` arch specifiers.
Alex Rønne Petersen
2024-07-16
InternPool: enable separate codegen/linking thread
Jacob Young
2024-07-08
Compilation: put supported codegen backends on a separate thread
Jacob Young
2024-07-04
compiler: type.zig -> Type.zig
mlugg
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-06-21
Closes #20355: Enables dynamic linking for `.os_tag == .other` again
Felix "xq" Queißner
2024-06-13
ZigObject: include all RISCs in `minFunctionAlignment`
David Rubin
2024-06-13
ZigObject: enforce min function alignement on riscv
David Rubin
2024-05-22
Revert "implement `@expect` builtin (#19658)"
Andrew Kelley
2024-05-22
implement `@expect` builtin (#19658)
David Rubin
2024-05-20
Target: add OpenHarmonyOS ABI
Veikka Tuominen
2024-05-11
riscv: back to hello world panics
David Rubin
[prev]
[next]