about summary refs log tree commit diff
path: root/src/tools/miropt-test-tools
AgeCommit message (Collapse)AuthorLines
2025-07-22miropt: move to edition 2024Marijn Schouten-1/+1
2025-07-22miropt: clippy fixesMarijn Schouten-12/+11
2024-10-19Emit error on `skip-filecheck` test containing filecheck directivesclubby789-0/+3
2024-02-17tidy: wrap regexes with lazy_staticklensy-8/+12
yes, once_cell better, but ... this reduces from ==31349== Total: 1,365,199,543 bytes in 4,774,213 blocks ==31349== At t-gmax: 10,975,708 bytes in 66,093 blocks ==31349== At t-end: 2,880,947 bytes in 12,332 blocks ==31349== Reads: 5,210,008,956 bytes ==31349== Writes: 1,280,920,127 bytes to ==47796== Total: 821,467,407 bytes in 3,955,595 blocks ==47796== At t-gmax: 10,976,209 bytes in 66,100 blocks ==47796== At t-end: 2,944,016 bytes in 12,490 blocks ==47796== Reads: 4,788,959,023 bytes ==47796== Writes: 975,493,639 bytes miropt-test-tools: remove regex usage this removes regex usage and slightly refactors ext stripping in one case
2024-01-16Don't allow `.html` files in `tests/mir-opt/`Zalathar-5/+6
HTML files were needed for testing `-Z dump-mir-spanview`, but that flag has been removed by #119566.
2023-10-19Allow to run filecheck in mir-opt tests.Camille GILLOT-10/+17
2023-06-12add way to split mir-opt into panic=abort and panic=unwindPietro Albini-9/+44
2023-05-04add passes to miroptfiles struct and passed to -zdump-mir argsJames Dietz-1/+18
blessed new test
2022-11-18couple of clippy::perf fixesMatthias Krüger-1/+1
2022-10-31Detect unused files in `src/test/mir-opt` and error on them in tidy.Jakob Degen-0/+77