1. 0dae576 Adapt dalvik to new libnativehelper by Brian Carlstrom · 12 years ago
  2. fd6ac49 Merge "Reject dex files that attempt to use unspecified class access flags" by Elliott Hughes · 12 years ago
  3. 3b5c07d Merge "vm: vmruntime: remove obsolete dependency on array.h" by Dima Zavin · 12 years ago
  4. a745b03 vm: vmruntime: remove obsolete dependency on array.h by Dima Zavin · 12 years ago
  5. ca3f0f5 Reject dex files that attempt to use unspecified class access flags by Ben Gruver · 12 years ago
  6. ac65346 Merge "Fix alignment when recompacting a DexMerger result." by Brian Carlstrom · 12 years ago
  7. cdab790 Fix alignment when recompacting a DexMerger result. by yroussel · 12 years ago
  8. 647260b Merge "Use zero filled alignment padding before method code" by Brian Carlstrom · 12 years ago
  9. 5b72854 Use zero filled alignment padding before method code by Jesse Wilson · 13 years ago
  10. 1d6aa9e Merge "Allow the merging of more than 2 dex file at a time." by Brian Carlstrom · 12 years ago
  11. c2a804c Allow the merging of more than 2 dex file at a time. by yroussel · 12 years ago
  12. d1d0198 Merge "Fix bug on register compatibility." by Brian Carlstrom · 12 years ago
  13. 9d8ae21 Fix bug on register compatibility. by mikaelpeltier · 12 years ago
  14. f7e2a54 Merge "Remove duplicate LOCAL_MODULE_TAGS" by Brian Carlstrom · 12 years ago
  15. b21c4e2 Remove duplicate LOCAL_MODULE_TAGS by Brian Carlstrom · 12 years ago
  16. ee48f54 Merge "Fix bad whitespace alignment from LOGW to ALOGW change" by Brian Carlstrom · 12 years ago
  17. dc7f63d Fix bad whitespace alignment from LOGW to ALOGW change by Brian Carlstrom · 12 years ago
  18. c7f23a5 Merge "Remove dx's copy of JUnit. (part II)" by Brian Carlstrom · 12 years ago
  19. 9fd92c5 Remove dx's copy of JUnit. (part II) by Jesse Wilson · 13 years ago
  20. 34e2dd6 Merge "Define scripts for calling DexMerger." by Brian Carlstrom · 12 years ago
  21. ed93980 Define scripts for calling DexMerger. by yroussel · 12 years ago
  22. 69fcce6 Merge "Print proto_ids_{size,off} along with the rest of the header." by Brian Carlstrom · 12 years ago
  23. da4a099 Print proto_ids_{size,off} along with the rest of the header. by Carl Shapiro · 13 years ago
  24. 1f7ec2b Merge "Remove unnecessary JNI_H_INCLUDE from LOCAL_C_INCLUDES" by Brian Carlstrom · 12 years ago
  25. 62018a6 Remove unnecessary JNI_H_INCLUDE from LOCAL_C_INCLUDES by Brian Carlstrom · 12 years ago
  26. 0bc4a05 Merge "Fix dalvik tests post-conscrypt." by Elliott Hughes · 12 years ago
  27. 5dedc95 Fix dalvik tests post-conscrypt. by Elliott Hughes · 12 years ago
  28. 0d5f6f6 Merge "Fix some leaks in VfyBasicBlock & BitVector." by Elliott Hughes · 12 years ago
  29. 2b0ead4 Fix some leaks in VfyBasicBlock & BitVector. by You Kim · 12 years ago
  30. 7dc0b70 Merge "Fix dx to match the new SDK structure." by Raphaël Moll · 12 years ago
  31. f6a9944 Fix dx to match the new SDK structure. by Xavier Ducrohet · 12 years ago
  32. 315197f Merge "Fix dx.bat to match the new SDK structure." by Raphael Moll · 12 years ago
  33. 11cadca Merge "Tracking changes to *-host for host shared libraries" by Brian Carlstrom · 12 years ago
  34. e5475cd Tracking changes to *-host for host shared libraries by Brian Carlstrom · 12 years ago
  35. 6e3adcc Merge "Fix JIT initialization race" by Elliott Hughes · 12 years ago
  36. bc3736f Fix JIT initialization race by buzbee · 12 years ago
  37. 15554a2 Merge "Update dalvik host script for new conscrypt and okhttp classpath entries" by Brian Carlstrom · 12 years ago
  38. 49e49a9 Update dalvik host script for new conscrypt and okhttp classpath entries by Brian Carlstrom · 12 years ago
  39. b66781c Merge changes I3ef1ad8c,I0bbbba1a,Ife107fb6,Ia420b766 by Brian Carlstrom · 12 years ago
  40. 71cf82a Merge "Teach dex how to parse encoded values from .dex files." by Brian Carlstrom · 12 years ago
  41. 3ef1ad8 Switch Dex from byte[] to ByteBuffer for backing store. Part 2. by Jesse Wilson · 13 years ago
  42. 0bbbba1 Move dex utilities from dalvik/dx to libcore/dex by Jesse Wilson · 13 years ago
  43. fe107fb Mechanical refactoring of dx into two parts. by Jesse Wilson · 13 years ago
  44. fd2a1f6 Change com.android.dx.io.Annotation to use EncodedValue by Brian Carlstrom · 12 years ago
  45. 7e85b63 Teach dex how to parse encoded values from .dex files. by Jesse Wilson · 13 years ago
  46. 33a977e Merge "Fix JIT bug related to immediate doubles" by Elliott Hughes · 12 years ago
  47. 4888a4b Fix JIT bug related to immediate doubles by buzbee · 12 years ago
  48. 3b79b5b Merge "Don't duplicate annotation set ref lists when merging." by Elliott Hughes · 12 years ago
  49. 6bff338 Fix dx.bat to match the new SDK structure. by Raphael Moll · 12 years ago
  50. e5edfce Merge "Remove spammy logging from 8470684 investigation." by Elliott Hughes · 12 years ago
  51. 3a9dbd3 Remove spammy logging from 8470684 investigation. by Elliott Hughes · 12 years ago
  52. 00c9c9a Merge "Work around a dalvik JDWP/GC deadlock." by Elliott Hughes · 12 years ago
  53. b680ae3 Work around a dalvik JDWP/GC deadlock. by Elliott Hughes · 12 years ago
  54. 42aa0b6 Merge "More native stack dump hardening." by Elliott Hughes · 12 years ago
  55. 4637159 More native stack dump hardening. by Elliott Hughes · 12 years ago
  56. 6cd2e7b Merge "Fix flakiness in test 080-oom-throw." by Elliott Hughes · 12 years ago
  57. 9e11a83 Fix flakiness in test 080-oom-throw. by Elliott Hughes · 12 years ago
  58. 8d02ea4 Merge "Harden the native stack dumping decision." by Elliott Hughes · 12 years ago
  59. feddac5 Harden the native stack dumping decision. by Elliott Hughes · 12 years ago
  60. 167bd12 Merge "Dump native stacks for all threads in native code." by Elliott Hughes · 12 years ago
  61. 890ce01 Dump native stacks for all threads in native code. by Elliott Hughes · 12 years ago
  62. fe48ac9 Don't duplicate annotation set ref lists when merging. by jwilson · 12 years ago
  63. 1d98bdf Merge "Tiny optimization for complier templates for arm." by Elliott Hughes · 12 years ago
  64. c7bae7a Merge "Fix a leak in Dalvik_dalvik_system_DexFile_openDexFile" by Elliott Hughes · 12 years ago
  65. ab3cbf6 Merge "Fix a minor leaks caused by failed initializations.(typo)" by Elliott Hughes · 12 years ago
  66. 22d8366 Merge "Fix a minor leak in handleVM_CreateString" by Elliott Hughes · 12 years ago
  67. b825d9f Fix a minor leak in handleVM_CreateString by You Kim · 12 years ago
  68. 8e62222 Fix a minor leaks caused by failed initializations.(typo) by You Kim · 12 years ago
  69. 7bf47d1 Fix a leak in Dalvik_dalvik_system_DexFile_openDexFile by You Kim · 12 years ago
  70. a2dc68a Tiny optimization for complier templates for arm. by You Kim · 12 years ago
  71. bf452d4 Merge "[x86] Fix errors with WITH_JIT_TUNING defined" by Elliott Hughes · 12 years ago
  72. d335cba Merge "[x86] Terminate trace if SGET/SPUT have unresolved fields in codegen" by Elliott Hughes · 12 years ago
  73. 953e6b8 Merge "[x86] FPU stack needs to be reset after double conversion" by Elliott Hughes · 12 years ago
  74. 05d4f7c [x86] FPU stack needs to be reset after double conversion by Udayan Banerji · 12 years ago
  75. ddff71d Merge "[x86] Disable Method-JIT for x86 target" by Elliott Hughes · 12 years ago
  76. 497385d Merge "Fix a cast in JniEnv::NewDirectByteBuffer." by Elliott Hughes · 12 years ago
  77. 1abc689 Fix a cast in JniEnv::NewDirectByteBuffer. by Elliott Hughes · 12 years ago
  78. 2a213ec Merge "Track libcore's DirectByteBuffer <init> change." by Elliott Hughes · 12 years ago
  79. e5d1416 Track libcore's DirectByteBuffer <init> change. by Elliott Hughes · 12 years ago
  80. 1fb2fed Merge "Extra log information when pthread_create fails." by Elliott Hughes · 12 years ago
  81. 3eeda5e Extra log information when pthread_create fails. by Elliott Hughes · 12 years ago
  82. 19eb287 [x86] Fix errors with WITH_JIT_TUNING defined by Udayan Banerji · 12 years ago
  83. 4eb6d96 [x86] Terminate trace if SGET/SPUT have unresolved fields in codegen by Udayan Banerji · 12 years ago
  84. 8d8a795 [x86] Disable Method-JIT for x86 target by Udayan Banerji · 12 years ago
  85. 9813216 Merge "Track 64-bit nio changes." by Elliott Hughes · 12 years ago
  86. bf34831 Track 64-bit nio changes. by Elliott Hughes · 12 years ago
  87. ef64fc3 Merge "Track libcore DirectByteBuffer cleanup." by Elliott Hughes · 12 years ago
  88. 9a58f1b Track libcore DirectByteBuffer cleanup. by Elliott Hughes · 12 years ago
  89. 6947621 Merge "pthread_create doesn't set errno." by Elliott Hughes · 12 years ago
  90. 34a00d7 pthread_create doesn't set errno. by Elliott Hughes · 12 years ago
  91. 2a41b0b Merge "Print the locker thread when waiting on an object" by Elliott Hughes · 12 years ago
  92. 7705952 Merge "javac should have matching -source and -target flags." by Elliott Hughes · 12 years ago
  93. 9247f67 javac should have matching -source and -target flags. by Elliott Hughes · 12 years ago
  94. 06e6a1d Merge "Fix a Field.isAnnotationPresent crash." by Elliott Hughes · 12 years ago
  95. ae3f95e Fix a Field.isAnnotationPresent crash. by Elliott Hughes · 12 years ago
  96. 217e8e0 Merge "Check JavaVMAttachArgs::version in CheckJNI." by Elliott Hughes · 12 years ago
  97. 3a7af00 Check JavaVMAttachArgs::version in CheckJNI. by Elliott Hughes · 12 years ago
  98. b32addb Merge "Don't crash if the dmtracedump -d file doesn't exist." by Elliott Hughes · 12 years ago
  99. edd7890 Don't crash if the dmtracedump -d file doesn't exist. by Elliott Hughes · 12 years ago
  100. 03a938b Merge "Fix -Xjitthreshold (for real this time)." by Elliott Hughes · 12 years ago