1. fafd21d Merge "Register allocator uses single reg for each local when possible." into dalvik-dev by jeffhao · 14 years ago
  2. 09d308b Add support for pre-dexed libraries to dx. by Jesse Wilson · 14 years ago
  3. 2e31a71 Register allocator uses single reg for each local when possible. by jeffhao · 14 years ago
  4. d2b1c42 Merge "Don't emit multiple copies of annotations when merging dex files." into dalvik-dev by Jesse Wilson · 14 years ago
  5. bd3dba4 Don't emit multiple copies of annotations when merging dex files. by Jesse Wilson · 14 years ago
  6. cb65488 Merge "Add --target-api=N option to dx." into dalvik-dev by Dan Bornstein · 14 years ago
  7. 3dfda9a Add --target-api=N option to dx. by Dan Bornstein · 14 years ago
  8. 4cb2a2c Merge "Clean up ArrayStoreException some more." into dalvik-dev by Dan Bornstein · 14 years ago
  9. 61f4c7e Clean up ArrayStoreException some more. by Dan Bornstein · 14 years ago
  10. a8519be Merge "Update CheckJNI implementation" into dalvik-dev by Andy McFadden · 14 years ago
  11. 584a181 Update CheckJNI implementation by Andy McFadden · 14 years ago
  12. 044879d Correct the reported index. by Dan Bornstein · 14 years ago
  13. 1b4822e Merge "Clean up dvmFindReferenceMembers()." into dalvik-dev by Dan Bornstein · 14 years ago
  14. 4b74b47 Clean up ref table dump by Andy McFadden · 14 years ago
  15. 7f02b2d Clean up dvmFindReferenceMembers(). by Dan Bornstein · 14 years ago
  16. 02f1a5b Merge "Fix bugs in instruction parsing for incremental dx." into dalvik-dev by Jesse Wilson · 14 years ago
  17. c871caf Merge "Further init-time cleanup." into dalvik-dev by Dan Bornstein · 14 years ago
  18. 265cc5e Further init-time cleanup. by Dan Bornstein · 14 years ago
  19. e69e010 Merge "Unify reference table dump" into dalvik-dev by Andy McFadden · 14 years ago
  20. da2013f Unify reference table dump by Andy McFadden · 14 years ago
  21. 0ebdfc2 Fix bugs in instruction parsing for incremental dx. by Jesse Wilson · 14 years ago
  22. f1b27b3 Clean up method reference/offset initialization. by Dan Bornstein · 14 years ago
  23. 65ecc26 Clean up constructor reference initialization. by Dan Bornstein · 14 years ago
  24. 04d9dec Merge "Clean up field offset initialization." into dalvik-dev by Dan Bornstein · 14 years ago
  25. 5cb6872 Clean up field offset initialization. by Dan Bornstein · 14 years ago
  26. 069d9de am c73d12f6: dalvik: remove LOCAL_PRELINK_MODULE by Iliyan Malchev · 14 years ago
  27. 2668cd5 Merge "Replace jumbo opcodes in certain circumstances" into dalvik-dev by Andy McFadden · 14 years ago
  28. c73d12f dalvik: remove LOCAL_PRELINK_MODULE by Iliyan Malchev · 14 years ago
  29. 71c1771 Replace jumbo opcodes in certain circumstances by Andy McFadden · 14 years ago
  30. f1bd0da Merge "Remove outdated asserts." into dalvik-dev by Carl Shapiro · 14 years ago
  31. c3f499a Merge "Clean up class reference initialization." into dalvik-dev by Dan Bornstein · 14 years ago
  32. d80fc91 Clean up class reference initialization. by Dan Bornstein · 14 years ago
  33. 7c59038 Merge "Add trace description dump routine for debugging" into dalvik-dev by buzbee · 14 years ago
  34. d82cebc Add trace description dump routine for debugging by buzbee · 14 years ago
  35. 5396fcb Remove outdated asserts. by Carl Shapiro · 14 years ago
  36. f3e06f4 Merge "Collate the initial class creation code." into dalvik-dev by Dan Bornstein · 14 years ago
  37. 5d903a0 Merge "Print class/method info for virtual callsites in JIT verbose mode." into dalvik-dev by Ben Cheng · 14 years ago
  38. 318839c Collate the initial class creation code. by Dan Bornstein · 14 years ago
  39. 0451704 Print class/method info for virtual callsites in JIT verbose mode. by Ben Cheng · 14 years ago
  40. 8f28ebb Merge "Free the slot data when freeing an indirect reference table." into dalvik-dev by Carl Shapiro · 14 years ago
  41. b2d337e Merge "Add a predicate that returns true for addresses contained by the heap." into dalvik-dev by Carl Shapiro · 14 years ago
  42. 911a2e9 Merge "Do not allocate native objects on the managed heap." into dalvik-dev by Carl Shapiro · 14 years ago
  43. 1553988 Clarify a comment. by Dan Bornstein · 14 years ago
  44. 2494c50 Add a predicate that returns true for addresses contained by the heap. by Carl Shapiro · 14 years ago
  45. 85823bf Free the slot data when freeing an indirect reference table. by Carl Shapiro · 14 years ago
  46. c36fb46 Do not allocate native objects on the managed heap. by Carl Shapiro · 14 years ago
  47. 66fd70a Merge "Fix bugs in incremental dx." into dalvik-dev by Jesse Wilson · 14 years ago
  48. d1e1668 Fix bugs in incremental dx. by Jesse Wilson · 14 years ago
  49. 964ff5f Merge "Verifier allows certain errors so they can fail at runtime." into dalvik-dev by jeffhao · 14 years ago
  50. a5e5f6e Merge "Clean up how primitive types are handled." into dalvik-dev by Dan Bornstein · 14 years ago
  51. 190b972 am ce52ba38: Build libdexdump_static. by Ying Wang · 14 years ago
  52. a9c49df Clean up how primitive types are handled. by Dan Bornstein · 14 years ago
  53. c31f795 Verifier allows certain errors so they can fail at runtime. by jeffhao · 14 years ago
  54. ce52ba3 Build libdexdump_static. by Ying Wang · 14 years ago
  55. a91c22f Merge "Clean up stale cases" into dalvik-dev by Andy McFadden · 14 years ago
  56. f4ef26d Clean up stale cases by Andy McFadden · 14 years ago
  57. c3bdf1c Merge "Extract more reference inits." into dalvik-dev by Dan Bornstein · 14 years ago
  58. 9dfc114 Merge "Add volatile/jumbo opcodes" into dalvik-dev by Andy McFadden · 14 years ago
  59. 842947e Extract more reference inits. by Dan Bornstein · 14 years ago
  60. ec2a40a Remove the stopAtPrivileged argument. by Dan Bornstein · 14 years ago
  61. 24bd4c5 Add volatile/jumbo opcodes by Andy McFadden · 14 years ago
  62. d8a16d3 Kill off the doPrivileged() special case code. by Dan Bornstein · 14 years ago
  63. 40fcd04 Pull the Reference setup code into InitRefs.c. by Dan Bornstein · 14 years ago
  64. 7079044 Merge "Clean up UtfString.c, two ways." into dalvik-dev by Dan Bornstein · 14 years ago
  65. cd38042 Clean up UtfString.c, two ways. by Dan Bornstein · 14 years ago
  66. 6d59d55 Merge "Handle relocatable class objects in JIT'ed code." into dalvik-dev by Ben Cheng · 14 years ago
  67. 385828e Handle relocatable class objects in JIT'ed code. by Ben Cheng · 14 years ago
  68. 9ea32b0 A bit of libdex spring cleaning. by Dan Bornstein · 14 years ago
  69. af06c40 Merge "Better class name validation." into dalvik-dev by Dan Bornstein · 14 years ago
  70. d4bd92b Better class name validation. by Dan Bornstein · 14 years ago
  71. c632e86 Merge "Improve class name checking." into dalvik-dev by Dan Bornstein · 14 years ago
  72. f39ec04 Improve class name checking. by Dan Bornstein · 14 years ago
  73. 82801e1 Fix handling of short types in FFI bridge by Andy McFadden · 14 years ago
  74. 701abba Use indirect references in JNI by default. by Carl Shapiro · 14 years ago
  75. e7a3aac Merge "Also clear the JNI weak global reference table on shutdown." into dalvik-dev by Carl Shapiro · 14 years ago
  76. 4043182 Also clear the JNI weak global reference table on shutdown. by Carl Shapiro · 14 years ago
  77. 3f5e9f9 Merge "Use an explicit fp in dvmPlatformInvoke" into dalvik-dev by Andy McFadden · 14 years ago
  78. 88fefea Use an explicit fp in dvmPlatformInvoke by Andy McFadden · 14 years ago
  79. 2ff04ab Fix method profiling by Andy McFadden · 14 years ago
  80. 0872891 Merge "Compute a length based on heap size instead of card table size." into dalvik-dev by Carl Shapiro · 14 years ago
  81. e0af989 Merge "Finish the indirect reference implementation." into dalvik-dev by Carl Shapiro · 14 years ago
  82. 20d4d04 Compute a length based on heap size instead of card table size. by Carl Shapiro · 14 years ago
  83. e4c3b5e Finish the indirect reference implementation. by Carl Shapiro · 14 years ago
  84. 3828a76 resolved conflicts for merge of 10185db0 to dalvik-dev by buzbee · 14 years ago
  85. 10185db resolved conflicts for merge of d063e255 to honeycomb-plus-aosp by buzbee · 14 years ago
  86. 87508f4 Merge "Permit dx to build resource-only dex files." into dalvik-dev by Jesse Wilson · 14 years ago
  87. d2b3f49 Permit dx to build resource-only dex files. by Jesse Wilson · 14 years ago
  88. 8f7a48e Merge "Add a tool to grep the strings in a dex file." into dalvik-dev by Jesse Wilson · 14 years ago
  89. ae38a1e Add a tool to grep the strings in a dex file. by Jesse Wilson · 14 years ago
  90. 47f5825 Consistency in exception throws. by Dan Bornstein · 14 years ago
  91. 3111b0c Collate more of the low-level class lookups. by Dan Bornstein · 14 years ago
  92. 6a52d1d Fix JUMBO failures by buzbee · 14 years ago
  93. d063e25 Merge "Update to allow x86-atom build for FI on Gingerbread" by David Turner · 14 years ago
  94. 0b8b293 Rename some of the exception functions. by Dan Bornstein · 14 years ago
  95. 9807b4e Clean out now-unused exception code. by Dan Bornstein · 14 years ago
  96. 768ddd4 Merge "More exception rework." into dalvik-dev by Dan Bornstein · 14 years ago
  97. ac74b24 Merge "Low-level support for in-memory DEX" into dalvik-dev by Andy McFadden · 14 years ago
  98. 56da263 More exception rework. by Dan Bornstein · 14 years ago
  99. 57fd399 Low-level support for in-memory DEX by Andy McFadden · 14 years ago
  100. a3b3512 More exception rework. by Dan Bornstein · 14 years ago