summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
...
* | Add optimization for LOW_4G allocatorMathieu Chartier2015-06-041-0/+24
* | Fix valgrind large_object_space_testMathieu Chartier2015-06-032-13/+23
|/
* Add a way to determine if a large object is a zygote objectMathieu Chartier2015-06-035-36/+112
* Merge "ART: Refactor Thread::Init" into mnc-devAndreas Gampe2015-06-034-37/+83
|\
| * ART: Refactor Thread::InitAndreas Gampe2015-06-034-37/+83
* | Merge "Emit instance fields for java.lang.Object in hprof" into mnc-devMathieu Chartier2015-06-031-3/+3
|\ \ | |/ |/|
| * Emit instance fields for java.lang.Object in hprofMathieu Chartier2015-06-031-3/+3
* | ART: Prune FindArrayClass cache in image writerAndreas Gampe2015-06-032-3/+12
|/
* Merge "Add a way to SuspendAll for a long duration" into mnc-devMathieu Chartier2015-06-033-9/+24
|\
| * Add a way to SuspendAll for a long durationMathieu Chartier2015-06-023-9/+24
* | Fix tracingMathieu Chartier2015-06-022-80/+109
* | Add more info for attempting to delete non-JNI local referenceMathieu Chartier2015-06-021-1/+4
|/
* Update IMT for stale miranda methodsMathieu Chartier2015-06-021-0/+7
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-02188-3724/+4024
* Merge "ART: Fix wrong hard-failure handling in verifier" into mnc-devAndreas Gampe2015-06-011-11/+22
|\
| * ART: Fix wrong hard-failure handling in verifierAndreas Gampe2015-05-271-11/+22
* | ART: Add support for special handlers in sigchainlibAndreas Gampe2015-05-311-1/+16
* | Add unstarted runtime test for String.<init>.Jeff Hao2015-05-291-0/+29
* | Fix double-exception in super-class method validation.Vladimir Marko2015-05-293-43/+129
* | Merge "ART: Add Mips o32 callee-save registers to SaveAll frame" into mnc-devAndreas Gampe2015-05-293-27/+44
|\ \
| * | ART: Add Mips o32 callee-save registers to SaveAll frameAndreas Gampe2015-05-283-27/+44
| |/
* | Fix single-step in native threadSebastien Hertz2015-05-281-1/+3
* | Merge "Fix updating of JNI references for String.<init>." into mnc-devJeff Hao2015-05-284-4/+42
|\ \
| * | Fix updating of JNI references for String.<init>.Jeff Hao2015-05-274-4/+42
* | | Reset libc targetSdkVersionDmitriy Ivanov2015-05-271-0/+9
|/ /
* | ART: Use kBadFprBase on mips64 and arm64.Vladimir Marko2015-05-272-2/+2
* | Fix mac build: cast fpr callee save addresses.Vladimir Marko2015-05-262-3/+6
* | Fix mac build: include <sys/time.h> in time_utils.cc .Vladimir Marko2015-05-262-1/+4
* | ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-2692-830/+1354
|/
* JDWP: fix breakpoint on catch statementSebastien Hertz2015-05-261-0/+20
* Merge "Fix for potential moving GC bugs around proxy class." into mnc-devHiroshi Yamauchi2015-05-224-67/+81
|\
| * Fix for potential moving GC bugs around proxy class.Hiroshi Yamauchi2015-05-224-67/+81
* | Merge "ART: Sometimes even empty methods take forever to verify" into mnc-devAndreas Gampe2015-05-211-0/+4
|\ \
| * | ART: Sometimes even empty methods take forever to verifyAndreas Gampe2015-05-211-0/+4
* | | Merge "Revert "DO NOT MERGE ART: Turn off duplicate-classes checking"" into m...Andreas Gampe2015-05-211-7/+0
|\ \ \ | |/ / |/| |
| * | Revert "DO NOT MERGE ART: Turn off duplicate-classes checking"Andreas Gampe2015-05-211-7/+0
* | | ART: Refactor UnstartedRuntime for testingAndreas Gampe2015-05-217-215/+504
| |/ |/|
* | Merge "DO NOT MERGE ART: Turn off duplicate-classes checking" into mnc-devAndreas Gampe2015-05-211-0/+7
|\ \ | |/
| * DO NOT MERGE ART: Turn off duplicate-classes checkingAndreas Gampe2015-05-201-0/+7
* | Merge "Intercept JNI invocation of String.<init> methods." into mnc-devJeff Hao2015-05-219-86/+152
|\ \
| * | Intercept JNI invocation of String.<init> methods.Jeff Hao2015-05-209-86/+152
| |/
* | Merge "ART: Fix RegisterNative order" into mnc-devAndreas Gampe2015-05-211-3/+50
|\ \
| * | ART: Fix RegisterNative orderAndreas Gampe2015-05-201-3/+50
| |/
* | Merge "Fix a cts crash around proxy class fields." into mnc-devHiroshi Yamauchi2015-05-203-10/+80
|\ \ | |/ |/|
| * Fix a cts crash around proxy class fields.Hiroshi Yamauchi2015-05-203-10/+80
* | Merge "Fix debuggable compiler flag detection for secondary dex files" into m...Sebastien Hertz2015-05-209-20/+75
|\ \
| * | Fix debuggable compiler flag detection for secondary dex filesSebastien Hertz2015-05-199-20/+75
| |/
* | ART: Change huge-method warning in verifierAndreas Gampe2015-05-191-5/+9
|/
* Merge "Test and fix bug checking status of secondary multidex files." into mn...Richard Uhler2015-05-182-6/+39
|\
| * Test and fix bug checking status of secondary multidex files.Richard Uhler2015-05-182-6/+39