summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adding old unit tests to test suite.jeffhao2011-09-29456-0/+20119
* Add STLDeleteValues, and use it.Elliott Hughes2011-09-292-4/+14
* Merge "Fixed test for static final fields that don't use <clinit>." into dalv...jeffhao2011-09-295-47/+53
|\
| * Fixed test for static final fields that don't use <clinit>.jeffhao2011-09-295-47/+53
* | Add memory barriers (Issue 3338450)buzbee2011-09-293-35/+36
* | Register usage cleanupbuzbee2011-09-298-69/+115
|/
* New atomics from dalvik.Elliott Hughes2011-09-292-10/+49
* Revert "Reverts to track dalvik and libcore"Jesse Wilson2011-09-295-18/+66
* Merge "Throw if ResolveMethod fails." into dalvik-devElliott Hughes2011-09-283-9/+20
|\
| * Throw if ResolveMethod fails.Elliott Hughes2011-09-283-9/+20
* | For Stack Indirect Reference Table, visit roots in the table.Shih-wei Liao2011-09-282-0/+14
|/
* Fix stack scanning bugs: Add PC OFFSET before retrieving Registermap.Shih-wei Liao2011-09-284-17/+23
* Remove extra lock and racy assert in class initializationBrian Carlstrom2011-09-283-65/+68
* Verifier should not exit with exceptions pending.jeffhao2011-09-282-24/+11
* Support for stack scanning of roots.Ian Rogers2011-09-279-14/+113
* Fix oatdumps stats alignmentBrian Carlstrom2011-09-271-1/+1
* Disable test until RegisterMap is fixed for thread run.Shih-wei Liao2011-09-271-1/+2
* Fix space_test by ensuring Runtime::Current() is not nullBrian Carlstrom2011-09-271-4/+5
* Merge "Kill oat_process before rerunning" into dalvik-devBrian Carlstrom2011-09-271-0/+1
|\
| * Kill oat_process before rerunningBrian Carlstrom2011-09-271-0/+1
* | Add a test to trigger GC.Shih-wei Liao2011-09-273-0/+22
|/
* Merge "Add -verbose:startup" into dalvik-devBrian Carlstrom2011-09-276-8/+94
|\
| * Add -verbose:startupBrian Carlstrom2011-09-276-8/+94
* | Merge "Verifier stops if it can't resolve a class, method, or field." into da...jeffhao2011-09-271-232/+106
|\ \
| * | Verifier stops if it can't resolve a class, method, or field.jeffhao2011-09-271-232/+106
* | | Merge "Improve -Xcheck:jni handling of jfieldIDs and jmethodIDs." into dalvik...Elliott Hughes2011-09-271-183/+224
|\ \ \ | |_|/ |/| |
| * | Improve -Xcheck:jni handling of jfieldIDs and jmethodIDs.Elliott Hughes2011-09-271-183/+224
* | | Support for JNI local reference cookie.Ian Rogers2011-09-2713-49/+207
|/ /
* | Merge "Add one last memory barrier." into dalvik-devElliott Hughes2011-09-271-14/+19
|\ \
| * | Add one last memory barrier.Elliott Hughes2011-09-261-14/+19
* | | Fixes for "null instanceof" and class initializationBrian Carlstrom2011-09-2713-22/+42
* | | Merge "Misc codegen fixes related to register promotion" into dalvik-devbuzbee2011-09-266-48/+59
|\ \ \ | |/ / |/| |
| * | Misc codegen fixes related to register promotionbuzbee2011-09-266-48/+59
| |/
* | Merge "Add the "- waiting on"/"- waiting to lock" lines to the SIGQUIT output...Elliott Hughes2011-09-268-54/+160
|\ \
| * | Add the "- waiting on"/"- waiting to lock" lines to the SIGQUIT output.Elliott Hughes2011-09-268-54/+160
* | | Futher oat_process debuggingBrian Carlstrom2011-09-261-6/+26
* | | Fix bug in HasSameMethodDescriptorClass on return typesBrian Carlstrom2011-09-265-35/+97
|/ /
* | Another go at hardening Class::DumpClass.Elliott Hughes2011-09-261-4/+4
* | Dump the pending exception when CheckJNI spots a call to a function that requ...Elliott Hughes2011-09-263-8/+7
|/
* Assorted fixes for running frameworks appsBrian Carlstrom2011-09-2612-17/+109
* Add a -verbose:thread option.Elliott Hughes2011-09-264-22/+57
* ~ should have been !.Elliott Hughes2011-09-261-1/+1
* Various optimization fixesbuzbee2011-09-2610-77/+178
* Stack scanning: Find RegisterMap and unit-test it. Add decoding of the map.Shih-wei Liao2011-09-257-5/+270
* Various things.Elliott Hughes2011-09-254-40/+70
* Log when a Thread tries to set its name.Elliott Hughes2011-09-251-5/+13
* Merge "Use JNI to start the daemon threads." into dalvik-devElliott Hughes2011-09-251-4/+6
|\
| * Use JNI to start the daemon threads.Elliott Hughes2011-09-251-4/+6
* | Thread state fixes.Elliott Hughes2011-09-253-11/+15
|/
* Floating point callee save support in exception delivery.Ian Rogers2011-09-255-56/+82