aboutsummaryrefslogtreecommitdiff
path: root/test/stage2
AgeCommit message (Expand)Author
2020-08-18stage2 codegen: proper abstraction for re-using dying operandsAndrew Kelley
2020-08-18Merge pull request #6086 from Vexu/stage2Andrew Kelley
2020-08-19stage2/wasm: implement function callsIsaac Freund
2020-08-18stage2: fix use-after-free when printing ZIRAndrew Kelley
2020-08-18stage2: character literals and multiline stringsVexu
2020-08-18stage2/wasm: add basic test casesIsaac Freund
2020-08-17stage2 test harness: at least build all compare output testsAndrew Kelley
2020-08-15stage2: codegen for labeled blocksAndrew Kelley
2020-08-14stage2: proper semantic analysis of improper returning of implicit voidAndrew Kelley
2020-08-13stage2: implement while loops (bool condition)Andrew Kelley
2020-08-13stage2: split unwrap_optional to safe and unsafe verionsVexu
2020-08-13stage2: implement unwrap optionalVexu
2020-08-12CBE: fix handling of IR dependenciesNoam Preil
2020-08-12CBE: Sorta working intcasts?Noam Preil
2020-08-12CBE: support unreachable on GCCNoam Preil
2020-08-12CBE: working parametersNoam Preil
2020-08-12CBE: Use zig_noreturn instead of noreturn to avoid namespace conflictNoam Preil
2020-08-08stage2: fix crash on empty source fileAndrew Kelley
2020-08-04stage2 tests: support the -Denable-qemu options and friendsAndrew Kelley
2020-08-04stage2: riscv test casepfg
2020-08-04stage2: starting on a riscv64 backendpfg
2020-07-29stage2: register-aliasing-aware codegenAndrew Kelley
2020-07-27stage2: implement integer return valuesAndrew Kelley
2020-07-24Restructured arithmetic operationsLuuk de Gram
2020-07-24Fixed test caseLuuk de Gram
2020-07-24Stage2: Add support for substractionLuuk de Gram
2020-07-23self-hosted: AST flattening, astgen improvements, result locations, and moreAndrew Kelley
2020-07-21stage2: ability for ZIR to map multiple tags to the same typeAndrew Kelley
2020-07-20stage2: register allocator processes operand deathsAndrew Kelley
2020-07-20stage2: fix implementation of liveness operandDies()Andrew Kelley
2020-07-20stage2: implement register copyingAndrew Kelley
2020-07-14stage2: implement enough for assert() function to codegenAndrew Kelley
2020-07-13stage2: add new test caseAndrew Kelley
2020-07-13stage2: add retvoid support to CBEAndrew Kelley
2020-07-13Get basic return test workingNoam Preil
2020-07-08CBE: Emit asm decls for now, but rename to make them validNoam Preil
2020-07-07CBE: Move standards determination to generated codeNoam Preil
2020-07-07CBE: working asm Inputs and Outputs; std{int,def}.h auto-inclusionNoam Preil
2020-07-07CBE: Working function call w/ no args or return valueNoam Preil
2020-07-07Working translation of empty functionNoam Preil
2020-07-07CBE skeletonNoam Preil
2020-07-07Stage2: Refactor in preparation for C backendNoam Preil
2020-07-04stage2: add and @as testspfg
2020-06-27Disable testNoam Preil
2020-06-27Stage2: remove clearErrors, fix ZIR export collision detectionNoam Preil
2020-06-26Stage2/Testing: Simply incremental compilation testsNoam Preil
2020-06-26Stage2: handle missing function namesNoam Preil
2020-06-26Stage2: function redefinition detection for Zig codeNoam Preil
2020-06-26Stage2: exported symbol collision detectionNoam Preil
2020-06-26Stage2/Testing: Add convenience wrappersNoam Preil