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
/
llvm.zig
Age
Commit message (
Expand
)
Author
2024-10-23
Merge pull request #21758 from kcbanner/dll_storage_class
Andrew Kelley
2024-10-22
Cause a compilation error to occur if using @extern with is_dll_import in a c...
kcbanner
2024-10-22
Add support for specifying `dll_storage_class` in @extern
kcbanner
2024-10-19
llvm: fix lowering `arm_aapcs_vfp` functions
mlugg
2024-10-19
llvn: fix incorrect mips64 callconv handling
mlugg
2024-10-19
llvm: fix lowering of avr_interrupt and m68k_interrupt callconvs
mlugg
2024-10-19
std.Target: rename `defaultCCallingConvention` and `Cpu.Arch.fromCallconv`
mlugg
2024-10-19
std: update for new `CallingConvention`
mlugg
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
2024-10-17
Merge pull request #21610 from alexrp/riscv-abis
Andrew Kelley
2024-10-16
llvm: Disable f16 lowering for loongarch.
Alex Rønne Petersen
2024-10-16
llvm: Fix natural int width specifications for loongarch in DataLayoutBuilder.
Alex Rønne Petersen
2024-10-15
llvm: Enable native f16 lowering for riscv32.
Alex Rønne Petersen
2024-10-15
llvm: Fix compiler crash when lowering f16 for riscv32 ilp32.
Alex Rønne Petersen
2024-10-12
implement packed struct equality (#21679)
David Rubin
2024-10-06
Merge pull request #21605 from alexrp/ohos-stuff
Alex Rønne Petersen
2024-10-06
Merge pull request #21587 from alexrp/hexagon-porting
Alex Rønne Petersen
2024-10-05
std.Target: Introduce Abi.ohoseabi to distinguish the soft float case.
Alex Rønne Petersen
2024-10-05
Merge pull request #21574 from alexrp/llvm-sub-arch
Alex Rønne Petersen
2024-10-04
remove `@fence` (#21585)
David Rubin
2024-10-04
Adds new cpu architectures propeller1 and propeller2. (#21563)
Felix Queißner
2024-10-04
Merge pull request #21572 from alexrp/tests-llvm-targets
Alex Rønne Petersen
2024-10-03
llvm: Disable f16 lowering for hexagon.
Alex Rønne Petersen
2024-10-03
llvm: Fix C ABI integer promotion for s390x.
Alex Rønne Petersen
2024-10-03
std.Target: Remove Os.Tag.shadermodel.
Alex Rønne Petersen
2024-10-03
llvm: Implement sub-architecture translation in targetTriple().
Alex Rønne Petersen
2024-10-03
Merge pull request #21504 from alexrp/android-softfp
Alex Rønne Petersen
2024-09-26
fixes and make sema report errors when std.builtin wrong
Andrew Kelley
2024-09-26
reimplement integer overflow safety panic function calls
Andrew Kelley
2024-09-26
fixes for this branch
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-19
Partially revert "LLVM: work around `@floatFromInt` bug"
Alex Rønne Petersen
2024-09-19
std.Target: Add bridgeos tag to Os.
Alex Rønne Petersen
2024-09-19
llvm: Stop emitting shl/xor ops for constant packed structs.
Alex Rønne Petersen
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-11
Merge pull request #21269 from alexrp/soft-float
Andrew Kelley
2024-09-10
llvm: Don't use the optimized jump table construction logic for wasm.
Alex Rønne Petersen
2024-09-10
llvm: Limit f16/f128 lowering on arm to fp_armv8 and soft float.
Alex Rønne Petersen
2024-09-10
llvm: Set use-soft-float and noimplicitfloat on functions for soft float.
Alex Rønne Petersen
2024-09-07
mips: fix C ABI compatibility
Maciej 'vesim' Kuliński
2024-09-06
Merge pull request #21261 from alexrp/riscv32
Andrew Kelley
2024-09-06
llvm: Set float ABI based on std.Target.floatAbi().
Alex Rønne Petersen
2024-09-06
llvm: Don't lower to f16 for riscv32.
Alex Rønne Petersen
2024-09-04
Merge pull request #21257 from mlugg/computed-goto-3
Andrew Kelley
2024-09-01
compiler: implement labeled switch/continue
mlugg
2024-09-01
Air: add explicit `repeat` instruction to repeat loops
mlugg
2024-09-01
Air: direct representation of ranges in switch cases
mlugg
2024-09-01
Rename usesLargePIC to picLevel and return the PIC level
antlilja
2024-09-01
LLVM: Set module flag behaviors to match what LLVM and clang does
antlilja
[next]