summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Merge "Improve GSS reference processing."Hiroshi Yamauchi2014-04-295-7/+35
|\
| * Improve GSS reference processing.Hiroshi Yamauchi2014-04-285-7/+35
* | Merge "Remove unreachable JNI workaround code."Ian Rogers2014-04-281-75/+0
|\ \
| * | Remove unreachable JNI workaround code.Ian Rogers2014-04-281-75/+0
| |/
* | Always log explicit GC.Mathieu Chartier2014-04-284-30/+30
|/
* Fix racy DCHECKS.Mathieu Chartier2014-04-281-2/+6
* Merge "Avoid volatile 64-bit tearing on 32-bit architectures."Ian Rogers2014-04-281-4/+63
|\
| * Avoid volatile 64-bit tearing on 32-bit architectures.Ian Rogers2014-04-281-4/+63
* | Merge "ART: Bitvector extensions for dumping and size handling"Vladimir Marko2014-04-282-16/+72
|\ \
| * | ART: Bitvector extensions for dumping and size handlingJean Christophe Beyler2014-04-242-16/+72
* | | Merge "Move mapping table and vmap table offsets to OatMethodHeader."Vladimir Marko2014-04-2815-143/+181
|\ \ \
| * | | Move mapping table and vmap table offsets to OatMethodHeader.Vladimir Marko2014-04-2515-143/+181
* | | | Rosalloc: fix signature for 64bAndreas Gampe2014-04-251-1/+1
* | | | Merge "Add "arch_test" gtest for assembly stub constants, add some ARM64 asse...Andreas Gampe2014-04-2515-23/+691
|\ \ \ \
| * | | | Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly codeAndreas Gampe2014-04-2515-23/+691
* | | | | Merge "Do not require dexopt when previous profile does not exist"Brian Carlstrom2014-04-251-14/+13
|\ \ \ \ \
| * | | | | Do not require dexopt when previous profile does not existBrian Carlstrom2014-04-251-14/+13
* | | | | | Merge "Enable reading page map without lock in RosAlloc::BulkFree"Mathieu Chartier2014-04-2511-382/+451
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Enable reading page map without lock in RosAlloc::BulkFreeMathieu Chartier2014-04-2511-382/+451
* | | | | | Merge "Fix ART compilation for Clang 3.5."Stephen Hines2014-04-252-6/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix ART compilation for Clang 3.5.Stephen Hines2014-04-242-6/+6
* | | | | | Merge "Revert "Revert "ART: Extracts an utility function of the duplicated co...Andreas Gampe2014-04-251-1/+1
|\ \ \ \ \ \
| * | | | | | Revert "Revert "ART: Extracts an utility function of the duplicated code""Andreas Gampe2014-04-241-1/+1
* | | | | | | Merge "Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 Stubs"Andreas Gampe2014-04-254-4/+447
|\ \ \ \ \ \ \
| * | | | | | | Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 StubsAndreas Gampe2014-04-254-4/+447
| |/ / / / / /
* | | | | | | Merge "Refactor exception handling for deoptimization"Sebastien Hertz2014-04-2511-135/+248
|\ \ \ \ \ \ \
| * | | | | | | Refactor exception handling for deoptimizationSebastien Hertz2014-04-2511-135/+248
* | | | | | | | Merge "Resolve method's argument reference types"Sebastien Hertz2014-04-251-2/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Resolve method's argument reference typesSebastien Hertz2014-04-251-2/+5
* | | | | | | | | Merge "Support field watchpoint in interpreter"Sebastien Hertz2014-04-256-31/+116
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Support field watchpoint in interpreterSebastien Hertz2014-04-256-31/+116
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Use __FUNCTION__ in CHECK_NON_NULL_*ARGUMENT.Mathieu Chartier2014-04-241-228/+230
* | | | | | | | Merge "Make unresolved exception types cause soft verification errors."Jeff Hao2014-04-241-5/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Make unresolved exception types cause soft verification errors.Jeff Hao2014-04-241-5/+3
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Clean up ScopedThreadStateChange + Get/SetPrimtiveArrayRegionMathieu Chartier2014-04-242-12/+7
|/ / / / / / /
* | | | | | | Merge "More code for the read barrier support."Hiroshi Yamauchi2014-04-248-54/+97
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | More code for the read barrier support.Hiroshi Yamauchi2014-04-228-54/+97
* | | | | | | Revert "ART: Extracts an utility function of the duplicated code"Andreas Gampe2014-04-241-6/+0
* | | | | | | ART: Extracts an utility function of the duplicated codeDmitry Petrochenko2014-04-241-0/+6
| |/ / / / / |/| | | | |
* | | | | | Merge "Don't allow heap transitions if the runtime is shutting down."Mathieu Chartier2014-04-241-0/+5
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Don't allow heap transitions if the runtime is shutting down.Mathieu Chartier2014-04-231-0/+5
* | | | | | art: fix dlopen error messageColin Cross2014-04-231-1/+1
|/ / / / /
* | | | | Merge "Separate maps from code in oat file."Vladimir Marko2014-04-234-4/+30
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Separate maps from code in oat file.Vladimir Marko2014-04-224-4/+30
* | | | Merge "Fix FindCatchBlock to work in -Xverify:none mode."Jeff Hao2014-04-235-10/+23
|\ \ \ \
| * | | | Fix FindCatchBlock to work in -Xverify:none mode.Jeff Hao2014-04-225-10/+23
| |/ / /
* | | | Merge "Remove support for app JNI workarounds."Ian Rogers2014-04-2211-179/+15
|\ \ \ \
| * | | | Remove support for app JNI workarounds.Ian Rogers2014-04-2211-179/+15
| | |_|/ | |/| |
* | | | Merge "Warn when thread state lookup fails."Ian Rogers2014-04-221-0/+1
|\ \ \ \
| * | | | Warn when thread state lookup fails.Ian Rogers2014-04-221-0/+1
| | |/ / | |/| |