aboutsummaryrefslogtreecommitdiff
path: root/src/codegen
AgeCommit message (Expand)Author
2025-09-16llvm: fix tagged union payload size in debug infomlugg
2025-08-31std.fmt: delete deprecated APIsAndrew Kelley
2025-08-30Merge pull request #25077 from ziglang/GenericReaderAndrew Kelley
2025-08-30Revert "llvm: workaround crashes in llvm loop optimizations"Alex Rønne Petersen
2025-08-30llvm: switch to native f16 IR type for all hexagon targetsAlex Rønne Petersen
2025-08-30llvm: remove f16 special case for soft float aarch64Alex Rønne Petersen
2025-08-30llvm: switch to native f128 IR type for nvptxAlex Rønne Petersen
2025-08-30llvm: switch to native f16 IR type for s390xAlex Rønne Petersen
2025-08-30llvm: update data layout strings for LLVM 21Alex Rønne Petersen
2025-08-30std.Target: add managarm OS tagAlex Rønne Petersen
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-29LLVM backend:fix align 1 sret parameter load returnedAndrew Kelley
2025-08-26std.Target: add vita osMaciej 'vesim' Kuliński
2025-08-25start adding big endian RISC-V supportAlex Rønne Petersen
2025-08-22feat(std.Target): add 3ds osGasInfinity
2025-08-18spirv: do not decorate nav alignmentAli Cheraghi
2025-08-15aarch64: more assembler instructionsJacob Young
2025-08-13Merge pull request #24816 from mlugg/small-fixesMatthew Lugg
2025-08-13Merge pull request #24674 from Justus2308/undef-shift-bitwiseMatthew Lugg
2025-08-13llvm: unions which are equivalent to enums are not by-refmlugg
2025-08-13llvm: support small error limitsmlugg
2025-08-13std.io.Writer.Allocating: rename getWritten() to written()Isaac Freund
2025-08-13optimize `@intCast` in llvm backend (#24739)Rue
2025-08-12Sema: replace all remaining aggregate interns related to `@typeInfo`Justus Klausecker
2025-08-12Sema: Improve comptime arithmetic undef handlingJustus Klausecker
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-11aarch64: implement more assembler instructionsJacob Young
2025-08-11cbe: emit `nonstring` attributeJacob Young
2025-08-09spirv: remove prune_unused ISelAli Cheraghi
2025-08-07Merge pull request #24661 from alichraghi/spv4Andrew Kelley
2025-08-04spirv: define and use extended instruction set opcodesAli Cheraghi
2025-08-03Watch: do not fail when file is removedAli Cheraghi
2025-08-03Merge pull request #22997 from Rexicon226/align-0-reifyMatthew Lugg
2025-08-03llvm: correctly lower `double_integer` for rv32David Rubin
2025-08-02spirv: refactorAli Cheraghi
2025-08-01build system: replace fuzzing UI with build UI, add time reportmlugg
2025-08-01remove usages of `.alignment = 0`David Rubin
2025-07-30llvm: fix atomic widening of packed structsKendall Condon
2025-07-28aarch64: implement scalar `@mod`Jacob Young
2025-07-28aarch64: workaround some optional/union issuesJacob Young
2025-07-27aarch64: fix error union constantsJacob Young
2025-07-27aarch64: implement var argsJacob Young
2025-07-26aarch64: implement more optional/error union/union supportJacob Young
2025-07-26aarch64: implement some safety checksJacob Young
2025-07-26aarch64: implement stack probingJacob Young
2025-07-26aarch64: implement complex switch prongsJacob Young
2025-07-25aarch64: more progressJacob Young
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-22llvm: fix switch loop on larger than pointer integerMatthew Lugg
2025-07-20llvm: workaround crashes in llvm loop optimizationsJacob Young