| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -63/+0 | |
| 2025-03-17 | Stabilize asm_goto | Gary Guo | -1/+1 | |
| 2025-02-11 | tests/codegen: use -Copt-level=3 instead of -O | Jubilee Young | -1/+1 | |
| 2024-11-24 | Make asm_goto_with_outputs a separate feature gate | Gary Guo | -1/+1 | |
| 2024-11-24 | Support use of asm goto with outputs and `options(noreturn)` | Gary Guo | -1/+11 | |
| When labels are present, the `noreturn` option really means that asm block won't fallthrough -- if labels are present, then outputs can still be meaningfully used. | ||||
| 2024-11-24 | Fix asm goto with outputs | Gary Guo | -11/+13 | |
| When outputs are used together with labels, they are considered to be written for all destinations, not only when falling through. | ||||
| 2024-11-01 | Move remaining inline assembly test files into asm directory | Taiki Endo | -0/+51 | |
