Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ArtMethod* parameter from dex cache entry points. | Vladimir Marko | 2015-04-24 | 4 | -11/+3 |
* | Merge "Cleanup and improve stack map stream" | Nicolas Geoffray | 2015-04-24 | 4 | -162/+166 |
|\ | |||||
| * | Cleanup and improve stack map stream | Calin Juravle | 2015-04-23 | 4 | -162/+166 |
* | | Merge "Linear scan: split at better positions." | Nicolas Geoffray | 2015-04-23 | 4 | -4/+48 |
|\ \ | |||||
| * | | Linear scan: split at better positions. | Nicolas Geoffray | 2015-04-23 | 4 | -4/+48 |
* | | | Merge "Remove unnecessary null checks in CheckCast and InstanceOf" | Calin Juravle | 2015-04-23 | 6 | -30/+80 |
|\ \ \ | |||||
| * | | | Remove unnecessary null checks in CheckCast and InstanceOf | Guillaume "Vermeille" Sanchez | 2015-04-23 | 6 | -30/+80 |
* | | | | ART: Run BooleanSimplifier after inlining | David Brazdil | 2015-04-23 | 2 | -5/+5 |
| |_|/ |/| | | |||||
* | | | Merge "Move stack map stream implementation to its own cc file." | Calin Juravle | 2015-04-23 | 2 | -362/+407 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Move stack map stream implementation to its own cc file. | Calin Juravle | 2015-04-23 | 2 | -362/+407 |
* | | | Merge "Remove ActAsNullConstant" | Calin Juravle | 2015-04-23 | 2 | -12/+3 |
|\ \ \ | |/ / | |||||
| * | | Remove ActAsNullConstant | Calin Juravle | 2015-04-23 | 2 | -12/+3 |
* | | | Mul simplification should expect zero operand | Serguei Katkov | 2015-04-23 | 1 | -3/+10 |
* | | | Replace NULL with nullptr | Mathieu Chartier | 2015-04-22 | 4 | -10/+11 |
|/ / | |||||
* | | Merge "Remove warning when we do too many simplifications" | Calin Juravle | 2015-04-22 | 1 | -4/+0 |
|\ \ | |||||
| * | | Remove warning when we do too many simplifications | Calin Juravle | 2015-04-22 | 1 | -4/+0 |
* | | | Merge "ART: Update last_instruction when adding Phis" | David Brazdil | 2015-04-22 | 3 | -37/+67 |
|\ \ \ | |||||
| * | | | ART: Update last_instruction when adding Phis | David Brazdil | 2015-04-22 | 3 | -37/+67 |
* | | | | Merge "[optimizing] Use more X86_64 addressing modes" | Nicolas Geoffray | 2015-04-22 | 2 | -85/+235 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | [optimizing] Use more X86_64 addressing modes | Mark Mendell | 2015-04-21 | 2 | -85/+235 |
* | | | | [optimizing] Name the last DCE pass. | Calin Juravle | 2015-04-22 | 4 | -5/+7 |
| |/ / |/| | | |||||
* | | | Run DCE again after all the other optimizations have run. | Calin Juravle | 2015-04-22 | 7 | -10/+16 |
* | | | [optimizing] Fix a bug in moving the null check to the user. | Calin Juravle | 2015-04-22 | 6 | -19/+29 |
* | | | Merge "Revert "fix optimizing gtests"" | Nicolas Geoffray | 2015-04-21 | 2 | -2/+2 |
|\ \ \ | |||||
| * | | | Revert "fix optimizing gtests" | Nicolas Geoffray | 2015-04-21 | 2 | -2/+2 |
* | | | | Merge "ART: Update loop info of all nested loops when inlining" | David Brazdil | 2015-04-21 | 2 | -2/+17 |
|\ \ \ \ | |||||
| * | | | | ART: Update loop info of all nested loops when inlining | David Brazdil | 2015-04-21 | 2 | -2/+17 |
* | | | | | Merge "Revert "Revert "Optimizing: Fix long-to-fp conversion on x86.""" | Roland Levillain | 2015-04-21 | 2 | -74/+88 |
|\ \ \ \ \ | |||||
| * | | | | | Revert "Revert "Optimizing: Fix long-to-fp conversion on x86."" | Roland Levillain | 2015-04-20 | 2 | -74/+88 |
* | | | | | | Merge "Revert "Run DCE again after all the other optimizations have run."" | Nicolas Geoffray | 2015-04-21 | 5 | -14/+8 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Revert "Run DCE again after all the other optimizations have run." | Nicolas Geoffray | 2015-04-21 | 5 | -14/+8 |
* | | | | | | Merge "Incorrect transformation of (sub,neg) to (sub) for fp" | Roland Levillain | 2015-04-21 | 1 | -1/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Incorrect transformation of (sub,neg) to (sub) for fp | Serguei Katkov | 2015-04-20 | 1 | -1/+3 |
* | | | | | | | Merge "fix optimizing gtests" | Calin Juravle | 2015-04-21 | 2 | -2/+2 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | fix optimizing gtests | Calin Juravle | 2015-04-21 | 2 | -2/+2 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge "Run DCE again after all the other optimizations have run." | Calin Juravle | 2015-04-21 | 5 | -8/+14 |
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | | | |||||
| * | | | | Run DCE again after all the other optimizations have run. | Calin Juravle | 2015-04-21 | 5 | -8/+14 |
* | | | | | Merge "Use --dump-stats to dump optimizing compiler stats." | Calin Juravle | 2015-04-21 | 2 | -20/+30 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Use --dump-stats to dump optimizing compiler stats. | Calin Juravle | 2015-04-21 | 2 | -20/+30 |
* | | | | | Merge "[optimzing] Fix codegen bug and improve type propagation" | Calin Juravle | 2015-04-21 | 2 | -37/+52 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | [optimzing] Fix codegen bug and improve type propagation | Calin Juravle | 2015-04-21 | 2 | -37/+52 |
* | | | | | Merge "Opt compiler: Minor object store optimizations for ARM64." | Roland Levillain | 2015-04-21 | 1 | -19/+28 |
|\ \ \ \ \ | |||||
| * | | | | | Opt compiler: Minor object store optimizations for ARM64. | Alexandre Rames | 2015-04-20 | 1 | -19/+28 |
* | | | | | | Merge "Linear scan: Use FirstUse instead of FirstRegisterUse." | Nicolas Geoffray | 2015-04-21 | 3 | -11/+31 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Linear scan: Use FirstUse instead of FirstRegisterUse. | Nicolas Geoffray | 2015-04-21 | 3 | -11/+31 |
* | | | | | | | Fix another mistyped location. | Nicolas Geoffray | 2015-04-21 | 1 | -1/+1 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Merge "ART: Simplify more bool operations" | David Brazdil | 2015-04-20 | 2 | -23/+64 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ART: Simplify more bool operations | David Brazdil | 2015-04-20 | 2 | -23/+64 |
* | | | | | | | Merge "RecordPcInfo() in GenerateStaticOrDirectCall() is misplaced on x86." | Mingyao Yang | 2015-04-20 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | RecordPcInfo() in GenerateStaticOrDirectCall() is misplaced on x86. | Mingyao Yang | 2015-04-17 | 1 | -1/+1 |
| | |_|/ / / | |/| | | | |