1. 042cbb6 Merge "x86: art_quick_instrumentation_entry should not use offset address" by Ian Rogers · 10 years ago
  2. 8792ae1 x86: art_quick_instrumentation_entry should not use offset address by Serguei Katkov · 10 years ago
  3. a309d76 Fix GC race condition in visit roots by Serguei Katkov · 10 years ago
  4. b870823 ART: Add thread safety test for LargeObjectSpace by Andreas Gampe · 10 years ago
  5. b379e8d Merge "Compaction cleanup for FindArrayClass." by Mathieu Chartier · 10 years ago
  6. b74cd29 Compaction cleanup for FindArrayClass. by Mathieu Chartier · 10 years ago
  7. afa8e90 Merge "Fix race condition in MemMap::MapAnonymous." by Mathieu Chartier · 10 years ago
  8. c355a2a Fix race condition in MemMap::MapAnonymous. by Mathieu Chartier · 10 years ago
  9. b413cd7 Merge "Don't report down-calls as unhandled exceptions." by Ian Rogers · 10 years ago
  10. 5cf9819 Don't report down-calls as unhandled exceptions. by Ian Rogers · 10 years ago
  11. c0cf944 Switch on implicit checks and bump oat version to force recompilation by Dave Allison · 10 years ago
  12. c24234e Merge "Another workaround for stack overflow issue with clang" by Sebastien Hertz · 10 years ago
  13. b7f0228 Merge "ART: Use StackReference in Quick Stack Frame" by Andreas Gampe · 10 years ago
  14. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 10 years ago
  15. 8e1ebf4 Change GetFreeMemory to use the growth limit. by Mathieu Chartier · 10 years ago
  16. 822266b Ignore catch blocks whose type can't be resolved. by Ian Rogers · 10 years ago
  17. b478dab Merge "Add read barriers for the weak roots in the JNI weak globals." by Hiroshi Yamauchi · 10 years ago
  18. 8adc1d9 Merge "Make use of sigchainlib for signal chaining for implicit checks" by Dave Allison · 10 years ago
  19. 196851b Add read barriers for the weak roots in the JNI weak globals. by Hiroshi Yamauchi · 10 years ago
  20. f4b80bc Make use of sigchainlib for signal chaining for implicit checks by Dave Allison · 10 years ago
  21. 2ac01fc Improve tracking of memory locations in LVN. by Vladimir Marko · 10 years ago
  22. 818cff4 Merge "Fix DexFile.entries to return class names, not class descriptors" by Brian Carlstrom · 10 years ago
  23. e8aff40 Merge "Use a heap allocated free buffer in MarkSweep::SweepArray()." by Hiroshi Yamauchi · 10 years ago
  24. bbdc5bc Use a heap allocated free buffer in MarkSweep::SweepArray(). by Hiroshi Yamauchi · 10 years ago
  25. cf790bb Fix DexFile.entries to return class names, not class descriptors by Brian Carlstrom · 10 years ago
  26. 11138c7 Merge "Don't create bump pointer spaces unless necessary." by Mathieu Chartier · 10 years ago
  27. 4240c51 Don't create bump pointer spaces unless necessary. by Mathieu Chartier · 10 years ago
  28. 1bd4872 Add read barriers to the weak roots in the intern table. by Hiroshi Yamauchi · 10 years ago
  29. 0130ba0 Merge "Allocate large enough space bitmaps for malloc spaces." by Hiroshi Yamauchi · 10 years ago
  30. c5f94db Merge "Add option to specify compiler executable." by Brian Carlstrom · 10 years ago
  31. da843e1 Another workaround for stack overflow issue with clang by Sebastien Hertz · 10 years ago
  32. 0354e68 Merge "Fix method tracing's handling of shadow frames on startup." by Jeff Hao · 10 years ago
  33. 12e6d74 Add option to specify compiler executable. by Tsu Chiang Chuang · 10 years ago
  34. a15a81b Fix method tracing's handling of shadow frames on startup. by Jeff Hao · 10 years ago
  35. 9bec544 Merge "Fix the problem of not shutting down the profiler in ART properly" by Ian Rogers · 10 years ago
  36. 67c482f Merge "Art compiler: remove unnecessary sqrt call" by buzbee · 10 years ago
  37. 055c29f Art compiler: remove unnecessary sqrt call by buzbee · 10 years ago
  38. e3b5cb5 Merge "Workaround apparent clang compilation issue" by Brian Carlstrom · 10 years ago
  39. c647564 Workaround apparent clang compilation issue by Brian Carlstrom · 10 years ago
  40. ab5b370 Merge "AArch64: Add suspend check in managed code." by Bill Buzbee · 10 years ago
  41. 6a58691 Fix the problem of not shutting down the profiler in ART properly by Wei Jin · 10 years ago
  42. 7f0a6d6 Fix x86_64 test failures. by Nicolas Geoffray · 10 years ago
  43. d6cec90 Make DexFile content read only before running DexFileVerifier by Brian Carlstrom · 10 years ago
  44. 48241e7 AArch64: Add suspend check in managed code. by Zheng Xu · 10 years ago
  45. a79febb Merge "Fix ExtractToMemMap to show original zip file name in ashmem" by Brian Carlstrom · 10 years ago
  46. 447a914 Allocate large enough space bitmaps for malloc spaces. by Hiroshi Yamauchi · 10 years ago
  47. d07a913 Improve invalid large object free dumping. by Mathieu Chartier · 10 years ago
  48. a911a4d Merge "Add reserve area to allocation stacks." by Mathieu Chartier · 10 years ago
  49. a45714f Merge "[MIPS] Remove warnings about use of at register" by Ian Rogers · 10 years ago
  50. 66b68fa Merge "Revert "Revert "Fix an outstanding compaction bug in interpreter.""" by Mathieu Chartier · 10 years ago
  51. 0aa504b Fix ExtractToMemMap to show original zip file name in ashmem by Brian Carlstrom · 10 years ago
  52. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  53. 748dd95 [MIPS] Remove warnings about use of at register by Chris Dearman · 10 years ago
  54. 52925af Merge "ART: refactor x86/x86-64 entrypoints" by Ian Rogers · 10 years ago
  55. 06abcdf Extra debug output for a failing lock check. by Ian Rogers · 10 years ago
  56. 82f3c1b Merge "ART: API to dex instructions" by Ian Rogers · 10 years ago
  57. c179016 Add reserve area to allocation stacks. by Mathieu Chartier · 10 years ago
  58. ae19a73 Merge "Make the specification of when we need precise constants more precise." by Ian Rogers · 10 years ago
  59. ec23021 Merge "ART: Added print indices back to BitVector Dumper" by Ian Rogers · 10 years ago
  60. 920be0b2 Fix style issue. by Vladimir Marko · 10 years ago
  61. 46960fe Make the specification of when we need precise constants more precise. by Ian Rogers · 10 years ago
  62. 520f37b ART: Added print indices back to BitVector Dumper by Jean Christophe Beyler · 10 years ago
  63. a5b8fde Rewrite BitVector index iterator. by Vladimir Marko · 10 years ago
  64. 1d4d7bd ART: refactor x86/x86-64 entrypoints by Alexei Zavjalov · 10 years ago
  65. 8315936 Merge "Fix InternTable::Lookup()/Remove() for hash code collisions." by Vladimir Marko · 10 years ago
  66. b4b3812 Merge "Fix profile-backoff usage message" by Calin Juravle · 10 years ago
  67. 48e50e8 Merge "Add a check for null thread before trying to suspend" by Sebastien Hertz · 10 years ago
  68. 47a4cc7 art: -Wsystem-header warning by Mark Salyzyn · 10 years ago
  69. 5ef3d95 Merge "AArch64: Enable LONG_* and INT_* opcodes." by Bill Buzbee · 10 years ago
  70. 7d5cf70 Merge "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  71. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  72. be2cb9b Merge "Move SetMonitorEnterObject outside of blocked thread state change." by Mathieu Chartier · 10 years ago
  73. a6e7f08 Move SetMonitorEnterObject outside of blocked thread state change. by Mathieu Chartier · 10 years ago
  74. c4ddc04 Add support for jemalloc instead of dlmalloc. by Christopher Ferris · 10 years ago
  75. 14e8144 Add a check for null thread before trying to suspend by Johnnie Birch · 10 years ago
  76. c3db20b ART: API to dex instructions by Jean Christophe Beyler · 10 years ago
  77. 697726d Merge "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  78. 65e3b69 Merge "Move modify_ldt_lock into global lock order." by Ian Rogers · 10 years ago
  79. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  80. 225353e Merge "Add a read barrier for weak roots in monitors." by Hiroshi Yamauchi · 10 years ago
  81. 9e36931 Move modify_ldt_lock into global lock order. by Chao-ying Fu · 10 years ago
  82. 5da6e2b Merge "Move art host to libc++" by Dan Albert · 10 years ago
  83. ed65c5e AArch64: Enable LONG_* and INT_* opcodes. by Serban Constantinescu · 10 years ago
  84. b8033db Merge "Support new VMRuntime native methods" by Sebastien Hertz · 10 years ago
  85. 53dc70c Fix InternTable::Lookup()/Remove() for hash code collisions. by Vladimir Marko · 10 years ago
  86. 54c73ca Fix profile-backoff usage message by Calin Juravle · 10 years ago
  87. a705376 Support new VMRuntime native methods by Sebastien Hertz · 10 years ago
  88. 1526c30 Merge "Secure move-exception in intepreter" by Sebastien Hertz · 10 years ago
  89. 4cba0d9 Add a read barrier for weak roots in monitors. by Hiroshi Yamauchi · 10 years ago
  90. 4996f11 Merge "Use decltype() instead of typeof()" by Dan Albert · 10 years ago
  91. aca0ca9 Merge "Change profiler file name parsing option" by Brian Carlstrom · 10 years ago
  92. 57f80fa Use decltype() instead of typeof() by Dan Albert · 10 years ago
  93. 2a0e954 Move art host to libc++ by Dan Albert · 10 years ago
  94. 2221e3b Change profiler file name parsing option by Wei Jin · 10 years ago
  95. e9e55ac Fix build. by Mathieu Chartier · 10 years ago
  96. 061ece1 Merge "Begin migration of art::Atomic to std::atomic." by Ian Rogers · 10 years ago
  97. 3ecbbfc ART: Fix stub test inline assembly for x86 by Andreas Gampe · 10 years ago
  98. 9c47134 Merge "ART: Make StubTest IMT sanity check a warning" by Andreas Gampe · 10 years ago
  99. 512d539 Merge "Work around Mac assembler differences." by Ian Rogers · 10 years ago
  100. 0ea3794 ART: Make StubTest IMT sanity check a warning by Andreas Gampe · 10 years ago