aboutsummaryrefslogtreecommitdiff
path: root/test/stage2/llvm.zig
AgeCommit message (Expand)Author
2022-04-28test: migrate llvm incremental testsJakub Konka
2022-03-17stage2 test harness: ask for the backend explicitlyAndrew Kelley
2022-03-12stage2: add compiler test to ensure typed null doesn't coerce to anyMitchell Hashimoto
2021-09-20Address Spaces: LLVM F segment address space testRobin Voetter
2021-09-20Address Spaces: Split out stage2 address llvm tests to individual casesRobin Voetter
2021-09-20Address Spaces: Chaining testsRobin Voetter
2021-09-20Address Spaces: Move stage 2 tests to stage2/llvm.zigRobin Voetter
2021-08-30stage2: add `@rem` tests to llvm and c backendsMeghan Denny
2021-08-20stage2: field type expressions support referencing localsAndrew Kelley
2021-08-19stage2: implement shlJacob G-W
2021-08-19stage2: implement shr and boilerplate for shlJacob G-W
2021-05-12stage2: fix test cases to add `pub` on exported _start fnAndrew Kelley
2021-03-02stage2: improve orelse implementationAndrew Kelley
2021-03-02stage2: add a test for `for` loops in LLVM backendTimon Kruiper
2021-03-02stage2: add support for optionals in the LLVM backendTimon Kruiper
2021-01-19astgen: eliminate rlWrapPtr and all its callsitesAndrew Kelley
2021-01-10stage2: add support for loops in LLVM backendTimon Kruiper
2021-01-08stage2: add initial impl of control flow in LLVM backendTimon Kruiper
2021-01-06stage2: rename and move files related to LLVM backendTimon Kruiper