1. 575d3e6 Clean up code info table layout by Mathieu Chartier · 8 years ago
  2. 940fb17 Merge "Verify redefined classes" by Treehugger Robot · 8 years ago
  3. 37f84f4 Merge "Fix issues due to updated toolchain." by Treehugger Robot · 8 years ago
  4. f13eb66 Merge "Remove Mutex dependency from MemMap" by David Sehr · 8 years ago
  5. 8c889d2 Verify redefined classes by Alex Light · 8 years ago
  6. 61d5208 Merge "Revert "Revert "Redesign implementation of RegisterNativeAllocation.""" by Richard Uhler · 8 years ago
  7. 23d7c85 Merge "Force stack dump to diagnose empty checkpoint timeout (2)." by Treehugger Robot · 8 years ago
  8. 02f365f Force stack dump to diagnose empty checkpoint timeout (2). by Hiroshi Yamauchi · 8 years ago
  9. 6347ea9 Merge "ART: Add marking to thread peer gathering in TI" by Treehugger Robot · 8 years ago
  10. 661e327 Merge "ART: Fix systrace monitor logging deadlock" by Treehugger Robot · 8 years ago
  11. 2e47770 Merge "Add support for checking method and field invariants for redefinition." by Treehugger Robot · 8 years ago
  12. 202f85a ART: Add marking to thread peer gathering in TI by Andreas Gampe · 8 years ago
  13. 6161f13 Add support for checking method and field invariants for redefinition. by Alex Light · 8 years ago
  14. 2702d56 ART: Fix systrace monitor logging deadlock by Andreas Gampe · 8 years ago
  15. 1b14fb8 Remove Mutex dependency from MemMap by David Sehr · 8 years ago
  16. 2bb70d3 Revert "Revert "build: Generate asm_support_gen.h from the build, validate up-to-date"" by Igor Murashkin · 8 years ago
  17. 7b220d6 Merge "Enable thread annotations for std::mutex" by David Sehr · 8 years ago
  18. caaa2b0 Revert "Revert "Redesign implementation of RegisterNativeAllocation."" by Richard Uhler · 8 years ago
  19. f85fc6b Merge "Clean up art::mirror::Class::SetSuperClass." by Roland Levillain · 8 years ago
  20. 8781fe6 Merge "Clean up transaction" by Mathieu Chartier · 8 years ago
  21. 4ec69e5 Merge "Revert "build: Generate asm_support_gen.h from the build, validate up-to-date"" by Calin Juravle · 8 years ago
  22. 592505c Revert "build: Generate asm_support_gen.h from the build, validate up-to-date" by Calin Juravle · 8 years ago
  23. 1e27211 Merge "Revert "Revert "ART: Give JIT thread pool workers a peer""" by Treehugger Robot · 8 years ago
  24. 44959ec Merge "build: Generate asm_support_gen.h from the build, validate up-to-date" by Igor Murashkin · 8 years ago
  25. 38e954c Clean up transaction by Mathieu Chartier · 8 years ago
  26. ae3bcac Enable thread annotations for std::mutex by David Sehr · 8 years ago
  27. 9779c89 Merge "Don't use ModifyDebugDisallowReadBarrier in transaction mode." by Hiroshi Yamauchi · 8 years ago
  28. 814eefe Merge "ART: Refactor verify_object.h" by Treehugger Robot · 8 years ago
  29. 9b60d50 Don't use ModifyDebugDisallowReadBarrier in transaction mode. by Hiroshi Yamauchi · 8 years ago
  30. 4471e4f Revert "Revert "ART: Give JIT thread pool workers a peer"" by Andreas Gampe · 8 years ago
  31. 5f257b1 Fix root visiting in transaction.cc by Mathieu Chartier · 8 years ago
  32. 90b936d ART: Refactor verify_object.h by Andreas Gampe · 8 years ago
  33. 8ca4e4e Clean up art::mirror::Class::SetSuperClass. by Roland Levillain · 8 years ago
  34. 26aee50 Use the write entrypoint for stub_test. by Nicolas Geoffray · 8 years ago
  35. 41f7427 Merge "Align allocation entrypoints implementation between arm/arm64/x86/x64." by Nicolas Geoffray · 8 years ago
  36. d095844 Align allocation entrypoints implementation between arm/arm64/x86/x64. by Nicolas Geoffray · 8 years ago
  37. 5f9da55 Fix issues due to updated toolchain. by Jayant Chowdhary · 8 years ago
  38. 26bf963 Merge "Ensure we don't attempt to compile obsolete methods." by Treehugger Robot · 8 years ago
  39. 2449a15 build: Generate asm_support_gen.h from the build, validate up-to-date by Igor Murashkin · 8 years ago
  40. fcbafb3 Ensure we don't attempt to compile obsolete methods. by Alex Light · 8 years ago
  41. 8b6d2fd Merge "ART: Add UnstartedRuntime support for Class.getSimpleName" by Treehugger Robot · 8 years ago
  42. 1babae0 Ensure that all redefinition created dex file get on classpath by Alex Light · 8 years ago
  43. ae78c26 ART: Add UnstartedRuntime support for Class.getSimpleName by Andreas Gampe · 8 years ago
  44. 406402b Merge "Fix creating self-recursive obsolete methods." by Treehugger Robot · 8 years ago
  45. 2413dc1 Merge "Print ARM and ARM64 registers in art::UContext::Dump." by Roland Levillain · 8 years ago
  46. afdd4ce Merge "Various improvements to stack walking speed" by Mathieu Chartier · 8 years ago
  47. 90c5a9b Various improvements to stack walking speed by Mathieu Chartier · 8 years ago
  48. 64d324d Merge "Faster stack trace creation" by Mathieu Chartier · 8 years ago
  49. f3f816d Merge "Use dex cache for GetResolvedMethod" by Mathieu Chartier · 8 years ago
  50. 6674a74 Merge "ART: Reduce overhead of mterp OSR checking" by Bill Buzbee · 8 years ago
  51. 1e6578a Merge "MIPS: Correct instruction alignment." by Treehugger Robot · 8 years ago
  52. 2cf7d5e Merge "AArch64: Add HInstruction scheduling support." by Treehugger Robot · 8 years ago
  53. cfc5f77 Merge "Fix address space conflict with asan in 32-bit." by Treehugger Robot · 8 years ago
  54. 85885fe MIPS: Correct instruction alignment. by Alexey Frunze · 8 years ago
  55. 4d444c8 Fix address space conflict with asan in 32-bit. by Hiroshi Yamauchi · 8 years ago
  56. 20eb58e Use dex cache for GetResolvedMethod by Mathieu Chartier · 8 years ago
  57. 65b8bb2 Faster stack trace creation by Mathieu Chartier · 8 years ago
  58. 97c381e Separate art::Exec from utils by David Sehr · 8 years ago
  59. 1ebe4fe Fix creating self-recursive obsolete methods. by Alex Light · 8 years ago
  60. 3cb871a Merge "Deduplicate register masks" by Mathieu Chartier · 8 years ago
  61. 27374ae Merge "Revert "Revert "Ignore warning for instantiation after specialization.""" by Stephen Hines · 8 years ago
  62. 1a20b68 Deduplicate register masks by Mathieu Chartier · 8 years ago
  63. 42a09cb0 ART: Reduce overhead of mterp OSR checking by buzbee · 8 years ago
  64. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  65. 5cd5929 Fix memory leak in oat file assistant test. by Richard Uhler · 8 years ago
  66. d89411a Print ARM and ARM64 registers in art::UContext::Dump. by Roland Levillain · 8 years ago
  67. 0c765f7 Merge changes I1ab9ec9f,I0fe01760 by Richard Uhler · 8 years ago
  68. 50a6768 Merge "Deduplicate stack masks" by Mathieu Chartier · 8 years ago
  69. 318797a Merge "Force stack dump to diagnose empty checkpoint timeout." by Treehugger Robot · 8 years ago
  70. 13c1635 Force stack dump to diagnose empty checkpoint timeout. by Hiroshi Yamauchi · 8 years ago
  71. 44790fe Merge "ART: Fix GC pause reporting" by Treehugger Robot · 8 years ago
  72. 45aa598 Deduplicate stack masks by David Srbecky · 9 years ago
  73. f2042db Merge "Enable redefining Bootclasspath classes" by Alex Light · 8 years ago
  74. 2f27abd Revert^2 "OatFileAssistant: look at vdex file for IsDexOptNeeded" by Richard Uhler · 8 years ago
  75. 32a5bb2 Fix macOS build in ART's runtime/runtime_common.{h,cc} by Roland Levillain · 8 years ago
  76. b8ab63a Check vdex file is valid in VdexFile::Open. by Richard Uhler · 8 years ago
  77. b49cc55 Merge "Optionally dump ART crash information to logcat when running on Android." by Roland Levillain · 8 years ago
  78. 4934eb1 ART: Fix GC pause reporting by Andreas Gampe · 8 years ago
  79. 7916f20 Enable redefining Bootclasspath classes by Alex Light · 8 years ago
  80. 192edbe Merge "Remove Deoptimization code from class transformation." by Treehugger Robot · 8 years ago
  81. a7eb971 Merge "Add to time to suspend in FlipThreadRoots to histogram" by Mathieu Chartier · 8 years ago
  82. 500d491 Merge "Revert "Revert "Make --debuggable rely on JIT code.""" by Nicolas Geoffray · 8 years ago
  83. 433b79a Revert "Revert "Make --debuggable rely on JIT code."" by Nicolas Geoffray · 8 years ago
  84. d7c4ad0 Merge "Revert "Make --debuggable rely on JIT code."" by Vladimir Marko · 8 years ago
  85. 8135664 Revert "Make --debuggable rely on JIT code." by Vladimir Marko · 8 years ago
  86. 4ba388a Remove Deoptimization code from class transformation. by Alex Light · 8 years ago
  87. f22bf9f Merge "Merge layout-speed compiler filter into speed-profile." by Treehugger Robot · 8 years ago
  88. 21482ad Optionally dump ART crash information to logcat when running on Android. by Roland Levillain · 8 years ago
  89. 8f28bd4 Merge "Make --debuggable rely on JIT code." by Nicolas Geoffray · 8 years ago
  90. 6abbd9e Merge "MIPS: Refactor code for unresolved field entrypoint." by Treehugger Robot · 8 years ago
  91. a0619e2 Make --debuggable rely on JIT code. by Nicolas Geoffray · 8 years ago
  92. ec78622 Hash-based dex cache type array. by Vladimir Marko · 8 years ago
  93. 91aa238 Merge "Revert "ART: Give JIT thread pool workers a peer"" by Treehugger Robot · 8 years ago
  94. 9dfb707 Revert "ART: Give JIT thread pool workers a peer" by Andreas Gampe · 8 years ago
  95. 27d829a Merge "ART: Give JIT thread pool workers a peer" by Treehugger Robot · 8 years ago
  96. dbdd535 Merge "ART: Add ThreadPool mode that creates peers" by Treehugger Robot · 8 years ago
  97. e9429c8 Add to time to suspend in FlipThreadRoots to histogram by Mathieu Chartier · 8 years ago
  98. a0305a2 Merge "Remove alignment bits in between stack maps" by Mathieu Chartier · 8 years ago
  99. 1ee6dd7 ART: Give JIT thread pool workers a peer by Andreas Gampe · 8 years ago
  100. 0cb1242 MIPS: Refactor code for unresolved field entrypoint. by Alexey Frunze · 8 years ago