1. c3424aa Finish fixing Zygote descriptor leakage problem by Dave Platt · 11 years ago
  2. 0f45d4c Merge "Switch dalvik over to a long in DexFile." by Elliott Hughes · 11 years ago
  3. 5fa2a59 Switch dalvik over to a long in DexFile. by Elliott Hughes · 11 years ago
  4. 7140da2 Merge "dalvik: don't build unit tests on eng builds" by Colin Cross · 11 years ago
  5. 50c040e dalvik: don't build unit tests on eng builds by Colin Cross · 11 years ago
  6. a4f90e7 Merge "dalvik: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH" by Colin Cross · 11 years ago
  7. 2574760 Merge "Update Dalvik native interfaces for startMethodTracing." by Jeff Hao · 11 years ago
  8. 1ee0167 Update Dalvik native interfaces for startMethodTracing. by Jeff Hao · 11 years ago
  9. 2bbb718 dalvik: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH by Colin Cross · 11 years ago
  10. c963835 Merge "Revert "Protect JIT Code cache modifications with version check"" by Jeff Hao · 11 years ago
  11. 8349871 Revert "Protect JIT Code cache modifications with version check" by Jeff Hao · 11 years ago
  12. 9289bc4 Merge "Let dalvik use <stdint.h> for SIZE_MAX." by Elliott Hughes · 11 years ago
  13. 5326c81 Let dalvik use <stdint.h> for SIZE_MAX. by Elliott Hughes · 11 years ago
  14. 689211a Merge "Add test methods in AccessFlags." by Jean-Marie Henaff · 11 years ago
  15. 4bab7de Merge "Fix dx test 034." by Jean-Marie Henaff · 11 years ago
  16. d8960b0 Merge "Remove code related to extended-opcode." by Jean-Marie Henaff · 11 years ago
  17. 83b5872 Merge "Change exception message for ArrayStoreException." by Narayan Kamath · 11 years ago
  18. 098015c Change exception message for ArrayStoreException. by Narayan Kamath · 11 years ago
  19. 3530d30 Remove code related to extended-opcode. by Jean-Marie Henaff · 11 years ago
  20. 0820aa2 Fix dx test 034. by Jean-Marie Henaff · 11 years ago
  21. 92114d4 Add test methods in AccessFlags. by Jean-Marie Henaff · 11 years ago
  22. 643d961 Merge "Force stack alignment for external calls for x86" by Ian Rogers · 11 years ago
  23. 8ac63ce Force stack alignment for external calls for x86 by vladimir.a.ivanov · 11 years ago
  24. dff2448 Merge "Protect JIT Code cache modifications with version check" by Bill Buzbee · 11 years ago
  25. d907de5 Merge "Initialize callTgt variable" by Ian Rogers · 11 years ago
  26. 704e08c Merge "Don't implicitly cast NULL to a bool" by Ian Rogers · 11 years ago
  27. d5d9096 Initialize callTgt variable by Bernhard Rosenkränzer · 11 years ago
  28. b382c7d Don't implicitly cast NULL to a bool by Bernhard Rosenkränzer · 11 years ago
  29. ac743b5 Merge "Don't implicitly cast NULL to a bool" by Ian Rogers · 11 years ago
  30. 6746750 Don't implicitly cast NULL to a bool by Bernhard Rosenkränzer · 11 years ago
  31. 9d5c783 Merge "Dalvik: Better compatibility with different compilers" by Ian Rogers · 11 years ago
  32. 1bd6a0d Merge "Dalvik: Add hardware vfp support for OP_LONG_TO_DOUBLE in JIT" by Ian Rogers · 11 years ago
  33. f818c74 Merge "Dalvik: Add hardware support for OP_LONG_TO_DOUBLE in the interpreter" by Ian Rogers · 11 years ago
  34. 0b1cae8 Merge "Dalvik: Add sdiv support in the JIT" by Ian Rogers · 11 years ago
  35. 99208b8 Merge "Dalvik: Add sdiv support in the interpreter" by Ian Rogers · 11 years ago
  36. dcac30c Dalvik: Add hardware vfp support for OP_LONG_TO_DOUBLE in JIT by Serban Constantinescu · 11 years ago
  37. 673f4c4 Dalvik: Add hardware support for OP_LONG_TO_DOUBLE in the interpreter by Serban Constantinescu · 11 years ago
  38. 2d44d3f Dalvik: Add sdiv support in the JIT by Serban Constantinescu · 11 years ago
  39. fb53ee4 Dalvik: Add sdiv support in the interpreter by Serban Constantinescu · 11 years ago
  40. 55d361a Merge "Fix libutils dependencies for dexdump & dexlist (again)." by Narayan Kamath · 11 years ago
  41. 654255d Fix libutils dependencies for dexdump & dexlist (again). by Narayan Kamath · 11 years ago
  42. ff3f62b Merge "Fix a few bugs introduced by the move to zip_archive." by Narayan Kamath · 11 years ago
  43. 1506726 Fix a few bugs introduced by the move to zip_archive. by Narayan Kamath · 11 years ago
  44. 254d5a2 Merge "Revert "Revert "Use libziparchive for dalvik zip processing.""" by Narayan Kamath · 11 years ago
  45. 39e8b7e Revert "Revert "Use libziparchive for dalvik zip processing."" by Narayan Kamath · 11 years ago
  46. a2014f2 Merge "Revert "Use libziparchive for dalvik zip processing."" by Guang Zhu · 11 years ago
  47. 52dacd5 Revert "Use libziparchive for dalvik zip processing." by Guang Zhu · 11 years ago
  48. fd15485 Merge "Retry mount() if it fails with EINTR" by Brian Carlstrom · 11 years ago
  49. bbc0047 Merge "Fix libutils dependencies for dexdump & dexlist." by Narayan Kamath · 11 years ago
  50. e499a20 Fix libutils dependencies for dexdump & dexlist. by Narayan Kamath · 11 years ago
  51. 84cc97e Retry mount() if it fails with EINTR by Koji Fukui · 11 years ago
  52. ad7a71d Merge "Use libziparchive for dalvik zip processing." by Narayan Kamath · 11 years ago
  53. 0a09de9 Merge "Remove the sole reference to __ARM_HAVE_BLX." by Elliott Hughes · 11 years ago
  54. abb199e Remove the sole reference to __ARM_HAVE_BLX. by Elliott Hughes · 11 years ago
  55. 9f66396 Merge "Remove some ARMv5 cruft." by Elliott Hughes · 11 years ago
  56. 1f1f553 Remove some ARMv5 cruft. by Elliott Hughes · 11 years ago
  57. ac4202a Use libziparchive for dalvik zip processing. by Narayan Kamath · 11 years ago
  58. 175fbca Dalvik: Better compatibility with different compilers by Bernhard Rosenkränzer · 11 years ago
  59. 522811d Protect JIT Code cache modifications with version check by Ardi Dhrimaj · 11 years ago
  60. 0433bad Merge "Use RETURN_PTR(NULL) instead of RETURN_VOID in newNonMovableArray." by Mathieu Chartier · 11 years ago
  61. bfc2191 Use RETURN_PTR(NULL) instead of RETURN_VOID in newNonMovableArray. by Mathieu Chartier · 11 years ago
  62. b2ff801 Merge "Dalvik: Ensure that the array length complies with the final specifier" by Mathieu Chartier · 11 years ago
  63. 64909d6 Merge "Add interface for updating process state." by Mathieu Chartier · 11 years ago
  64. 8c55988 Add interface for updating process state. by Mathieu Chartier · 11 years ago
  65. c609c8d Merge branch 'master' of persistent-https://googleplex-android.git.corp.google.com/platform/dalvik into merge-goog-master-to-aosp-master by Brian Carlstrom · 11 years ago
  66. 240d15f am a7fc4047: am 04094ebe: Merge commit \'b75a263239ff48c87b826f5d62a53c0efd22b507\' into HEAD by The Android Open Source Project · 11 years ago
  67. a7fc404 am 04094ebe: Merge commit \'b75a263239ff48c87b826f5d62a53c0efd22b507\' into HEAD by The Android Open Source Project · 11 years ago
  68. 04094eb Merge commit 'b75a263239ff48c87b826f5d62a53c0efd22b507' into HEAD by The Android Open Source Project · 11 years ago
  69. 5c4883e Fix synchronization when preparing ids. by Yohann Roussel · 11 years ago
  70. c95277c am b4956a51: am 1a01301b: Merge "Fix "dalvikvm -help"." by Elliott Hughes · 11 years ago
  71. 1fa4ec3 am f5e6cba0: am c68c2887: Merge "Dalvik: DMB Optimisations for TracingJIT" by Elliott Hughes · 11 years ago
  72. e5ae530 am a41f6db7: am 029bed22: Merge "Dalvik: DMB Optimisation" by Elliott Hughes · 11 years ago
  73. 9008767 am a0e7df14: am cecd90c0: Merge "Move dalvik\'s MIPS code off old kernel headers." by Elliott Hughes · 11 years ago
  74. b4956a5 am 1a01301b: Merge "Fix "dalvikvm -help"." by Elliott Hughes · 11 years ago
  75. 1a01301 Merge "Fix "dalvikvm -help"." by Elliott Hughes · 11 years ago
  76. f5e6cba am c68c2887: Merge "Dalvik: DMB Optimisations for TracingJIT" by Elliott Hughes · 11 years ago
  77. a41f6db am 029bed22: Merge "Dalvik: DMB Optimisation" by Elliott Hughes · 11 years ago
  78. c937e1d Fix "dalvikvm -help". by Elliott Hughes · 11 years ago
  79. c68c288 Merge "Dalvik: DMB Optimisations for TracingJIT" by Elliott Hughes · 11 years ago
  80. 029bed2 Merge "Dalvik: DMB Optimisation" by Elliott Hughes · 11 years ago
  81. a0e7df1 am cecd90c0: Merge "Move dalvik\'s MIPS code off old kernel headers." by Elliott Hughes · 11 years ago
  82. cecd90c Merge "Move dalvik's MIPS code off old kernel headers." by Elliott Hughes · 11 years ago
  83. a076f3b Move dalvik's MIPS code off old kernel headers. by Elliott Hughes · 11 years ago
  84. 519d89b Dalvik: Ensure that the array length complies with the final specifier by Serban Constantinescu · 11 years ago
  85. 4f33257 Dalvik: DMB Optimisations for TracingJIT by David Butcher · 11 years ago
  86. 6b9122c Dalvik: DMB Optimisation by David Butcher · 11 years ago
  87. 03b3341 am 2a09fad3: am 100f558d: Merge "Set Processes comm name to package name" by Elliott Hughes · 11 years ago
  88. ce6d11f am ed001b93: am e9a7c5e1: Merge "export setThreadName() and add NULL check" by Elliott Hughes · 11 years ago
  89. 1838414 am a58f67fc: am b2594c79: Merge "Fix 64-bit capability setting." by Elliott Hughes · 11 years ago
  90. 2a09fad am 100f558d: Merge "Set Processes comm name to package name" by Elliott Hughes · 11 years ago
  91. ed001b9 am e9a7c5e1: Merge "export setThreadName() and add NULL check" by Elliott Hughes · 11 years ago
  92. 100f558 Merge "Set Processes comm name to package name" by Elliott Hughes · 11 years ago
  93. 65bef38 Set Processes comm name to package name by William Roberts · 11 years ago
  94. e9a7c5e Merge "export setThreadName() and add NULL check" by Elliott Hughes · 11 years ago
  95. 5e4522d export setThreadName() and add NULL check by William Roberts · 11 years ago
  96. a58f67f am b2594c79: Merge "Fix 64-bit capability setting." by Elliott Hughes · 11 years ago
  97. b2594c7 Merge "Fix 64-bit capability setting." by Elliott Hughes · 11 years ago
  98. 0675767 Fix 64-bit capability setting. by Elliott Hughes · 11 years ago
  99. 0a7b536 Merge "Make a smaller shrinkedAndroid.jar." by Yohann Roussel · 11 years ago
  100. 788ae15 am 429a60b4: am 4ff98d1a: Merge "Support setting capabilities in the top 32 bits." by Elliott Hughes · 11 years ago