1. 5552e62 Optimize IndirectRefTable. by Jeff Brown · 14 years ago
  2. 476157d Add a simple performance test for IndirectRefTable. by Jeff Brown · 14 years ago
  3. 34987b4 Fix reference to non-existent function in debug code. by Jeff Brown · 14 years ago
  4. 92c1f6f Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 14 years ago
  5. 1663a6c Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE by Steve Block · 14 years ago
  6. b78eab0 Dump native stack of JNI methods when handling SIGQUIT. by Jeff Brown · 14 years ago
  7. b4593f1 Merge "Provide debugging info should extended opcode lookup fail." by Jesse Wilson · 14 years ago
  8. fc785c7 Provide debugging info should extended opcode lookup fail. by Jesse Wilson · 14 years ago
  9. 21fefba Avoid deadlock. by Elliott Hughes · 14 years ago
  10. 98909fb Merge "Leave up to 512 chars of gDvm.lastMessage on dvmAbort's stack frame." by Ben Cheng · 14 years ago
  11. f7c1805 Leave up to 512 chars of gDvm.lastMessage on dvmAbort's stack frame. by Ben Cheng · 14 years ago
  12. 15fec55 Merge "Reordered some checks and added more to the verifier." by jeffhao · 14 years ago
  13. c2fdadc Merge "Revert "Use the card table to scan the immune region of the heap."" by Ben Cheng · 14 years ago
  14. b271408 Revert "Use the card table to scan the immune region of the heap." by Ben Cheng · 14 years ago
  15. 3e64548 Merge "Don't say UTF-8 in Dalvik's CheckJNI when we mean Modified UTF-8." by Elliott Hughes · 14 years ago
  16. 904660c Don't say UTF-8 in Dalvik's CheckJNI when we mean Modified UTF-8. by Elliott Hughes · 14 years ago
  17. 32c482c Reordered some checks and added more to the verifier. by jeffhao · 14 years ago
  18. 5a459d4 Fixed dx verifier issue when an error is detected. by jeffhao · 14 years ago
  19. 5eacf6c Fix a typo in unused code. by Elliott Hughes · 14 years ago
  20. 4185972 Fix memory barriers (Issue 3338450) by buzbee · 14 years ago
  21. 927765c Don't spam the logs with thread priority information. by Jesse Wilson · 14 years ago
  22. 6e0be60 Attempt to fix dalvik heap corruption. by Jesse Wilson · 14 years ago
  23. 9c545d1 Fix document formatting error (html tags) by Logan Chien · 14 years ago
  24. 9c23613 Merge "Dx reg allocator fix for accidental long/double clobbering." by jeffhao · 14 years ago
  25. ed6fb32 Merge "Rename register to conform to instruction format" by Shih-wei Liao · 14 years ago
  26. b0688fe Rename register to conform to instruction format by Logan Chien · 14 years ago
  27. 83a8a3b Fix a corner-case dex merging bug. by Jesse Wilson · 14 years ago
  28. 7980484 am 4130f726: am 1dd1d924: am e4e76feb: Merge "Set DX stack size to 1M by default on Windows." by Raphael Moll · 14 years ago
  29. 4130f72 am 1dd1d924: am e4e76feb: Merge "Set DX stack size to 1M by default on Windows." by Raphael Moll · 14 years ago
  30. 1dd1d92 am e4e76feb: Merge "Set DX stack size to 1M by default on Windows." by Raphael Moll · 14 years ago
  31. e4e76fe Merge "Set DX stack size to 1M by default on Windows." by Raphael Moll · 14 years ago
  32. 7debb91 Dx reg allocator fix for accidental long/double clobbering. by jeffhao · 14 years ago
  33. f23d9bf Set DX stack size to 1M by default on Windows. by Raphael Moll · 14 years ago
  34. 36db01e Removed parsing and output for unused --target-api switch in dx. by jeffhao · 14 years ago
  35. 046b8cc Merge "Fix JNIEXPORT now people are using -fvisibility." by Elliott Hughes · 14 years ago
  36. a6264bd Permit code size to grow when merging dex files. by Jesse Wilson · 14 years ago
  37. 59a6912 Fix JNIEXPORT now people are using -fvisibility. by Elliott Hughes · 14 years ago
  38. f28000d Fix two data races in the monitor code. by Carl Shapiro · 14 years ago
  39. b25e56e Merge "Dexopt verifier checks that int/float and double/long uses do not mix." by jeffhao · 14 years ago
  40. 3eb9789 Enhance CheckJNI to recognize when an type-incompatible jfieldID is used to get/set a field. by Elliott Hughes · 14 years ago
  41. 3ff838e Don't wrap the actual type in parens if its null. by Jesse Wilson · 14 years ago
  42. 43b06bc Dexopt verifier checks that int/float and double/long uses do not mix. by jeffhao · 14 years ago
  43. e0f5358 am be3942f2: (-s ours) am 3245c2e4: am 5017f3f2: Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4437846" by Jeff Brown · 14 years ago
  44. 10f84ea am 8ddfe8b4: (-s ours) am a0533621: am 9df264db: Merge "Add a dual clock profiler tracing mode." by Jeff Brown · 14 years ago
  45. be3942f am 3245c2e4: am 5017f3f2: Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4437846" by Jeff Brown · 14 years ago
  46. 8ddfe8b am a0533621: am 9df264db: Merge "Add a dual clock profiler tracing mode." by Jeff Brown · 14 years ago
  47. 3245c2e am 5017f3f2: Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4437846" by Jeff Brown · 14 years ago
  48. a053362 am 9df264db: Merge "Add a dual clock profiler tracing mode." by Jeff Brown · 14 years ago
  49. 5017f3f Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4437846" by Jeff Brown · 14 years ago
  50. 9df264d Merge "Add a dual clock profiler tracing mode." by Jeff Brown · 14 years ago
  51. da866ea Take the heap lock in dvmIsHeapAddress. by Elliott Hughes · 14 years ago
  52. 7616669 Reconcile with honeycomb-mr2-release by The Android Open Source Project · 14 years ago
  53. 0e002d4 Rollback of dx change to prevent methods from being overwritten. by jeffhao · 14 years ago
  54. adb1446 Dx fit to prevent method arguments from being overwritten by temps. by jeffhao · 14 years ago
  55. 4d06ee5 Support wrapping app processes to inject debug instrumentation. Bug: 4437846 by Jeff Brown · 14 years ago
  56. db57ab1 Remove "adbd disconnected" log spam by Mike Lockwood · 14 years ago
  57. b273415 Only allocate slot_data_ as needed. by Elliott Hughes · 14 years ago
  58. b792ee2 Merge "Don't use dvmIsValidObject outside the GC." by Elliott Hughes · 14 years ago
  59. d48cf5c Fix memory leak in mapCentralDirectory. Bug: 4984352 by Jeff Brown · 14 years ago
  60. 9f640af Add a dual clock profiler tracing mode. by Jeff Brown · 14 years ago
  61. fe9052e Trim the heap when idle after concurrent GC's. Bug: 4984352 by Jeff Brown · 14 years ago
  62. 8bc8bf7 Don't use dvmIsValidObject outside the GC. by Elliott Hughes · 14 years ago
  63. 5b298a2 Fix the sense of a conditional in the JNI compatibility mode. by Elliott Hughes · 14 years ago
  64. 58e1b91 Stop advertising the removed -Xdeadlockpredict option. by Elliott Hughes · 14 years ago
  65. 9910d7e resolved conflicts for merge of 72b7c617 to master by Raphael · 14 years ago
  66. b7eaaa9 am 68e8f6c0: am 53015360: am 5a57e766: Merge "Change dx.bat to Windows EOL." by Raphael Moll · 14 years ago
  67. 1265458 am f54c7016: am c8d71801: resolved conflicts for merge of d0d351b2 to gingerbread-plus-aosp by David 'Digit' Turner · 14 years ago
  68. 4c8b7b0 Merge "Tidying of the jweak fix." by Elliott Hughes · 14 years ago
  69. aa6bb5b Merge "Remove the simulator target from all makefiles. Bug: 5010576" by Jeff Brown · 14 years ago
  70. 363e154 Tidying of the jweak fix. by Elliott Hughes · 14 years ago
  71. 737e7c2 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 14 years ago
  72. 72b7c61 resolved conflicts for merge of c3ff6a0b to honeycomb-plus-aosp by Raphael · 14 years ago
  73. c3ff6a0 am bf62959b: Merge "Dex for Windows: Support paths with spaces." by Raphael Moll · 14 years ago
  74. bf62959 Merge "Dex for Windows: Support paths with spaces." by Raphael Moll · 14 years ago
  75. 259a8a5 Fix the jweak implementation. by Elliott Hughes · 14 years ago
  76. 68e8f6c am 53015360: am 5a57e766: Merge "Change dx.bat to Windows EOL." by Raphael Moll · 14 years ago
  77. 5301536 am 5a57e766: Merge "Change dx.bat to Windows EOL." by Raphael Moll · 14 years ago
  78. 5a57e76 Merge "Change dx.bat to Windows EOL." by Raphael Moll · 14 years ago
  79. 1e4c4be Dex for Windows: Support paths with spaces. by Raphael Moll · 14 years ago
  80. f54c701 am c8d71801: resolved conflicts for merge of d0d351b2 to gingerbread-plus-aosp by David 'Digit' Turner · 14 years ago
  81. 6b9626d Change dx.bat to Windows EOL. by Raphael Moll · 14 years ago
  82. c8d7180 resolved conflicts for merge of d0d351b2 to gingerbread-plus-aosp by David 'Digit' Turner · 14 years ago
  83. ea33338 Add JNI app bug workarounds. by Elliott Hughes · 14 years ago
  84. 0846f4a Merge "Allow an app's targetSdkVersion to be set by the zygote." by Elliott Hughes · 14 years ago
  85. 191a799 Allow an app's targetSdkVersion to be set by the zygote. by Elliott Hughes · 14 years ago
  86. d0d351b merge intel x86 patches into gingerbread branch by David 'Digit' Turner · 14 years ago
  87. 7aa9563 Remove dead code/unused variables to avoid gcc-4.6 warnings. by Doug Kwan · 14 years ago
  88. 03ad782 Improve a comment. by Elliott Hughes · 14 years ago
  89. 71224c8 Turn on third-party JNI logging if the relevant bit is set. by Elliott Hughes · 14 years ago
  90. ddbd6f4 Don't abort when a weak global's referent is cleared. by Elliott Hughes · 14 years ago
  91. 1286898 Added mutex for jdwp socket writes to prevent interleaving. by jeffhao · 14 years ago
  92. a6e94ff Fix native method logging to show local references rather than direct pointers. by Elliott Hughes · 14 years ago
  93. 9a4c89f Merge "Add two new JNI debugging options." by Elliott Hughes · 14 years ago
  94. 3f04fa0 Add two new JNI debugging options. by Elliott Hughes · 14 years ago
  95. db7d27b Mark a variable as volatile to suppress a gcc warning. by Doug Kwan · 14 years ago
  96. 4676d0d Merge "Make it easier to recognize JNI reference bugs." by Elliott Hughes · 14 years ago
  97. 24c57f1 Make it easier to recognize JNI reference bugs. by Elliott Hughes · 14 years ago
  98. 97151d9 Merge "Make dual clock mode the default." by Jeff Brown · 14 years ago
  99. dfd446f Improve JNI tracing even further. by Elliott Hughes · 14 years ago
  100. 5719d5c Improve -verbose:jni. by Elliott Hughes · 14 years ago