about summary refs log tree commit diff
path: root/src/test/mir-opt
AgeCommit message (Expand)AuthorLines
2022-11-15Mark test as panic=abort.Camille GILLOT-24/+10
2022-11-15Flatten aggregates into locals.Camille GILLOT-41/+693
2022-11-15Auto merge of #101168 - jachris:dataflow-const-prop, r=oli-obkbors-13/+920
2022-11-14Bless graphviz testsJannis Christopher Köhl-5/+5
2022-11-12Exclude locals completely, instead of individual placesJannis Christopher Köhl-0/+67
2022-11-11Add test for repr(transparent) with scalarJannis Christopher Köhl-0/+56
2022-11-09Fix struct field tracking and add tests for itJannis Christopher Köhl-0/+137
2022-11-09Completely remove tracking of references for nowJannis Christopher Köhl-576/+169
2022-11-08Add support for custom MIR parsingJakob Degen-0/+136
2022-11-07Fix rebaseJannis Christopher Köhl-2/+1
2022-11-07Remove copy of current const prop tests and add a few new testsJannis Christopher Köhl-2500/+253
2022-11-07Prevent propagation of overflow if overflow occuredJannis Christopher Köhl-1/+1
2022-11-07Improve documentation, plus some small changesJannis Christopher Köhl-4/+2
2022-11-07Make overflow flag propagation conditionalJannis Christopher Köhl-0/+53
2022-11-07Update test resultsJannis Christopher Köhl-4/+4
2022-11-07Improve example used for SB testsJannis Christopher Köhl-19/+47
2022-11-07Add tests for Stacked Borrows behaviorJannis Christopher Köhl-0/+120
2022-11-07Only assume Stacked Borrows if -Zunsound-mir-opts is givenJannis Christopher Köhl-84/+86
2022-11-07Update test results after rebaseJannis Christopher Köhl-28/+29
2022-11-07Add some more unit-test directivesJannis Christopher Köhl-112/+137
2022-11-07Update test resultsJannis Christopher Köhl-200/+122
2022-11-07Add tests from current const propJannis Christopher Köhl-0/+2297
2022-11-07Remove leftover test filesJannis Christopher Köhl-234/+0
2022-11-07Rebase onto masterJannis Christopher Köhl-6/+1
2022-11-07Add tracking of unreachabilityJannis Christopher Köhl-3/+6
2022-11-07Update other test resultsJannis Christopher Köhl-4/+238
2022-11-07Reject registration of downcasts for nowJannis Christopher Köhl-85/+85
2022-11-07Change test from usize to i32 to prevent target issuesJannis Christopher Köhl-12/+12
2022-11-07Add additional flooding when assigning a value and corresponding testJannis Christopher Köhl-0/+63
2022-11-07Remove empty testJannis Christopher Köhl-18/+0
2022-11-07Update test resultsJannis Christopher Köhl-16/+56
2022-11-07Update test resultsJannis Christopher Köhl-12/+16
2022-11-07Add initial version of value analysis and dataflow constant propagationJannis Christopher Köhl-0/+769
2022-11-02Ban dashes in miropt test file namesJakob Degen-3259/+3259
2022-11-01Rollup merge of #103781 - JakobDegen:mir-opt-tidy, r=jyn514Manish Goregaokar-404/+0
2022-10-31Detect unused files in `src/test/mir-opt` and error on them in tidy.Jakob Degen-404/+0
2022-10-31Remove bounds check with enum castouz-a-7/+25
2022-10-27Move mir building mir-opt tests to own directoryJakob Degen-0/+0
2022-10-27Replace `mir_map.0` dump with `built` phase change dumpJakob Degen-110/+134
2022-10-13Bless testsGary Guo-23/+47
2022-10-08Rollup merge of #102778 - nbdd0121:mir, r=tmiaskoMatthias Krüger-0/+67
2022-10-08Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obkMatthias Krüger-16/+16
2022-10-07Fix testGary Guo-10/+11
2022-10-07make const_err a hard errorRalf Jung-1/+0
2022-10-07Fix MIR inlining of asm_unwindGary Guo-0/+66
2022-10-06Remove `mir::CastKind::Misc`ouz-a-16/+16
2022-09-26Rollup merge of #101996 - b-naber:binder-print, r=lcnrMatthias Krüger-55/+55
2022-09-26address reviewb-naber-55/+55
2022-09-26bless testsb-naber-6/+6
2022-09-26actually fix line numberPietro Albini-2/+2