aboutsummaryrefslogtreecommitdiff
path: root/lib/stack-usage-transformer.ts
Commit message (Collapse)AuthorAge
* Support control flow graphs from the IR pane (#5155)gh-7888Jeremy Rifkin2023-06-19
| | | | | | | | | | | | | On top of #5154 ![image](https://github.com/compiler-explorer/compiler-explorer/assets/51220084/7bf25b5b-8988-42ff-9d8c-233e6d817997) Additionally, while I was here, added support for multiple control flow graphs to be opened from one compiler instead of disabling the button once one is opened. And improved the implementation for how this was done for the llvm opt pipeline. And did some type work along the way.
* add Stack Usage Viewer (#5160)gh-7881Guo Ci2023-06-19
For #4834