Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ART: Fix Quick's DCE+GVN | Serguei Katkov | 2015-08-11 | 1 | -0/+105 |
* | ART: DCE should know that array-length can throw NPE | Serguei Katkov | 2015-07-16 | 1 | -0/+27 |
* | Quick: Fix marking unused registers in DCE. | Vladimir Marko | 2015-06-18 | 1 | -1/+84 |
* | Quick: Fix marking high words in DCE. | Vladimir Marko | 2015-05-14 | 1 | -0/+52 |
* | Quick: Fix DCE to mark wide register overlaps correctly. | Vladimir Marko | 2015-05-12 | 1 | -0/+35 |
* | Quick: Fix DCE to rename SSA regs for degenerate Phis. | Vladimir Marko | 2015-05-07 | 1 | -0/+46 |
* | Quick: Rely on inferred types in GVN/LVN/DCE. | Vladimir Marko | 2015-04-28 | 1 | -1/+20 |
* | Quick: Fix and enable DCE and improve GVN/DCE cleanup. | Vladimir Marko | 2015-04-23 | 1 | -0/+34 |
* | Revert "Revert "Add JIT"" | Mathieu Chartier | 2015-02-24 | 1 | -1/+1 |
* | Revert "Add JIT" | Nicolas Geoffray | 2015-02-24 | 1 | -1/+1 |
* | Add JIT | Mathieu Chartier | 2015-02-23 | 1 | -1/+1 |
* | Dead code elimination based on GVN results. | Vladimir Marko | 2015-02-17 | 1 | -0/+1800 |