1. f1b27b3 Clean up method reference/offset initialization. by Dan Bornstein · 14 years ago
  2. 65ecc26 Clean up constructor reference initialization. by Dan Bornstein · 14 years ago
  3. 04d9dec Merge "Clean up field offset initialization." into dalvik-dev by Dan Bornstein · 14 years ago
  4. 5cb6872 Clean up field offset initialization. by Dan Bornstein · 14 years ago
  5. 069d9de am c73d12f6: dalvik: remove LOCAL_PRELINK_MODULE by Iliyan Malchev · 14 years ago
  6. 2668cd5 Merge "Replace jumbo opcodes in certain circumstances" into dalvik-dev by Andy McFadden · 14 years ago
  7. c73d12f dalvik: remove LOCAL_PRELINK_MODULE by Iliyan Malchev · 14 years ago
  8. 71c1771 Replace jumbo opcodes in certain circumstances by Andy McFadden · 14 years ago
  9. f1bd0da Merge "Remove outdated asserts." into dalvik-dev by Carl Shapiro · 14 years ago
  10. c3f499a Merge "Clean up class reference initialization." into dalvik-dev by Dan Bornstein · 14 years ago
  11. d80fc91 Clean up class reference initialization. by Dan Bornstein · 14 years ago
  12. 7c59038 Merge "Add trace description dump routine for debugging" into dalvik-dev by buzbee · 14 years ago
  13. d82cebc Add trace description dump routine for debugging by buzbee · 14 years ago
  14. 5396fcb Remove outdated asserts. by Carl Shapiro · 14 years ago
  15. f3e06f4 Merge "Collate the initial class creation code." into dalvik-dev by Dan Bornstein · 14 years ago
  16. 5d903a0 Merge "Print class/method info for virtual callsites in JIT verbose mode." into dalvik-dev by Ben Cheng · 14 years ago
  17. 318839c Collate the initial class creation code. by Dan Bornstein · 14 years ago
  18. 0451704 Print class/method info for virtual callsites in JIT verbose mode. by Ben Cheng · 14 years ago
  19. 8f28ebb Merge "Free the slot data when freeing an indirect reference table." into dalvik-dev by Carl Shapiro · 14 years ago
  20. b2d337e Merge "Add a predicate that returns true for addresses contained by the heap." into dalvik-dev by Carl Shapiro · 14 years ago
  21. 911a2e9 Merge "Do not allocate native objects on the managed heap." into dalvik-dev by Carl Shapiro · 14 years ago
  22. 1553988 Clarify a comment. by Dan Bornstein · 14 years ago
  23. 2494c50 Add a predicate that returns true for addresses contained by the heap. by Carl Shapiro · 14 years ago
  24. 85823bf Free the slot data when freeing an indirect reference table. by Carl Shapiro · 14 years ago
  25. c36fb46 Do not allocate native objects on the managed heap. by Carl Shapiro · 14 years ago
  26. 66fd70a Merge "Fix bugs in incremental dx." into dalvik-dev by Jesse Wilson · 14 years ago
  27. d1e1668 Fix bugs in incremental dx. by Jesse Wilson · 14 years ago
  28. 964ff5f Merge "Verifier allows certain errors so they can fail at runtime." into dalvik-dev by jeffhao · 14 years ago
  29. a5e5f6e Merge "Clean up how primitive types are handled." into dalvik-dev by Dan Bornstein · 14 years ago
  30. 190b972 am ce52ba38: Build libdexdump_static. by Ying Wang · 14 years ago
  31. a9c49df Clean up how primitive types are handled. by Dan Bornstein · 14 years ago
  32. c31f795 Verifier allows certain errors so they can fail at runtime. by jeffhao · 14 years ago
  33. ce52ba3 Build libdexdump_static. by Ying Wang · 14 years ago
  34. a91c22f Merge "Clean up stale cases" into dalvik-dev by Andy McFadden · 14 years ago
  35. f4ef26d Clean up stale cases by Andy McFadden · 14 years ago
  36. c3bdf1c Merge "Extract more reference inits." into dalvik-dev by Dan Bornstein · 14 years ago
  37. 9dfc114 Merge "Add volatile/jumbo opcodes" into dalvik-dev by Andy McFadden · 14 years ago
  38. 842947e Extract more reference inits. by Dan Bornstein · 14 years ago
  39. ec2a40a Remove the stopAtPrivileged argument. by Dan Bornstein · 14 years ago
  40. 24bd4c5 Add volatile/jumbo opcodes by Andy McFadden · 14 years ago
  41. d8a16d3 Kill off the doPrivileged() special case code. by Dan Bornstein · 14 years ago
  42. 40fcd04 Pull the Reference setup code into InitRefs.c. by Dan Bornstein · 14 years ago
  43. 7079044 Merge "Clean up UtfString.c, two ways." into dalvik-dev by Dan Bornstein · 14 years ago
  44. cd38042 Clean up UtfString.c, two ways. by Dan Bornstein · 14 years ago
  45. 6d59d55 Merge "Handle relocatable class objects in JIT'ed code." into dalvik-dev by Ben Cheng · 14 years ago
  46. 385828e Handle relocatable class objects in JIT'ed code. by Ben Cheng · 14 years ago
  47. 9ea32b0 A bit of libdex spring cleaning. by Dan Bornstein · 14 years ago
  48. af06c40 Merge "Better class name validation." into dalvik-dev by Dan Bornstein · 14 years ago
  49. d4bd92b Better class name validation. by Dan Bornstein · 14 years ago
  50. c632e86 Merge "Improve class name checking." into dalvik-dev by Dan Bornstein · 14 years ago
  51. f39ec04 Improve class name checking. by Dan Bornstein · 14 years ago
  52. 82801e1 Fix handling of short types in FFI bridge by Andy McFadden · 14 years ago
  53. 701abba Use indirect references in JNI by default. by Carl Shapiro · 14 years ago
  54. e7a3aac Merge "Also clear the JNI weak global reference table on shutdown." into dalvik-dev by Carl Shapiro · 14 years ago
  55. 4043182 Also clear the JNI weak global reference table on shutdown. by Carl Shapiro · 14 years ago
  56. 3f5e9f9 Merge "Use an explicit fp in dvmPlatformInvoke" into dalvik-dev by Andy McFadden · 14 years ago
  57. 88fefea Use an explicit fp in dvmPlatformInvoke by Andy McFadden · 14 years ago
  58. 2ff04ab Fix method profiling by Andy McFadden · 14 years ago
  59. 0872891 Merge "Compute a length based on heap size instead of card table size." into dalvik-dev by Carl Shapiro · 14 years ago
  60. e0af989 Merge "Finish the indirect reference implementation." into dalvik-dev by Carl Shapiro · 14 years ago
  61. 20d4d04 Compute a length based on heap size instead of card table size. by Carl Shapiro · 14 years ago
  62. e4c3b5e Finish the indirect reference implementation. by Carl Shapiro · 14 years ago
  63. 3828a76 resolved conflicts for merge of 10185db0 to dalvik-dev by buzbee · 14 years ago
  64. 10185db resolved conflicts for merge of d063e255 to honeycomb-plus-aosp by buzbee · 14 years ago
  65. 87508f4 Merge "Permit dx to build resource-only dex files." into dalvik-dev by Jesse Wilson · 14 years ago
  66. d2b3f49 Permit dx to build resource-only dex files. by Jesse Wilson · 14 years ago
  67. 8f7a48e Merge "Add a tool to grep the strings in a dex file." into dalvik-dev by Jesse Wilson · 14 years ago
  68. ae38a1e Add a tool to grep the strings in a dex file. by Jesse Wilson · 14 years ago
  69. 47f5825 Consistency in exception throws. by Dan Bornstein · 14 years ago
  70. 3111b0c Collate more of the low-level class lookups. by Dan Bornstein · 14 years ago
  71. 6a52d1d Fix JUMBO failures by buzbee · 14 years ago
  72. d063e25 Merge "Update to allow x86-atom build for FI on Gingerbread" by David Turner · 14 years ago
  73. 0b8b293 Rename some of the exception functions. by Dan Bornstein · 14 years ago
  74. 9807b4e Clean out now-unused exception code. by Dan Bornstein · 14 years ago
  75. 768ddd4 Merge "More exception rework." into dalvik-dev by Dan Bornstein · 14 years ago
  76. ac74b24 Merge "Low-level support for in-memory DEX" into dalvik-dev by Andy McFadden · 14 years ago
  77. 56da263 More exception rework. by Dan Bornstein · 14 years ago
  78. 57fd399 Low-level support for in-memory DEX by Andy McFadden · 14 years ago
  79. a3b3512 More exception rework. by Dan Bornstein · 14 years ago
  80. f78efc0 Merge "Set up a few more exceptions." into dalvik-dev by Dan Bornstein · 14 years ago
  81. 85ba81d Set up a few more exceptions. by Dan Bornstein · 14 years ago
  82. d2b545e Merge "Fix for test case now that jumbo opcodes are on." into dalvik-dev by jeffhao · 14 years ago
  83. 871f89b Fix for test case now that jumbo opcodes are on. by jeffhao · 14 years ago
  84. cfb3212 Let dx generate the new extended instructions. by Dan Bornstein · 14 years ago
  85. 7c2a235 Merge "Set up a few more exceptions." into dalvik-dev by Dan Bornstein · 14 years ago
  86. 537e29e Set up a few more exceptions. by Dan Bornstein · 14 years ago
  87. c068154 Merge "Clarify the ordering requirement." into dalvik-dev by Dan Bornstein · 14 years ago
  88. 74a9f91 Merge "Use the card table to scan the immune region of the heap." into dalvik-dev by Carl Shapiro · 14 years ago
  89. 6c355e5 Use the card table to scan the immune region of the heap. by Carl Shapiro · 14 years ago
  90. d31fab3 am bf0cce6d: Fix build. by Raphael · 14 years ago
  91. 04efe25 am 021b2229: am 7027ab61: am 88041260: am dd19f5b9: Merge "Fix for a crash when GC weak references." by Romain Guy · 14 years ago
  92. 65a6bfb am b3086d3b: am 0c91e9d5: am 98e0347a: am 2b3d7e8e: Merge "Open dexdump files in binary mode." by Raphael Moll · 14 years ago
  93. 4b5fa2e Clarify the ordering requirement. by Dan Bornstein · 14 years ago
  94. bf0cce6 Fix build. by Raphael · 14 years ago
  95. 0fbb64a Merge "Yak-shaving in support of the exception cleanup." into dalvik-dev by Dan Bornstein · 14 years ago
  96. 6f1276f Merge "Change invoke-object-init to /range form" into dalvik-dev by Andy McFadden · 14 years ago
  97. 20d7e6c Handle OP_THROW in the method JIT. by Ben Cheng · 14 years ago
  98. 8521311 Yak-shaving in support of the exception cleanup. by Dan Bornstein · 14 years ago
  99. 0346e9d Change invoke-object-init to /range form by Andy McFadden · 14 years ago
  100. 021b222 am 7027ab61: am 88041260: am dd19f5b9: Merge "Fix for a crash when GC weak references." by Romain Guy · 14 years ago