| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed card table to use less cards when heap size is limited. | jeffhao | 2011-11-04 | 3 | -8/+21 |
* | More SIGQUIT detail, earlier exit in AttachCurrentThread, handling recursive ... | Elliott Hughes | 2011-11-03 | 8 | -24/+61 |
* | Added caching of indexes for annotations. | jeffhao | 2011-11-03 | 3 | -0/+26 |
* | Merge "Don't attach attached threads." into dalvik-dev | Ian Rogers | 2011-11-03 | 1 | -10/+12 |
|\ |
|
| * | Don't attach attached threads. | Ian Rogers | 2011-11-03 | 1 | -10/+12 |
* | | Avoid SetResolvedDirectMethod on failure to ResolveMethod | Brian Carlstrom | 2011-11-03 | 1 | -7/+8 |
|/ |
|
* | Various runtime/JNI related fixes. | Ian Rogers | 2011-11-02 | 7 | -11/+27 |
* | Make dex2oat fail early if it can't write oat file | Ian Rogers | 2011-11-02 | 1 | -0/+13 |
* | Make dex2oat more chatty with the log. | Ian Rogers | 2011-11-02 | 2 | -12/+11 |
* | Merge "Fix monitor stack depth bug, allow unresolved field in put." into dalv... | Brian Carlstrom | 2011-11-02 | 2 | -15/+32 |
|\ |
|
| * | Fix monitor stack depth bug, allow unresolved field in put. | Ian Rogers | 2011-11-02 | 2 | -15/+32 |
* | | Merge "Changed oat writer deduplication to use pointers to vectors." into dal... | jeffhao | 2011-11-02 | 2 | -15/+22 |
|\ \ |
|
| * | | Changed oat writer deduplication to use pointers to vectors. | jeffhao | 2011-11-02 | 2 | -15/+22 |
* | | | Merge "Register allocation fixes." into dalvik-dev | buzbee | 2011-11-02 | 2 | -10/+24 |
|\ \ \
| |_|/
|/| | |
|
| * | | Register allocation fixes. | buzbee | 2011-11-02 | 2 | -10/+24 |
* | | | Merge "Support for unresolved fields in the verifier." into dalvik-dev | Ian Rogers | 2011-11-02 | 1 | -12/+23 |
|\ \ \ |
|
| * | | | Support for unresolved fields in the verifier. | Ian Rogers | 2011-11-02 | 1 | -12/+23 |
* | | | | Merge "Allow Object to match as interface class target." into dalvik-dev | Ian Rogers | 2011-11-02 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | Allow Object to match as interface class target. | Ian Rogers | 2011-11-02 | 1 | -1/+1 |
| |/ |
|
* | | Added code deduplication to the oat writer. | jeffhao | 2011-11-02 | 2 | -33/+102 |
|/ |
|
* | Mark non-image spaces and use write barrier for image spaces. | Ian Rogers | 2011-11-02 | 23 | -147/+681 |
* | Use std::string rather than String* in hprof to avoid managed-heap allocations. | Jesse Wilson | 2011-11-01 | 3 | -40/+18 |
* | Add hprof. This code builds but is untested. | Jesse Wilson | 2011-11-01 | 7 | -2/+1542 |
* | Don't fail oat writing for unresolvable classes. | Ian Rogers | 2011-10-31 | 1 | -1/+14 |
* | Merge "Ensure r0/ref isn't clobbered by call." into dalvik-dev | Ian Rogers | 2011-10-31 | 1 | -1/+2 |
|\ |
|
| * | Ensure r0/ref isn't clobbered by call. | Ian Rogers | 2011-10-31 | 1 | -1/+2 |
* | | Merge "Make it easier to run an optimized build, turn the GC timings back on,... | Elliott Hughes | 2011-10-31 | 4 | -18/+31 |
|\ \ |
|
| * | | Make it easier to run an optimized build, turn the GC timings back on, and re... | Elliott Hughes | 2011-10-31 | 4 | -18/+31 |
* | | | Merge "Support for access check in checkcast and instanceof." into dalvik-dev | Ian Rogers | 2011-10-31 | 8 | -11/+89 |
|\ \ \
| | |/
| |/| |
|
| * | | Support for access check in checkcast and instanceof. | Ian Rogers | 2011-10-31 | 8 | -11/+89 |
* | | | Disable by register optimizations by default | buzbee | 2011-10-31 | 1 | -2/+2 |
| |/
|/| |
|
* | | Compiler crash workaround | buzbee | 2011-10-31 | 1 | -1/+21 |
|/ |
|
* | Merge "Clear exception if we failed to resolve method." into dalvik-dev | Ian Rogers | 2011-10-31 | 1 | -0/+8 |
|\ |
|
| * | Clear exception if we failed to resolve method. | Ian Rogers | 2011-10-31 | 1 | -0/+8 |
* | | Merge "Fixed parsing of debug info in dex files." into dalvik-dev | jeffhao | 2011-10-31 | 1 | -9/+22 |
|\ \
| |/
|/| |
|
| * | Fixed parsing of debug info in dex files. | jeffhao | 2011-10-28 | 1 | -9/+22 |
* | | Allow array length on null to pass verification. | Ian Rogers | 2011-10-29 | 1 | -1/+1 |
* | | Support for unresolved types in new-instance during verification. | Ian Rogers | 2011-10-28 | 14 | -426/+597 |
* | | Provide a convenience for logging types that don't have an operator<<. | Elliott Hughes | 2011-10-28 | 7 | -27/+51 |
* | | Implement the DDMS heap walking (for native and managed heaps). | Elliott Hughes | 2011-10-28 | 6 | -34/+284 |
* | | Merge "Fix the unintelligible IsValidClassName API by breaking it into three.... | Elliott Hughes | 2011-10-28 | 4 | -22/+25 |
|\ \
| |/
|/| |
|
| * | Fix the unintelligible IsValidClassName API by breaking it into three. | Elliott Hughes | 2011-10-28 | 4 | -22/+25 |
* | | Merge "Added support for -XX:HeapGrowthLimit switch" into dalvik-dev | Brian Carlstrom | 2011-10-28 | 8 | -32/+115 |
|\ \ |
|
| * | | Added support for -XX:HeapGrowthLimit switch | jeffhao | 2011-10-28 | 8 | -32/+115 |
* | | | Merge "Improved ClassLoader support for JNI FindClass, FieldFieldID, JNI_OnLo... | Brian Carlstrom | 2011-10-28 | 2 | -17/+29 |
|\ \ \
| |/ /
|/| | |
|
| * | | Improved ClassLoader support for JNI FindClass, FieldFieldID, JNI_OnLoad | Brian Carlstrom | 2011-10-28 | 2 | -17/+29 |
* | | | Testing with the new verifier, fix comments as going through code. | Shih-wei Liao | 2011-10-28 | 2 | -0/+13 |
|/ / |
|
* | | Fix merge of short constants to not give int. | Ian Rogers | 2011-10-27 | 1 | -1/+1 |
* | | Check that Class::AllocObject is not used with arrays | Brian Carlstrom | 2011-10-27 | 1 | -0/+2 |
|/ |
|
* | Better -verbose:thread logging, and revert a CHECK. | Elliott Hughes | 2011-10-27 | 2 | -31/+62 |