about summary refs log tree commit diff
path: root/tests/mir-opt/pre-codegen
AgeCommit message (Expand)AuthorLines
2023-06-12properly mark tests that require panic=abortPietro Albini-1/+4
2023-06-03Only check inlining counter after recusing.Camille GILLOT-222/+246
2023-06-01Rebase fallout.Camille GILLOT-272/+334
2023-06-01Remove brittle test.Camille GILLOT-46/+0
2023-06-01Restrict test to x64.Camille GILLOT-3/+4
2023-06-01Annotate needs-unwind.Camille GILLOT-17/+19
2023-06-01Remove duplication.Camille GILLOT-1406/+541
2023-06-01Remove spurious comments.Camille GILLOT-3/+0
2023-06-01Add chained comparison e2e test.Camille GILLOT-0/+400
2023-06-01Add e2e mir test for checked arithmetic.Camille GILLOT-0/+285
2023-06-01Add loop tests.Camille GILLOT-0/+1585
2023-06-01Make slice_filter a pre-codegen test.Camille GILLOT-0/+341
2023-05-31Enable ScalarReplacementOfAggregatesBen Kimock-117/+78
2023-05-29Make `TrustedStep` require `Copy`Scott McMurray-32/+128
2023-05-21Normalize block and local orders in mir-opt testsScott McMurray-458/+458
2023-05-14Merge return place with other locals in CopyProp.Camille GILLOT-98/+86
2023-05-12Remove useless `assume`s from `slice::iter(_mut)`Scott McMurray-59/+265
2023-05-08Disable nrvo mir optJakob Degen-87/+99
2023-04-30Codegen fewer instructions in `mem::replace`Scott McMurray-22/+10
2023-04-30MIR pre-codegen test for `mem::replace`Scott McMurray-0/+98
2023-04-27Also use `mir::Offset` for pointer `add`Scott McMurray-64/+28
2023-04-26Add some MIR pre-codegen tests for slice indexingScott McMurray-0/+348
2023-04-23Add mir-opt tests to track MIR quality.Camille GILLOT-0/+1254