1. e58a9b5 Add isDebuggerActive API for the finalizer watchdog. by Jesse Wilson · 13 years ago
  2. 6f3c21f More LOG newline cleanup. by Dan Bornstein · 13 years ago
  3. 291c84f Prefer printf format "%#x" over "0x%x". by Dan Bornstein · 13 years ago
  4. 60fc806 Further conservation of newlines. by Dan Bornstein · 13 years ago
  5. 7debeaf Merge "Pack interpSave struct to fix x86 & arm align diff" into dalvik-dev by buzbee · 13 years ago
  6. 81ea00b Pack interpSave struct to fix x86 & arm align diff by buzbee · 13 years ago
  7. 4138683 Merge "Eliminate the dvmHeapSourceGetPtrFlag interface." into dalvik-dev by Carl Shapiro · 13 years ago
  8. 48a2061 Merge "Update dex file magic number." into dalvik-dev by Dan Bornstein · 13 years ago
  9. d537d48 Eliminate the dvmHeapSourceGetPtrFlag interface. by Carl Shapiro · 13 years ago
  10. 9fdbd91 Update dex file magic number. by Dan Bornstein · 13 years ago
  11. e1c94cd am cf4a20cf: Interpreter/Debugger fix #4479968 by buzbee · 13 years ago
  12. cf4a20c Interpreter/Debugger fix #4479968 by buzbee · 13 years ago
  13. 43e796a am 9522632b: Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4437846" by Jeff Brown · 13 years ago
  14. 9522632 Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4437846" by Jeff Brown · 13 years ago
  15. 7676148 am 97b22b8d: Fix alt handling for Jumbo ops by buzbee · 13 years ago
  16. 97b22b8 Fix alt handling for Jumbo ops by buzbee · 13 years ago
  17. a3741e3 Support wrapping app processes to inject debug instrumentation. Bug: 4437846 by Jeff Brown · 14 years ago
  18. 5c247d0 Merge "Address CVE-2011-1090." into dalvik-dev by Dan Bornstein · 14 years ago
  19. d53c7ef Address CVE-2011-1090. by Dan Bornstein · 14 years ago
  20. d8d2511 Dump the pending exception before aborting in FindClass. by Elliott Hughes · 14 years ago
  21. cc20c55 Improve diagnostics when an invalid reference is given to Get/Set*Field functions. by Elliott Hughes · 14 years ago
  22. 3ddce1c am fe108f77: Fix a Thumb vs Thumb2 codegen bug. by Ben Cheng · 14 years ago
  23. a97851e Fix a comment and remove some horizontal white space. by Carl Shapiro · 14 years ago
  24. 7e46af2 Various code clean-ups. by Carl Shapiro · 14 years ago
  25. fe108f7 Fix a Thumb vs Thumb2 codegen bug. by Ben Cheng · 14 years ago
  26. bfa270a Merge "Normalize declaration style." into dalvik-dev by Carl Shapiro · 14 years ago
  27. 06f120f Normalize declaration style. by Carl Shapiro · 14 years ago
  28. 12fc997 Remove dead code. by Carl Shapiro · 14 years ago
  29. b57f9ac am 313d430d: Another single-stepping fix in JIT self-verification mode. by Ben Cheng · 14 years ago
  30. 313d430 Another single-stepping fix in JIT self-verification mode. by Ben Cheng · 14 years ago
  31. c7ecb9b Explicitly initialize a condition variable in the VM globals. by Carl Shapiro · 14 years ago
  32. c63574f Merge "Remove an invalid assertion." into dalvik-dev by Carl Shapiro · 14 years ago
  33. 1e8ccd2 Merge "Fixes to allow the debug VM configuration to build." into dalvik-dev by Carl Shapiro · 14 years ago
  34. 87b44e9 am e346f7d8: Fix a couple debugging issues involving JIT single-stepping mode. by Ben Cheng · 14 years ago
  35. e346f7d Fix a couple debugging issues involving JIT single-stepping mode. by Ben Cheng · 14 years ago
  36. 4e738a7 Remove an invalid assertion. by Carl Shapiro · 14 years ago
  37. 9c6f0a6 Fixes to allow the debug VM configuration to build. by Carl Shapiro · 14 years ago
  38. 65596b6 Remove dead code and a stale comment. by Carl Shapiro · 14 years ago
  39. a732397 Establish a subclass relationships among the field types. by Carl Shapiro · 14 years ago
  40. dc2a188 Establish a subclass relationship between ClassObject and Object. by Carl Shapiro · 14 years ago
  41. dc9e44c Make interned strings non-movable. by Carl Shapiro · 14 years ago
  42. 38e191b Fix Mac build by restoring old conditional endian handling removed in ae188c676c681e47a93ade7fdf0144099b470e03 by Brian Carlstrom · 14 years ago
  43. bbf31b5 Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master by Brian Carlstrom · 14 years ago
  44. a62c3a0 Establish a subclass relationship between ArrayObject and Object. by Carl Shapiro · 14 years ago
  45. 00c8876 am 00ceb87d: Fix for double breakpoint (issue 4378296) by buzbee · 14 years ago
  46. 00ceb87 Fix for double breakpoint (issue 4378296) by buzbee · 14 years ago
  47. 7cc095f Establish a subclass relationship between DataObject and Object. by Carl Shapiro · 14 years ago
  48. 0e0b3f6 Merge "Add a cast required for assigning a ClassObject* to and Object*." into dalvik-dev by Carl Shapiro · 14 years ago
  49. abc5291 Add a cast required for assigning a ClassObject* to and Object*. by Carl Shapiro · 14 years ago
  50. 401edfc Merge "x86 interpreter fix" into dalvik-dev by buzbee · 14 years ago
  51. 2ec9f78 x86 interpreter fix by buzbee · 14 years ago
  52. 4676df0 Merge "Type the reference member of JValue as an Object pointer." into dalvik-dev by Carl Shapiro · 14 years ago
  53. 17f22e1 am 7b609f05: Remove javax.net.ssl.trustStore from dalvik script by Brian Carlstrom · 14 years ago
  54. 7b609f0 Remove javax.net.ssl.trustStore from dalvik script by Brian Carlstrom · 14 years ago
  55. 92a3b69 Type the reference member of JValue as an Object pointer. by Carl Shapiro · 14 years ago
  56. c8d1d06 Merge "Refactor the garbage collection class initialization." into dalvik-dev by Carl Shapiro · 14 years ago
  57. 5584c2b Merge "Add a non-moving option to dvmMalloc and make use of it." into dalvik-dev by Carl Shapiro · 14 years ago
  58. d862faa Get rid of uneeded extern, enum, typedef and struct qualifiers. by Carl Shapiro · 14 years ago
  59. 52e2626 Add a non-moving option to dvmMalloc and make use of it. by Carl Shapiro · 14 years ago
  60. 71ae36c Refactor the garbage collection class initialization. by Carl Shapiro · 14 years ago
  61. 5cdd4a3 Normalize some enumerations. by Carl Shapiro · 14 years ago
  62. c67c23b Eliminate the PROFILE_FIELD_ACCESS feature. by Carl Shapiro · 14 years ago
  63. 50e5fd5 Use C++ linkage in GC headers and remove unneeded typedefs. by Carl Shapiro · 14 years ago
  64. d5c80e0 Remove the old forcecopy in favor of the new. by Elliott Hughes · 14 years ago
  65. b266c22 Merge "Add -Xjniopts:forcecopy-unmap to catch more errors than forcecopy." into dalvik-dev by Elliott Hughes · 14 years ago
  66. a5f3ed8 Add -Xjniopts:forcecopy-unmap to catch more errors than forcecopy. by Elliott Hughes · 14 years ago
  67. de9e2b9 Bug fixes for ld/st elimination. by Ben Cheng · 14 years ago
  68. cf2aac7 Refine & simplify the interBreak mechanism by buzbee · 14 years ago
  69. 1b9c9af Merge "Move JNIHelp's implementation to C++." into dalvik-dev by Elliott Hughes · 14 years ago
  70. f06a4d1 Move JNIHelp's implementation to C++. by Elliott Hughes · 14 years ago
  71. 243db25 Local optimization fixes for diverences found by self verification. by Ben Cheng · 14 years ago
  72. 389e258 InterpBreak cleanup (part 1) by buzbee · 14 years ago
  73. 30bc0d4 Consolidate curFrame fields in thread storage by buzbee · 14 years ago
  74. c743225 am 9f54185b: Set "needFallThroughBranch" flag during block split. by Ben Cheng · 14 years ago
  75. 381333d Fix self-verification with backward branches or invokes. by Ben Cheng · 14 years ago
  76. 9f54185 Set "needFallThroughBranch" flag during block split. by Ben Cheng · 14 years ago
  77. 8a045d9 Merge "Fix -Xjniopts:forcecopy, which I broke." into dalvik-dev by Elliott Hughes · 14 years ago
  78. 9d14da5 Fix -Xjniopts:forcecopy, which I broke. by Elliott Hughes · 14 years ago
  79. d2ab575 am 90232632: Kill stale assert, fix for 4310384 by buzbee · 14 years ago
  80. 9023263 Kill stale assert, fix for 4310384 by buzbee · 14 years ago
  81. 122dac5 Remove DVM_LOCK_INIT and DVM_LOCK_INITIAL_THIN_VALUE. by Carl Shapiro · 14 years ago
  82. 5d6b40f Merge "Remove unneeded void argument list declarations." into dalvik-dev by Carl Shapiro · 14 years ago
  83. 1e1433e Remove unneeded void argument list declarations. by Carl Shapiro · 14 years ago
  84. cd8f5e7 Move the interpreter into C++. by Carl Shapiro · 14 years ago
  85. 58ddbad Merge "Move the compiler into C++." into dalvik-dev by Carl Shapiro · 14 years ago
  86. 4dd60e2 am 6892cab9: am e4195e1c: Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  87. 6892cab am e4195e1c: Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  88. e4195e1 Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  89. c233f16 Revert "am 024b7b9d: am a0739ea3: am af242824: Revert "Fix a type error in the allocation of non-moving arrays." per Ryan\'s request" by Carl Shapiro · 14 years ago
  90. 5d5b94c Move the compiler into C++. by Carl Shapiro · 14 years ago
  91. fc0e572 Merge "Replace public uses of dvmAllocArray with dvmAllocArrayByClass." into dalvik-dev by Carl Shapiro · 14 years ago
  92. e3548ae am d336a946: am 024b7b9d: am a0739ea3: am af242824: Revert "Fix a type error in the allocation of non-moving arrays." per Ryan\'s request by Sriram Raman · 14 years ago
  93. d336a94 am 024b7b9d: am a0739ea3: am af242824: Revert "Fix a type error in the allocation of non-moving arrays." per Ryan\'s request by Sriram Raman · 14 years ago
  94. 024b7b9 am a0739ea3: am af242824: Revert "Fix a type error in the allocation of non-moving arrays." per Ryan\'s request by Sriram Raman · 14 years ago
  95. a0739ea am af242824: Revert "Fix a type error in the allocation of non-moving arrays." per Ryan\'s request by Sriram Raman · 14 years ago
  96. af24282 Revert "Fix a type error in the allocation of non-moving arrays." per Ryan's request by Sriram Raman · 14 years ago
  97. d52d4b1 Replace public uses of dvmAllocArray with dvmAllocArrayByClass. by Carl Shapiro · 14 years ago
  98. f4b9e27 am 8bfb6dec: am bb8c2f35: am bdd06aad: Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  99. 8bfb6de am bb8c2f35: am bdd06aad: Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  100. bb8c2f3 am bdd06aad: Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago