1. 6d4ce5e Drive all root scanning by the root visitor. by Carl Shapiro · 15 years ago
  2. a5e14d6 Get rid of QUIET_ZYGOTE_GC and make it the default. by Carl Shapiro · 15 years ago
  3. 18555fc Move a stray forward declaration of HeapSource to where it's needed. by Carl Shapiro · 15 years ago
  4. 4aa3633 Merge "Make the enums typedeffed as such." into dalvik-dev by Dan Bornstein · 15 years ago
  5. 4b6e9ba Make the enums typedeffed as such. by Dan Bornstein · 15 years ago
  6. 408c7d0 am f0badd23: Merge "Fix dvmHumanReadableDescriptor("B")." by Elliott Hughes · 15 years ago
  7. f0badd2 Merge "Fix dvmHumanReadableDescriptor("B")." by Elliott Hughes · 15 years ago
  8. 98c3592 Fix dvmHumanReadableDescriptor("B"). by Elliott Hughes · 15 years ago
  9. 4a1ef7d Fix the typing of the assert macro as required by C++. by Carl Shapiro · 15 years ago
  10. e8ef2b5 Move reference processing next to its implementation. by Carl Shapiro · 15 years ago
  11. 3fa2c3c Merge "Return the value at the top of the mark stack straight away." into dalvik-dev by Carl Shapiro · 15 years ago
  12. 26a8280 Return the value at the top of the mark stack straight away. by Carl Shapiro · 15 years ago
  13. 9a1f816 It's "opcode" not "opCode". by Dan Bornstein · 15 years ago
  14. 5befcb6 Rename OpCodeNames.c -> DexOpcodes.c. by Dan Bornstein · 15 years ago
  15. 8daf827 Clarify the spec slightly. by Dan Bornstein · 15 years ago
  16. df20eb4 Merge "Minor tweaks." into dalvik-dev by Andy McFadden · 15 years ago
  17. 4c973b1 Merge "Rename OpCode.h -> DexOpcodes.h." into dalvik-dev by Dan Bornstein · 15 years ago
  18. df4daaf Rename OpCode.h -> DexOpcodes.h. by Dan Bornstein · 15 years ago
  19. f7576b2 Minor tweaks. by Andy McFadden · 15 years ago
  20. f0c0357 am 33dab964: Improve "No new threads in -Xzygote mode" message to include thread name. by Brian Carlstrom · 15 years ago
  21. 33dab96 Improve "No new threads in -Xzygote mode" message to include thread name. by Brian Carlstrom · 15 years ago
  22. 1112216 Add more "extended opcode" structure to libdex. by Dan Bornstein · 15 years ago
  23. fe9382b am 94a6213f: am b83b4c88: am ebcd8646: Fix for Issue 3161543 - Remove stray line of code in JIT by buzbee · 15 years ago
  24. 94a6213 am b83b4c88: am ebcd8646: Fix for Issue 3161543 - Remove stray line of code in JIT by buzbee · 15 years ago
  25. 9765521 am a1d0e5ed: Merge remote branch \'goog/dalvik-dev\' into dalvik-dev-to-master by Brian Carlstrom · 15 years ago
  26. a1c604f Add a link to the dex-format doc. by Dan Bornstein · 15 years ago
  27. 3b63be6 Merge "Remove excess generality from the bitmap sweep walking routine." into dalvik-dev by Carl Shapiro · 15 years ago
  28. f6426e3 Remove excess generality from the bitmap sweep walking routine. by Carl Shapiro · 15 years ago
  29. a1d0e5e Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master by Brian Carlstrom · 15 years ago
  30. 3c6c8c7 Bring 00x and 20bc into the fold. by Dan Bornstein · 15 years ago
  31. 74b28b0 Explain a bit. by Dan Bornstein · 15 years ago
  32. 0759f52 invoke-direct-empty doesn't actually invoke anything. by Dan Bornstein · 15 years ago
  33. 36cead9 Merge "Punch opcode info access from libcore to the vm." into dalvik-dev by Dan Bornstein · 15 years ago
  34. 6705004 Merge "Fix DexFile cookie check." into dalvik-dev by Andy McFadden · 15 years ago
  35. 4d31eb3 Punch opcode info access from libcore to the vm. by Dan Bornstein · 15 years ago
  36. 9d674e9 Fix DexFile cookie check. by Andy McFadden · 15 years ago
  37. b83b4c8 am ebcd8646: Fix for Issue 3161543 - Remove stray line of code in JIT by buzbee · 15 years ago
  38. ebcd864 Fix for Issue 3161543 - Remove stray line of code in JIT by buzbee · 15 years ago
  39. 758a673 Clean up the opcode maintenance instructions. by Dan Bornstein · 15 years ago
  40. 003a38e Merge "Make the scan and the visit routines look more alike." into dalvik-dev by Carl Shapiro · 15 years ago
  41. 3e24d33 Make the scan and the visit routines look more alike. by Carl Shapiro · 15 years ago
  42. a41ba9f Merge "Code to generate libcore's Dalvik opcode code." into dalvik-dev by Dan Bornstein · 15 years ago
  43. caf4e5a Code to generate libcore's Dalvik opcode code. by Dan Bornstein · 15 years ago
  44. 8575bca Merge "Verifier doc addendum." into dalvik-dev by Andy McFadden · 15 years ago
  45. 81d713a Verifier doc addendum. by Andy McFadden · 15 years ago
  46. 06409a7 Merge "Fixed identification of objects in the Constant Collector." into dalvik-dev by jeffhao · 15 years ago
  47. a914f8a Fixed identification of objects in the Constant Collector. by jeffhao · 15 years ago
  48. b46dfc8 CPU errata workaround. by Andy McFadden · 15 years ago
  49. 863ebc0 Merge "Check monitors during bytecode verification" into dalvik-dev by Andy McFadden · 15 years ago
  50. 38e7c41 am abf3ef82: Fix off-by-1 bug in expandable bit vectors. by Ben Cheng · 15 years ago
  51. 3f64a02 Check monitors during bytecode verification by Andy McFadden · 15 years ago
  52. abf3ef8 Fix off-by-1 bug in expandable bit vectors. by Ben Cheng · 15 years ago
  53. 5016966 Add dvmHumanReadableDescriptor function, and use it. by Elliott Hughes · 15 years ago
  54. eb6e6fa Merge "Protect against bogus arrays." into dalvik-dev by Dan Bornstein · 15 years ago
  55. ad4a3eb Merge "Better ArrayStoreException detail messages." into dalvik-dev by Elliott Hughes · 15 years ago
  56. 193a308 Protect against bogus arrays. by Dan Bornstein · 15 years ago
  57. 6364465 Better ArrayStoreException detail messages. by Elliott Hughes · 15 years ago
  58. 675b642 Say kNumDalvikInstructions when appropriate. by Dan Bornstein · 15 years ago
  59. 82901ca Kill off InsnFormat.nextUp(). by Dan Bornstein · 15 years ago
  60. 7c02a97 Verification no longer requires startup/shutdown. by Dan Bornstein · 15 years ago
  61. 41e286c Get rid of the copies of the opcode table pointers. by Dan Bornstein · 15 years ago
  62. 1bf2782 Merge "Use the generated opcode info tables." into dalvik-dev by Dan Bornstein · 15 years ago
  63. bb08b66 Better ClassCastException detail messages for x86. by Elliott Hughes · 15 years ago
  64. 8cf4bd5 Merge "Include both types in ClassCastException detail messages." into dalvik-dev by Elliott Hughes · 15 years ago
  65. c560e30 Include both types in ClassCastException detail messages. by Elliott Hughes · 15 years ago
  66. 5432239 Use the generated opcode info tables. by Dan Bornstein · 15 years ago
  67. 8424432 Generate the tables in InstrUtils.c...almost. by Dan Bornstein · 15 years ago
  68. d03baaf Generate the contents of OpCodeNames.c. by Dan Bornstein · 15 years ago
  69. 1f29eed Merge "Generate most of OpCode.h using opcode-gen." into dalvik-dev by Dan Bornstein · 15 years ago
  70. 71fbb0c Merge "Improve error messages for bad modified UTF-8 strings passed to JNI functions." into dalvik-dev by Elliott Hughes · 15 years ago
  71. 7527649 Improve error messages for bad modified UTF-8 strings passed to JNI functions. by Elliott Hughes · 15 years ago
  72. 11a4a79 Generate most of OpCode.h using opcode-gen. by Dan Bornstein · 15 years ago
  73. 82dbe1c Promote opcode-gen to the dalvik directory. by Dan Bornstein · 15 years ago
  74. a1d6b0e Add all the optimized / runtime-only opcodes. by Dan Bornstein · 15 years ago
  75. c2b486f Get rid of kInstrUnconditional. by Dan Bornstein · 15 years ago
  76. 71318a1 Merge "Be more prepared for InstrUtils code generation." into dalvik-dev by Dan Bornstein · 15 years ago
  77. bde004c Be more prepared for InstrUtils code generation. by Dan Bornstein · 15 years ago
  78. 7d2fa63 Merge "Progress toward structured lock checks" into dalvik-dev by Andy McFadden · 15 years ago
  79. 319a33b Progress toward structured lock checks by Andy McFadden · 15 years ago
  80. 1530c3e TypeRef, not ClassRef. by Dan Bornstein · 15 years ago
  81. 72bc1b1 Merge "Add info to the bytecode.txt file." into dalvik-dev by Dan Bornstein · 15 years ago
  82. d8bb0d7 Add info to the bytecode.txt file. by Dan Bornstein · 15 years ago
  83. a092937 Stop reporting negative widths. by Andy McFadden · 15 years ago
  84. edb7b25 Merge "Remove unused logging macros." into dalvik-dev by Carl Shapiro · 15 years ago
  85. 3781d0b am 72ef412b: Fix uninitialized variable warning(error). by Jing Yu · 15 years ago
  86. 4750bf1 Remove unused logging macros. by Carl Shapiro · 15 years ago
  87. 034fba5 Reset the finger immediately after it becomes no longer useful. by Carl Shapiro · 15 years ago
  88. 4a6b482 Add the new instruction formats. by Dan Bornstein · 15 years ago
  89. 72ef412 Fix uninitialized variable warning(error). by Jing Yu · 15 years ago
  90. e192bb8 Fix Thumb2 codegen. by Dan Bornstein · 15 years ago
  91. 44a38f4 Add a new index type table for instruction decoding. by Dan Bornstein · 15 years ago
  92. ff70f76 Simplify the instruction decoder. by Dan Bornstein · 15 years ago
  93. 7b3e9b0 Reharmonize the implementation with the spec. by Dan Bornstein · 15 years ago
  94. 654428a Merge "Pro-active pre-harmonization." into dalvik-dev by Dan Bornstein · 15 years ago
  95. 3d2c95a Pro-active pre-harmonization. by Dan Bornstein · 15 years ago
  96. 0b3cb03 Merge "Spec/implementation harmony." into dalvik-dev by Dan Bornstein · 15 years ago
  97. 82c426d Spec/implementation harmony. by Dan Bornstein · 15 years ago
  98. 610fd6a Merge "Allocate the mark stack as part of heap allocation." into dalvik-dev by Carl Shapiro · 15 years ago
  99. fd337e1 Merge "Added info for parallel dx switch "num-threads" to help message." into dalvik-dev by jeffhao · 15 years ago
  100. 0ed8454 Merge "Expand away the QUIET_ZYGOTE_MONITOR macro." into dalvik-dev by Carl Shapiro · 15 years ago