summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "[optimizing] Improve 32 bit long shift by 1."Roland Levillain2015-05-114-10/+72
|\
| * [optimizing] Improve 32 bit long shift by 1.Mark Mendell2015-05-114-10/+72
* | Merge "Add a parent environment to HEnvironment."Nicolas Geoffray2015-05-1131-138/+309
|\ \
| * | Add a parent environment to HEnvironment.Nicolas Geoffray2015-05-1131-138/+309
|/ /
* | Merge "[optimizing] Tune some x86_64 moves"Nicolas Geoffray2015-05-093-29/+40
|\ \
| * | [optimizing] Tune some x86_64 movesMark Mendell2015-05-073-29/+40
* | | Merge "Don't allow JIT to compile native methods"Mathieu Chartier2015-05-091-1/+1
|\ \ \
| * | | Don't allow JIT to compile native methodsMathieu Chartier2015-05-081-1/+1
|/ / /
* | | Merge "Add stub_test implementation for mips & mips64"Andreas Gampe2015-05-081-26/+307
|\ \ \
| * | | Add stub_test implementation for mips & mips64Goran Jakovljevic2015-05-071-26/+307
* | | | Merge "Fix stub_test for Mips64"Andreas Gampe2015-05-084-24/+57
|\ \ \ \
| * | | | Fix stub_test for Mips64Goran Jakovljevic2015-05-084-24/+57
|/ / / /
* | | | Merge "Check IsReferenceVReg during deopt"Mathieu Chartier2015-05-086-5/+41
|\ \ \ \
| * | | | Check IsReferenceVReg during deoptMathieu Chartier2015-05-086-5/+41
| | |_|/ | |/| |
* | | | Merge "ART: Merge entries with same name and protect in MemMap dump."Vladimir Marko2015-05-084-8/+63
|\ \ \ \ | |/ / / |/| | |
| * | | ART: Merge entries with same name and protect in MemMap dump.Vladimir Marko2015-05-084-8/+63
* | | | Merge "Skip compilation when falling-through out of method code."Calin Juravle2015-05-084-27/+47
|\ \ \ \
| * | | | Skip compilation when falling-through out of method code.Calin Juravle2015-05-014-27/+47
* | | | | Merge "Fix typo in comments."Richard Uhler2015-05-081-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix typo in comments.Richard Uhler2015-05-071-2/+2
* | | | | Merge "ART: Fix debug output for bad reused MemMap."Vladimir Marko2015-05-081-3/+3
|\ \ \ \ \
| * | | | | ART: Fix debug output for bad reused MemMap.Vladimir Marko2015-05-081-3/+3
|/ / / / /
* | | | | Merge "ART: Refactor 082-inline-execute"Andreas Gampe2015-05-081-12/+28
|\ \ \ \ \
| * | | | | ART: Refactor 082-inline-executeAndreas Gampe2015-05-071-12/+28
|/ / / / /
* | | | | Merge "Quick: Fix DCE to rename SSA regs for degenerate Phis."Vladimir Marko2015-05-072-2/+62
|\ \ \ \ \
| * | | | | Quick: Fix DCE to rename SSA regs for degenerate Phis.Vladimir Marko2015-05-072-2/+62
* | | | | | Merge "Quick: Abolish kMirOpCheckPart2."Vladimir Marko2015-05-076-41/+2
|\ \ \ \ \ \
| * | | | | | Quick: Abolish kMirOpCheckPart2.Vladimir Marko2015-05-076-41/+2
| |/ / / / /
* | | | | | Merge "Support multiple instrumentation clients"Sebastien Hertz2015-05-078-146/+993
|\ \ \ \ \ \
| * | | | | | Support multiple instrumentation clientsSebastien Hertz2015-05-078-146/+993
* | | | | | | Merge "Remove unused InvokeWithShadowFrame"Sebastien Hertz2015-05-072-21/+0
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Remove unused InvokeWithShadowFrameSebastien Hertz2015-05-072-21/+0
| |/ / / / /
* | | | | | Merge "Fix broken checks in IsValidPartOfMemberNameUtf8Slow."Narayan Kamath2015-05-073-24/+57
|\ \ \ \ \ \
| * | | | | | Fix broken checks in IsValidPartOfMemberNameUtf8Slow.Narayan Kamath2015-05-073-24/+57
| | |/ / / / | |/| | | |
* | | | | | Merge "JDWP: properly combine location events"Sebastien Hertz2015-05-078-71/+107
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | JDWP: properly combine location eventsSebastien Hertz2015-04-298-71/+107
* | | | | | Merge "Use a growable array instead of an environment during SSA."Nicolas Geoffray2015-05-074-15/+28
|\ \ \ \ \ \
| * | | | | | Use a growable array instead of an environment during SSA.Nicolas Geoffray2015-05-074-15/+28
|/ / / / / /
* | | | | | Merge "Relax the only one back-edge restriction."Nicolas Geoffray2015-05-0713-154/+226
|\ \ \ \ \ \
| * | | | | | Relax the only one back-edge restriction.Nicolas Geoffray2015-05-0713-154/+226
|/ / / / / /
* | | | | | Merge "No need to relocate the core image for the art script."Nicolas Geoffray2015-05-071-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | No need to relocate the core image for the art script.Nicolas Geoffray2015-05-061-0/+1
* | | | | | Merge "ART: Fix mips64 jni bugs."Andreas Gampe2015-05-073-10/+17
|\ \ \ \ \ \
| * | | | | | ART: Fix mips64 jni bugs.Douglas Leung2015-05-063-10/+17
* | | | | | | Merge "In quick compiler, force string init invoke to be fast path."Jeff Hao2015-05-071-1/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | In quick compiler, force string init invoke to be fast path.Jeff Hao2015-05-061-1/+2
|/ / / / / /
* | | | | | Merge "Fix mips64 bugs."Andreas Gampe2015-05-061-18/+15
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix mips64 bugs.Douglas Leung2015-05-011-18/+15
* | | | | | Merge "Quick: Inline synthetic accessors generated by jack."Vladimir Marko2015-05-061-1/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Quick: Inline synthetic accessors generated by jack.Vladimir Marko2015-05-061-1/+4