| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-24 | tests: use minicore more | David Wood | -6/+3 | |
| minicore makes it much easier to add new language items to all of the existing `no_core` tests. | ||||
| 2024-11-25 | Update test expectations to accept LLVM 'initializes' attribute | Hans Wennborg | -1/+1 | |
| The test was checking for two `ptr` arguments by matching commas (or non-commas), however after https://github.com/llvm/llvm-project/pull/117104 LLVM adds an `initializes((0, 16))` attribute, which includes a comma. So instead, we make the test check for two LLVM values, i.e. something prefixed by %. (See also https://crbug.com/380707238) | ||||
| 2024-11-20 | aarch64 softfloat target: always pass floats in int registers | Ralf Jung | -0/+48 | |
