OSDN Git Service

Bug fixes for ld/st elimination.
[android-x86/dalvik.git] / vm /
2011-04-26 Ben ChengBug fixes for ld/st elimination.
2011-04-22 Ben ChengFix self-verification with backward branches or invokes.
2011-04-22 Ben ChengSet "needFallThroughBranch" flag during block split.
2011-04-21 buzbeeKill stale assert, fix for 4310384
2011-04-20 Carl Shapiroam 6892cab9: am e4195e1c: Fix a type error in the alloc...
2011-04-20 Carl Shapiroam e4195e1c: Fix a type error in the allocation of...
2011-04-20 Carl ShapiroFix a type error in the allocation of non-moving arrays.
2011-04-19 Sriram Ramanam 024b7b9d: am a0739ea3: am af242824: Revert "Fix...
2011-04-19 Sriram Ramanam a0739ea3: am af242824: Revert "Fix a type error...
2011-04-19 Sriram Ramanam af242824: Revert "Fix a type error in the allocation...
2011-04-19 Sriram RamanRevert "Fix a type error in the allocation of non-movin...
2011-04-19 Carl Shapiroam 8bfb6dec: am bb8c2f35: am bdd06aad: Fix a type error...
2011-04-19 Carl Shapiroam bb8c2f35: am bdd06aad: Fix a type error in the alloc...
2011-04-19 Carl Shapiroam bdd06aad: Fix a type error in the allocation of...
2011-04-19 Carl ShapiroFix a type error in the allocation of non-moving arrays.
2011-04-14 Nick Kralevichmake dvmOpenCachedDexFile resistant to umask changes.
2011-04-13 buzbeeFix debugger performance regression
2011-04-11 buzbeeMerge "Add missing JUMBO opcodes to volatile rewriting"
2011-04-11 buzbeeAdd missing JUMBO opcodes to volatile rewriting
2011-04-11 buzbee[JIT] Close code cache race window
2011-04-09 buzbeeMerge "[JIT] Fix volatile test"
2011-04-09 buzbee[JIT] Fix volatile test
2011-04-09 Elliott HughesMerge "Add jniThrowExceptionFmt."
2011-04-08 buzbeeMerge "Fix method profiling [issue 4260697]"
2011-04-08 Joe OnoratoRevert "[JIT] Fix volatile test" - breaks build
2011-04-08 buzbeeFix method profiling [issue 4260697]
2011-04-08 buzbee[JIT] Fix volatile test
2011-04-07 Carl ShapiroMerge "Scale the card count by bits per byte to derive...
2011-04-07 Carl ShapiroScale the card count by bits per byte to derive a bit...
2011-04-07 Andy McFaddenMerge "Improve JNI indirect ref diagnostics"
2011-04-07 Andy McFaddenImprove JNI indirect ref diagnostics
2011-04-05 buzbeeFix x86 fast interpreter
2011-04-04 buzbee[JIT] Rely on the opcode only to determine volatile
2011-04-04 Bill BuzbeeMerge "Do not emit the write barrier when storing to...
2011-04-04 Brian CarlstromMerge "Fix sizing of the modunion table on small heaps"
2011-04-04 Carl ShapiroDo not emit the write barrier when storing to primitive...
2011-04-04 Brian CarlstromFix sizing of the modunion table on small heaps
2011-04-04 Carl ShapiroInclude strings.h for the ffs prototype.
2011-04-03 Brian CarlstromUse x86 variant in dalvik for TARGET_ARCH_VARIANT=x86...
2011-04-01 Brian CarlstromMerge remote branch 'goog/dalvik-dev' into dalvik-dev...
2011-04-01 Ben ChengChange the tread state before acquiring the code cache...
2011-03-31 buzbeeMerge "[JIT] Clear inCodeCacheFlag on extended singlest...
2011-03-31 buzbee[JIT] Clear inCodeCacheFlag on extended singlestep
2011-03-31 Ben ChengMerge "Generate code for loops formed with the new...
2011-03-31 Carl ShapiroMerge "Delegate the queuing of cleared references to...
2011-03-31 Ben ChengGenerate code for loops formed with the new builder
2011-03-31 buzbeeMerge "Add missing JUMBO ops [fixed]" into dalvik-dev
2011-03-31 buzbeeAdd missing JUMBO ops [fixed]
2011-03-31 Elliott HughesMerge "Improve diagnostics when non-String passed as...
2011-03-31 Elliott HughesImprove diagnostics when non-String passed as a jstring.
2011-03-31 buzbeeMerge "Add missing JUMBO ops to JIT" into dalvik-dev
2011-03-31 buzbeeAdd missing JUMBO ops to JIT
2011-03-31 Ben ChengAdd missing jumbo opcodes to the self verification...
2011-03-31 Carl ShapiroDelegate the queuing of cleared references to managed...
2011-03-30 Jesse WilsonMerge "Update a test to handle a different anonymous...
2011-03-30 buzbeeMerge "Fix interpreter debug attach" into dalvik-dev
2011-03-30 buzbeeFix interpreter debug attach
2011-03-30 Brian Carlstromam 3a2e2a73: Merge "SamplingProfilerIntegration and...
2011-03-30 Brian CarlstromMerge "SamplingProfilerIntegration and SamplingProfiler...
2011-03-30 Brian CarlstromSamplingProfilerIntegration and SamplingProfiler improv...
2011-03-29 Elliott HughesMerge "Improve diagnostics when RegisterNatives fails...
2011-03-29 Elliott HughesImprove diagnostics when RegisterNatives fails.
2011-03-29 Andy McFaddenInit classes used by DDMS
2011-03-29 buzbeeMerge "Add safepoint callback for gc" into dalvik-dev
2011-03-29 buzbeeAdd safepoint callback for gc
2011-03-28 Jesse WilsonRemove unused security manager code.
2011-03-28 Jesse WilsonMerge "Support reflective lookup of single fields....
2011-03-28 Andy McFaddenMerge "Prep DDMS stuff in InitRefs" into dalvik-dev
2011-03-28 Andy McFaddenPrep DDMS stuff in InitRefs
2011-03-28 Andy McFaddenMerge "Fix a couple of asserts" into dalvik-dev
2011-03-28 Andy McFaddenFix a couple of asserts
2011-03-28 buzbeeresolved conflicts for merge of ac815100 to dalvik-dev
2011-03-28 Jesse WilsonSupport reflective lookup of single fields.
2011-03-28 buzbeeFix x86-atom build
2011-03-28 Andy McFaddenMerge "Yet more InitRefs-ing" into dalvik-dev
2011-03-25 Andy McFaddenYet more InitRefs-ing
2011-03-25 Elliott HughesMerge "Try a bit harder to look like gdb(1)." into...
2011-03-25 Jesse WilsonMerge "Native code to fast path annotation lookups...
2011-03-25 Elliott HughesTry a bit harder to look like gdb(1).
2011-03-25 Elliott HughesMerge "Automatically dump stack traces in dvmAbort...
2011-03-25 Elliott HughesAutomatically dump stack traces in dvmAbort on the...
2011-03-25 Jesse WilsonNative code to fast path annotation lookups.
2011-03-25 Andy McFaddenMerge "Some more InitRefs-ing" into dalvik-dev
2011-03-25 Jesse WilsonOptimize annotations.
2011-03-25 Andy McFaddenSome more InitRefs-ing
2011-03-24 jeffhaoMerge "Various dx fixes to make it preserve locals...
2011-03-24 buzbeeInterpreter fix - limit suspend checks
2011-03-24 Ben ChengMerge "Dump the current code stream when the assembler...
2011-03-24 Ben ChengDump the current code stream when the assembler fails...
2011-03-24 Andy McFaddenMerge "Various JDWP updates" into dalvik-dev
2011-03-24 Andy McFaddenVarious JDWP updates
2011-03-24 Dan Bornsteinam 4624f350: am 17aff091: am b1101e84: am 486ac3c0...
2011-03-24 Dan Bornsteinam 17aff091: am b1101e84: am 486ac3c0: Removing inaccur...
2011-03-24 Dan Bornsteinam b1101e84: am 486ac3c0: Removing inaccurate and unmai...
2011-03-24 Dan Bornsteinam 486ac3c0: Removing inaccurate and unmaintained docs.
2011-03-23 Jesse WilsonMerge "Use PrintWriter rather than PrintStream in dex...
2011-03-23 Dan BornsteinMerge "Kill off code, and leave a note." into dalvik-dev
2011-03-23 Dan BornsteinKill off code, and leave a note.
2011-03-23 buzbeeInterpreter restructuring
2011-03-23 Andy McFaddenMerge "Fix some exception issues" into dalvik-dev
next