1. 119c6bd Fix stub_test to pass with SS collector. by Mathieu Chartier · 10 years ago
  2. 78f7b4c Add concurrent reference processing. by Mathieu Chartier · 10 years ago
  3. 0526643 Switch on implicit null pointer and stack overflow checks. by Dave Allison · 10 years ago
  4. 89a201e Add GC cause to WaitForGcToComplete message. by Mathieu Chartier · 10 years ago
  5. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 10 years ago
  6. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 10 years ago
  7. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 10 years ago
  8. 9bc5440 Interpreter-only mode should cause dex-to-dex compilation. by Ian Rogers · 10 years ago
  9. 2f8da3e Decrease target utilization for foreground apps. by Mathieu Chartier · 10 years ago
  10. c7a966d Prevent deadlocks in Runtime::Abort. by Mathieu Chartier · 10 years ago
  11. a704644 Merge "Profile: made startImmediately settable" by Calin Juravle · 10 years ago
  12. 1659006 Profile: made startImmediately settable by Calin Juravle · 10 years ago
  13. 242947d Make frame size dependent on arch-specific constants. by Andreas Gampe · 10 years ago
  14. 0c7350d Merge "Runtime::PreZygoteFork returns void, not boolean." by Narayan Kamath · 10 years ago
  15. 4a200f5 Add support for -Xverify:none mode. by Jeff Hao · 10 years ago
  16. 8afeb85 Pass instruction-set from runtime through to spawned dex2oat. by Ian Rogers · 10 years ago
  17. 3de95a7 Runtime::PreZygoteFork returns void, not boolean. by Narayan Kamath · 10 years ago
  18. 8e157dc Merge "Move most zygote related code to frameworks/base." by Narayan Kamath · 10 years ago
  19. 1246d68 Merge "Cleanup transaction support" by Sebastien Hertz · 10 years ago
  20. ee1d79a Cleanup transaction support by Sebastien Hertz · 11 years ago
  21. 252f848 Merge "Fix running with DlMalloc instead of RosAlloc." by Mathieu Chartier · 10 years ago
  22. da44d77 Fix running with DlMalloc instead of RosAlloc. by Mathieu Chartier · 10 years ago
  23. c751fdc Add handler for printing java stack traces for compiled code SIGSEGV. by Mathieu Chartier · 10 years ago
  24. 8b2c8b9 Move most zygote related code to frameworks/base. by Narayan Kamath · 10 years ago
  25. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  26. 3b05e9b Add missing debugger root visiting. by Mathieu Chartier · 10 years ago
  27. 6ed19fd 64bit: make runtime offsets more deterministic. by Ian Rogers · 10 years ago
  28. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 10 years ago
  29. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  30. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  31. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 11 years ago
  32. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  33. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 10 years ago
  34. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 10 years ago
  35. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
  36. 491ca9e Add ART -help and -showversion by Brian Carlstrom · 11 years ago
  37. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 11 years ago
  38. 6449c62 Create CompilerOptions by Brian Carlstrom · 11 years ago
  39. 936b37f Upcall support for x86-64. by Ian Rogers · 11 years ago
  40. 815873e Change root visitor to use Object**. by Mathieu Chartier · 11 years ago
  41. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  42. 97f4489 Revert "Revert "Revert "Add a script for running art standalone.""" by Ian Rogers · 11 years ago
  43. 4b23250 Revert "Revert "Add a script for running art standalone."" by Nicolas Geoffray · 11 years ago
  44. 41dcb9f Revert "Add a script for running art standalone." by Brian Carlstrom · 11 years ago
  45. 763a085 Merge "Add a script for running art standalone." by Nicolas Geoffray · 11 years ago
  46. 1f5a90f Add a script for running art standalone. by Nicolas Geoffray · 11 years ago
  47. fd14755 Merge "Work in the direction of hard float quick ABIs." by Ian Rogers · 11 years ago
  48. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 11 years ago
  49. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  50. 412c7fc Make debugger / jdwp compaction safe. by Mathieu Chartier · 11 years ago
  51. a4adbfd RosAlloc verification. by Hiroshi Yamauchi · 11 years ago
  52. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  53. 055d46c Add missing SIRT to LoadNativeLibrary. by Mathieu Chartier · 11 years ago
  54. 6c2270b Fix GC options to make the setting available by lzang1 · 11 years ago
  55. be1ca55 Use direct class pointers at allocation sites in the compiled code. by Hiroshi Yamauchi · 11 years ago
  56. 938a03b Fix heap verification and add runtime options. by Mathieu Chartier · 11 years ago
  57. 0f875ef Revert accidental default collector type change. by Mathieu Chartier · 11 years ago
  58. 6f4ffe4 Improve the generational mode. by Hiroshi Yamauchi · 11 years ago
  59. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  60. 0aded08 Add sampling profiler by Dave Allison · 11 years ago
  61. 2b5eaa2 Move compiler code out of method verifier. by Vladimir Marko · 11 years ago
  62. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  63. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  64. 501668a Fix a rosalloc check failure in a test. by Hiroshi Yamauchi · 11 years ago
  65. 0de9f73 Add -xGc: MS, CMS, SS options to specify which GC to use. by Mathieu Chartier · 11 years ago
  66. 2e899a9 Fix a crash with -XX:DumpGCPerformanceOnShutdown. by Hiroshi Yamauchi · 11 years ago
  67. ff3b24a Add developer option for dumping GC cumulative timings on shutdown. by Mathieu Chartier · 11 years ago
  68. cf58d4a A custom 'runs-of-slots' memory allocator. by Hiroshi Yamauchi · 11 years ago
  69. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  70. fa82427 Fix oatdump and valgrind. by Ian Rogers · 11 years ago
  71. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  72. 1eb512d Fast JNI support. by Ian Rogers · 11 years ago
  73. 775c496 resolved conflicts for merge of b926b3c6 to dalvik-dev by Brian Carlstrom · 11 years ago
  74. ce88853 Have JNI FindClass fall back to system ClassLoader Bug: 10994325 by Brian Carlstrom · 11 years ago
  75. 9f69b62 Merge "Fix an Art debug build boot failure." into dalvik-dev by Hiroshi Yamauchi · 11 years ago
  76. 253ea07 Fix an Art debug build boot failure. by Hiroshi Yamauchi · 11 years ago
  77. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  78. 3b4c189 Split the allocation path into 'instrumented' and 'uninstrumented' ones. by Hiroshi Yamauchi · 11 years ago
  79. ee39a10 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  80. 810b1d7 resolved conflicts for merge of bb0140e0 to dalvik-dev by Mathieu Chartier · 11 years ago
  81. c11d9b8 Re-enable concurrent system weak sweeping. by Mathieu Chartier · 11 years ago
  82. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  83. dab23d0 am 5b0daf5c: am ff6cff9e: am ab482f5e: Merge "Allow traversal into /storage paths." into klp-dev by Jeff Sharkey · 11 years ago
  84. ab482f5 Merge "Allow traversal into /storage paths." into klp-dev by Jeff Sharkey · 11 years ago
  85. 8c7ec8c Merge "Refactor system weak sweeping, add support for modification." into dalvik-dev by Mathieu Chartier · 11 years ago
  86. 52cd1e8 Allow traversal into /storage paths. by Jeff Sharkey · 11 years ago
  87. 6aa3df9 Refactor system weak sweeping, add support for modification. by Mathieu Chartier · 11 years ago
  88. b307052 resolved conflicts for merge of 613eae4a to dalvik-dev by Mathieu Chartier · 11 years ago
  89. c462198 Fix race in root marking. by Mathieu Chartier · 11 years ago
  90. 423d2a3 Add support for changing roots through the root visitor callback. by Mathieu Chartier · 11 years ago
  91. a436fde Handle OOMEs in class linker with grace. by Ian Rogers · 11 years ago
  92. 23009dc Add art support for sample profiling from traceview gui. by Jeff Hao · 11 years ago
  93. ee23f85 Merge "Add more runtime options." into dalvik-dev by Mathieu Chartier · 11 years ago
  94. 2775ee4 Add more runtime options. by Mathieu Chartier · 11 years ago
  95. fe9ca40 Compiler filter update by buzbee · 11 years ago
  96. bc93966 Prevent segvs in JNI. by Ian Rogers · 11 years ago
  97. 8718359 Add -XX:+DisableExplicitGC option for Art by Anwar Ghuloum · 11 years ago
  98. 1d1e267 Merge "Refactor java.lang.reflect implementation" into dalvik-dev by Ian Rogers · 11 years ago
  99. 75a43f1 Clean up logcat spam from compiler and verifier by Anwar Ghuloum · 11 years ago
  100. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago