1. c3b7bf3 Merge "Load the array class in the compiler for allocations." by Nicolas Geoffray · 8 years ago
  2. cc99df2 Load the array class in the compiler for allocations. by Nicolas Geoffray · 8 years ago
  3. 2ee01bf Merge "Fix Mips build." by Treehugger Robot · 8 years ago
  4. 404b012 Merge "Fix IP register usage in LoadClassSlowPathARMVIXL." by Treehugger Robot · 8 years ago
  5. e83504b Fix Mips build. by Nicolas Geoffray · 8 years ago
  6. af35a25 Fix IP register usage in LoadClassSlowPathARMVIXL. by Vladimir Marko · 8 years ago
  7. 4507fdc Merge "Entrypoints cleanup." by Nicolas Geoffray · 8 years ago
  8. 419b7f5 Merge "Blacklist tests for flaky no-image." by Treehugger Robot · 8 years ago
  9. 39cee66 Entrypoints cleanup. by Nicolas Geoffray · 8 years ago
  10. 4638106 Blacklist tests for flaky no-image. by Nicolas Geoffray · 8 years ago
  11. a397458 Merge "Reduce using ArtMethod's dex_cache_resolved_types_." by Vladimir Marko · 8 years ago
  12. c66a76f Merge "MIPS: Fix polymorphic invokes." by Vladimir Marko · 8 years ago
  13. c480b98 MIPS: Fix polymorphic invokes. by Alexey Frunze · 8 years ago
  14. a6040d4 Merge "Revert "Revert "ART: Add ThreadGroup API support""" by Andreas Gampe · 8 years ago
  15. fd5f52b Merge "Do test_getStackTraces last for test 129" by Mathieu Chartier · 8 years ago
  16. 3a5e34b Merge "ART: Disable app images for test 912" by Andreas Gampe · 8 years ago
  17. 442a83a Merge "ART: Fix missing CLOCK_MONOTONIC on Mac" by Andreas Gampe · 8 years ago
  18. d18d9e2 Revert "Revert "ART: Add ThreadGroup API support"" by Andreas Gampe · 8 years ago
  19. 55ddcc8 Merge "Introduce a number of SIMD extensions for x86/x86_64 (SSE)." by Aart Bik · 8 years ago
  20. 7735305 ART: Disable app images for test 912 by Andreas Gampe · 8 years ago
  21. f29e04a ART: Fix missing CLOCK_MONOTONIC on Mac by Andreas Gampe · 8 years ago
  22. ce27739 Merge "Revert "Revert "Try really hard for JIT in test 916""" by Treehugger Robot · 8 years ago
  23. b51dee6 Merge "Revert "Remove unused code for patching oat files."" by Nicolas Geoffray · 8 years ago
  24. 7898587 Revert "Remove unused code for patching oat files." by Nicolas Geoffray · 8 years ago
  25. 160ab8e Do test_getStackTraces last for test 129 by Mathieu Chartier · 8 years ago
  26. bea5f85 Merge "ART: Add three Timer functions" by Treehugger Robot · 8 years ago
  27. 35bcf81 ART: Add three Timer functions by Andreas Gampe · 8 years ago
  28. 7ccdf09 Merge "ART: Add GetClassLoaderClasses" by Treehugger Robot · 8 years ago
  29. c5603b7 Merge "ART: Add SetVerboseFlags" by Treehugger Robot · 8 years ago
  30. 4e03c52 Revert "Revert "Try really hard for JIT in test 916"" by Alex Light · 8 years ago
  31. 49a694b Merge "MethodHandles: Remove experimental flag." by Narayan Kamath · 8 years ago
  32. 9320675 MethodHandles: Remove experimental flag. by Narayan Kamath · 8 years ago
  33. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 8 years ago
  34. 0a384f5 Merge "Acquire the mutator lock before comparing classes/strings." by Nicolas Geoffray · 8 years ago
  35. 0410430 Merge "Move some fields in art::Thread to reduce maintenance burden." by Treehugger Robot · 8 years ago
  36. 1ea9efc Acquire the mutator lock before comparing classes/strings. by Nicolas Geoffray · 8 years ago
  37. e71b354 Move some fields in art::Thread to reduce maintenance burden. by Roland Levillain · 8 years ago
  38. 8bd59a0 Merge "Remove unused code for patching oat files." by Treehugger Robot · 8 years ago
  39. dcc7ab6 Merge "Put the resolved class in HLoadClass." by Nicolas Geoffray · 8 years ago
  40. 9748d3d Merge "MethodHandles: Implement invoker / exactInvoker." by Narayan Kamath · 8 years ago
  41. e9e43e9 Merge "Handle verify-profile and bootclasspath classes in vdex." by Nicolas Geoffray · 8 years ago
  42. c1b02c5 Merge "Fix missing OOME check in reflection." by Vladimir Marko · 8 years ago
  43. c9f7662 Remove unused code for patching oat files. by Richard Uhler · 8 years ago
  44. 64c1f53 Merge "MethodHandles: Add tests for MethodHandles.Lookup.bind" by Narayan Kamath · 8 years ago
  45. e037a73 Merge "Put inlined ArtMethod pointer in stack maps." by Nicolas Geoffray · 8 years ago
  46. db54cc4 Merge "Fix braino in RTP." by Nicolas Geoffray · 8 years ago
  47. 70f1639 ART: Add GetClassLoaderClasses by Andreas Gampe · 8 years ago
  48. 5247c08 Put the resolved class in HLoadClass. by Nicolas Geoffray · 8 years ago
  49. a35510d Fix missing OOME check in reflection. by Vladimir Marko · 8 years ago
  50. 5d37c15 Put inlined ArtMethod pointer in stack maps. by Nicolas Geoffray · 8 years ago
  51. 7498105 Handle verify-profile and bootclasspath classes in vdex. by Nicolas Geoffray · 8 years ago
  52. 0d478f2 Merge "ART: Add Thread TLS support" by Treehugger Robot · 8 years ago
  53. b79bbd8 MethodHandles: Implement invoker / exactInvoker. by Narayan Kamath · 8 years ago
  54. cd9f857 Fix braino in RTP. by Nicolas Geoffray · 8 years ago
  55. f26bf2d ART: Add Thread TLS support by Andreas Gampe · 8 years ago
  56. 4ca818c Merge "ART: Add GetAllThreads" by Treehugger Robot · 8 years ago
  57. 5e01df4 Merge changes I168f24de,I8ec60a98,I3c426ed7,Ic809b0f3 by Treehugger Robot · 8 years ago
  58. ec08c06 MethodHandles: Add tests for MethodHandles.Lookup.bind by Narayan Kamath · 8 years ago
  59. d9a9d44 Merge "ART: Fix artInvokePolymorphic." by Orion Hodson · 8 years ago
  60. a11ad8a Merge "MIPS64: Make GetFeatureString() returns default instead of empty string" by Treehugger Robot · 8 years ago
  61. fea84dd ART: Fix artInvokePolymorphic. by Orion Hodson · 8 years ago
  62. 1998cd0 Implement HLoadClass/kBssEntry for boot image. by Vladimir Marko · 8 years ago
  63. a48d74a Merge "Revert "ART: Add ThreadGroup API support"" by Treehugger Robot · 8 years ago
  64. 6bec91c Store resolved types for AOT code in .bss. by Vladimir Marko · 8 years ago
  65. 4155998 Make runtime call on main for HLoadClass/kDexCacheViaMethod. by Vladimir Marko · 8 years ago
  66. 48886c2 Remove HLoadClass::LoadKind::kDexCachePcRelative. by Vladimir Marko · 8 years ago
  67. 58207cf Merge "Revert "Revert "ART: Compiler support for invoke-polymorphic.""" by Orion Hodson · 8 years ago
  68. 87071bf Revert "ART: Add ThreadGroup API support" by Nicolas Geoffray · 8 years ago
  69. ab6603f MIPS64: Make GetFeatureString() returns default instead of empty string by Goran Jakovljevic · 8 years ago
  70. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  71. f37e302 ART: Add SetVerboseFlags by Andreas Gampe · 8 years ago
  72. 4cddd03 Merge "Revert "Try really hard for JIT in test 916"" by Alex Light · 8 years ago
  73. dd1dd32 Merge "Implement RedefineClasses, also redefine multiple classes atomically." by Alex Light · 8 years ago
  74. c778226 Introduce a number of SIMD extensions for x86/x86_64 (SSE). by Aart Bik · 8 years ago
  75. cca8708 Merge "ART: Add GetFrameCount and GetFrameLocation" by Andreas Gampe · 8 years ago
  76. 8580744 ART: Add GetAllThreads by Andreas Gampe · 8 years ago
  77. f6f3b5f ART: Add GetFrameCount and GetFrameLocation by Andreas Gampe · 8 years ago
  78. ca4feac Revert "Try really hard for JIT in test 916" by Alex Light · 8 years ago
  79. 0e69273 Implement RedefineClasses, also redefine multiple classes atomically. by Alex Light · 8 years ago
  80. 2db7a1d Merge "ART: Remove suspension from AttachAgent" by Treehugger Robot · 8 years ago
  81. 942ea7a Merge "Make our jvmti run-tests work with the RI again." by Treehugger Robot · 8 years ago
  82. 53dd074 Merge "ART: Add ThreadGroup API support" by Treehugger Robot · 8 years ago
  83. 8799ea0 Merge "Try really hard for JIT in test 916" by Treehugger Robot · 8 years ago
  84. 2f12c65 Merge "Complete unrolling of loops with small body and trip count one." by Treehugger Robot · 8 years ago
  85. 1f64859 ART: Remove suspension from AttachAgent by Andreas Gampe · 8 years ago
  86. 6b69e0a Complete unrolling of loops with small body and trip count one. by Aart Bik · 8 years ago
  87. c00735a Merge "ART: Add GetThreadListStackTraces" by Treehugger Robot · 8 years ago
  88. cd20321 Merge "ART: Refactor test 911" by Treehugger Robot · 8 years ago
  89. 02afcde ART: Add ThreadGroup API support by Andreas Gampe · 8 years ago
  90. a64fa43 Try really hard for JIT in test 916 by Alex Light · 8 years ago
  91. a4fc28c Merge "Make 129-ThreadGetId more robust." by Nicolas Geoffray · 8 years ago
  92. 7e25123 Merge "ART tests: do not retrieve OatQuickMethodHeader for bridge methods" by Nicolas Geoffray · 8 years ago
  93. 6f4b55b Merge "MIPS32: Refined comment in java.lang.Math.abs(float/double) intrinsics" by Treehugger Robot · 8 years ago
  94. c0dae61 Merge "Revert "Update ART run-tests for new Jack optimizations"" by Sebastien Hertz · 8 years ago
  95. 6af017c Revert "Update ART run-tests for new Jack optimizations" by Sebastien Hertz · 8 years ago
  96. 91011af Make 129-ThreadGetId more robust. by Nicolas Geoffray · 8 years ago
  97. 5a6cbfc MIPS32: Refined comment in java.lang.Math.abs(float/double) intrinsics by Goran Jakovljevic · 8 years ago
  98. 5c9f90c Merge "Update ART run-tests for new Jack optimizations" by Sebastien Hertz · 8 years ago
  99. cfd6167 Merge "Revert "Revert "Make object allocation entrypoints only take a class.""" by Nicolas Geoffray · 8 years ago
  100. 1efddde Merge "Dont keep around scoped allocated ArtMethod after thread suspension." by Nicolas Geoffray · 8 years ago