summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ART: Add debuggable compiler flagAndreas Gampe2015-03-045-0/+22
* Merge "Fix generic JNI stubs to not discard the Java native frame."Nicolas Geoffray2015-03-036-78/+48
|\
| * Fix generic JNI stubs to not discard the Java native frame.Nicolas Geoffray2015-03-036-78/+48
|/
* Merge "Follow-up 128393"Sebastien Hertz2015-03-035-10/+13
|\
| * Follow-up 128393Sebastien Hertz2015-03-035-10/+13
* | Merge "Tests use libarttest.so, so does not work on ndebug."Nicolas Geoffray2015-03-031-0/+2
|\ \
| * | Tests use libarttest.so, so does not work on ndebug.Nicolas Geoffray2015-03-031-0/+2
* | | Merge "Revert GetThisObject change."Nicolas Geoffray2015-03-031-1/+2
|\ \ \ | |/ / |/| |
| * | Revert GetThisObject change.Nicolas Geoffray2015-03-031-1/+2
|/ /
* | Merge "Stack support for Optimizing compiler"Nicolas Geoffray2015-03-0319-179/+823
|\ \
| * | Stack support for Optimizing compilerSebastien Hertz2015-03-0319-179/+823
* | | Merge "[optimizing compiler] x86 goodness"Nicolas Geoffray2015-03-034-56/+112
|\ \ \ | |/ / |/| |
| * | [optimizing compiler] x86 goodnessMark Mendell2015-03-024-56/+112
* | | Merge "bce: handle a pattern for circular buffer"Mingyao Yang2015-03-032-0/+38
|\ \ \
| * | | bce: handle a pattern for circular bufferMingyao Yang2015-03-022-0/+38
* | | | Merge "ART: Cache last returned range in LiveInterval::Covers"David Brazdil2015-03-022-17/+48
|\ \ \ \ | |/ / / |/| | |
| * | | ART: Cache last returned range in LiveInterval::CoversDavid Brazdil2015-03-022-17/+48
* | | | Merge "Fix AddCurrentRuntimeFeaturesAsDex2OatArguments jit handling"Mathieu Chartier2015-03-021-1/+1
|\ \ \ \
| * | | | Fix AddCurrentRuntimeFeaturesAsDex2OatArguments jit handlingMathieu Chartier2015-03-021-1/+1
* | | | | Merge "Fix bad variable expansion"Mathieu Chartier2015-03-021-6/+6
|\ \ \ \ \
| * | | | | Fix bad variable expansionMathieu Chartier2015-03-021-6/+6
| |/ / / /
* | | | | Merge "ART: Move DexFile vector to Java array"Andreas Gampe2015-03-024-67/+134
|\ \ \ \ \
| * | | | | ART: Move DexFile vector to Java arrayAndreas Gampe2015-02-244-67/+134
* | | | | | Merge "Add support for .bss section in oat files."Vladimir Marko2015-03-0230-192/+334
|\ \ \ \ \ \
| * | | | | | Add support for .bss section in oat files.Vladimir Marko2015-03-0230-192/+334
* | | | | | | Merge "ART: Allow more operations in unstarted Runtime"Andreas Gampe2015-03-021-15/+135
|\ \ \ \ \ \ \
| * | | | | | | ART: Allow more operations in unstarted RuntimeAndreas Gampe2015-03-021-15/+135
* | | | | | | | Merge "Opt Compiler: ARM64: Enable explicit memory barriers over acquire/rele...Nicolas Geoffray2015-03-027-32/+70
|\ \ \ \ \ \ \ \
| * | | | | | | | Opt Compiler: ARM64: Enable explicit memory barriers over acquire/releaseSerban Constantinescu2015-03-027-32/+70
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge "ART: Fix off-by-two whitespace"Andreas Gampe2015-03-021-3/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | ART: Fix off-by-two whitespaceAndreas Gampe2015-02-271-3/+3
* | | | | | | | Merge "Don't require three-character extensions for dex locations."Richard Uhler2015-03-023-6/+11
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Don't require three-character extensions for dex locations.Richard Uhler2015-02-263-6/+11
* | | | | | | | Merge "Revert "Revert "Re-enable one thread dumping the native stack of anoth...Andreas Gampe2015-02-281-8/+0
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Revert "Revert "Re-enable one thread dumping the native stack of another.""Andreas Gampe2015-02-271-8/+0
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge "ART: Allow dex2oat for apps only with image"Andreas Gampe2015-02-281-1/+12
|\ \ \ \ \ \ \
| * | | | | | | ART: Allow dex2oat for apps only with imageAndreas Gampe2015-02-271-1/+12
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge "ART: Fix Mips disassembler for some floating point instructions."Andreas Gampe2015-02-281-21/+26
|\ \ \ \ \ \ \
| * | | | | | | ART: Fix Mips disassembler for some floating point instructions.Douglas Leung2015-02-281-21/+26
* | | | | | | | Merge "Change JIT to not use PIC"Mathieu Chartier2015-02-281-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Change JIT to not use PICMathieu Chartier2015-02-271-1/+1
|/ / / / / / /
* | | | | | | Merge "Change JIT tests to use interpreter image"Mathieu Chartier2015-02-273-19/+13
|\ \ \ \ \ \ \
| * | | | | | | Change JIT tests to use interpreter imageMathieu Chartier2015-02-273-19/+13
| | |/ / / / / | |/| | | | |
* | | | | | | Merge "Handle another untyped dex CONST issue"buzbee2015-02-275-0/+87
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Handle another untyped dex CONST issuebuzbee2015-02-225-0/+87
* | | | | | | Merge "Fix jit tests"Mathieu Chartier2015-02-273-0/+16
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Fix jit testsMathieu Chartier2015-02-273-0/+16
|/ / / / / /
* | | | | | Merge "Fix JIT direct call to interpreter bridge"Mathieu Chartier2015-02-271-0/+8
|\ \ \ \ \ \
| * | | | | | Fix JIT direct call to interpreter bridgeMathieu Chartier2015-02-261-0/+8
|/ / / / / /
* | | | | | Merge "Change card cache mod-union table to use bitmaps"Mathieu Chartier2015-02-2610-79/+840
|\ \ \ \ \ \