aboutsummaryrefslogtreecommitdiff
path: root/test/stage2
AgeCommit message (Expand)Author
2020-12-26stage2: add compile log statement (#7191)g-w1
2020-12-26stage2: add error for unused labelsVeikka Tuominen
2020-12-26stage2: break and continue out of loopsVeikka Tuominen
2020-12-23Merge pull request #7507 from joachimschmidt557/stage2-armVeikka Tuominen
2020-12-23stage2: @TypeOf (#7475)g-w1
2020-12-23Add tests for emit-h functionality.Alex Cameron
2020-12-23Add header test harnessNoam Preil
2020-12-21stage2 ARM: add test cases for binary bitwise operationsjoachimschmidt557
2020-12-06stage2: variable shadowing detection (#6969)g-w1
2020-12-04stage2: introduce Module.failed_root_source_fileAndrew Kelley
2020-12-03stage2: make sure to emit the ZIR instructions of exported functionsTimon Kruiper
2020-11-28stage2 ARM: add test case for additionjoachimschmidt557
2020-11-26stage2 macho: enable end-to-end incremental linking tests on aarch64Jakub Konka
2020-11-11stage2 AArch64: add Linux Hello World testjoachimschmidt557
2020-11-11stage2 aarch64: add macOS incremental testJakub Konka
2020-10-31Merge pull request #6883 from Vexu/translate-cVeikka Tuominen
2020-10-31run zig fmt on src/ and test/Vexu
2020-10-30stage2: fix typo in liveness; add comptime switch testVexu
2020-10-17Merge pull request #6291 from pixelherodev/cbe_arithmeticAndrew Kelley
2020-10-15getExternalExecutor fixups regarding dynamic linkerAndrew Kelley
2020-10-15Enable stage2 end-to-end tests on macOS run nativelyJakub Konka
2020-10-13Reuse text blocks; enable all incremental testsJakub Konka
2020-10-13Enable incremental testcase for macOSJakub Konka
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-10-07Fix peer type resolutionNoam Preil
2020-10-06CBE: addition and subtractionNoam Preil
2020-10-04Merge pull request #6255 from joachimschmidt557/stage2-armAndrew Kelley
2020-10-04Merge pull request #6476 from kubkon/macho-exeAndrew Kelley
2020-10-04Fix after rebase and enable stage2 tests for macOSJakub Konka
2020-10-03stage2 ARM: add testcases for non-leaf fns, parameters, return valuesjoachimschmidt557
2020-09-30stage2: support multiple files in testsVexu
2020-09-21fix regressed stage2 test harnessAndrew Kelley
2020-09-13stage2: caching system integration & Module/Compilation splittingAndrew Kelley
2020-09-02stage2: support dbg_stmt at comptimeAndrew Kelley
2020-09-01stage2: proper split of requireRuntimeBlock and requireFunctionBlockAndrew Kelley
2020-08-31stage2: introduce the ability for Scope.Block to be comptimeAndrew Kelley
2020-08-26stage2: codegen needed for basic for loopVexu
2020-08-26stage2: array access astgenVexu
2020-08-26stage2: codegen: fix reuseOperand not doing death bookkeepingAndrew Kelley
2020-08-23stage2: Add Hello World test for ARM backendjoachimschmidt557
2020-08-22stage2: clean up SPU Mk II codeAndrew Kelley
2020-08-22SPU-II: Test harness skeletonNoam Preil
2020-08-21stage2: implement spilling registers to the stackAndrew Kelley
2020-08-21Add macosx end-to-end smoke testJakub Konka
2020-08-20stage2: reorganize testsAndrew Kelley
2020-08-20stage2: don't test compile errors of ZIRAndrew Kelley
2020-08-20stage2: move all tests to compare_output.zigAndrew Kelley
2020-08-20stage2: comptime declVexu
2020-08-19optimize the memory layout of Module.Fn and Module.VarAndrew Kelley
2020-08-19stage2: fix astgen of decl ref, add test for global constsVexu