about summary refs log tree commit diff
path: root/src/test/mir-opt
AgeCommit message (Expand)AuthorLines
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
2022-09-26fix line number in expected test outputPietro Albini-2/+2
2022-09-26applease tidyPietro Albini-1/+0
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-24Auto merge of #102068 - cjgillot:erased-lifetime-print, r=eholkbors-24/+24
2022-09-23Always print '_, even for erased lifetimes.Camille GILLOT-24/+24
2022-09-23rename Unevaluated to UnevaluatedConstb-naber-1/+1
2022-09-22bless testsb-naber-1/+1
2022-09-21Rollup merge of #102045 - RalfJung:const-prop-regression-fix, r=oli-obkDylan DPC-0/+120
2022-09-20fix ConstProp handling of written_only_inside_own_block_localsRalf Jung-0/+120
2022-09-18add miri test via const fnDing Xiang Fei-1/+1
2022-09-18add mir-opt testDing Xiang Fei-0/+84