| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instruction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add `@trap` builtin
|
|
This should improve the developer debugging experience.
|
|
This introduces a new builtin function that compiles down to something that results in an illegal instruction exception/interrupt.
It can be used to exit a program abnormally.
This implements the builtin for all backends.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Various backend were mismatching arg instructions and function args.
|
|
|
|
Bitcast fixes for self-hosted native backends
|
|
|
|
|