1. fad8198 am 381333db: Fix self-verification with backward branches or invokes. by Ben Cheng · 14 years ago
  2. c743225 am 9f54185b: Set "needFallThroughBranch" flag during block split. by Ben Cheng · 14 years ago
  3. 381333d Fix self-verification with backward branches or invokes. by Ben Cheng · 14 years ago
  4. 9f54185 Set "needFallThroughBranch" flag during block split. by Ben Cheng · 14 years ago
  5. f7ab441 Merge "Combine CstUtf8 and CstString." into dalvik-dev by Jesse Wilson · 14 years ago
  6. 3332018 Combine CstUtf8 and CstString. by Jesse Wilson · 14 years ago
  7. 8a045d9 Merge "Fix -Xjniopts:forcecopy, which I broke." into dalvik-dev by Elliott Hughes · 14 years ago
  8. 9d14da5 Fix -Xjniopts:forcecopy, which I broke. by Elliott Hughes · 14 years ago
  9. d2ab575 am 90232632: Kill stale assert, fix for 4310384 by buzbee · 14 years ago
  10. 9023263 Kill stale assert, fix for 4310384 by buzbee · 14 years ago
  11. 122dac5 Remove DVM_LOCK_INIT and DVM_LOCK_INITIAL_THIN_VALUE. by Carl Shapiro · 14 years ago
  12. 5d6b40f Merge "Remove unneeded void argument list declarations." into dalvik-dev by Carl Shapiro · 14 years ago
  13. 1e1433e Remove unneeded void argument list declarations. by Carl Shapiro · 14 years ago
  14. cd8f5e7 Move the interpreter into C++. by Carl Shapiro · 14 years ago
  15. 58ddbad Merge "Move the compiler into C++." into dalvik-dev by Carl Shapiro · 14 years ago
  16. 735b947 am 4dd60e2c: am 6892cab9: am e4195e1c: Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  17. 4dd60e2 am 6892cab9: am e4195e1c: Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  18. 6892cab am e4195e1c: Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  19. e4195e1 Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  20. 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
  21. 5d5b94c Move the compiler into C++. by Carl Shapiro · 14 years ago
  22. 38fd4b5 Merge "Change Type, Method and Field to be IDs rather than values." into dalvik-dev by Jesse Wilson · 14 years ago
  23. fc0e572 Merge "Replace public uses of dvmAllocArray with dvmAllocArrayByClass." into dalvik-dev by Carl Shapiro · 14 years ago
  24. 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
  25. 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
  26. 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
  27. 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
  28. af24282 Revert "Fix a type error in the allocation of non-moving arrays." per Ryan's request by Sriram Raman · 14 years ago
  29. d52d4b1 Replace public uses of dvmAllocArray with dvmAllocArrayByClass. by Carl Shapiro · 14 years ago
  30. eba7057 Change Type, Method and Field to be IDs rather than values. by Jesse Wilson · 14 years ago
  31. 5f7d21e am f4b9e275: am 8bfb6dec: am bb8c2f35: am bdd06aad: Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  32. f4b9e27 am 8bfb6dec: am bb8c2f35: am bdd06aad: Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  33. 8bfb6de am bb8c2f35: am bdd06aad: Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  34. bb8c2f3 am bdd06aad: Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  35. 6f430bb Merge "Remove dvmAllocObjectArray and all of its uses." into dalvik-dev by Carl Shapiro · 14 years ago
  36. 26a6b7f Tweaks for C++ compilation. by Dan Bornstein · 14 years ago
  37. a4f4a73 Remove dvmAllocObjectArray and all of its uses. by Carl Shapiro · 14 years ago
  38. 07ae69e Merge "Improve the impossible allocation log message." into dalvik-dev by Carl Shapiro · 14 years ago
  39. 819cc38 Merge "Adjust basis against which enum performance is compared." into dalvik-dev by Jesse Wilson · 14 years ago
  40. 2384bdf Improve the impossible allocation log message. by Carl Shapiro · 14 years ago
  41. bdd06aa Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  42. 541ea61 Adjust basis against which enum performance is compared. by Jesse Wilson · 14 years ago
  43. 2ba33db Fix a type error in the allocation of non-moving arrays. by Carl Shapiro · 14 years ago
  44. f0cf2df Merge "[JIT] Clear inJitCodeCache flag on return" into dalvik-dev by buzbee · 14 years ago
  45. a1deedd Merge "Move the remaining non-compiler VM code into C++." into dalvik-dev by Carl Shapiro · 14 years ago
  46. d5f6ef4 [JIT] Clear inJitCodeCache flag on return by buzbee · 14 years ago
  47. 61ad16e Support catch blocks. by Jesse Wilson · 14 years ago
  48. 70bd7ff Merge "Return Code instances from Method.declare." into dalvik-dev by Jesse Wilson · 14 years ago
  49. da2a9cb Return Code instances from Method.declare. by Jesse Wilson · 14 years ago
  50. d5c36b9 Move the remaining non-compiler VM code into C++. by Carl Shapiro · 14 years ago
  51. c469fa6 Fix build by reverting NELEM change. by Elliott Hughes · 14 years ago
  52. 12ddb41 In C++, we can offer a better NELEM. by Elliott Hughes · 14 years ago
  53. 590f0aa Merge "Move the verifier and parts of the interpreter into C++." into dalvik-dev by Carl Shapiro · 14 years ago
  54. cee7938 Merge "Start actually using C++ in the JNI implementation." into dalvik-dev by Elliott Hughes · 14 years ago
  55. 1813ab2 Move the verifier and parts of the interpreter into C++. by Carl Shapiro · 14 years ago
  56. 23ba960 Start actually using C++ in the JNI implementation. by Elliott Hughes · 14 years ago
  57. b665fb2 Don't require a dalvikvm to build. by Jesse Wilson · 14 years ago
  58. 376e9e5 Merge "Bare-bones dex code generator." into dalvik-dev by Jesse Wilson · 14 years ago
  59. ed0fe6c Bare-bones dex code generator. by Jesse Wilson · 14 years ago
  60. 8938303 More JNI implementation cleanup. by Elliott Hughes · 14 years ago
  61. 87993cb Merge "Switch the JNI code over to C++." into dalvik-dev by Elliott Hughes · 14 years ago
  62. 0647d29 Switch the JNI code over to C++. by Elliott Hughes · 14 years ago
  63. 5049572 Merge "Cleanup." into dalvik-dev by Dan Bornstein · 14 years ago
  64. 88eaaaa Fix out-of-date comments. by Elliott Hughes · 14 years ago
  65. b584d4a Cleanup. by Dan Bornstein · 14 years ago
  66. 2d63bc5 Move JDWP into C++ and add extern "C" to remaining non-compiler includes. by Carl Shapiro · 14 years ago
  67. 7986b75 Merge "Compile libdex as C++." into dalvik-dev by Dan Bornstein · 14 years ago
  68. 43eb723 am 780d3e25: make dvmOpenCachedDexFile resistant to umask changes. by Nick Kralevich · 14 years ago
  69. a70a3d8 Compile libdex as C++. by Dan Bornstein · 14 years ago
  70. 780d3e2 make dvmOpenCachedDexFile resistant to umask changes. by Nick Kralevich · 14 years ago
  71. ccc740b am 80aedd4d: The jni-tips documentation has moved to frameworks/base. by Elliott Hughes · 14 years ago
  72. 80aedd4 The jni-tips documentation has moved to frameworks/base. by Elliott Hughes · 14 years ago
  73. 843cc1a Merge "Move fundamental object definitions and operations to C++" into dalvik-dev by Carl Shapiro · 14 years ago
  74. d9fa4f2 Merge "Fix self-verification with backward branches or invokes." into dalvik-dev by Ben Cheng · 14 years ago
  75. dabd15a Move fundamental object definitions and operations to C++ by Carl Shapiro · 14 years ago
  76. f04b62a Fix self-verification with backward branches or invokes. by Ben Cheng · 14 years ago
  77. c6d2470 Add a class flag CLASS_ISCLASS. by Dan Bornstein · 14 years ago
  78. 409aa22 Merge "Move the reflection code into C++." into dalvik-dev by Carl Shapiro · 14 years ago
  79. 65008c1 am e7147462: Fix debugger performance regression by buzbee · 14 years ago
  80. 056a24a Move the reflection code into C++. by Carl Shapiro · 14 years ago
  81. e714746 Fix debugger performance regression by buzbee · 14 years ago
  82. db0c954 Convert the internal and in-line natives to C++. by Carl Shapiro · 14 years ago
  83. a584c50 Merge "Add additional asserts and combine declarations with definitions." into dalvik-dev by Carl Shapiro · 14 years ago
  84. 4baaea3 Add additional asserts and combine declarations with definitions. by Carl Shapiro · 14 years ago
  85. 5ede407 am 0161e158: Merge "Add missing JUMBO opcodes to volatile rewriting" by buzbee · 14 years ago
  86. 0161e15 Merge "Add missing JUMBO opcodes to volatile rewriting" by buzbee · 14 years ago
  87. 93c8e94 am 5867bea1: [JIT] Close code cache race window by buzbee · 14 years ago
  88. 62fe4c1 Add missing JUMBO opcodes to volatile rewriting by buzbee · 14 years ago
  89. 5867bea [JIT] Close code cache race window by buzbee · 14 years ago
  90. 56ff6fe Dx block dumper no longer fails on abstract and native methods. by jeffhao · 14 years ago
  91. ae9de5b am 8d6291cc: Merge "[JIT] Fix volatile test" by buzbee · 14 years ago
  92. 8d6291c Merge "[JIT] Fix volatile test" by buzbee · 14 years ago
  93. e3c0b54 [JIT] Fix volatile test by buzbee · 14 years ago
  94. b561710 am 2336a395: Merge "Add jniThrowExceptionFmt." by Elliott Hughes · 14 years ago
  95. 2336a39 Merge "Add jniThrowExceptionFmt." by Elliott Hughes · 14 years ago
  96. 2c155af Add jniThrowExceptionFmt. by Elliott Hughes · 14 years ago
  97. 224e43d Merge "Fix for loops and eliminate some other undesirable idioms." into dalvik-dev by Carl Shapiro · 14 years ago
  98. f9fa8c1 Fix for loops and eliminate some other undesirable idioms. by Carl Shapiro · 14 years ago
  99. 4545667 am f1b53179: Merge "Fix method profiling [issue 4260697]" by buzbee · 14 years ago
  100. f1b5317 Merge "Fix method profiling [issue 4260697]" by buzbee · 14 years ago