1. 115b55b Fix Class.getDex. by Elliott Hughes · 11 years ago
  2. 2115c7e am f8fe8731: Merge "Disable -Xjnigreflimit." by Elliott Hughes · 11 years ago
  3. 0238160 Disable -Xjnigreflimit. by Elliott Hughes · 11 years ago
  4. 70605c7 am a163f4a9: Merge "Now that abort(3) is fixed, dvmAbort can be simplified." by Elliott Hughes · 11 years ago
  5. 0e25ea3 Now that abort(3) is fixed, dvmAbort can be simplified. by Elliott Hughes · 11 years ago
  6. de33df5 am 130eebad: Merge "Adapt dalvik to new libnativehelper" by Brian Carlstrom · 11 years ago
  7. 0dae576 Adapt dalvik to new libnativehelper by Brian Carlstrom · 11 years ago
  8. b64e9cb Zygote: set PR_SET_NO_NEW_PRIVS by Nick Kralevich · 12 years ago
  9. 9907ca3 Zygote: remount /system nosuid/nodev by Nick Kralevich · 12 years ago
  10. 160c756 Revert "Zygote: remount /system nosuid/nodev" by Nick Kralevich · 12 years ago
  11. 2d37f9a Zygote: remount /system nosuid/nodev by Nick Kralevich · 12 years ago
  12. 7519654 am 0138866d: Merge "Don\'t disable inlining for ARM." by Elliott Hughes · 12 years ago
  13. 4b3f78e Don't disable inlining for ARM. by Elliott Hughes · 12 years ago
  14. 485dfb5 Allow max free size of heap to be configured. by Ian Rogers · 12 years ago
  15. 851248a Missing EMULATED_STORAGE_TARGET isn't an error. by Jeff Sharkey · 12 years ago
  16. d8de46c Include user identifier in external storage paths. by Jeff Sharkey · 12 years ago
  17. 0c2dc52 [X86] X86 trace JIT compiler support by Dong-Yuan Chen · 12 years ago
  18. d25f00e am 2b02fef4: Lose libnativehelper to its own project for the PDK. by Elliott Hughes · 12 years ago
  19. 2b02fef Lose libnativehelper to its own project for the PDK. by Elliott Hughes · 12 years ago
  20. 627d8d0 resolved conflicts for merge of 323d9152 to jb-dev-plus-aosp by Elliott Hughes · 12 years ago
  21. 1c92af6 Simplify the quasi-atomic stuff and add MIPS support. by Elliott Hughes · 12 years ago
  22. ce6603b Add a -XX:mainThreadStackSize= option. by Elliott Hughes · 12 years ago
  23. c1a4ab9 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  24. e8e1ddc Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  25. 4308417 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  26. 062bf50 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  27. 92c1f6f Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  28. f7c1805 Leave up to 512 chars of gDvm.lastMessage on dvmAbort's stack frame. by Ben Cheng · 13 years ago
  29. 58e1b91 Stop advertising the removed -Xdeadlockpredict option. by Elliott Hughes · 13 years ago
  30. 97151d9 Merge "Make dual clock mode the default." by Jeff Brown · 13 years ago
  31. 5719d5c Improve -verbose:jni. by Elliott Hughes · 13 years ago
  32. 120994d Make dual clock mode the default. by Jeff Brown · 13 years ago
  33. 949c3ec Add a dual clock profiler tracing mode. by Jeff Brown · 13 years ago
  34. 689cc33 Fix regular exit. by Elliott Hughes · 13 years ago
  35. 0fbb703 Use std::string rather than malloc/free for saneDirName. by Elliott Hughes · 13 years ago
  36. 60fc806 Further conservation of newlines. by Dan Bornstein · 13 years ago
  37. e346f7d Fix a couple debugging issues involving JIT single-stepping mode. by Ben Cheng · 13 years ago
  38. c67c23b Eliminate the PROFILE_FIELD_ACCESS feature. by Carl Shapiro · 13 years ago
  39. d5c80e0 Remove the old forcecopy in favor of the new. by Elliott Hughes · 13 years ago
  40. a5f3ed8 Add -Xjniopts:forcecopy-unmap to catch more errors than forcecopy. by Elliott Hughes · 13 years ago
  41. f06a4d1 Move JNIHelp's implementation to C++. by Elliott Hughes · 13 years ago
  42. 1e1433e Remove unneeded void argument list declarations. by Carl Shapiro · 13 years ago
  43. d5c36b9 Move the remaining non-compiler VM code into C++. by Carl Shapiro · 13 years ago[Renamed (99%) from vm/Init.c]
  44. ce87bfe Delegate the queuing of cleared references to managed code. by Carl Shapiro · 14 years ago
  45. 045736c Try a bit harder to look like gdb(1). by Elliott Hughes · 14 years ago
  46. abd4f6e Automatically dump stack traces in dvmAbort on the host. by Elliott Hughes · 14 years ago
  47. 8cd640b Fix some exception issues by Andy McFadden · 14 years ago
  48. 3111b0c Collate more of the low-level class lookups. by Dan Bornstein · 14 years ago
  49. 9807b4e Clean out now-unused exception code. by Dan Bornstein · 14 years ago
  50. a3b3512 More exception rework. by Dan Bornstein · 14 years ago
  51. 85ba81d Set up a few more exceptions. by Dan Bornstein · 14 years ago
  52. 537e29e Set up a few more exceptions. by Dan Bornstein · 14 years ago
  53. 4b5fa2e Clarify the ordering requirement. by Dan Bornstein · 14 years ago
  54. 8521311 Yak-shaving in support of the exception cleanup. by Dan Bornstein · 14 years ago
  55. d18fcbc Update dexopt control logic by Andy McFadden · 14 years ago
  56. 7ab74e1 Add support to do suspend polling on backward branches in JIT'ed code. by Ben Cheng · 14 years ago
  57. 49dc060 Move more system propery handling into managed code. by Elliott Hughes · 14 years ago
  58. 01605d2 Remove the unused monitor tracking and deadlock prediction code. by Carl Shapiro · 14 years ago
  59. 83ff618 Remove the HPROF stack trace collection feature. by Carl Shapiro · 14 years ago
  60. 65a54dc Make more DEX optimizations "essential" by Andy McFadden · 14 years ago
  61. 7f7dcd4 Merge "Support traceview-style profiling in all builds" into dalvik-dev by buzbee · 14 years ago
  62. 7a1b6ee resolved conflicts for merge of 5b1a7218 to dalvik-dev by Carl Shapiro · 14 years ago
  63. 18fba34 Support traceview-style profiling in all builds by buzbee · 14 years ago
  64. 7007e04 Include -XX:DisableExplicitGC in the usage output. by Carl Shapiro · 14 years ago
  65. 91e0db1 am 044f1e87: am 0bd1ebdb: am 461d57dc: Merge "Add an option to disable explicit GC requests." into honeycomb by Carl Shapiro · 14 years ago
  66. 461d57d Merge "Add an option to disable explicit GC requests." into honeycomb by Carl Shapiro · 14 years ago
  67. 821fd06 Add an option to disable explicit GC requests. by Carl Shapiro · 14 years ago
  68. b7c0827 am 2287bffd: am 9622ef8d: am b2e15681: Merge "Implement growth limits to support multiple heap configurations." into honeycomb by Carl Shapiro · 14 years ago
  69. df9f08b Implement growth limits to support multiple heap configurations. by Carl Shapiro · 14 years ago
  70. a0dc19c am c45c71a8: am 9c6e857f: Merge "Minor cleanup of some initialization code." into honeycomb by Carl Shapiro · 14 years ago
  71. e5f172f Minor cleanup of some initialization code. by Carl Shapiro · 14 years ago
  72. bad3006 am e7bdd8b8: Remove the external allocation facility. by Carl Shapiro · 14 years ago
  73. e7bdd8b Remove the external allocation facility. by Carl Shapiro · 14 years ago
  74. 2e152ba [JIT] Trace profiling support by buzbee · 14 years ago
  75. 701d272 Progress on liveness analysis. by Andy McFadden · 14 years ago
  76. 3f64a02 Check monitors during bytecode verification by Andy McFadden · 14 years ago
  77. 7c02a97 Verification no longer requires startup/shutdown. by Dan Bornstein · 14 years ago
  78. 202e3d9 Remove allocation limit checking. by Carl Shapiro · 14 years ago
  79. a5a4692 HPROF is here to stay, make WITH_HPROF the default. by Carl Shapiro · 14 years ago
  80. ef22d6f Don't force optimizations during class init in dexopt. by Andy McFadden · 14 years ago
  81. a7f5f90 Don't do ClassLoader prep in dexopt. by Andy McFadden · 14 years ago
  82. 9ef5ca6 Change handling of edge case. by Andy McFadden · 14 years ago
  83. b91b37e Correct dexopt for uniprocessors. by Andy McFadden · 14 years ago
  84. 70f9cc6 am d53caae3: am b3a94965: am 148283d7: Plumb SMP optimization control through to dexopt. by Dan Bornstein · 14 years ago
  85. d53caae am b3a94965: am 148283d7: Plumb SMP optimization control through to dexopt. by Dan Bornstein · 14 years ago
  86. b3a9496 am 148283d7: Plumb SMP optimization control through to dexopt. by Dan Bornstein · 14 years ago
  87. 148283d Plumb SMP optimization control through to dexopt. by Dan Bornstein · 14 years ago
  88. c488076 Be more explicit in our -Xms == -Xmx message, and stop pretending we'll fix it. by Elliott Hughes · 14 years ago
  89. 7b252ca am 50672515: am 60cc993e: Support -Xbootclasspath/a and /p for dvmProcessOptions in dalvik/vm/Init.c by Norris, Lee · 14 years ago
  90. 5067251 am 60cc993e: Support -Xbootclasspath/a and /p for dvmProcessOptions in dalvik/vm/Init.c by Norris, Lee · 14 years ago
  91. 629e692 Print the JIT codegen type in the VM configuration list. by Ben Cheng · 14 years ago
  92. ab961da Print the JIT codegen type in the VM configuration list. by Ben Cheng · 14 years ago
  93. 8b2c3e8 Fail early rather than crippling the GC if -Xms == -Xmx. by Elliott Hughes · 14 years ago
  94. 5af8cc8 I gave some bad advice. by Andy McFadden · 14 years ago
  95. fe70026 Check at startup that we can resolve all the inline natives. by Elliott Hughes · 14 years ago
  96. 60cc993 Support -Xbootclasspath/a and /p for dvmProcessOptions in dalvik/vm/Init.c by Norris, Lee · 14 years ago
  97. 139bd97 Added "dexopt for SMP" flag. by Andy McFadden · 14 years ago
  98. a3096e3 am 611f0c0b: am 070fceca: am d394371b: Remove the functionality in ReduceConstants.[ch]. by Dan Bornstein · 14 years ago
  99. c58b9ef Added "dexopt for SMP" flag. by Andy McFadden · 14 years ago
  100. d394371 Remove the functionality in ReduceConstants.[ch]. by Dan Bornstein · 14 years ago