1. 8a7b9fd Merge "Fix to dex verifier to handle float types that look like Boolean." by jeffhao · 13 years ago
  2. 556904e Merge "Bug fix for control-flow construction involving nested loops." by Ben Cheng · 13 years ago
  3. f36ff04 Bug fix for control-flow construction involving nested loops. by Ben Cheng · 13 years ago
  4. 3560a2d Remove stale assert by buzbee · 13 years ago
  5. 09153fe am 9e8b05e4: am a669206d: Merge "cleanup redundant interfaces from iftable to avoid excessive LinearAlloc use" by Jean-Baptiste Queru · 13 years ago
  6. 2a249c5 Fix to dex verifier to handle float types that look like Boolean. by jeffhao · 13 years ago
  7. 9e8b05e am a669206d: Merge "cleanup redundant interfaces from iftable to avoid excessive LinearAlloc use" by Jean-Baptiste Queru · 13 years ago
  8. a669206 Merge "cleanup redundant interfaces from iftable to avoid excessive LinearAlloc use" by Jean-Baptiste Queru · 13 years ago
  9. 3e9871d am 516c0968: am 390d7c08: fix personality call. by Nick Kralevich · 13 years ago
  10. 516c096 am 390d7c08: fix personality call. by Nick Kralevich · 13 years ago
  11. 390d7c0 fix personality call. by Nick Kralevich · 13 years ago
  12. 5c80d7d Fix log macro name by Selim Gurun · 13 years ago
  13. 6ca52fa am ca5d7a30: am 311886c6: Prevent memory fragmentation. by Selim Gurun · 13 years ago
  14. ca5d7a3 am 311886c6: Prevent memory fragmentation. by Selim Gurun · 13 years ago
  15. 88e959e am 6dea1575: Merge "fix dvmDbgOutputAllInterfaces to include only direct super-interfaces" by Jean-Baptiste Queru · 13 years ago
  16. 311886c Prevent memory fragmentation. by Selim Gurun · 13 years ago
  17. d8a81cf cleanup redundant interfaces from iftable to avoid excessive LinearAlloc use by Johannes Rudolph · 13 years ago
  18. 069df3c fix dvmDbgOutputAllInterfaces to include only direct super-interfaces by Johannes Rudolph · 13 years ago
  19. 6d1a1df Fix a small memory leak. by Elliott Hughes · 13 years ago
  20. c1a4ab9 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  21. e8e1ddc Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  22. 4308417 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  23. ab35b50 Remove unsupported experimental opcodes. by Elliott Hughes · 13 years ago
  24. 062bf50 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  25. fa12c0e am a18e6d13: Initialize the vC field of inlined getters/setters. by Ben Cheng · 13 years ago
  26. a18e6d1 Initialize the vC field of inlined getters/setters. by Ben Cheng · 13 years ago
  27. d3af0ce am ee155d4f: Initialize the JNI indirect ref table to make Valgrind happy. by Ben Cheng · 13 years ago
  28. ee155d4 Initialize the JNI indirect ref table to make Valgrind happy. by Ben Cheng · 13 years ago
  29. 69c4756 Use libcorkscrew to format the stack trace. by Jeff Brown · 13 years ago
  30. cab0fdf DO NOT MERGE Further refinement of card table clear by Andy McFadden · 13 years ago
  31. c0a1885 Further refinement of card table clear by Andy McFadden · 13 years ago
  32. 955c3a0 Fix reporting of initial pause time by Andy McFadden · 13 years ago
  33. 1dfee8b am 6cd72bd0: Merge "Don\'t pay for filename/line number lookup unless you need to." into ics-mr1 by Elliott Hughes · 13 years ago
  34. 46a431c am 50e01501: Merge "Knock ::self() out of the ParseXml profile." into ics-mr1 by Elliott Hughes · 13 years ago
  35. 8e93375 am 4c83f214: Merge "Reduce Dalvik card table overhead" into ics-mr1 by Andy McFadden · 13 years ago
  36. f86beb9 am ccf4c9d9: Don\'t decr profiling count without incr by Andy McFadden · 13 years ago
  37. 8a306c6 Merge "Slight change to unwinder API." by Jeff Brown · 13 years ago
  38. 6cd72bd Merge "Don't pay for filename/line number lookup unless you need to." into ics-mr1 by Elliott Hughes · 13 years ago
  39. 50e0150 Merge "Knock ::self() out of the ParseXml profile." into ics-mr1 by Elliott Hughes · 13 years ago
  40. 4c83f21 Merge "Reduce Dalvik card table overhead" into ics-mr1 by Andy McFadden · 13 years ago
  41. ccf4c9d Don't decr profiling count without incr by Andy McFadden · 13 years ago
  42. af6cf54 Reduce Dalvik card table overhead by Andy McFadden · 13 years ago
  43. 9d420d4 Don't pay for filename/line number lookup unless you need to. by Elliott Hughes · 13 years ago
  44. 668a92a Slight change to unwinder API. by Jeff Brown · 13 years ago
  45. de68817 Knock ::self() out of the ParseXml profile. by Elliott Hughes · 13 years ago
  46. a23e5c2 am ab97cd16: Start profiling after state prep by Andy McFadden · 13 years ago
  47. ab97cd1 Start profiling after state prep by Andy McFadden · 13 years ago
  48. 06413eb Merge "Disable dumping native stacks of non-Dalvik threads. Bug: 5544153" by Jeff Brown · 13 years ago
  49. c4102d6 Merge "DO NOT MERGE: Optimize IndirectRefTable." into ics-mr1 by Elliott Hughes · 13 years ago
  50. a488045 am 63cd4b08: Don\'t malloc between fork and exec by Andy McFadden · 13 years ago
  51. fabd018 Disable dumping native stacks of non-Dalvik threads. Bug: 5544153 by Jeff Brown · 13 years ago
  52. 63cd4b0 Don't malloc between fork and exec by Andy McFadden · 13 years ago
  53. b353eec am f51d43f0: am e3d9cde4: Disable JIT single-stepping resume mode. by Ben Cheng · 13 years ago
  54. 566a832 am a78b1255: Fix cleanup by Andy McFadden · 13 years ago
  55. f51d43f am e3d9cde4: Disable JIT single-stepping resume mode. by Ben Cheng · 13 years ago
  56. e3d9cde Disable JIT single-stepping resume mode. by Ben Cheng · 13 years ago
  57. a78b125 Fix cleanup by Andy McFadden · 13 years ago
  58. 68ecde1 DO NOT MERGE: Optimize IndirectRefTable. by Jeff Brown · 13 years ago
  59. 8faec7e Fix single-stepping resume mode in the interpreter. by Ben Cheng · 13 years ago
  60. b1e2271 Fix single-stepping resume mode in the interpreter. by Ben Cheng · 13 years ago
  61. b7b9b2a Merge "Fix single-stepping resume mode in the interpreter." by Ben Cheng · 13 years ago
  62. b121230 Dump stacks for all native threads, not just those in JNI. by Jeff Brown · 13 years ago
  63. 0c0624b Fix single-stepping resume mode in the interpreter. by Ben Cheng · 13 years ago
  64. 5552e62 Optimize IndirectRefTable. by Jeff Brown · 13 years ago
  65. 476157d Add a simple performance test for IndirectRefTable. by Jeff Brown · 13 years ago
  66. 34987b4 Fix reference to non-existent function in debug code. by Jeff Brown · 13 years ago
  67. 92c1f6f Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  68. 1663a6c Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE by Steve Block · 13 years ago
  69. b78eab0 Dump native stack of JNI methods when handling SIGQUIT. by Jeff Brown · 13 years ago
  70. 21fefba Avoid deadlock. by Elliott Hughes · 13 years ago
  71. 98909fb Merge "Leave up to 512 chars of gDvm.lastMessage on dvmAbort's stack frame." by Ben Cheng · 13 years ago
  72. f7c1805 Leave up to 512 chars of gDvm.lastMessage on dvmAbort's stack frame. by Ben Cheng · 13 years ago
  73. 15fec55 Merge "Reordered some checks and added more to the verifier." by jeffhao · 13 years ago
  74. c2fdadc Merge "Revert "Use the card table to scan the immune region of the heap."" by Ben Cheng · 13 years ago
  75. b271408 Revert "Use the card table to scan the immune region of the heap." by Ben Cheng · 13 years ago
  76. 3e64548 Merge "Don't say UTF-8 in Dalvik's CheckJNI when we mean Modified UTF-8." by Elliott Hughes · 13 years ago
  77. 904660c Don't say UTF-8 in Dalvik's CheckJNI when we mean Modified UTF-8. by Elliott Hughes · 13 years ago
  78. 32c482c Reordered some checks and added more to the verifier. by jeffhao · 13 years ago
  79. 5a459d4 Fixed dx verifier issue when an error is detected. by jeffhao · 13 years ago
  80. 5eacf6c Fix a typo in unused code. by Elliott Hughes · 13 years ago
  81. 4185972 Fix memory barriers (Issue 3338450) by buzbee · 13 years ago
  82. 927765c Don't spam the logs with thread priority information. by Jesse Wilson · 13 years ago
  83. 6e0be60 Attempt to fix dalvik heap corruption. by Jesse Wilson · 13 years ago
  84. f28000d Fix two data races in the monitor code. by Carl Shapiro · 14 years ago
  85. b25e56e Merge "Dexopt verifier checks that int/float and double/long uses do not mix." by jeffhao · 13 years ago
  86. 3eb9789 Enhance CheckJNI to recognize when an type-incompatible jfieldID is used to get/set a field. by Elliott Hughes · 13 years ago
  87. 3ff838e Don't wrap the actual type in parens if its null. by Jesse Wilson · 13 years ago
  88. 43b06bc Dexopt verifier checks that int/float and double/long uses do not mix. by jeffhao · 14 years ago
  89. da866ea Take the heap lock in dvmIsHeapAddress. by Elliott Hughes · 14 years ago
  90. db57ab1 Remove "adbd disconnected" log spam by Mike Lockwood · 14 years ago
  91. b273415 Only allocate slot_data_ as needed. by Elliott Hughes · 14 years ago
  92. b792ee2 Merge "Don't use dvmIsValidObject outside the GC." by Elliott Hughes · 14 years ago
  93. fe9052e Trim the heap when idle after concurrent GC's. Bug: 4984352 by Jeff Brown · 14 years ago
  94. 8bc8bf7 Don't use dvmIsValidObject outside the GC. by Elliott Hughes · 14 years ago
  95. 5b298a2 Fix the sense of a conditional in the JNI compatibility mode. by Elliott Hughes · 14 years ago
  96. 58e1b91 Stop advertising the removed -Xdeadlockpredict option. by Elliott Hughes · 14 years ago
  97. 4c8b7b0 Merge "Tidying of the jweak fix." by Elliott Hughes · 14 years ago
  98. aa6bb5b Merge "Remove the simulator target from all makefiles. Bug: 5010576" by Jeff Brown · 14 years ago
  99. 363e154 Tidying of the jweak fix. by Elliott Hughes · 14 years ago
  100. 737e7c2 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 14 years ago