summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-01Fix cleanupandroid-sdk-adt_r16.0.1android-cts-4.0_r1android-4.0.2_r1android-4.0.1_r1.2android-4.0.1_r1.1android-4.0.1_r1ics-mr0-releaseics-mr0ics-factoryrom-2-releaseAndy McFadden
2011-11-01Disable JIT single-stepping resume mode.Ben Cheng
2011-10-28Fix single-stepping resume mode in the interpreter.Ben Cheng
2011-10-14Avoid deadlock.Elliott Hughes
2011-10-10Merge "Leave up to 512 chars of gDvm.lastMessage on dvmAbort's stack frame."Ben Cheng
2011-10-10Leave up to 512 chars of gDvm.lastMessage on dvmAbort's stack frame.Ben Cheng
2011-10-10Merge "Reordered some checks and added more to the verifier."jeffhao
2011-10-10Merge "Revert "Use the card table to scan the immune region of the heap.""Ben Cheng
2011-10-10Revert "Use the card table to scan the immune region of the heap."Ben Cheng
2011-10-10Merge "Don't say UTF-8 in Dalvik's CheckJNI when we mean Modified UTF-8."Elliott Hughes
2011-10-07Don't say UTF-8 in Dalvik's CheckJNI when we mean Modified UTF-8.Elliott Hughes
2011-10-06Reordered some checks and added more to the verifier.jeffhao
2011-10-04Fixed dx verifier issue when an error is detected.jeffhao
2011-09-29Fix a typo in unused code.Elliott Hughes
2011-09-27Fix memory barriers (Issue 3338450)buzbee
2011-09-20Don't spam the logs with thread priority information.Jesse Wilson
2011-09-06Attempt to fix dalvik heap corruption.Jesse Wilson
2011-09-05Fix document formatting error (html tags)Logan Chien
2011-09-02Merge "Dx reg allocator fix for accidental long/double clobbering."jeffhao
2011-09-02Merge "Rename register to conform to instruction format"Shih-wei Liao
2011-09-01Rename register to conform to instruction formatLogan Chien
2011-08-31Fix a corner-case dex merging bug.Jesse Wilson
2011-08-30am 4130f726: am 1dd1d924: am e4e76feb: Merge "Set DX stack size to 1M by defa...Raphael Moll
2011-08-29am 1dd1d924: am e4e76feb: Merge "Set DX stack size to 1M by default on Windows."Raphael Moll
2011-08-29am e4e76feb: Merge "Set DX stack size to 1M by default on Windows."Raphael Moll
2011-08-26Merge "Set DX stack size to 1M by default on Windows."Raphael Moll
2011-08-26Dx reg allocator fix for accidental long/double clobbering.jeffhao
2011-08-26Set DX stack size to 1M by default on Windows.Raphael Moll
2011-08-23Removed parsing and output for unused --target-api switch in dx.jeffhao
2011-08-22Merge "Fix JNIEXPORT now people are using -fvisibility."Elliott Hughes
2011-08-19Permit code size to grow when merging dex files.Jesse Wilson
2011-08-19Fix JNIEXPORT now people are using -fvisibility.Elliott Hughes
2011-08-15Fix two data races in the monitor code.Carl Shapiro
2011-08-15Merge "Dexopt verifier checks that int/float and double/long uses do not mix."jeffhao
2011-08-14Enhance CheckJNI to recognize when an type-incompatible jfieldID is used to g...Elliott Hughes
2011-08-14Don't wrap the actual type in parens if its null.Jesse Wilson
2011-08-12Dexopt verifier checks that int/float and double/long uses do not mix.jeffhao
2011-08-10am be3942f2: (-s ours) am 3245c2e4: am 5017f3f2: Merge "Support wrapping app ...Jeff Brown
2011-08-10am 8ddfe8b4: (-s ours) am a0533621: am 9df264db: Merge "Add a dual clock prof...Jeff Brown
2011-08-10am 3245c2e4: am 5017f3f2: Merge "Support wrapping app processes to inject deb...Jeff Brown
2011-08-10am a0533621: am 9df264db: Merge "Add a dual clock profiler tracing mode."Jeff Brown
2011-08-10am 5017f3f2: Merge "Support wrapping app processes to inject debug instrument...Jeff Brown
2011-08-10am 9df264db: Merge "Add a dual clock profiler tracing mode."Jeff Brown
2011-08-10Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4...Jeff Brown
2011-08-10Merge "Add a dual clock profiler tracing mode."Jeff Brown
2011-08-10Take the heap lock in dvmIsHeapAddress.Elliott Hughes
2011-08-02Reconcile with honeycomb-mr2-releaseThe Android Open Source Project
2011-08-01Rollback of dx change to prevent methods from being overwritten.jeffhao
2011-08-01Dx fit to prevent method arguments from being overwritten by temps.jeffhao
2011-07-27Support wrapping app processes to inject debug instrumentation.Jeff Brown