Commit graph

5 commits

Author SHA1 Message Date
Andrzej Janik
3b5efbf88b Refactor normalize_identifiers 2024-09-16 16:42:34 +02:00
Andrzej Janik
415639da72 Remove sreg address space 2024-09-13 19:46:49 +02:00
Andrzej Janik
0417df3015 Pass correct is_dst to call visitor 2024-09-13 18:25:43 +02:00
Andrzej Janik
46def3e7e0
Connect new parser to LLVM bitcode backend (#269)
Some checks failed
Rust / Build and publish (Linux) (push) Has been cancelled
Rust / Build and publish (Windows) (push) Has been cancelled
This is very incomplete. Just enough code to emit LLVM bitcode and continue further development
2024-09-13 01:07:31 +02:00
Andrzej Janik
193eb29be8
PTX parser rewrite (#267)
Some checks failed
Rust / Build and publish (Linux) (push) Has been cancelled
Rust / Build and publish (Windows) (push) Has been cancelled
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
2024-09-04 15:47:42 +02:00