aboutsummaryrefslogtreecommitdiff
path: root/test/cases/aarch64-macos
AgeCommit message (Collapse)Author
2023-04-20Unify incremental test cases and disable manymlugg
The self-hosted aarch64 backend is not currently functional due to the Liveness changes. A previous commit disabled aarch64 on the behavior tests; this commit disables it and arm for the test cases. Moreover, all incremental test cases have been unified into shared cross-platform cases, which can be gradually enabled as the backends improve.
2023-04-04cases: disable failing incremental testsJacob Young
Enabling start.zig logic breaks incremental compilation See #15174
2023-04-03start: disable extra start logic on various x86_64 subtargetsJacob Young
2023-04-03Elf: add program headers for the program header tableJacob Young
2023-04-02x86_64: implement large cmpJacob Young
2022-12-03Sema: improve error for mismatched type in implicit returnVeikka Tuominen
Closes #2653
2022-10-25std: add cbe hacks to more targetsJacob Young
These are needed because clang doesn't support anything in naked functions, not even assembly register inputs.
2022-09-30stage2: improve error message for missing member in file root structVeikka Tuominen
* the root struct decl name is fully qualified this prevents error messages containing 'main.main' * avoid declared here note when file struct is missing a member It always points at the start of the file which might contain another container misleading the user.
2022-09-07test-cases: fix compiler error locations for hello world with updatesJakub Konka
2022-09-07coff: re-enable default entrypoint for WindowsJakub Konka
2022-08-30test-cases: fix compiler error locations for hello world with updatesJakub Konka
2022-07-23Sema: add some more 'declared here' notesVeikka Tuominen
2022-07-11Sema: add notes about function return typeVeikka Tuominen
2022-06-30move passing stage1 compile error tests to stage2Veikka Tuominen
2022-05-04test: move compile errors and incremental tests into common dirJakub Konka