| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-12-20 | Move the rest of the mir-opt inline tests into a folder | Wesley Wiser | -36/+0 | |
| 2019-05-25 | Print generic args in function calls in MIR | Oliver Scherer | -1/+1 | |
| 2019-02-15 | Always emit an error for a query cycle | John Kåre Alsaker | -4/+4 | |
| 2018-11-09 | Don't inline virtual calls (take 2) | Wesley Wiser | -0/+36 | |
| When I fixed the previous mis-optimizations, I didn't realize there were actually two different places where we mutate `callsites` and both of them should have the same behavior. As a result, if a function was inlined and that function contained virtual function calls, they were incorrectly being inlined. I also added a test case which covers this. | ||||
