1. 7032e78 Disable tests after latest nativeloader changes. by Nicolas Geoffray · 8 years ago
  2. 7f89067 Merge "ART: Add missing EXPORT_PCs to x86/_64 mterp" by Bill Buzbee · 8 years ago
  3. 79b2d3f Merge "Supply librarySearchPath to PathClassLoader" by Dimitry Ivanov · 8 years ago
  4. 3a79b63 Supply librarySearchPath to PathClassLoader by Dimitry Ivanov · 8 years ago
  5. 963758d ART: Add missing EXPORT_PCs to x86/_64 mterp by buzbee · 8 years ago
  6. e645c93 Merge changes Ia94fc7ac,Iffd25c5f by Mathieu Chartier · 8 years ago
  7. 91288d8 Revert "Revert "Write conflict tables in image"" by Mathieu Chartier · 8 years ago
  8. d23d7d1 Revert "Write conflict tables in image" by Mathieu Chartier · 8 years ago
  9. 85e4797 Merge "Update list of libraries needed for ART run-test." by Nicolas Geoffray · 8 years ago
  10. 74c3994 Update list of libraries needed for ART run-test. by Nicolas Geoffray · 8 years ago
  11. d90ee62 Merge "Add and use public.libraries.buildbot.txt file." by Nicolas Geoffray · 8 years ago
  12. f813745 Add and use public.libraries.buildbot.txt file. by Nicolas Geoffray · 8 years ago
  13. 3f8bcb5 Merge changes I38cbe315,Ia05cb31f by Mathieu Chartier · 8 years ago
  14. e42888f Write conflict tables in image by Mathieu Chartier · 9 years ago
  15. 7f98c9a Add support for eagerly calculating conflict tables by Mathieu Chartier · 9 years ago
  16. 3ce07dd Merge "Initialize native loader on JNI_CreateJavaVM" by Dimitry Ivanov · 8 years ago
  17. 9fa4614 Merge "Fix string patch target retrieval in OatWriter." by Treehugger Robot · 8 years ago
  18. da93946 Merge "ART: Disable back edge uses for irreducible loops" by Treehugger Robot · 8 years ago
  19. 052164a Fix string patch target retrieval in OatWriter. by Vladimir Marko · 8 years ago
  20. 07b3510 ART: Disable back edge uses for irreducible loops by David Brazdil · 8 years ago
  21. 387dd9b Merge "ART: add exynos-m1 to a53 #835769 & #843419 erratum exception list" by Vladimir Marko · 8 years ago
  22. f2cb389 Merge "ART: Eliminate unlikely code from hot path in x86 div/rem" by Roland Levillain · 8 years ago
  23. 2da04e1 Merge "Fix test to return expected value." by Nicolas Geoffray · 8 years ago
  24. a4a640e Fix test to return expected value. by Nicolas Geoffray · 8 years ago
  25. e30ee0a Merge "Forbid HDeoptimize instructions in OSR methods." by Nicolas Geoffray · 8 years ago
  26. 93a18c5 Forbid HDeoptimize instructions in OSR methods. by Nicolas Geoffray · 8 years ago
  27. 2bd7d2d ART: add exynos-m1 to a53 #835769 & #843419 erratum exception list by Junmo Park · 8 years ago
  28. 4e377e5 Merge "Work around Jack optimizations in arm64 shifter operand test." by Treehugger Robot · 8 years ago
  29. 5e67a6a Merge "Test component type for errors too. With regression test." by Aart Bik · 8 years ago
  30. 5bc80b9 Work around Jack optimizations in arm64 shifter operand test. by Vladimir Marko · 8 years ago
  31. 9d944d1 ART: Eliminate unlikely code from hot path in x86 div/rem by Serguei Katkov · 9 years ago
  32. e6d9677 Merge "Use explicit cast to avoid compilers error" by Roland Levillain · 8 years ago
  33. f417ff4 Test component type for errors too. With regression test. by Aart Bik · 8 years ago
  34. b324635 Merge "Fix valgrind tests: mark allocated space as defined." by Vladimir Marko · 8 years ago
  35. 3f84f2c Fix valgrind tests: mark allocated space as defined. by Vladimir Marko · 8 years ago
  36. 041169f Initialize native loader on JNI_CreateJavaVM by Dimitry Ivanov · 8 years ago
  37. 2712a07 Merge "Make sure the referring class is in the dex cache." by Treehugger Robot · 8 years ago
  38. 4eb6fbf Use explicit cast to avoid compilers error by Goran Jakovljevic · 8 years ago
  39. dbea8b4 Merge "Revert "Revert "Thumb2: Reduce memory used for fixup dependencies.""" by Vladimir Marko · 8 years ago
  40. 393fdb8 Make sure the referring class is in the dex cache. by Nicolas Geoffray · 8 years ago
  41. 1de88ac Merge "ART: Fix ROR Checker test" by David Brazdil · 8 years ago
  42. 22c1f54 ART: Fix ROR Checker test by David Brazdil · 8 years ago
  43. a64f249 Revert "Revert "Thumb2: Reduce memory used for fixup dependencies."" by Vladimir Marko · 8 years ago
  44. 2798325 Merge "Reduce memory lost by ArenaAllocator for large allocations." by Vladimir Marko · 8 years ago
  45. 88b8915 Merge "Refactor use of __ANDROID__ macro" by Roland Levillain · 8 years ago
  46. 3e0e717 Reduce memory lost by ArenaAllocator for large allocations. by Vladimir Marko · 8 years ago
  47. 6583646 Merge "Take into account the change in classes when analysing profiles" by Calin Juravle · 8 years ago
  48. c824b51 Take into account the change in classes when analysing profiles by Calin Juravle · 9 years ago
  49. 900d7d4 Merge changes Ie36c4b4a,Ia9968b95,I2c19de14,I99388dee,I072c4e41, ... by Calin Juravle · 8 years ago
  50. ee3e2be Merge "Add flag to ArtMethod to skip compilation." by Treehugger Robot · 8 years ago
  51. 250a378 Add flag to ArtMethod to skip compilation. by Nicolas Geoffray · 8 years ago
  52. 37da253 Merge "Revert "Thumb2: Reduce memory used for fixup dependencies."" by Treehugger Robot · 8 years ago
  53. d89e241 Revert "Thumb2: Reduce memory used for fixup dependencies." by Guang Zhu · 8 years ago
  54. d5e665a Merge "ART: Slightly change InitializeClass flow" by Treehugger Robot · 8 years ago
  55. 8828030 Merge "Revert "Assembly RegionTLAB allocation fast path for x86_64"" by Treehugger Robot · 8 years ago
  56. 5ef4667 Revert "Assembly RegionTLAB allocation fast path for x86_64" by Hiroshi Yamauchi · 8 years ago
  57. 53954b9 ART: Slightly change InitializeClass flow by Andreas Gampe · 8 years ago
  58. f6e6331 Merge "MIPS64: Implement bitCount intrinsics." by Aart Bik · 8 years ago
  59. c0a419e Merge "Update to perflib-25.0.0 to improve processing performance." by Richard Uhler · 8 years ago
  60. 747a566 Merge "Assembly RegionTLAB allocation fast path for x86_64" by Hiroshi Yamauchi · 8 years ago
  61. 4f4a6c4 Merge "ART: Naive NullCheck elimination in InstructionBuilder" by David Brazdil · 8 years ago
  62. c120bbe ART: Naive NullCheck elimination in InstructionBuilder by David Brazdil · 8 years ago
  63. 9962962 ProfileSaver: query profiling_infos instead of the code_map by Calin Juravle · 9 years ago
  64. 6543933 Fix comparison in profile saver by Calin Juravle · 9 years ago
  65. 20b7e3b Fix tracking foreign dex files by Calin Juravle · 9 years ago
  66. 0b79127 Skip profiling if the dex file is fully compiled by Calin Juravle · 9 years ago
  67. aa840f4 Fix profile save MaxBaxBackoff time by Calin Juravle · 9 years ago
  68. 698f4d1 Fix and tune ProfileSaver by Calin Juravle · 9 years ago
  69. 050fb1b Do not profile fully compiled oat files. by Calin Juravle · 9 years ago
  70. 5d1bd0a Discard corrupted or out of date profiles by Calin Juravle · 9 years ago
  71. 876f350 Extend profman to be able to dump profile content. by Calin Juravle · 9 years ago
  72. 6414295 Update and improve profiles format by Calin Juravle · 9 years ago
  73. 6726546 Improve ProfileSaver to cache data and do minimal I/O by Calin Juravle · 9 years ago
  74. b9c1b9b Improve resolved classes saving strategy by Calin Juravle · 9 years ago
  75. b8e6999 Add ProfileSaver stats and dump them during SigQuit by Calin Juravle · 9 years ago
  76. 59ff8cb Don't be so agressive in quering the code cache for new methods by Calin Juravle · 9 years ago
  77. 4b55b52 Merge "Thumb2: Reduce memory used for fixup dependencies." by Vladimir Marko · 8 years ago
  78. 1f2ce44 Thumb2: Reduce memory used for fixup dependencies. by Vladimir Marko · 8 years ago
  79. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 9 years ago
  80. f7cda80 Merge "Avoid redundant Long allocation before unboxing" by Tobias Thierer · 8 years ago
  81. 1bfc7e5 Merge "ART: Disable unstarted runtime pow test for valgrind" by Treehugger Robot · 8 years ago
  82. b679515 ART: Disable unstarted runtime pow test for valgrind by Andreas Gampe · 8 years ago
  83. 7fda785 MIPS64: Implement bitCount intrinsics. by Chris Larsen · 8 years ago
  84. 436759c Merge "Make dex file loading failure more explicit about failure." by Alex Light · 8 years ago
  85. ebe4d21 Merge "Revert "Revert "Assembly TLAB and RegionTLAB allocation fast path for x86""" by Hiroshi Yamauchi · 8 years ago
  86. 2efce70 Merge "X86/X86_64: Switch to locked add from mfence" by Aart Bik · 8 years ago
  87. 70c0f4e Merge "Fix heap check." by Mathieu Chartier · 8 years ago
  88. a13abba Fix heap check. by Mathieu Chartier · 8 years ago
  89. 121c8a6 Merge "ART: Address late comments on a GVN memory-saving CL" by David Brazdil · 8 years ago
  90. 94408d3 ART: Address late comments on a GVN memory-saving CL by David Brazdil · 8 years ago
  91. 96e5f95 Merge "Thumb2: Fix disassembly of the b.w offset." by Vladimir Marko · 8 years ago
  92. cb55b29 Thumb2: Fix disassembly of the b.w offset. by Vladimir Marko · 8 years ago
  93. dbeb6ee Avoid redundant Long allocation before unboxing by Tobias Thierer · 8 years ago
  94. 0d399c7 Merge "Reduce memory usage in GVN" by David Brazdil · 8 years ago
  95. cc857cf Reduce memory usage in GVN by David Brazdil · 8 years ago
  96. 69cee6a Revert "Revert "Assembly TLAB and RegionTLAB allocation fast path for x86"" by Sang, Chunlei · 8 years ago
  97. 9d7c524 Merge "Revert "Assembly TLAB and RegionTLAB allocation fast path for x86"" by Hiroshi Yamauchi · 8 years ago
  98. 0cd1bf7 Revert "Assembly TLAB and RegionTLAB allocation fast path for x86" by Hiroshi Yamauchi · 8 years ago
  99. 213120f Merge "Assembly TLAB and RegionTLAB allocation fast path for x86" by Hiroshi Yamauchi · 8 years ago
  100. 3045b66 Make dex file loading failure more explicit about failure. by Alex Light · 8 years ago