| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -103/+0 | |
| 2022-02-24 | Add test for nested structures. | Petr Sumbera | -0/+20 | |
| 2021-12-01 | fix sparc64 ABI for aggregates with floating point members | Petr Sumbera | -1/+57 | |
| 2021-06-24 | Re-Annotate the tests with needs-llvm-components | Simonas Kazlauskas | -2/+1 | |
| Doesn't work though, because compiletest doesn't process ignores on a per-revision manner. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -9/+0 | |
| 2018-07-31 | Only run the sparc-abi test on sparc | Simonas Kazlauskas | -0/+1 | |
| It is not required for LLVM to have SPARC target support, so it is necessary to only run this test when LLVM does support SPARC. Sadly, it isn’t possible to specify exactly this constraint. Instead, we specify that this test should run on SPARC host only (it surely is sane assumption to make that compiler running on a SPARC can generate SPARC, right?) Since you cannot specify multiple `only-*` to have it run on both 32-bit and 64-bit SPARC we pick 64-bit SPARC, because it is exactly what is being tested by this test. Fixes #52881 | ||||
| 2018-07-26 | Add a test for sparc64 ABI issue | Simonas Kazlauskas | -0/+36 | |
