| Age | Commit message (Collapse) | Author |
|
|
|
Some tests are now failing due to debug info changes, some tests
now pass due to improved compiler functionality.
|
|
|
|
Also fix C warnings triggered by these tests.
|
|
* airSlice
* airArrayToSlice
* and initial support for airSlicePtr and co
|
|
|
|
|
|
Enable more behavior tests on both x64 and arm
|
|
This makes all union test cases succeed.
`rem` was also implemented as all we had to do is enable the instruction.
Loading and storing values based on ABI-size was simplified to a direct abiSize() call.
We also enabled all the newly passing test cases and disable them for all non-passing backends.
All of those test cases were verified to see if they perhaps already pass for the c-backend.
|
|
|
|
And fix test cases to make them pass. This is in preparation for
starting to pass behavior tests with self-hosted.
|