1. bc03380 Merge "Remove an assertion that JDWP packets are small." by Elliott Hughes · 12 years ago
  2. 75978b1 Remove an assertion that JDWP packets are small. by Elliott Hughes · 12 years ago
  3. 93c3b11 Merge "Increase the default alloc tracker maximum." by Elliott Hughes · 12 years ago
  4. 1778d17 Increase the default alloc tracker maximum. by Elliott Hughes · 12 years ago
  5. f8fe873 Merge "Disable -Xjnigreflimit." by Elliott Hughes · 12 years ago
  6. 0238160 Disable -Xjnigreflimit. by Elliott Hughes · 12 years ago
  7. ae2fb91 Merge "JIT: Use rsb and shift in easy multiply." by Elliott Hughes · 12 years ago
  8. 2f0ce6a Merge "Fix inner class access flags and array modifiers." by Elliott Hughes · 12 years ago
  9. c7f2d5e Fix inner class access flags and array modifiers. by Elliott Hughes · 12 years ago
  10. 20111d6 JIT: Use rsb and shift in easy multiply. by Anders O Nilsson · 12 years ago
  11. 6529809 Merge "JIT: Allow use of cbz/cbnz for conditional branch gen." by Elliott Hughes · 12 years ago
  12. a163f4a Merge "Now that abort(3) is fixed, dvmAbort can be simplified." by Elliott Hughes · 12 years ago
  13. 0e25ea3 Now that abort(3) is fixed, dvmAbort can be simplified. by Elliott Hughes · 12 years ago
  14. 6531a97 Merge "Lose System.currentTimeMillis, nanoTime, and mapLibraryName to the library." by Brian Carlstrom · 12 years ago
  15. 3d7167b Lose System.currentTimeMillis, nanoTime, and mapLibraryName to the library. by Elliott Hughes · 13 years ago
  16. 007c01f Merge "Fix a minor leak in dvmCreateInlineSubsTable" by Elliott Hughes · 12 years ago
  17. 1da7fec Merge "Fix minor leaks caused by failed initialization in JNI_CreateJavaVM" by Elliott Hughes · 12 years ago
  18. f694431 Merge "Fix a minor bug in dvmCreateInterpThread" by Elliott Hughes · 12 years ago
  19. 91027c6 Merge "Remove unused compiler templates for armv7-a*" by Elliott Hughes · 12 years ago
  20. f3079bd Merge "Rename unreasonable function name dmvCompilerTemplateEnd" by Elliott Hughes · 12 years ago
  21. d585bed Rename unreasonable function name dmvCompilerTemplateEnd by Yanchuan Nian · 12 years ago
  22. 8eac07c Merge "Move jdwpspy from development to dalvik (2 of 2)" by Brian Carlstrom · 12 years ago
  23. 6b90043 Move jdwpspy from development to dalvik (2 of 2) by Brian Carlstrom · 12 years ago
  24. 97208a0 Merge "Added support for version 51 class files in dx" by Jean-Philippe Lesot · 12 years ago
  25. 467f7e3 Merge "Report problems as errors in dx (with exit codes)" by Jean-Philippe Lesot · 12 years ago
  26. 4a9a141 Remove unused compiler templates for armv7-a* by You Kim · 12 years ago
  27. 0b44e47 Report problems as errors in dx (with exit codes) by delphinemartin · 12 years ago
  28. 5ca383d Added support for version 51 class files in dx by delphinemartin · 12 years ago
  29. 9275963 Merge "Move verification of class access flags to libdex" by Elliott Hughes · 12 years ago
  30. 130eeba Merge "Adapt dalvik to new libnativehelper" by Brian Carlstrom · 12 years ago
  31. 0dae576 Adapt dalvik to new libnativehelper by Brian Carlstrom · 12 years ago
  32. c2e9a5b Move verification of class access flags to libdex by Ben Gruver · 12 years ago
  33. fd6ac49 Merge "Reject dex files that attempt to use unspecified class access flags" by Elliott Hughes · 12 years ago
  34. 3b5c07d Merge "vm: vmruntime: remove obsolete dependency on array.h" by Dima Zavin · 12 years ago
  35. a745b03 vm: vmruntime: remove obsolete dependency on array.h by Dima Zavin · 12 years ago
  36. ca3f0f5 Reject dex files that attempt to use unspecified class access flags by Ben Gruver · 12 years ago
  37. ac65346 Merge "Fix alignment when recompacting a DexMerger result." by Brian Carlstrom · 12 years ago
  38. cdab790 Fix alignment when recompacting a DexMerger result. by yroussel · 12 years ago
  39. 647260b Merge "Use zero filled alignment padding before method code" by Brian Carlstrom · 12 years ago
  40. 5b72854 Use zero filled alignment padding before method code by Jesse Wilson · 13 years ago
  41. 1d6aa9e Merge "Allow the merging of more than 2 dex file at a time." by Brian Carlstrom · 12 years ago
  42. c2a804c Allow the merging of more than 2 dex file at a time. by yroussel · 12 years ago
  43. d1d0198 Merge "Fix bug on register compatibility." by Brian Carlstrom · 12 years ago
  44. 9d8ae21 Fix bug on register compatibility. by mikaelpeltier · 12 years ago
  45. f7e2a54 Merge "Remove duplicate LOCAL_MODULE_TAGS" by Brian Carlstrom · 12 years ago
  46. b21c4e2 Remove duplicate LOCAL_MODULE_TAGS by Brian Carlstrom · 12 years ago
  47. ee48f54 Merge "Fix bad whitespace alignment from LOGW to ALOGW change" by Brian Carlstrom · 12 years ago
  48. dc7f63d Fix bad whitespace alignment from LOGW to ALOGW change by Brian Carlstrom · 12 years ago
  49. c7f23a5 Merge "Remove dx's copy of JUnit. (part II)" by Brian Carlstrom · 12 years ago
  50. 9fd92c5 Remove dx's copy of JUnit. (part II) by Jesse Wilson · 13 years ago
  51. 34e2dd6 Merge "Define scripts for calling DexMerger." by Brian Carlstrom · 12 years ago
  52. ed93980 Define scripts for calling DexMerger. by yroussel · 12 years ago
  53. 69fcce6 Merge "Print proto_ids_{size,off} along with the rest of the header." by Brian Carlstrom · 12 years ago
  54. da4a099 Print proto_ids_{size,off} along with the rest of the header. by Carl Shapiro · 13 years ago
  55. 1f7ec2b Merge "Remove unnecessary JNI_H_INCLUDE from LOCAL_C_INCLUDES" by Brian Carlstrom · 12 years ago
  56. 62018a6 Remove unnecessary JNI_H_INCLUDE from LOCAL_C_INCLUDES by Brian Carlstrom · 12 years ago
  57. 0bc4a05 Merge "Fix dalvik tests post-conscrypt." by Elliott Hughes · 12 years ago
  58. 5dedc95 Fix dalvik tests post-conscrypt. by Elliott Hughes · 12 years ago
  59. 0d5f6f6 Merge "Fix some leaks in VfyBasicBlock & BitVector." by Elliott Hughes · 12 years ago
  60. 2b0ead4 Fix some leaks in VfyBasicBlock & BitVector. by You Kim · 12 years ago
  61. 7dc0b70 Merge "Fix dx to match the new SDK structure." by Raphaël Moll · 12 years ago
  62. f6a9944 Fix dx to match the new SDK structure. by Xavier Ducrohet · 12 years ago
  63. 315197f Merge "Fix dx.bat to match the new SDK structure." by Raphael Moll · 12 years ago
  64. 11cadca Merge "Tracking changes to *-host for host shared libraries" by Brian Carlstrom · 12 years ago
  65. e5475cd Tracking changes to *-host for host shared libraries by Brian Carlstrom · 12 years ago
  66. 6e3adcc Merge "Fix JIT initialization race" by Elliott Hughes · 12 years ago
  67. bc3736f Fix JIT initialization race by buzbee · 12 years ago
  68. 15554a2 Merge "Update dalvik host script for new conscrypt and okhttp classpath entries" by Brian Carlstrom · 12 years ago
  69. 49e49a9 Update dalvik host script for new conscrypt and okhttp classpath entries by Brian Carlstrom · 12 years ago
  70. b66781c Merge changes I3ef1ad8c,I0bbbba1a,Ife107fb6,Ia420b766 by Brian Carlstrom · 12 years ago
  71. 71cf82a Merge "Teach dex how to parse encoded values from .dex files." by Brian Carlstrom · 12 years ago
  72. 3ef1ad8 Switch Dex from byte[] to ByteBuffer for backing store. Part 2. by Jesse Wilson · 13 years ago
  73. 0bbbba1 Move dex utilities from dalvik/dx to libcore/dex by Jesse Wilson · 13 years ago
  74. fe107fb Mechanical refactoring of dx into two parts. by Jesse Wilson · 13 years ago
  75. fd2a1f6 Change com.android.dx.io.Annotation to use EncodedValue by Brian Carlstrom · 12 years ago
  76. 7e85b63 Teach dex how to parse encoded values from .dex files. by Jesse Wilson · 13 years ago
  77. 33a977e Merge "Fix JIT bug related to immediate doubles" by Elliott Hughes · 12 years ago
  78. 4888a4b Fix JIT bug related to immediate doubles by buzbee · 12 years ago
  79. 3b79b5b Merge "Don't duplicate annotation set ref lists when merging." by Elliott Hughes · 12 years ago
  80. 6bff338 Fix dx.bat to match the new SDK structure. by Raphael Moll · 12 years ago
  81. e5edfce Merge "Remove spammy logging from 8470684 investigation." by Elliott Hughes · 12 years ago
  82. 3a9dbd3 Remove spammy logging from 8470684 investigation. by Elliott Hughes · 12 years ago
  83. 0e9ec8a JIT: Allow use of cbz/cbnz for conditional branch gen. by Anders O Nilsson · 12 years ago
  84. 00c9c9a Merge "Work around a dalvik JDWP/GC deadlock." by Elliott Hughes · 12 years ago
  85. b680ae3 Work around a dalvik JDWP/GC deadlock. by Elliott Hughes · 12 years ago
  86. 42aa0b6 Merge "More native stack dump hardening." by Elliott Hughes · 12 years ago
  87. 4637159 More native stack dump hardening. by Elliott Hughes · 12 years ago
  88. 6cd2e7b Merge "Fix flakiness in test 080-oom-throw." by Elliott Hughes · 12 years ago
  89. 9e11a83 Fix flakiness in test 080-oom-throw. by Elliott Hughes · 12 years ago
  90. 8d02ea4 Merge "Harden the native stack dumping decision." by Elliott Hughes · 12 years ago
  91. feddac5 Harden the native stack dumping decision. by Elliott Hughes · 12 years ago
  92. 167bd12 Merge "Dump native stacks for all threads in native code." by Elliott Hughes · 12 years ago
  93. 890ce01 Dump native stacks for all threads in native code. by Elliott Hughes · 12 years ago
  94. fe48ac9 Don't duplicate annotation set ref lists when merging. by jwilson · 12 years ago
  95. c0ff945 Fix a minor bug in dvmCreateInterpThread by You Kim · 12 years ago
  96. fbbcada Fix a minor leak in dvmCreateInlineSubsTable by You Kim · 12 years ago
  97. 8bd996e Fix minor leaks caused by failed initialization in JNI_CreateJavaVM by You Kim · 12 years ago
  98. 1d98bdf Merge "Tiny optimization for complier templates for arm." by Elliott Hughes · 12 years ago
  99. c7bae7a Merge "Fix a leak in Dalvik_dalvik_system_DexFile_openDexFile" by Elliott Hughes · 12 years ago
  100. ab3cbf6 Merge "Fix a minor leaks caused by failed initializations.(typo)" by Elliott Hughes · 12 years ago