aboutsummaryrefslogtreecommitdiff
path: root/test/racket-pass-dump-parser-tests.ts
Commit message (Collapse)AuthorAge
* Vitest (#6219)gh-10925Matt Godbolt2024-03-08
| | | | Port to vitest. Port everything to typescript. Remove chai, mocha and chai-as-promised. Adds some docs.
* Add Racket optimisation pipeline (#5836)gh-9905J. Ryan Stinnett2023-12-11
This adds a Racket optimisation pipeline view by reusing the existing LLVM-focused optimisation pipeline UI. A Racket-specific pass parser translates its output into passes for the UI to present. This new Racket optimisation pipeline view is currently only enabled for Racket nightly, as it depends on [recent changes](https://github.com/racket/racket/pull/4842) to Racket's compiler output to function. This also extends the opt pipeline view to allow customising the function selector label as well as the options and filters for each compiler where needed. ![image](https://github.com/compiler-explorer/compiler-explorer/assets/279572/f540b41e-fd55-4375-bb2d-a0bb977530b3) --------- Co-authored-by: Matt Godbolt <matt@godbolt.org>