1. 15554a2 Merge "Update dalvik host script for new conscrypt and okhttp classpath entries" by Brian Carlstrom · 12 years ago
  2. 49e49a9 Update dalvik host script for new conscrypt and okhttp classpath entries by Brian Carlstrom · 12 years ago
  3. b66781c Merge changes I3ef1ad8c,I0bbbba1a,Ife107fb6,Ia420b766 by Brian Carlstrom · 12 years ago
  4. 71cf82a Merge "Teach dex how to parse encoded values from .dex files." by Brian Carlstrom · 12 years ago
  5. 3ef1ad8 Switch Dex from byte[] to ByteBuffer for backing store. Part 2. by Jesse Wilson · 13 years ago
  6. 0bbbba1 Move dex utilities from dalvik/dx to libcore/dex by Jesse Wilson · 13 years ago
  7. fe107fb Mechanical refactoring of dx into two parts. by Jesse Wilson · 13 years ago
  8. fd2a1f6 Change com.android.dx.io.Annotation to use EncodedValue by Brian Carlstrom · 12 years ago
  9. 7e85b63 Teach dex how to parse encoded values from .dex files. by Jesse Wilson · 13 years ago
  10. 33a977e Merge "Fix JIT bug related to immediate doubles" by Elliott Hughes · 12 years ago
  11. 4888a4b Fix JIT bug related to immediate doubles by buzbee · 12 years ago
  12. 3b79b5b Merge "Don't duplicate annotation set ref lists when merging." by Elliott Hughes · 12 years ago
  13. e5edfce Merge "Remove spammy logging from 8470684 investigation." by Elliott Hughes · 12 years ago
  14. 3a9dbd3 Remove spammy logging from 8470684 investigation. by Elliott Hughes · 12 years ago
  15. 00c9c9a Merge "Work around a dalvik JDWP/GC deadlock." by Elliott Hughes · 12 years ago
  16. b680ae3 Work around a dalvik JDWP/GC deadlock. by Elliott Hughes · 12 years ago
  17. 42aa0b6 Merge "More native stack dump hardening." by Elliott Hughes · 12 years ago
  18. 4637159 More native stack dump hardening. by Elliott Hughes · 12 years ago
  19. 6cd2e7b Merge "Fix flakiness in test 080-oom-throw." by Elliott Hughes · 12 years ago
  20. 9e11a83 Fix flakiness in test 080-oom-throw. by Elliott Hughes · 12 years ago
  21. 8d02ea4 Merge "Harden the native stack dumping decision." by Elliott Hughes · 12 years ago
  22. feddac5 Harden the native stack dumping decision. by Elliott Hughes · 12 years ago
  23. 167bd12 Merge "Dump native stacks for all threads in native code." by Elliott Hughes · 12 years ago
  24. 890ce01 Dump native stacks for all threads in native code. by Elliott Hughes · 12 years ago
  25. fe48ac9 Don't duplicate annotation set ref lists when merging. by jwilson · 12 years ago
  26. 1d98bdf Merge "Tiny optimization for complier templates for arm." by Elliott Hughes · 12 years ago
  27. c7bae7a Merge "Fix a leak in Dalvik_dalvik_system_DexFile_openDexFile" by Elliott Hughes · 12 years ago
  28. ab3cbf6 Merge "Fix a minor leaks caused by failed initializations.(typo)" by Elliott Hughes · 12 years ago
  29. 22d8366 Merge "Fix a minor leak in handleVM_CreateString" by Elliott Hughes · 12 years ago
  30. b825d9f Fix a minor leak in handleVM_CreateString by You Kim · 12 years ago
  31. 8e62222 Fix a minor leaks caused by failed initializations.(typo) by You Kim · 12 years ago
  32. 7bf47d1 Fix a leak in Dalvik_dalvik_system_DexFile_openDexFile by You Kim · 12 years ago
  33. a2dc68a Tiny optimization for complier templates for arm. by You Kim · 12 years ago
  34. bf452d4 Merge "[x86] Fix errors with WITH_JIT_TUNING defined" by Elliott Hughes · 12 years ago
  35. d335cba Merge "[x86] Terminate trace if SGET/SPUT have unresolved fields in codegen" by Elliott Hughes · 12 years ago
  36. 953e6b8 Merge "[x86] FPU stack needs to be reset after double conversion" by Elliott Hughes · 12 years ago
  37. 05d4f7c [x86] FPU stack needs to be reset after double conversion by Udayan Banerji · 12 years ago
  38. ddff71d Merge "[x86] Disable Method-JIT for x86 target" by Elliott Hughes · 12 years ago
  39. 497385d Merge "Fix a cast in JniEnv::NewDirectByteBuffer." by Elliott Hughes · 12 years ago
  40. 1abc689 Fix a cast in JniEnv::NewDirectByteBuffer. by Elliott Hughes · 12 years ago
  41. 2a213ec Merge "Track libcore's DirectByteBuffer <init> change." by Elliott Hughes · 12 years ago
  42. e5d1416 Track libcore's DirectByteBuffer <init> change. by Elliott Hughes · 12 years ago
  43. 1fb2fed Merge "Extra log information when pthread_create fails." by Elliott Hughes · 12 years ago
  44. 3eeda5e Extra log information when pthread_create fails. by Elliott Hughes · 12 years ago
  45. 19eb287 [x86] Fix errors with WITH_JIT_TUNING defined by Udayan Banerji · 12 years ago
  46. 4eb6d96 [x86] Terminate trace if SGET/SPUT have unresolved fields in codegen by Udayan Banerji · 12 years ago
  47. 8d8a795 [x86] Disable Method-JIT for x86 target by Udayan Banerji · 12 years ago
  48. 9813216 Merge "Track 64-bit nio changes." by Elliott Hughes · 12 years ago
  49. bf34831 Track 64-bit nio changes. by Elliott Hughes · 12 years ago
  50. ef64fc3 Merge "Track libcore DirectByteBuffer cleanup." by Elliott Hughes · 12 years ago
  51. 9a58f1b Track libcore DirectByteBuffer cleanup. by Elliott Hughes · 12 years ago
  52. 6947621 Merge "pthread_create doesn't set errno." by Elliott Hughes · 12 years ago
  53. 34a00d7 pthread_create doesn't set errno. by Elliott Hughes · 12 years ago
  54. 2a41b0b Merge "Print the locker thread when waiting on an object" by Elliott Hughes · 12 years ago
  55. 7705952 Merge "javac should have matching -source and -target flags." by Elliott Hughes · 12 years ago
  56. 9247f67 javac should have matching -source and -target flags. by Elliott Hughes · 12 years ago
  57. 06e6a1d Merge "Fix a Field.isAnnotationPresent crash." by Elliott Hughes · 12 years ago
  58. ae3f95e Fix a Field.isAnnotationPresent crash. by Elliott Hughes · 12 years ago
  59. 217e8e0 Merge "Check JavaVMAttachArgs::version in CheckJNI." by Elliott Hughes · 12 years ago
  60. 3a7af00 Check JavaVMAttachArgs::version in CheckJNI. by Elliott Hughes · 12 years ago
  61. b32addb Merge "Don't crash if the dmtracedump -d file doesn't exist." by Elliott Hughes · 12 years ago
  62. edd7890 Don't crash if the dmtracedump -d file doesn't exist. by Elliott Hughes · 12 years ago
  63. 03a938b Merge "Fix -Xjitthreshold (for real this time)." by Elliott Hughes · 12 years ago
  64. 0954697 Fix -Xjitthreshold (for real this time). by Elliott Hughes · 12 years ago
  65. 1319ed8 Merge "Zygote: use proper header file." by Nick Kralevich · 12 years ago
  66. 09deb1a Merge "Remove CAP_NET_RAW from zygote" by Nick Kralevich · 12 years ago
  67. ba858f9 Remove CAP_NET_RAW from zygote by Nick Kralevich · 12 years ago
  68. 7033bed Zygote: use proper header file. by Nick Kralevich · 12 years ago
  69. 7f77254 Merge "Fix -Xjitthreshold." by Elliott Hughes · 12 years ago
  70. c89d83e Fix -Xjitthreshold. by Elliott Hughes · 12 years ago
  71. 61862ff Merge "Abstract methods aren't implementations." by Elliott Hughes · 12 years ago
  72. b091981 Abstract methods aren't implementations. by Elliott Hughes · 12 years ago
  73. e3b5678 Merge "Zygote: replace set?id() with setres?id()" by Nick Kralevich · 12 years ago
  74. 0a682b1 Zygote: replace set?id() with setres?id() by Nick Kralevich · 12 years ago
  75. c4daf7b Merge "Expand test 004-annotations to cover package annotations." by Elliott Hughes · 12 years ago
  76. 58c22af Expand test 004-annotations to cover package annotations. by Elliott Hughes · 12 years ago
  77. f9528fe Merge "Added missing initialization of modLock when DvmDex structures are allocated." by Elliott Hughes · 12 years ago
  78. 7436394 Added missing initialization of modLock when DvmDex structures are allocated. by msg555 · 12 years ago
  79. a8eb3e7 Merge "Move the arraycopy implementation out of bionic and into dalvik." by Elliott Hughes · 12 years ago
  80. 869cd7c Move the arraycopy implementation out of bionic and into dalvik. by Elliott Hughes · 12 years ago
  81. e61da40 Merge "Zygote: address comments from previous review." by Nick Kralevich · 12 years ago
  82. daa97a1 Zygote: address comments from previous review. by Nick Kralevich · 12 years ago
  83. d43bc05 Merge "Zygote: limit the bounding capability set to CAP_NET_RAW" by Nick Kralevich · 12 years ago
  84. c0ecb5b Zygote: limit the bounding capability set to CAP_NET_RAW by Nick Kralevich · 12 years ago
  85. 43654a8 Merge "Remove stray references to non-existent opcodes." by Elliott Hughes · 12 years ago
  86. 3599cdd Remove stray references to non-existent opcodes. by Elliott Hughes · 12 years ago
  87. 2d28dc9 Merge "Revert "Zygote: limit the bounding capability set to CAP_NET_RAW"" by Elliott Hughes · 12 years ago
  88. 6eb3af4 Revert "Zygote: limit the bounding capability set to CAP_NET_RAW" by Elliott Hughes · 12 years ago
  89. 6686e50 Merge "Zygote: limit the bounding capability set to CAP_NET_RAW" by Nick Kralevich · 12 years ago
  90. 921e9ae Zygote: limit the bounding capability set to CAP_NET_RAW by Nick Kralevich · 12 years ago
  91. 896f177 am 43241340: Merge "Use execv from Libcore" by Nick Kralevich · 12 years ago
  92. 4324134 Merge "Use execv from Libcore" by Nick Kralevich · 12 years ago
  93. 20f12f4 Use execv from Libcore by Nick Kralevich · 12 years ago
  94. 5d89bdf am ecc334ea: Merge "Fix a tracked reference leak in dvmGenerateProxyClass." by Elliott Hughes · 12 years ago
  95. ecc334e Merge "Fix a tracked reference leak in dvmGenerateProxyClass." by Elliott Hughes · 12 years ago
  96. 9fb1be8 Fix a tracked reference leak in dvmGenerateProxyClass. by Elliott Hughes · 12 years ago
  97. 4e9fc02 am ad9811c9: Merge "Remove dead instruction in common_exceptionThrown." by Jeff Hao · 12 years ago
  98. ad9811c Merge "Remove dead instruction in common_exceptionThrown." by Jeff Hao · 12 years ago
  99. 22cf4ac Remove dead instruction in common_exceptionThrown. by Jeff Hao · 12 years ago
  100. 25ce21c am a43a4d37: am 8828aee2: Merge "dvz: remove dead code." by Nick Kralevich · 12 years ago