summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Changed card table to use less cards when heap size is limited.jeffhao2011-11-043-8/+21
* More SIGQUIT detail, earlier exit in AttachCurrentThread, handling recursive ...Elliott Hughes2011-11-038-24/+61
* Added caching of indexes for annotations.jeffhao2011-11-033-0/+26
* Merge "Don't attach attached threads." into dalvik-devIan Rogers2011-11-031-10/+12
|\
| * Don't attach attached threads.Ian Rogers2011-11-031-10/+12
* | Avoid SetResolvedDirectMethod on failure to ResolveMethodBrian Carlstrom2011-11-031-7/+8
|/
* Various runtime/JNI related fixes.Ian Rogers2011-11-027-11/+27
* Make dex2oat fail early if it can't write oat fileIan Rogers2011-11-021-0/+13
* Make dex2oat more chatty with the log.Ian Rogers2011-11-022-12/+11
* Merge "Fix monitor stack depth bug, allow unresolved field in put." into dalv...Brian Carlstrom2011-11-022-15/+32
|\
| * Fix monitor stack depth bug, allow unresolved field in put.Ian Rogers2011-11-022-15/+32
* | Merge "Changed oat writer deduplication to use pointers to vectors." into dal...jeffhao2011-11-022-15/+22
|\ \
| * | Changed oat writer deduplication to use pointers to vectors.jeffhao2011-11-022-15/+22
* | | Merge "Register allocation fixes." into dalvik-devbuzbee2011-11-022-10/+24
|\ \ \ | |_|/ |/| |
| * | Register allocation fixes.buzbee2011-11-022-10/+24
* | | Merge "Support for unresolved fields in the verifier." into dalvik-devIan Rogers2011-11-021-12/+23
|\ \ \
| * | | Support for unresolved fields in the verifier.Ian Rogers2011-11-021-12/+23
* | | | Merge "Allow Object to match as interface class target." into dalvik-devIan Rogers2011-11-021-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Allow Object to match as interface class target.Ian Rogers2011-11-021-1/+1
| |/
* | Added code deduplication to the oat writer.jeffhao2011-11-022-33/+102
|/
* Mark non-image spaces and use write barrier for image spaces.Ian Rogers2011-11-0223-147/+681
* Use std::string rather than String* in hprof to avoid managed-heap allocations.Jesse Wilson2011-11-013-40/+18
* Add hprof. This code builds but is untested.Jesse Wilson2011-11-017-2/+1542
* Don't fail oat writing for unresolvable classes.Ian Rogers2011-10-311-1/+14
* Merge "Ensure r0/ref isn't clobbered by call." into dalvik-devIan Rogers2011-10-311-1/+2
|\
| * Ensure r0/ref isn't clobbered by call.Ian Rogers2011-10-311-1/+2
* | Merge "Make it easier to run an optimized build, turn the GC timings back on,...Elliott Hughes2011-10-314-18/+31
|\ \
| * | Make it easier to run an optimized build, turn the GC timings back on, and re...Elliott Hughes2011-10-314-18/+31
* | | Merge "Support for access check in checkcast and instanceof." into dalvik-devIan Rogers2011-10-318-11/+89
|\ \ \ | | |/ | |/|
| * | Support for access check in checkcast and instanceof.Ian Rogers2011-10-318-11/+89
* | | Disable by register optimizations by defaultbuzbee2011-10-311-2/+2
| |/ |/|
* | Compiler crash workaroundbuzbee2011-10-311-1/+21
|/
* Merge "Clear exception if we failed to resolve method." into dalvik-devIan Rogers2011-10-311-0/+8
|\
| * Clear exception if we failed to resolve method.Ian Rogers2011-10-311-0/+8
* | Merge "Fixed parsing of debug info in dex files." into dalvik-devjeffhao2011-10-311-9/+22
|\ \ | |/ |/|
| * Fixed parsing of debug info in dex files.jeffhao2011-10-281-9/+22
* | Allow array length on null to pass verification.Ian Rogers2011-10-291-1/+1
* | Support for unresolved types in new-instance during verification.Ian Rogers2011-10-2814-426/+597
* | Provide a convenience for logging types that don't have an operator<<.Elliott Hughes2011-10-287-27/+51
* | Implement the DDMS heap walking (for native and managed heaps).Elliott Hughes2011-10-286-34/+284
* | Merge "Fix the unintelligible IsValidClassName API by breaking it into three....Elliott Hughes2011-10-284-22/+25
|\ \ | |/ |/|
| * Fix the unintelligible IsValidClassName API by breaking it into three.Elliott Hughes2011-10-284-22/+25
* | Merge "Added support for -XX:HeapGrowthLimit switch" into dalvik-devBrian Carlstrom2011-10-288-32/+115
|\ \
| * | Added support for -XX:HeapGrowthLimit switchjeffhao2011-10-288-32/+115
* | | Merge "Improved ClassLoader support for JNI FindClass, FieldFieldID, JNI_OnLo...Brian Carlstrom2011-10-282-17/+29
|\ \ \ | |/ / |/| |
| * | Improved ClassLoader support for JNI FindClass, FieldFieldID, JNI_OnLoadBrian Carlstrom2011-10-282-17/+29
* | | Testing with the new verifier, fix comments as going through code.Shih-wei Liao2011-10-282-0/+13
|/ /
* | Fix merge of short constants to not give int.Ian Rogers2011-10-271-1/+1
* | Check that Class::AllocObject is not used with arraysBrian Carlstrom2011-10-271-0/+2
|/
* Better -verbose:thread logging, and revert a CHECK.Elliott Hughes2011-10-272-31/+62