Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-02 | Recover from and report unknown instructions and directives (#295) | Andrzej Janik | |
2024-09-04 | PTX parser rewrite (#267) | Andrzej Janik | |
Replaces traditional LALRPOP-based parser with winnow-based parser to handle out-of-order instruction modifer. Generate instruction type and instruction visitor from a macro instead of writing by hand. Add separate compilation path using the new parser that only works in tests for now |