1. 56bf0c7 Disable stack mprotects when running on valgrind by Dmitriy Ivanov · 10 years ago
  2. ab1953f Don't call AddImageStringsToTable or MoveImageClassesToClassTable if running imageless by Mathieu Chartier · 10 years ago
  3. e05d1d5 Add hash set by Mathieu Chartier · 10 years ago
  4. b6e292b Add image strings to intern table by Mathieu Chartier · 10 years ago
  5. 9a0b1a0 Merge "[native bridge] Make sure we always unload the native bridge" into lmp-mr1-dev by Calin Juravle · 10 years ago
  6. 1fb463e Optimize method linking by Mathieu Chartier · 10 years ago
  7. 2ff973c [native bridge] Make sure we always unload the native bridge by Calin Juravle · 10 years ago
  8. 3bd08d5 Shut down FaultManager after shutting down threads. by Vladimir Marko · 10 years ago
  9. c54e12a Change MemMap::maps_ to not be global variable by Mathieu Chartier · 10 years ago
  10. a4fee49 Don't call dlsym from signal context in signal chain by Dave Allison · 10 years ago
  11. b6404fe Disable kEnableJavaStackTraceHandler by Brian Carlstrom · 10 years ago
  12. 95a9354 Add VMRuntime.isBootClassPathOnDisk by Brian Carlstrom · 10 years ago
  13. 6d03104 ART: Update for split native bridge initialization by jgu21 · 10 years ago
  14. a98ffd7 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 10 years ago
  15. 33c36d4 ART: Only allow the zygote to create the global boot image by Andreas Gampe · 10 years ago
  16. 63bc11e DO NOT MERGE. Only have a portable entrypoint in portable builds. by Ian Rogers · 10 years ago
  17. 1d6ee09 Avoid suspending for alloc trace enabling when already suspended. by Jeff Hao · 10 years ago
  18. 3256166 Add native support for FinalizerList.makeCircularListIfUnenqueued by Mathieu Chartier · 10 years ago
  19. 6167864 Fix stale root error in verifier by Mathieu Chartier · 10 years ago
  20. be4e643 Improve dex location canonicalization-related performance. by Vladimir Marko · 10 years ago
  21. 13e3c6d ART: Change ART for new native bridge sequence by Andreas Gampe · 10 years ago
  22. 79cfc0e Pre-allocate the NoClassDefFoundError to be thrown for boot classes. by Ian Rogers · 10 years ago
  23. d910fce Change intern table to unordered set. by Mathieu Chartier · 10 years ago
  24. 20632da Merge "Add native memory accounting through custom allocator." into lmp-dev by Mathieu Chartier · 10 years ago
  25. 5369c40 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  26. fb77759 Support booting without functioning boot.oat/art patchoat. by Alex Light · 10 years ago
  27. 507e618 Support running without a boot image. by Alex Light · 10 years ago
  28. 4c5a469 Add fallback for non moving space being full. by Mathieu Chartier · 10 years ago
  29. fd684f6 Merge "Always setup the native bridge library" into lmp-dev by Calin Juravle · 10 years ago
  30. ccdd4a5 Always setup the native bridge library by Calin Juravle · 10 years ago
  31. e8b9afc Fix fault handler to unregister on shutdown by Dave Allison · 10 years ago
  32. 21ecab6 AttachCurrentThread should only warn on missing thread name if CheckJNI is enabled. by Brian Carlstrom · 10 years ago
  33. 9c29001 Execute an application even when dex2oat crashes. by Nicolas Geoffray · 10 years ago
  34. 93de427 [ART] Move to system/core native bridge library by Calin Juravle · 10 years ago
  35. 20ae1d7 Clean up native bridge by Ian Rogers · 10 years ago
  36. b0f05b9 Add implicit checks for x86_64 architecture. by Dave Allison · 10 years ago
  37. 7204c04 AArch64: Implicit StackOverflow/NPE/Suspend checks. by Stuart Monteith · 10 years ago
  38. edf7bbb am c7c6d18a: Stop thread from reattaching during runtime shutdown while tracing. by Jeff Hao · 10 years ago
  39. 923c7b0 am 78b367a6: Merge "Submitted wrong changelist!" into lmp-dev by Jeff Hao · 10 years ago
  40. c7c6d18 Stop thread from reattaching during runtime shutdown while tracing. by Jeff Hao · 10 years ago
  41. 82558ac Submitted wrong changelist! by Jeff Hao · 10 years ago
  42. c96657c Stop thread from reattaching during runtime shutdown while tracing. by Jeff Hao · 10 years ago
  43. 58e17ce Merge "Stop thread from reattaching during runtime shutdown while tracing." by Jeff Hao · 10 years ago
  44. c5d824a Stop thread from reattaching during runtime shutdown while tracing. by Jeff Hao · 10 years ago
  45. 94f7b49 Add GcRoot to clean up and enforce read barriers. by Hiroshi Yamauchi · 10 years ago
  46. 855564b ART: Native bridge command-line parameter by Andreas Gampe · 10 years ago
  47. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  48. 535a3fb Interpreter can kick in even when implicit checks are enabled. by Nicolas Geoffray · 10 years ago
  49. 147eb41 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  50. d856142 Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Fred Shih · 10 years ago
  51. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  52. ebaca19 Merge "Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""" by Mathieu Chartier · 10 years ago
  53. 4ee7a66 Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()"""" by Fred Shih · 10 years ago
  54. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  55. ab08811 Add read barriers for the roots in Runtime. by Hiroshi Yamauchi · 10 years ago
  56. f37a88b ART: Compacting ROS/DlMalloc spaces with semispace copy GC by Zuo Wang · 10 years ago
  57. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  58. 9e82bd3 Revert "Revert "Revert "Add intrinsic for Reference.get()""" by Sebastien Hertz · 10 years ago
  59. d4415e8 Revert "Revert "Add intrinsic for Reference.get()"" by Christopher Ferris · 10 years ago
  60. a9b870b Revert "Add intrinsic for Reference.get()" by Christopher Ferris · 10 years ago
  61. 460503b Add intrinsic for Reference.get() by Fred Shih · 10 years ago
  62. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  63. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  64. 0f635b1 Merge "Fix method tracing from command-line" by Ian Rogers · 10 years ago
  65. bae182c Fix method tracing from command-line by Sebastien Hertz · 11 years ago
  66. 0ec17d2 Remove Dbg::VisitRoots(). by Hiroshi Yamauchi · 10 years ago
  67. 4e14e72 Avoid segvs if LOG(FATAL) is called during runtime start-up. by Ian Rogers · 10 years ago
  68. a93b0bb Add an option to enable collecting dex pc in ART profiler by Wei Jin · 10 years ago
  69. 4eb1331f Don't use signal handlers in interpreter only mode by Dave Allison · 10 years ago
  70. b5a9e3d Remove Object* weak roots from the debugger. by Hiroshi Yamauchi · 10 years ago
  71. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  72. 576ca0c Reduce header files including header files. by Ian Rogers · 10 years ago
  73. 20aa7cb Merge "Fixed and refactored profiler options handling" by Calin Juravle · 10 years ago
  74. c1b643c Fixed and refactored profiler options handling by Calin Juravle · 10 years ago
  75. f00571c Added workaround passing empty arg array for proxy invocation. by Jeff Hao · 10 years ago
  76. f4b80bc Make use of sigchainlib for signal chaining for implicit checks by Dave Allison · 10 years ago
  77. 12e6d74 Add option to specify compiler executable. by Tsu Chiang Chuang · 10 years ago
  78. 6a58691 Fix the problem of not shutting down the profiler in ART properly by Wei Jin · 10 years ago
  79. bd0fb61 Simplify Class::IsArtFieldClass(). by Hiroshi Yamauchi · 10 years ago
  80. 35aef2c Fix race condition between GCDaemon and DeleteLocalReference by Yevgeny Rouban · 10 years ago
  81. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  82. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  83. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  84. ad930da Merge "Move quick frame info to OatQuickMethodHeader." by Vladimir Marko · 10 years ago
  85. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 11 years ago
  86. b911636 Merge "Dump the native stack of an unattached aborting thread." by Ian Rogers · 10 years ago
  87. 653bc0e Merge "Place ISA into boot image name." by Ian Rogers · 10 years ago
  88. b9beb2e Place ISA into boot image name. by Ian Rogers · 10 years ago
  89. b170b3e Merge "Fix stub_test to pass with SS collector." by Mathieu Chartier · 10 years ago
  90. 37eecbd Dump the native stack of an unattached aborting thread. by Ian Rogers · 10 years ago
  91. 537aaf1 Merge "Revert "Switch on implicit null pointer and stack overflow checks."" by Dave Allison · 10 years ago
  92. ad9697a Revert "Switch on implicit null pointer and stack overflow checks." by Dave Allison · 10 years ago
  93. 119c6bd Fix stub_test to pass with SS collector. by Mathieu Chartier · 10 years ago
  94. 4d466a8 Remove all LOG(DEBUG) which is not intended to be checked in by Brian Carlstrom · 10 years ago
  95. 78f7b4c Add concurrent reference processing. by Mathieu Chartier · 11 years ago
  96. 0526643 Switch on implicit null pointer and stack overflow checks. by Dave Allison · 11 years ago
  97. 89a201e Add GC cause to WaitForGcToComplete message. by Mathieu Chartier · 11 years ago
  98. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 11 years ago
  99. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 11 years ago
  100. 6f365cc Enable concurrent sweeping for non-concurrent GC. by Mathieu Chartier · 11 years ago