1. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 10 years ago
  2. d2abbc9 ART: Use interpret-only for vmSafeMode by Andreas Gampe · 10 years ago
  3. db97871 Revert "Tidy gAborting." by Nicolas Geoffray · 10 years ago
  4. 015b137 Tidy gAborting. by Ian Rogers · 10 years ago
  5. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  6. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  7. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  8. 07d83c7 [native bridge] Make sure we always unload the native bridge by Calin Juravle · 10 years ago
  9. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  10. 7223d44 Switch to C++11 style [[noreturn]]. by Ian Rogers · 10 years ago
  11. 647b1a8 Fix 2 new sets of clang compiler warnings. by Ian Rogers · 10 years ago
  12. 31d8f52 Add VMRuntime.isBootClassPathOnDisk by Brian Carlstrom · 10 years ago
  13. 9ef78b5 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 10 years ago
  14. a460bb0 Merge "ART: Update for split native bridge initialization" by Andreas Gampe · 10 years ago
  15. a6da74e ART: Update for split native bridge initialization by jgu21 · 10 years ago
  16. 69dbec6 Avoid suspending for alloc trace enabling when already suspended. by Jeff Hao · 10 years ago
  17. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  18. 928f72b ART: Fix things for valgrind by Andreas Gampe · 10 years ago
  19. 0e59bf8 Merge "ART: Change ART for new native bridge sequence" by Andreas Gampe · 10 years ago
  20. 6be67ee ART: Change ART for new native bridge sequence by Andreas Gampe · 10 years ago
  21. a07557c Merge "Remove abuse of mirror::Object* to reference special values." by Ian Rogers · 10 years ago
  22. c0542af Remove abuse of mirror::Object* to reference special values. by Ian Rogers · 10 years ago
  23. 62bcfec Merge "Change intern table to unordered set." by Mathieu Chartier · 10 years ago
  24. 6355745 Pre-allocate the NoClassDefFoundError to be thrown for boot classes. by Ian Rogers · 10 years ago
  25. cdfd39f Change intern table to unordered set. by Mathieu Chartier · 10 years ago
  26. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  27. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  28. e25826e Merge "Support running without a boot image." by Brian Carlstrom · 10 years ago
  29. 64ad14d Support running without a boot image. by Alex Light · 10 years ago
  30. a68629e Always setup the native bridge library by Calin Juravle · 10 years ago
  31. 37f048b Merge "[ART] Move to system/core native bridge library" by Calin Juravle · 10 years ago
  32. c842352 [ART] Move to system/core native bridge library by Calin Juravle · 10 years ago
  33. 4fcdc94 Execute an application even when dex2oat crashes. by Nicolas Geoffray · 10 years ago
  34. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  35. b363f66 Recycle mem-maps for collector transitions. by Mathieu Chartier · 10 years ago
  36. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  37. 799eb3a Add read barriers for the GC roots in Instrumentation. by Hiroshi Yamauchi · 10 years ago
  38. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  39. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  40. ab08811 Add read barriers for the roots in Runtime. by Hiroshi Yamauchi · 10 years ago
  41. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  42. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  43. 2153f93 ART: Bump runtime version to 2.1.0 by Andreas Gampe · 10 years ago
  44. 576ca0c Reduce header files including header files. by Ian Rogers · 10 years ago
  45. 20aa7cb Merge "Fixed and refactored profiler options handling" by Calin Juravle · 10 years ago
  46. c1b643c Fixed and refactored profiler options handling by Calin Juravle · 10 years ago
  47. f00571c Added workaround passing empty arg array for proxy invocation. by Jeff Hao · 10 years ago
  48. 12e6d74 Add option to specify compiler executable. by Tsu Chiang Chuang · 10 years ago
  49. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  50. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 10 years ago
  51. 9bc5440 Interpreter-only mode should cause dex-to-dex compilation. by Ian Rogers · 10 years ago
  52. a704644 Merge "Profile: made startImmediately settable" by Calin Juravle · 10 years ago
  53. 1659006 Profile: made startImmediately settable by Calin Juravle · 10 years ago
  54. 0c7350d Merge "Runtime::PreZygoteFork returns void, not boolean." by Narayan Kamath · 10 years ago
  55. 4a200f5 Add support for -Xverify:none mode. by Jeff Hao · 10 years ago
  56. 8afeb85 Pass instruction-set from runtime through to spawned dex2oat. by Ian Rogers · 10 years ago
  57. 3de95a7 Runtime::PreZygoteFork returns void, not boolean. by Narayan Kamath · 10 years ago
  58. 1246d68 Merge "Cleanup transaction support" by Sebastien Hertz · 10 years ago
  59. ee1d79a Cleanup transaction support by Sebastien Hertz · 10 years ago
  60. da44d77 Fix running with DlMalloc instead of RosAlloc. by Mathieu Chartier · 10 years ago
  61. 6ed19fd 64bit: make runtime offsets more deterministic. by Ian Rogers · 10 years ago
  62. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 10 years ago
  63. 39c3bfb Make use of profiling information for dex2oat by Dave Allison · 11 years ago
  64. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  65. 661974a Fix valgrind gtests and memory leaks. by Mathieu Chartier · 11 years ago
  66. 893263b Avoid marking old class linker and intern table roots during pause. by Mathieu Chartier · 10 years ago
  67. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 10 years ago
  68. 491ca9e Add ART -help and -showversion by Brian Carlstrom · 10 years ago
  69. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 10 years ago
  70. 15d3402 Add custom SIGSEGV handler to help find heap corruption. by Mathieu Chartier · 10 years ago
  71. 6449c62 Create CompilerOptions by Brian Carlstrom · 10 years ago
  72. 936b37f Upcall support for x86-64. by Ian Rogers · 10 years ago
  73. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  74. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  75. a4adbfd RosAlloc verification. by Hiroshi Yamauchi · 11 years ago
  76. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  77. 938a03b Fix heap verification and add runtime options. by Mathieu Chartier · 11 years ago
  78. e6da9af Background compaction support. by Mathieu Chartier · 11 years ago
  79. 0aded08 Add sampling profiler by Dave Allison · 11 years ago
  80. 2b5eaa2 Move compiler code out of method verifier. by Vladimir Marko · 11 years ago
  81. 692fafd Thread local bump pointer allocator. by Mathieu Chartier · 11 years ago
  82. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  83. 0de9f73 Add -xGc: MS, CMS, SS options to specify which GC to use. by Mathieu Chartier · 11 years ago
  84. 2e899a9 Fix a crash with -XX:DumpGCPerformanceOnShutdown. by Hiroshi Yamauchi · 11 years ago
  85. ff3b24a Add developer option for dumping GC cumulative timings on shutdown. by Mathieu Chartier · 11 years ago
  86. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  87. fa82427 Fix oatdump and valgrind. by Ian Rogers · 11 years ago
  88. c844a0f Merge "Implement Interface Method Tables (IMT)." into dalvik-dev by Jeff Hao · 11 years ago
  89. ad2541a Fix object identity hash. by Mathieu Chartier · 11 years ago
  90. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  91. 4e62746 resolved conflicts for merge of 5d79c5de to dalvik-dev by Brian Carlstrom · 11 years ago
  92. e810452 Preload DexCaches by Brian Carlstrom · 11 years ago
  93. 775c496 resolved conflicts for merge of b926b3c6 to dalvik-dev by Brian Carlstrom · 11 years ago
  94. ce88853 Have JNI FindClass fall back to system ClassLoader Bug: 10994325 by Brian Carlstrom · 11 years ago
  95. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  96. 3b4c189 Split the allocation path into 'instrumented' and 'uninstrumented' ones. by Hiroshi Yamauchi · 11 years ago
  97. 810b1d7 resolved conflicts for merge of bb0140e0 to dalvik-dev by Mathieu Chartier · 11 years ago
  98. c11d9b8 Re-enable concurrent system weak sweeping. by Mathieu Chartier · 11 years ago
  99. 6aa3df9 Refactor system weak sweeping, add support for modification. by Mathieu Chartier · 11 years ago
  100. a436fde Handle OOMEs in class linker with grace. by Ian Rogers · 11 years ago