1. c4ddc04 Add support for jemalloc instead of dlmalloc. by Christopher Ferris · 10 years ago
  2. 697726d Merge "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  3. 65e3b69 Merge "Move modify_ldt_lock into global lock order." by Ian Rogers · 10 years ago
  4. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  5. 225353e Merge "Add a read barrier for weak roots in monitors." by Hiroshi Yamauchi · 10 years ago
  6. 9e36931 Move modify_ldt_lock into global lock order. by Chao-ying Fu · 10 years ago
  7. 5da6e2b Merge "Move art host to libc++" by Dan Albert · 10 years ago
  8. b8033db Merge "Support new VMRuntime native methods" by Sebastien Hertz · 10 years ago
  9. a705376 Support new VMRuntime native methods by Sebastien Hertz · 10 years ago
  10. 1526c30 Merge "Secure move-exception in intepreter" by Sebastien Hertz · 10 years ago
  11. 4cba0d9 Add a read barrier for weak roots in monitors. by Hiroshi Yamauchi · 10 years ago
  12. 4996f11 Merge "Use decltype() instead of typeof()" by Dan Albert · 10 years ago
  13. aca0ca9 Merge "Change profiler file name parsing option" by Brian Carlstrom · 10 years ago
  14. 57f80fa Use decltype() instead of typeof() by Dan Albert · 10 years ago
  15. 2a0e954 Move art host to libc++ by Dan Albert · 10 years ago
  16. 2221e3b Change profiler file name parsing option by Wei Jin · 10 years ago
  17. e9e55ac Fix build. by Mathieu Chartier · 10 years ago
  18. 061ece1 Merge "Begin migration of art::Atomic to std::atomic." by Ian Rogers · 10 years ago
  19. 3ecbbfc ART: Fix stub test inline assembly for x86 by Andreas Gampe · 10 years ago
  20. 9c47134 Merge "ART: Make StubTest IMT sanity check a warning" by Andreas Gampe · 10 years ago
  21. 512d539 Merge "Work around Mac assembler differences." by Ian Rogers · 10 years ago
  22. 0ea3794 ART: Make StubTest IMT sanity check a warning by Andreas Gampe · 10 years ago
  23. 9488238 Merge "ART: Add INVOKE_TRAMPOLINE and imt_conflict stub to 64b architectures" by Andreas Gampe · 10 years ago
  24. 51f7635 ART: Add INVOKE_TRAMPOLINE and imt_conflict stub to 64b architectures by Andreas Gampe · 10 years ago
  25. 8e4a96d Change zygote_creation_lock_ to be member instead of static. by Mathieu Chartier · 10 years ago
  26. 5c00490 Secure move-exception in intepreter by Sebastien Hertz · 10 years ago
  27. 9f21e41 Work around Mac assembler differences. by Ian Rogers · 10 years ago
  28. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 10 years ago
  29. d323673 Merge "Simplify Class::IsArtFieldClass()." by Hiroshi Yamauchi · 10 years ago
  30. bd0fb61 Simplify Class::IsArtFieldClass(). by Hiroshi Yamauchi · 10 years ago
  31. 834cf61 Merge "Move another LOG to VLOG(signals)" by Brian Carlstrom · 10 years ago
  32. b405e91 Merge "Add context to LinkFields asserts since the previous_size check failed" by Brian Carlstrom · 10 years ago
  33. f363283 Add context to LinkFields asserts since the previous_size check failed by Brian Carlstrom · 10 years ago
  34. 3035f2d Merge "Use strtod to read a double rather than operator >>" by Dave Allison · 10 years ago
  35. f87ef8c Merge "Improve heap verification for invalid roots." by Mathieu Chartier · 10 years ago
  36. 999385c Use strtod to read a double rather than operator >> by Dave Allison · 10 years ago
  37. 8ab7e78 Improve heap verification for invalid roots. by Mathieu Chartier · 10 years ago
  38. ee618f5 Move another LOG to VLOG(signals) by Brian Carlstrom · 10 years ago
  39. 6d49184 Merge "Workaround stack overflow issue with clang" by Brian Carlstrom · 10 years ago
  40. 82aeddb Workaround stack overflow issue with clang by Sebastien Hertz · 10 years ago
  41. d8f26db ART: Randomize mem_map start address for linear scan search by Andreas Gampe · 10 years ago
  42. 35aef2c Fix race condition between GCDaemon and DeleteLocalReference by Yevgeny Rouban · 10 years ago
  43. 4c1c510 Improve stack walk performance. by Vladimir Marko · 10 years ago
  44. e1ff199 Up-to-date odex files should take precedence over profile checks by Brian Carlstrom · 10 years ago
  45. 422b2e5 Merge "Fix typo in option parsing." by Ian Rogers · 10 years ago
  46. f7fd3cb Fix typo in option parsing. by Ian Rogers · 10 years ago
  47. 63c5dd0 Fix the sense of when mutexes are used for longs in atomic support. by Ian Rogers · 10 years ago
  48. 46889ea Fix DexFile.getClassNameList. by Ian Rogers · 10 years ago
  49. 607fa7b Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 10 years ago
  50. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  51. 6b52285 Merge "Don't get and restore thread state for ScopedFastNativeObjectAccess." by Mathieu Chartier · 10 years ago
  52. 041cff3 Merge "ART: Fix ARM64 long-jump context caller-save smashes" by Andreas Gampe · 10 years ago
  53. 6cf8010 ART: Fix ARM64 long-jump context caller-save smashes by Andreas Gampe · 10 years ago
  54. 2b7c4d1 Don't get and restore thread state for ScopedFastNativeObjectAccess. by Mathieu Chartier · 10 years ago
  55. 047c11a Merge "Check and log a to-space overflow explicitly." by Hiroshi Yamauchi · 10 years ago
  56. 13bf2e6 Check and log a to-space overflow explicitly. by Hiroshi Yamauchi · 10 years ago
  57. 5a9ba01 Build fix. by Ian Rogers · 10 years ago
  58. 666f4b9 Merge "Switch ART to libc++." by Dan Albert · 10 years ago
  59. ba0c51f Switch ART to libc++. by Ian Rogers · 10 years ago
  60. 2afe494 Follow up to "Add ISA directory to image and odex pathnames." by Brian Carlstrom · 10 years ago
  61. 84e5242 Merge "Add ISA directory to image and odex pathnames." by Brian Carlstrom · 10 years ago
  62. d508006 Increase the size of guard for Stack Overflow (x86_64) by Serguei Katkov · 10 years ago
  63. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  64. 8f07767 Merge "ART: Move start of linear mmap_scan out of reserved space" by Andreas Gampe · 10 years ago
  65. 6bd621a ART: Move start of linear mmap_scan out of reserved space by Andreas Gampe · 10 years ago
  66. 8969a34 Merge "Fix generic jni issue in ArtMethod::GetQuickFrameInfo" by Andreas Gampe · 10 years ago
  67. f0972a4 Fix generic jni issue in ArtMethod::GetQuickFrameInfo by Dmitry Petrochenko · 10 years ago
  68. 229dd50 Merge "Visit methods in stack frames during root visits." by Hiroshi Yamauchi · 10 years ago
  69. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 10 years ago
  70. 92d1a66 Visit methods in stack frames during root visits. by Hiroshi Yamauchi · 10 years ago
  71. 3232297 Merge "64-bit host multilib build." by Ying Wang · 10 years ago
  72. c6585b7 64-bit host multilib build. by Ying Wang · 10 years ago
  73. db2633c Change ObjectLock to take Handle instead of Handle pointer. by Mathieu Chartier · 10 years ago
  74. f59c6dd Merge "ART: Fix Segment Fault with null owner while monitor logging is enabled" by Mathieu Chartier · 10 years ago
  75. 86ab791 ART: Fix Segment Fault with null owner while monitor logging is enabled by Haifeng Li · 10 years ago
  76. b374fdb Merge "Fix JDWP location event report on return instructions" by Sebastien Hertz · 10 years ago
  77. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  78. dd157d7 Avoid some unnecessary use of stl types. by Ian Rogers · 10 years ago
  79. 3b2bcbf Merge "Move RoS allocator to use unordered_set." by Ian Rogers · 10 years ago
  80. 0e78ff7 Merge "Workaround x86 interpretter stack overflow" by Brian Carlstrom · 10 years ago
  81. b2c3e10 Merge "ART: Fix MonitorExit code on ARM" by Andreas Gampe · 10 years ago
  82. b14329f ART: Fix MonitorExit code on ARM by Andreas Gampe · 10 years ago
  83. 5fcfa7d Move RoS allocator to use unordered_set. by Ian Rogers · 10 years ago
  84. 2aef07c Workaround x86 interpretter stack overflow by Brian Carlstrom · 10 years ago
  85. 2298683 Improve large object free CHECK by Mathieu Chartier · 10 years ago
  86. e713d93 Fix JDWP location event report on return instructions by Sebastien Hertz · 10 years ago
  87. 30b6520 Merge "ART: Resolve MAP_32BIT limitation in x86_64" by Andreas Gampe · 10 years ago
  88. 7d2ae43 Fix build by Sebastien Hertz · 10 years ago
  89. cdf05ab Merge "Register debugger for interesting instrumentation events only" by Sebastien Hertz · 10 years ago
  90. 42cd43f Register debugger for interesting instrumentation events only by Sebastien Hertz · 10 years ago
  91. 3b9097d Merge "Combine JDWP location events" by Sebastien Hertz · 10 years ago
  92. 84d49cc ART: Resolve MAP_32BIT limitation in x86_64 by Qiming Shi · 10 years ago
  93. 23d2b95 Merge "ART: Fix typo in ArtMethod::FindCatchBlock" by Andreas Gampe · 10 years ago
  94. 72b3e43 ART: Fix typo in ArtMethod::FindCatchBlock by Andreas Gampe · 10 years ago
  95. 6d0a702 Merge "Fix race in inflating thin locks." by Mathieu Chartier · 10 years ago
  96. a1ee14f Fix race in inflating thin locks. by Mathieu Chartier · 10 years ago
  97. 33f109a Merge "ART: Fix comments for dmb" by Andreas Gampe · 10 years ago
  98. 675967d ART: Fix comments for dmb by Andreas Gampe · 10 years ago
  99. 5200a9b Merge "Address comments from HandleScope change." by Mathieu Chartier · 10 years ago
  100. 5493f0b Merge "64-bit build fix." by Ian Rogers · 10 years ago