Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "ART: Check that boot image classes are verified" | Andreas Gampe | 2015-03-12 | 1 | -0/+6 |
|\ | |||||
| * | ART: Check that boot image classes are verified | Andreas Gampe | 2014-11-24 | 1 | -0/+6 |
* | | Merge "Fix incompatible class change error for JIT stress mode" | Mathieu Chartier | 2015-03-11 | 4 | -19/+31 |
|\ \ | |||||
| * | | Fix incompatible class change error for JIT stress mode | Mathieu Chartier | 2015-03-11 | 4 | -19/+31 |
* | | | Fix a bug in the SSA builder. | Nicolas Geoffray | 2015-03-11 | 1 | -8/+12 |
|/ / | |||||
* | | Revert "Revert "[optimizing] Enable x86 long support."" | Nicolas Geoffray | 2015-03-11 | 11 | -122/+374 |
* | | Merge "Fix dex2dex logic" | Mathieu Chartier | 2015-03-10 | 1 | -5/+0 |
|\ \ | |||||
| * | | Fix dex2dex logic | Mathieu Chartier | 2015-03-10 | 1 | -5/+0 |
* | | | Fix tests now that the SSA builder is pruning more phis. | Nicolas Geoffray | 2015-03-10 | 2 | -38/+37 |
* | | | Merge "Make the SSA builder honor the debuggable flag." | Nicolas Geoffray | 2015-03-10 | 7 | -31/+262 |
|\ \ \ | |/ / |/| | | |||||
| * | | Make the SSA builder honor the debuggable flag. | Nicolas Geoffray | 2015-03-10 | 7 | -31/+262 |
* | | | Merge "Add way to print JIT related info at shutdown" | Mathieu Chartier | 2015-03-10 | 1 | -6/+21 |
|\ \ \ | |||||
| * | | | Add way to print JIT related info at shutdown | Mathieu Chartier | 2015-03-09 | 1 | -6/+21 |
* | | | | [MIPS64] Fix GenInlinedPeek and GenInlinedPoke functions. | Goran Jakovljevic | 2015-03-10 | 1 | -4/+2 |
|/ / / | |||||
* | | | Trim arenas for JIT | Mathieu Chartier | 2015-03-09 | 4 | -15/+10 |
* | | | Merge "Compute the right catch location for the debugger." | Nicolas Geoffray | 2015-03-09 | 2 | -5/+5 |
|\ \ \ | |/ / |/| | | |||||
| * | | Compute the right catch location for the debugger. | Nicolas Geoffray | 2015-03-09 | 2 | -5/+5 |
* | | | Initial support for quick compiler on MIPS64r6. | Maja Gagic | 2015-03-06 | 20 | -29/+5161 |
* | | | Merge "Revert "[optimizing] Enable x86 long support."" | Nicolas Geoffray | 2015-03-06 | 11 | -354/+113 |
|\ \ \ | |||||
| * | | | Revert "[optimizing] Enable x86 long support." | Nicolas Geoffray | 2015-03-06 | 11 | -354/+113 |
* | | | | Opt compiler: Clean the use of `virtual` and `OVERRIDE`. | Alexandre Rames | 2015-03-06 | 7 | -103/+103 |
* | | | | Merge "Extend compiler/optimizing/stack_map_test.cc." | Roland Levillain | 2015-03-06 | 1 | -7/+35 |
|\ \ \ \ | |||||
| * | | | | Extend compiler/optimizing/stack_map_test.cc. | Roland Levillain | 2015-03-05 | 1 | -7/+35 |
* | | | | | Merge "[optimizing] Enable x86 long support." | Nicolas Geoffray | 2015-03-06 | 11 | -113/+354 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | [optimizing] Enable x86 long support. | Nicolas Geoffray | 2015-03-06 | 11 | -113/+354 |
* | | | | | ART: Add option to abort dex2oat on hard failure | Andreas Gampe | 2015-03-05 | 5 | -3/+30 |
* | | | | | Merge "ART: AddVectorReduce should store result in memory carefully" | Bill Buzbee | 2015-03-05 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | ART: AddVectorReduce should store result in memory carefully | Maxim Kazantsev | 2015-03-04 | 1 | -0/+1 |
* | | | | | | ART: Fix test breakage | David Brazdil | 2015-03-05 | 1 | -4/+4 |
* | | | | | | ART: Optimize iteration of safepoints | David Brazdil | 2015-03-05 | 1 | -6/+15 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge "[optimizing] Use callee-save registers for x86" | Nicolas Geoffray | 2015-03-05 | 3 | -58/+82 |
|\ \ \ \ \ | |||||
| * | | | | | [optimizing] Use callee-save registers for x86 | Mark Mendell | 2015-03-05 | 3 | -58/+82 |
* | | | | | | ART: Fix compile-time-init fail | Andreas Gampe | 2015-03-04 | 1 | -0/+5 |
* | | | | | | ART: Do not produce CFI when not asked for | Andreas Gampe | 2015-03-04 | 1 | -1/+4 |
* | | | | | | Merge "[optimizing] Improve x86/x86_64 bound check code" | Andreas Gampe | 2015-03-04 | 2 | -16/+26 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | [optimizing] Improve x86/x86_64 bound check code | Mark Mendell | 2015-03-04 | 2 | -16/+26 |
* | | | | | | Merge "ART: Add debuggable compiler flag" | Andreas Gampe | 2015-03-04 | 3 | -0/+10 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ART: Add debuggable compiler flag | Andreas Gampe | 2015-03-04 | 3 | -0/+10 |
* | | | | | | | Fix bce gtest. | Mingyao Yang | 2015-03-04 | 1 | -0/+9 |
* | | | | | | | Merge "Make BCE a no-op if there is no array access." | Mingyao Yang | 2015-03-04 | 4 | -0/+21 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | Make BCE a no-op if there is no array access. | Mingyao Yang | 2015-03-03 | 4 | -0/+21 |
* | | | | | | | Fix arm64 build. | Nicolas Geoffray | 2015-03-04 | 1 | -2/+8 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Merge "Reserve bits in the lock word for read barriers." | Hiroshi Yamauchi | 2015-03-04 | 3 | -31/+110 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Reserve bits in the lock word for read barriers. | Hiroshi Yamauchi | 2015-03-03 | 3 | -31/+110 |
* | | | | | | Add a change that should be part of "enhance gvn for commutative ops." | Mingyao Yang | 2015-03-03 | 1 | -1/+1 |
* | | | | | | Merge "Opt compiler: enhance gvn for commutative ops." | Mingyao Yang | 2015-03-03 | 4 | -10/+53 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Opt compiler: enhance gvn for commutative ops. | Mingyao Yang | 2015-03-03 | 4 | -10/+53 |
* | | | | | | | Merge "Remove ART_SMALL_MODE ifdefs." | Jeff Hao | 2015-03-03 | 1 | -4/+0 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Remove ART_SMALL_MODE ifdefs. | Jeff Hao | 2015-03-02 | 1 | -4/+0 |
* | | | | | | | Fix build lint issue. | Brian Carlstrom | 2015-03-03 | 1 | -1/+0 |