aboutsummaryrefslogtreecommitdiff
path: root/src/codegen
AgeCommit message (Expand)Author
2023-07-21llvm: fix building for 32-bit targetsAndrew Kelley
2023-07-20Merge pull request #16430 from jacobly0/llvm-builderAndrew Kelley
2023-07-20llvm: cleanup LLVM IR dumpingJacob Young
2023-07-20llvm: add Builder trailing extra interfaceJacob Young
2023-07-19llvm: fix bootstrapJacob Young
2023-07-19llvm: fix various crashesJacob Young
2023-07-19llvm: minor fixesJacob Young
2023-07-19llvm: convert most instructionsJacob Young
2023-07-19llvm: convert cursor positioningJacob Young
2023-07-19llvm: convert basic block creationJacob Young
2023-07-19llvm: finish converting constantsJacob Young
2023-07-19llvm: cleanup management and implement more const functionsJacob Young
2023-07-19llvm: cleanup initJacob Young
2023-07-19llvm: finish converting `lowerValue`Jacob Young
2023-07-19llvm: convert all calls to `constInt`Jacob Young
2023-07-19llvm: remove more usages of `llvm.Type`Jacob Young
2023-07-19llvm: finish converting `lowerType`Jacob Young
2023-07-19llvm: compute data layout without help like a grownup compilerJacob Young
2023-07-19llvm: start tracking more things without relying on the llvm apiJacob Young
2023-07-19cbe: fix bug where empty enum would be generatednotcancername
2023-07-18compiler: work around slightly different generics semanticsAndrew Kelley
2023-07-18compiler: rework inferred error setsAndrew Kelley
2023-07-18rework generic function callsAndrew Kelley
2023-07-18cbe: fix pointers to aliases of extern valuesJacob Young
2023-07-10add stand alone test to verify bulk-memory featuresLuuk de Gram
2023-07-08llvm: add safety-check for Wasm memsetLuuk de Gram
2023-07-08llvm: add safety-check for Wasm memcpyLuuk de Gram
2023-07-04bootstrap: support aarch64 in 32-bit modeJacob Young
2023-07-01Merge pull request #16287 from Snektron/amdgpu-panic-fixAndrew Kelley
2023-07-01llvm: cast optional null ptr representation to generic address spaceRobin Voetter
2023-07-01spirv: fix up todos & errors from intern pool changesRobin Voetter
2023-06-27Air: store interned values in Air.Inst.Refmlugg
2023-06-25std.cstr: deprecate namespaceEric Joldasov
2023-06-25compiler: start moving safety-checks into backendsAndrew Kelley
2023-06-24Merge pull request #16188 from kcbanner/fix_cbe_airErrUnionPayloadPtrSetAndrew Kelley
2023-06-24cbe: codegen int_from_ptr of slice correctlymlugg
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-24cbe: fix another instance of calling `intValue` with an error typeJacob Young
2023-06-24cbe: fix crash caused by calling `mod.intValue` on `type_inferred_error_set`kcbanner
2023-06-24LLVM: move many DeclGen methods to ObjectAndrew Kelley
2023-06-23spirv: fix a few conflicts caused by intern-poolAli Chraghi
2023-06-23llvm: fixup elem_count argument of ZigLLVMCreateDebugArrayType to be i64kcbanner
2023-06-22cbe: key lifetime?Jacob Young
2023-06-21Merge pull request #16105 from jacobly0/intern-pool-optAndrew Kelley
2023-06-20Type: delete legacy allocation functionsJacob Young
2023-06-20codegen: Set c_char signedness based on the targetEvan Haas
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-19compiler: rename "@XToY" to "@YFromX", zig fmt: rewrite themEric Joldasov
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-06-17mem: rename align*Generic to mem.align*Motiejus Jakštys