Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "[optimizing] Add if-context sensitivity for null popagation." | Calin Juravle | 2015-02-24 | 3 | -5/+55 |
|\ | |||||
| * | [optimizing] Add if-context sensitivity for null popagation. | Calin Juravle | 2015-02-24 | 3 | -5/+55 |
* | | Merge "Revert "Add JIT"" | Nicolas Geoffray | 2015-02-24 | 35 | -983/+476 |
|\ \ | |||||
| * | | Revert "Add JIT" | Nicolas Geoffray | 2015-02-24 | 35 | -986/+476 |
* | | | Delete bad DCHECK | Mathieu Chartier | 2015-02-23 | 1 | -3/+0 |
* | | | Merge "Add JIT" | Mathieu Chartier | 2015-02-24 | 35 | -476/+986 |
|\ \ \ | |/ / | |||||
| * | | Add JIT | Mathieu Chartier | 2015-02-23 | 35 | -476/+986 |
* | | | Merge "Optimizing: Remove redundant hash set copy in GVN" | David Brazdil | 2015-02-23 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Optimizing: Remove redundant hash set copy in GVN | David Brazdil | 2015-02-23 | 1 | -1/+1 |
* | | | Merge "More checker tests for BCE." | Mingyao Yang | 2015-02-23 | 2 | -23/+118 |
|\ \ \ | |/ / |/| | | |||||
| * | | More checker tests for BCE. | Mingyao Yang | 2015-02-23 | 2 | -23/+118 |
* | | | Merge "[optimizing] Fix float addition on x86." | Calin Juravle | 2015-02-23 | 1 | -5/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | [optimizing] Fix float addition on x86. | Calin Juravle | 2015-02-23 | 1 | -5/+1 |
* | | | Merge "Each primitive kind now spills to different locations." | Nicolas Geoffray | 2015-02-23 | 2 | -25/+91 |
|\ \ \ | |||||
| * | | | Each primitive kind now spills to different locations. | Nicolas Geoffray | 2015-02-23 | 2 | -25/+91 |
* | | | | Optimizing: Speed up HInstruction use removal | David Brazdil | 2015-02-23 | 6 | -121/+173 |
| |/ / |/| | | |||||
* | | | ART: Some conditions should be stricter in GenInlinedMinMax() | nikolay serdjuk | 2015-02-20 | 1 | -11/+32 |
* | | | Merge "Fix core spill mask for x86 special suspend." | Vladimir Marko | 2015-02-20 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Fix core spill mask for x86 special suspend. | Vladimir Marko | 2015-02-20 | 1 | -1/+1 |
* | | | | Merge "Improve type propagation with if-contexts" | Calin Juravle | 2015-02-20 | 9 | -136/+300 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Improve type propagation with if-contexts | Calin Juravle | 2015-02-20 | 9 | -136/+300 |
* | | | | Merge "Opt compiler: ARM64: Optimise floating-point comparison with 0.0." | Roland Levillain | 2015-02-20 | 1 | -4/+18 |
|\ \ \ \ | |||||
| * | | | | Opt compiler: ARM64: Optimise floating-point comparison with 0.0. | Alexandre Rames | 2015-02-17 | 1 | -4/+18 |
| | |_|/ | |/| | | |||||
* | | | | Merge "Reference type propagation" | Calin Juravle | 2015-02-20 | 12 | -23/+316 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Reference type propagation | Calin Juravle | 2015-02-19 | 12 | -23/+316 |
* | | | | Merge "Display optimizing compiler's CodeInfo objects in oatdump." | Roland Levillain | 2015-02-20 | 3 | -14/+21 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Display optimizing compiler's CodeInfo objects in oatdump. | Roland Levillain | 2015-02-19 | 3 | -14/+21 |
* | | | | Merge "Replace a few std::vector with ArenaVector in Mir2Lir." | Vladimir Marko | 2015-02-19 | 6 | -71/+68 |
|\ \ \ \ | |||||
| * | | | | Replace a few std::vector with ArenaVector in Mir2Lir. | Vladimir Marko | 2015-02-19 | 6 | -71/+68 |
| | |/ / | |/| | | |||||
* | | | | Merge "Move arenas into runtime" | Mathieu Chartier | 2015-02-19 | 46 | -1479/+44 |
|\ \ \ \ | |||||
| * | | | | Move arenas into runtime | Mathieu Chartier | 2015-02-19 | 46 | -1479/+44 |
| |/ / / | |||||
* | | | | Merge "Add suspend checks to special methods." | Vladimir Marko | 2015-02-19 | 14 | -80/+357 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Add suspend checks to special methods. | Vladimir Marko | 2015-02-19 | 14 | -80/+357 |
* | | | | Ensure the graph is correctly typed. | Nicolas Geoffray | 2015-02-19 | 16 | -92/+264 |
| |/ / |/| | | |||||
* | | | Have the opt. compiler set the size of "empty" frames to zero. | Roland Levillain | 2015-02-19 | 2 | -16/+26 |
|/ / | |||||
* | | Merge "ART: Templatize IsInt & IsUint" | Andreas Gampe | 2015-02-19 | 10 | -55/+66 |
|\ \ | |||||
| * | | ART: Templatize IsInt & IsUint | Andreas Gampe | 2015-02-18 | 10 | -55/+66 |
| |/ | |||||
* | | Merge "Distinguish FP and integral constants in LVN." | Vladimir Marko | 2015-02-18 | 3 | -42/+117 |
|\ \ | |||||
| * | | Distinguish FP and integral constants in LVN. | Vladimir Marko | 2015-02-18 | 3 | -42/+117 |
* | | | Merge "ART: Fix InsertCaseLabel to return boundary_lir always" | Bill Buzbee | 2015-02-18 | 1 | -1/+0 |
|\ \ \ | |||||
| * | | | ART: Fix InsertCaseLabel to return boundary_lir always | Chao-ying Fu | 2015-02-12 | 1 | -1/+0 |
* | | | | Merge "ART: Promoted register may be wrong after the load of zero fp constant" | Bill Buzbee | 2015-02-18 | 1 | -2/+4 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | ART: Promoted register may be wrong after the load of zero fp constant | Vladimir | 2015-02-18 | 1 | -2/+4 |
| | |/ | |/| | |||||
* | | | Quick: Disable DCE until we fix FP/Core reg mismatches. | Vladimir Marko | 2015-02-18 | 1 | -1/+1 |
* | | | Merge "Avoid generating jmp +0." | Nicolas Geoffray | 2015-02-18 | 6 | -10/+50 |
|\ \ \ | |||||
| * | | | Avoid generating jmp +0. | Nicolas Geoffray | 2015-02-18 | 6 | -10/+50 |
* | | | | Merge "Dead code elimination based on GVN results." | Vladimir Marko | 2015-02-17 | 20 | -93/+3692 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Dead code elimination based on GVN results. | Vladimir Marko | 2015-02-17 | 20 | -93/+3692 |
* | | | | Opt compiler: ARM64: Fix blocking fp registers. | Zheng Xu | 2015-02-16 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Add tests for wide constants in LVN. | Vladimir Marko | 2015-02-13 | 1 | -0/+34 |
|/ / |