aboutsummaryrefslogtreecommitdiff
path: root/src/codegen
AgeCommit message (Expand)Author
2021-06-29Remove mention of lldMachO from the projectJakub Konka
2021-06-23stage2: slightly improve error reporting for missing importsAndrew Kelley
2021-06-21cleanups related to unused paramsAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-21stage2: simplify codegen for errorToInt and intToErrorJacob G-W
2021-06-14add ast-check flag to zig fmt, fix found bugsVeikka Tuominen
2021-06-10zig fmtAndrew Kelley
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-05-28wasm: Add stage2 tests for error unionsLuuk de Gram
2021-05-28wasm: Reverse the order of error and payloadLuuk de Gram
2021-05-28wasm: Add support for error union as return typeLuuk de Gram
2021-05-28wasm: Implement error unions and unwrappingLuuk de Gram
2021-05-28wasm: Support error setsLuuk de Gram
2021-05-22stage2: Move BlockData out of ir.Inst.Blockjoachimschmidt557
2021-05-22Merge pull request #8852 from Snektron/spirvAndrew Kelley
2021-05-22stage2: rename ir.zig to air.zigAndrew Kelley
2021-05-22SPIR-V: Make functions which always return a null result return void insteadRobin Voetter
2021-05-22SPIR-V: Generate locals at the start of a functionRobin Voetter
2021-05-22SPIR-V: Debug line info/source infoRobin Voetter
2021-05-22SPIR-V: DeclGen constructor/destructorRobin Voetter
2021-05-22SPIR-V: branchingRobin Voetter
2021-05-22SPIR-V: Pass source location to genType and genConstant for better error repo...Robin Voetter
2021-05-22SPIR-V: Preliminary alloc/store/load generationRobin Voetter
2021-05-22SPIR-V: Split out genCmp from genBinOpRobin Voetter
2021-05-22SPIR-V: Preliminary integer constant encodingRobin Voetter
2021-05-22SPIR-V: ResultId and Word aliases to improve code clarityRobin Voetter
2021-05-22SPIR-V: Put types in SPIRVModule, some general restructuringRobin Voetter
2021-05-22SPIR-V: Use Value.toFloat instead of switching on value tag when generating f...Robin Voetter
2021-05-20Also support multi-prong branchesLuuk de Gram
2021-05-20stage2 wasm: Support basic switchesLuuk de Gram
2021-05-20wasm backend: implement `multi_value` for `WValue`Luuk de Gram
2021-05-19Do not create a local for the struct itself + test casesLuuk de Gram
2021-05-19Initial support for structs in wasm backendLuuk de Gram
2021-05-19Explicit return & more complex wasm enum testLuuk de Gram
2021-05-19wasm backend - Initial enum supportLuuk de Gram
2021-05-17Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-16SPIR-V: Unary not operationRobin Voetter
2021-05-16SPIR-V: bool binary operationsRobin Voetter
2021-05-16SPIR-V: comparison and equality operationsRobin Voetter
2021-05-16SPIR-V: More bitwise binary operationsRobin Voetter
2021-05-16SPIR-V: More binary operationsRobin Voetter
2021-05-16SPIR-V: genBinOp setupRobin Voetter
2021-05-16SPIR-V: Some initial floating point constant generationRobin Voetter
2021-05-16SPIR-V: Some instructions + constant generation setupRobin Voetter
2021-05-16SPIR-V: Function parameter generationRobin Voetter
2021-05-16SPIR-V: OpFunction/OpFunctionEnd generationRobin Voetter
2021-05-16SPIR-V: Proper floating point type generationRobin Voetter
2021-05-16SPIR-V: Function prototype generationRobin Voetter
2021-05-16SPIR-V: Compute backing integer bitsRobin Voetter