1. a1c604f Add a link to the dex-format doc. by Dan Bornstein · 14 years ago
  2. 3b63be6 Merge "Remove excess generality from the bitmap sweep walking routine." into dalvik-dev by Carl Shapiro · 14 years ago
  3. f6426e3 Remove excess generality from the bitmap sweep walking routine. by Carl Shapiro · 14 years ago
  4. 3c6c8c7 Bring 00x and 20bc into the fold. by Dan Bornstein · 14 years ago
  5. 74b28b0 Explain a bit. by Dan Bornstein · 14 years ago
  6. 0759f52 invoke-direct-empty doesn't actually invoke anything. by Dan Bornstein · 14 years ago
  7. 36cead9 Merge "Punch opcode info access from libcore to the vm." into dalvik-dev by Dan Bornstein · 14 years ago
  8. 6705004 Merge "Fix DexFile cookie check." into dalvik-dev by Andy McFadden · 14 years ago
  9. 4d31eb3 Punch opcode info access from libcore to the vm. by Dan Bornstein · 14 years ago
  10. 9d674e9 Fix DexFile cookie check. by Andy McFadden · 14 years ago
  11. 758a673 Clean up the opcode maintenance instructions. by Dan Bornstein · 14 years ago
  12. 003a38e Merge "Make the scan and the visit routines look more alike." into dalvik-dev by Carl Shapiro · 14 years ago
  13. 3e24d33 Make the scan and the visit routines look more alike. by Carl Shapiro · 14 years ago
  14. a41ba9f Merge "Code to generate libcore's Dalvik opcode code." into dalvik-dev by Dan Bornstein · 14 years ago
  15. caf4e5a Code to generate libcore's Dalvik opcode code. by Dan Bornstein · 14 years ago
  16. 8575bca Merge "Verifier doc addendum." into dalvik-dev by Andy McFadden · 14 years ago
  17. 81d713a Verifier doc addendum. by Andy McFadden · 14 years ago
  18. 06409a7 Merge "Fixed identification of objects in the Constant Collector." into dalvik-dev by jeffhao · 14 years ago
  19. a914f8a Fixed identification of objects in the Constant Collector. by jeffhao · 14 years ago
  20. b46dfc8 CPU errata workaround. by Andy McFadden · 14 years ago
  21. 863ebc0 Merge "Check monitors during bytecode verification" into dalvik-dev by Andy McFadden · 14 years ago
  22. 38e7c41 am abf3ef82: Fix off-by-1 bug in expandable bit vectors. by Ben Cheng · 14 years ago
  23. 3f64a02 Check monitors during bytecode verification by Andy McFadden · 14 years ago
  24. abf3ef8 Fix off-by-1 bug in expandable bit vectors. by Ben Cheng · 14 years ago
  25. 5016966 Add dvmHumanReadableDescriptor function, and use it. by Elliott Hughes · 14 years ago
  26. eb6e6fa Merge "Protect against bogus arrays." into dalvik-dev by Dan Bornstein · 14 years ago
  27. ad4a3eb Merge "Better ArrayStoreException detail messages." into dalvik-dev by Elliott Hughes · 14 years ago
  28. 193a308 Protect against bogus arrays. by Dan Bornstein · 14 years ago
  29. 6364465 Better ArrayStoreException detail messages. by Elliott Hughes · 14 years ago
  30. 675b642 Say kNumDalvikInstructions when appropriate. by Dan Bornstein · 14 years ago
  31. 82901ca Kill off InsnFormat.nextUp(). by Dan Bornstein · 14 years ago
  32. 7c02a97 Verification no longer requires startup/shutdown. by Dan Bornstein · 14 years ago
  33. 41e286c Get rid of the copies of the opcode table pointers. by Dan Bornstein · 14 years ago
  34. 1bf2782 Merge "Use the generated opcode info tables." into dalvik-dev by Dan Bornstein · 14 years ago
  35. bb08b66 Better ClassCastException detail messages for x86. by Elliott Hughes · 14 years ago
  36. 8cf4bd5 Merge "Include both types in ClassCastException detail messages." into dalvik-dev by Elliott Hughes · 14 years ago
  37. c560e30 Include both types in ClassCastException detail messages. by Elliott Hughes · 14 years ago
  38. 5432239 Use the generated opcode info tables. by Dan Bornstein · 14 years ago
  39. 8424432 Generate the tables in InstrUtils.c...almost. by Dan Bornstein · 14 years ago
  40. d03baaf Generate the contents of OpCodeNames.c. by Dan Bornstein · 14 years ago
  41. 1f29eed Merge "Generate most of OpCode.h using opcode-gen." into dalvik-dev by Dan Bornstein · 14 years ago
  42. 71fbb0c Merge "Improve error messages for bad modified UTF-8 strings passed to JNI functions." into dalvik-dev by Elliott Hughes · 14 years ago
  43. 7527649 Improve error messages for bad modified UTF-8 strings passed to JNI functions. by Elliott Hughes · 14 years ago
  44. 11a4a79 Generate most of OpCode.h using opcode-gen. by Dan Bornstein · 14 years ago
  45. 82dbe1c Promote opcode-gen to the dalvik directory. by Dan Bornstein · 14 years ago
  46. a1d6b0e Add all the optimized / runtime-only opcodes. by Dan Bornstein · 14 years ago
  47. c2b486f Get rid of kInstrUnconditional. by Dan Bornstein · 14 years ago
  48. 71318a1 Merge "Be more prepared for InstrUtils code generation." into dalvik-dev by Dan Bornstein · 14 years ago
  49. bde004c Be more prepared for InstrUtils code generation. by Dan Bornstein · 14 years ago
  50. 7d2fa63 Merge "Progress toward structured lock checks" into dalvik-dev by Andy McFadden · 14 years ago
  51. 319a33b Progress toward structured lock checks by Andy McFadden · 14 years ago
  52. 1530c3e TypeRef, not ClassRef. by Dan Bornstein · 14 years ago
  53. 72bc1b1 Merge "Add info to the bytecode.txt file." into dalvik-dev by Dan Bornstein · 14 years ago
  54. d8bb0d7 Add info to the bytecode.txt file. by Dan Bornstein · 14 years ago
  55. a092937 Stop reporting negative widths. by Andy McFadden · 14 years ago
  56. edb7b25 Merge "Remove unused logging macros." into dalvik-dev by Carl Shapiro · 14 years ago
  57. 3781d0b am 72ef412b: Fix uninitialized variable warning(error). by Jing Yu · 14 years ago
  58. 4750bf1 Remove unused logging macros. by Carl Shapiro · 14 years ago
  59. 034fba5 Reset the finger immediately after it becomes no longer useful. by Carl Shapiro · 14 years ago
  60. 4a6b482 Add the new instruction formats. by Dan Bornstein · 14 years ago
  61. 72ef412 Fix uninitialized variable warning(error). by Jing Yu · 14 years ago
  62. e192bb8 Fix Thumb2 codegen. by Dan Bornstein · 14 years ago
  63. 44a38f4 Add a new index type table for instruction decoding. by Dan Bornstein · 14 years ago
  64. ff70f76 Simplify the instruction decoder. by Dan Bornstein · 14 years ago
  65. 7b3e9b0 Reharmonize the implementation with the spec. by Dan Bornstein · 14 years ago
  66. 654428a Merge "Pro-active pre-harmonization." into dalvik-dev by Dan Bornstein · 14 years ago
  67. 3d2c95a Pro-active pre-harmonization. by Dan Bornstein · 14 years ago
  68. 0b3cb03 Merge "Spec/implementation harmony." into dalvik-dev by Dan Bornstein · 14 years ago
  69. 82c426d Spec/implementation harmony. by Dan Bornstein · 14 years ago
  70. 610fd6a Merge "Allocate the mark stack as part of heap allocation." into dalvik-dev by Carl Shapiro · 14 years ago
  71. fd337e1 Merge "Added info for parallel dx switch "num-threads" to help message." into dalvik-dev by jeffhao · 14 years ago
  72. 0ed8454 Merge "Expand away the QUIET_ZYGOTE_MONITOR macro." into dalvik-dev by Carl Shapiro · 14 years ago
  73. a492d20 Expand away the QUIET_ZYGOTE_MONITOR macro. by Carl Shapiro · 14 years ago
  74. fdf8052 Allocate the mark stack as part of heap allocation. by Carl Shapiro · 14 years ago
  75. d05e4fd Added info for parallel dx switch "num-threads" to help message. by jeffhao · 14 years ago
  76. e2b776e Merge "Add const-class/jumbo." into dalvik-dev by Dan Bornstein · 14 years ago
  77. b6a891d am 6505cfe3: am ef4b0613: am e9503ef8: am 886130bc: (-s ours) Two patches. by Andy McFadden · 14 years ago
  78. 6505cfe am ef4b0613: am e9503ef8: am 886130bc: (-s ours) Two patches. by Andy McFadden · 14 years ago
  79. ef4b061 am e9503ef8: am 886130bc: (-s ours) Two patches. by Andy McFadden · 14 years ago
  80. e9503ef am 886130bc: (-s ours) Two patches. by Andy McFadden · 14 years ago
  81. de73f8e Add const-class/jumbo. by Dan Bornstein · 14 years ago
  82. 8c42810 Merge "Add the new jumbo opcodes to dx...almost." into dalvik-dev by Dan Bornstein · 14 years ago
  83. 886130b Two patches. by Andy McFadden · 14 years ago
  84. 0adb59f Merge "Track change in libcore/NativeCode.mk." into dalvik-dev by Elliott Hughes · 14 years ago
  85. f2a6694 Track change in libcore/NativeCode.mk. by Elliott Hughes · 14 years ago
  86. 737fac2 Add the new jumbo opcodes to dx...almost. by Dan Bornstein · 14 years ago
  87. 7665a4c Minor tweaks and clarification. by Dan Bornstein · 14 years ago
  88. 25f7980 Another bit of cleanup. by Dan Bornstein · 14 years ago
  89. 470cbbb Move some verifier stuff around. by Andy McFadden · 14 years ago
  90. 46c675d Merge "Use the static opcode chains in dx." into dalvik-dev by Dan Bornstein · 14 years ago
  91. e38b29d Merge "Parameterize instance counting to include subclasses." into dalvik-dev by Carl Shapiro · 14 years ago
  92. 380dc65 Use the static opcode chains in dx. by Dan Bornstein · 14 years ago
  93. f331a60 Parameterize instance counting to include subclasses. by Carl Shapiro · 14 years ago
  94. d983a1f Merge "Start including the "next opcode" in Dop instances." into dalvik-dev by Dan Bornstein · 14 years ago
  95. 5266092 Merge "Fix CloseGuard issue in test 087." into dalvik-dev by Andy McFadden · 14 years ago
  96. 32fed2d Fix CloseGuard issue in test 087. by Andy McFadden · 14 years ago
  97. 9c7eb54 Merge "Rename wrap/unwrap --> box/unbox" into dalvik-dev by Andy McFadden · 14 years ago
  98. c4ae06f Rename wrap/unwrap --> box/unbox by Andy McFadden · 14 years ago
  99. ec85aa9 Start including the "next opcode" in Dop instances. by Dan Bornstein · 14 years ago
  100. 88c0c63 Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master by Elliott Hughes · 14 years ago