1. 2e2f03c Update ziparchive usage to the new API. by Piotr Jastrzebski · 10 years ago
  2. 0e2282b Merge "Clean-up some compiler warning messages." by Ian Rogers · 10 years ago
  3. 7d765f1 Fix Windows SDK build by Brian Carlstrom · 10 years ago
  4. cc54b98 Add .../dalvik-cache/<isa> directory creation for art/run-test --dalvik support by Brian Carlstrom · 10 years ago
  5. 0f75403 Clean-up some compiler warning messages. by Ian Rogers · 10 years ago
  6. e4e5d8c Define kInstructionSet for x86-64 and arm64. by Ian Rogers · 11 years ago
  7. 44e824d Track package manager changes for arch specific dexopt. by Narayan Kamath · 11 years ago
  8. 93a264e dalvik: let 32-bit dalvik build on multilib targets by Colin Cross · 11 years ago
  9. 1506726 Fix a few bugs introduced by the move to zip_archive. by Narayan Kamath · 11 years ago
  10. 39e8b7e Revert "Revert "Use libziparchive for dalvik zip processing."" by Narayan Kamath · 11 years ago
  11. 0e216ea Merge "Ignore invalid access flags." into klp-dev by Jeff Hao · 11 years ago
  12. dfec26e Fix mac sdk build by Kenny Root · 11 years ago
  13. 386a7f3 Reconcile differences between zip implementations by Kenny Root · 11 years ago
  14. 4b44ea2 Ignore invalid access flags. by Elliott Hughes · 11 years ago
  15. 6f4dda1 add static dependency on liblog by Colin Cross · 11 years ago
  16. 9275963 Merge "Move verification of class access flags to libdex" by Elliott Hughes · 12 years ago
  17. c2e9a5b Move verification of class access flags to libdex by Ben Gruver · 12 years ago
  18. dc7f63d Fix bad whitespace alignment from LOGW to ALOGW change by Brian Carlstrom · 12 years ago
  19. 62018a6 Remove unnecessary JNI_H_INCLUDE from LOCAL_C_INCLUDES by Brian Carlstrom · 12 years ago
  20. bbe8cb5 Remove dead code. by Elliott Hughes · 12 years ago
  21. 4f29f30 Fix Method.getParameterAnnotations. by Elliott Hughes · 12 years ago
  22. b210a9f Use uintptr_t for cast pointer to integer. by SangWook Han · 12 years ago
  23. 728c403 am 6353fe2f: am 2a3cc744: Merge "Set SYSTEM_PAGE_SIZE from PAGE_SHIFT" by Elliott Hughes · 13 years ago
  24. 356839b Set SYSTEM_PAGE_SIZE from PAGE_SHIFT by Chris Dearman · 13 years ago
  25. c1a4ab9 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  26. e8e1ddc Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  27. 4308417 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  28. ab35b50 Remove unsupported experimental opcodes. by Elliott Hughes · 13 years ago
  29. 062bf50 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  30. 92c1f6f Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  31. d48cf5c Fix memory leak in mapCentralDirectory. Bug: 4984352 by Jeff Brown · 13 years ago
  32. 375fb11 Normalize the include guard style. by Carl Shapiro · 13 years ago
  33. 6f9edbe Add some error checking and clean out some cruft. by Dan Bornstein · 13 years ago
  34. 6f3c21f More LOG newline cleanup. by Dan Bornstein · 13 years ago
  35. 291c84f Prefer printf format "%#x" over "0x%x". by Dan Bornstein · 13 years ago
  36. 614dca3 Conservation of newlines in libdex. by Dan Bornstein · 13 years ago
  37. 9fdbd91 Update dex file magic number. by Dan Bornstein · 13 years ago
  38. bbf31b5 Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master by Brian Carlstrom · 14 years ago
  39. bfc9799 Make libdex structures tool friendly. by Carl Shapiro · 14 years ago
  40. a70a3d8 Compile libdex as C++. by Dan Bornstein · 14 years ago
  41. db0c954 Convert the internal and in-line natives to C++. by Carl Shapiro · 14 years ago
  42. ae188c6 Compile the garbage collector and heap profiler as C++. by Carl Shapiro · 14 years ago
  43. c99fe6d Optimize annotations. by Jesse Wilson · 14 years ago
  44. 1a777d2 Add a missing strings.h include for strcasecmp. by Carl Shapiro · 14 years ago
  45. 3475f9c Move finalization out of the VM. by Carl Shapiro · 14 years ago
  46. 1553988 Clarify a comment. by Dan Bornstein · 14 years ago
  47. a9c49df Clean up how primitive types are handled. by Dan Bornstein · 14 years ago
  48. 9dfc114 Merge "Add volatile/jumbo opcodes" into dalvik-dev by Andy McFadden · 14 years ago
  49. 24bd4c5 Add volatile/jumbo opcodes by Andy McFadden · 14 years ago
  50. 9ea32b0 A bit of libdex spring cleaning. by Dan Bornstein · 14 years ago
  51. d4bd92b Better class name validation. by Dan Bornstein · 14 years ago
  52. 57fd399 Low-level support for in-memory DEX by Andy McFadden · 14 years ago
  53. d31fab3 am bf0cce6d: Fix build. by Raphael · 14 years ago
  54. 65a6bfb am b3086d3b: am 0c91e9d5: am 98e0347a: am 2b3d7e8e: Merge "Open dexdump files in binary mode." by Raphael Moll · 14 years ago
  55. bf0cce6 Fix build. by Raphael · 14 years ago
  56. 0346e9d Change invoke-object-init to /range form by Andy McFadden · 14 years ago
  57. b3086d3 am 0c91e9d5: am 98e0347a: am 2b3d7e8e: Merge "Open dexdump files in binary mode." by Raphael Moll · 14 years ago
  58. 0c91e9d am 98e0347a: am 2b3d7e8e: Merge "Open dexdump files in binary mode." by Raphael Moll · 14 years ago
  59. 7514403 Add new comparator function. by Dan Bornstein · 14 years ago
  60. 46bc467 Add new comparator function. by Dan Bornstein · 14 years ago
  61. 5a023aa am 5945bc11: Merge "Optimize Class.getMethod() by loading only one method." by Jesse Wilson · 14 years ago
  62. 3c6f4c0 Optimize Class.getMethod() by loading only one method. by Jesse Wilson · 14 years ago
  63. b4719ed Open dexdump files in binary mode. by Raphael Moll · 14 years ago
  64. 750d110 Rename invoke-direct-empty to invoke-object-init by Andy McFadden · 14 years ago
  65. 71eee1f Added vm support for new jumbo opcodes. by jeffhao · 14 years ago
  66. 650177e Expose sysCopyFileToFile() and use it. by Dan Bornstein · 14 years ago
  67. 44209fa These asserts are no longer pointless. by Dan Bornstein · 14 years ago
  68. ccaab18 Another clarifying rename and a bit more automation. by Dan Bornstein · 14 years ago
  69. 90f1543 Make opcode 00ff be called "dispatch-ff". by Dan Bornstein · 14 years ago
  70. 0f737c5 Extremely minor cleanup. by Dan Bornstein · 14 years ago
  71. e485276 Rename some instruction/opcode types and utilities. by Dan Bornstein · 14 years ago
  72. 4b6e9ba Make the enums typedeffed as such. by Dan Bornstein · 14 years ago
  73. 9a1f816 It's "opcode" not "opCode". by Dan Bornstein · 14 years ago
  74. 5befcb6 Rename OpCodeNames.c -> DexOpcodes.c. by Dan Bornstein · 14 years ago
  75. df4daaf Rename OpCode.h -> DexOpcodes.h. by Dan Bornstein · 14 years ago
  76. 1112216 Add more "extended opcode" structure to libdex. by Dan Bornstein · 14 years ago
  77. 0759f52 invoke-direct-empty doesn't actually invoke anything. by Dan Bornstein · 14 years ago
  78. 758a673 Clean up the opcode maintenance instructions. by Dan Bornstein · 14 years ago
  79. 41e286c Get rid of the copies of the opcode table pointers. by Dan Bornstein · 14 years ago
  80. 5432239 Use the generated opcode info tables. by Dan Bornstein · 14 years ago
  81. 8424432 Generate the tables in InstrUtils.c...almost. by Dan Bornstein · 14 years ago
  82. d03baaf Generate the contents of OpCodeNames.c. by Dan Bornstein · 14 years ago
  83. 11a4a79 Generate most of OpCode.h using opcode-gen. by Dan Bornstein · 14 years ago
  84. c2b486f Get rid of kInstrUnconditional. by Dan Bornstein · 14 years ago
  85. 1530c3e TypeRef, not ClassRef. by Dan Bornstein · 14 years ago
  86. a092937 Stop reporting negative widths. by Andy McFadden · 14 years ago
  87. 4a6b482 Add the new instruction formats. by Dan Bornstein · 14 years ago
  88. 44a38f4 Add a new index type table for instruction decoding. by Dan Bornstein · 14 years ago
  89. ff70f76 Simplify the instruction decoder. by Dan Bornstein · 14 years ago
  90. 7b3e9b0 Reharmonize the implementation with the spec. by Dan Bornstein · 14 years ago
  91. d325011 Shift register index tests to static pass. by Andy McFadden · 14 years ago
  92. c49ec99 Improve dexdump temp file handling. by Andy McFadden · 14 years ago
  93. d8b5f50 Correct dexopt for uniprocessors. by Andy McFadden · 14 years ago
  94. b91b37e Correct dexopt for uniprocessors. by Andy McFadden · 14 years ago
  95. e502552 am 0cd73fed: am 7c73c80e: am 42929e15: Add optional tags to dalvik. by Jesse Wilson · 14 years ago
  96. 42929e1 Add optional tags to dalvik. by Jesse Wilson · 14 years ago
  97. 291758c Add return-void-barrier instruction. by Andy McFadden · 14 years ago
  98. d394371 Remove the functionality in ReduceConstants.[ch]. by Dan Bornstein · 14 years ago
  99. ddc7d29 Correct Volatile SGET/SPUT format tag, add missing cases for JIT by buzbee · 14 years ago
  100. 4a2b20a Let <stdbool.h> (or its substitute) get picked up via the preexisting by Dan Bornstein · 14 years ago