| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-22 | Rename `tests/codegen` into `tests/codegen-llvm` | Guillaume Gomez | -36/+0 | |
| 2025-06-21 | remove asm_goto feature annotation, for it is now stabilized | Tshepang Mbambo | -1/+0 | |
| 2025-03-06 | Break critical edges in inline asm before code generation | Tomasz Miąsko | -0/+37 | |
| An inline asm terminator defines outputs along its target edges -- a fallthrough target and labeled targets. Code generation implements this by inserting code directly into the target blocks. This approach works only if the target blocks don't have other predecessors. Establish required invariant by extending existing code that breaks critical edges before code generation. | ||||
