aboutsummaryrefslogtreecommitdiff
path: root/src/codegen
AgeCommit message (Expand)Author
2023-07-26llvm: fix data layout on iosJacob Young
2023-07-25frontend: forbid packed and extern tuplesAndrew Kelley
2023-07-25codegen/llvm: fix memset with vectors smaller than one byteXavier Bouchoux
2023-07-25make `@typeInfo` not return private declsJacob G-W
2023-07-23llvm: convert global assemblyJacob Young
2023-07-23llvm: convert inline assemblyJacob Young
2023-07-23llvm: fix datalayout generation for more targetsJacob Young
2023-07-23llvm: convert attributes and non-intrinsic callsJacob Young
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