1. 799e81c Merge "Add -Wno-pessimizing-move to Clang flags" by Stephen Hines · 9 years ago
  2. 63fdedf Merge "Optimizing String.Equals as an intrinsic (x86_64)" by Andreas Gampe · 9 years ago
  3. b31de31 Merge "ART: Fix verifier dumping, add hard-fail dumping" by Andreas Gampe · 9 years ago
  4. ebf850c ART: Fix verifier dumping, add hard-fail dumping by Andreas Gampe · 9 years ago
  5. 933fdd0 Merge "ART: Relax verifier aput checking" by Andreas Gampe · 9 years ago
  6. 4bf4c78 ART: Relax verifier aput checking by Andreas Gampe · 9 years ago
  7. a0856f5 Merge "Revert "ART: DCHECK zero case for CLZ/CTZ"" by Andreas Gampe · 9 years ago
  8. 4318d91 Revert "ART: DCHECK zero case for CLZ/CTZ" by Andreas Gampe · 9 years ago
  9. b2812de Merge "Change SS to use MarkObjectIfNotInToSpace for roots" by Mathieu Chartier · 9 years ago
  10. 72eb673 Merge "ART: Add utility function to dump dex CFG" by Andreas Gampe · 9 years ago
  11. f8cfb20 Optimizing String.Equals as an intrinsic (x86_64) by Agi Csaki · 9 years ago
  12. b18e827 Change SS to use MarkObjectIfNotInToSpace for roots by Mathieu Chartier · 9 years ago
  13. f67ab12 Merge "Add rep movsw to x86 and x86_64 instructions." by Roland Levillain · 9 years ago
  14. d95ab77 Merge "Revert "Revert "Optimizing String.Equals as an intrinsic (x86)""" by Andreas Gampe · 9 years ago
  15. b9c4bbe Add rep movsw to x86 and x86_64 instructions. by Mark Mendell · 9 years ago
  16. f1dacdd Merge "ART: DCHECK zero case for CLZ/CTZ" by Andreas Gampe · 9 years ago
  17. 1cad8c7 Merge "Fix a bug in the register allocator when allocating pairs." by Nicolas Geoffray · 9 years ago
  18. 51db2c2 ART: DCHECK zero case for CLZ/CTZ by Andreas Gampe · 9 years ago
  19. 1def08e Merge "Optimizing String.Equals as an intrinsic (ARM64)" by Andreas Gampe · 9 years ago
  20. 0e780e4 Merge "Visit declaring class of methods on call stack" by Mathieu Chartier · 9 years ago
  21. d7138c8 Revert "Revert "Optimizing String.Equals as an intrinsic (x86)"" by Agi Csaki · 9 years ago
  22. 10e5ea9 Visit declaring class of methods on call stack by Mathieu Chartier · 9 years ago
  23. ea34b40 Optimizing String.Equals as an intrinsic (ARM64) by Agi Csaki · 9 years ago
  24. 060841a Merge "Ignore OOME in ThreadStress Daemon threads" by Mathieu Chartier · 9 years ago
  25. bf81547 Ignore OOME in ThreadStress Daemon threads by Mathieu Chartier · 9 years ago
  26. 837b649 Merge "Adjust art::HTypeConversion's side effects for MIPS64." by Roland Levillain · 9 years ago
  27. e28dde5 Merge "Small optimization improvements." by Nicolas Geoffray · 9 years ago
  28. df3f822 Adjust art::HTypeConversion's side effects for MIPS64. by Roland Levillain · 9 years ago
  29. 7c2af0d Merge "Remove unnecessary `explicit` qualifiers on constructors." by Roland Levillain · 9 years ago
  30. 5073fed ART: Add utility function to dump dex CFG by Andreas Gampe · 9 years ago
  31. 1d4219e Merge "Intrinsics recognizer returns kNone for MIPS, MIPS64 instruction sets" by Andreas Gampe · 9 years ago
  32. 8be6421 Merge "Structure for String.Equals intrinsic" by Andreas Gampe · 9 years ago
  33. 7da072f Structure for String.Equals intrinsic by agicsaki · 9 years ago
  34. 6cff09a Intrinsics recognizer returns kNone for MIPS, MIPS64 instruction sets by agicsaki · 9 years ago
  35. a83cf57 Merge "Add support to indicate whether intrinsics require an environment" by Andreas Gampe · 9 years ago
  36. fe0e70b Merge "Wait for GC to finish in ThreadList::~ThreadList" by Mathieu Chartier · 9 years ago
  37. efa8468 Small optimization improvements. by Nicolas Geoffray · 9 years ago
  38. 5116837 Wait for GC to finish in ThreadList::~ThreadList by Mathieu Chartier · 9 years ago
  39. 57b81ec Add support to indicate whether intrinsics require an environment by agicsaki · 9 years ago
  40. b923298 Merge "Visit class roots from ClassLoader::VisitReferences" by Mathieu Chartier · 9 years ago
  41. b19b82b Merge "ART: Add correct -inl file" by Andreas Gampe · 9 years ago
  42. af31802 ART: Add correct -inl file by Andreas Gampe · 9 years ago
  43. afd06a6 Merge "ART: Change UninitializedThis tracking in the verifier" by Andreas Gampe · 9 years ago
  44. f10b6e1 ART: Change UninitializedThis tracking in the verifier by Andreas Gampe · 9 years ago
  45. e4275c0 Visit class roots from ClassLoader::VisitReferences by Mathieu Chartier · 9 years ago
  46. 82b844f Merge "Don't allow GC to start if the runtime is shutting down" by Mathieu Chartier · 9 years ago
  47. e2a0a20 Don't allow GC to start if the runtime is shutting down by Mathieu Chartier · 9 years ago
  48. 6a6bd17 Merge "Delete AllocationTimer" by Mathieu Chartier · 9 years ago
  49. e8a6944 Delete AllocationTimer by Mathieu Chartier · 9 years ago
  50. 6065b5b Merge "Add a GVN dependency 'GC' for garbage collection." by Roland Levillain · 9 years ago
  51. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  52. 78e3ef6 Add a GVN dependency 'GC' for garbage collection. by Alexandre Rames · 9 years ago
  53. 6a5037e Merge "[optimizing] More x86_64 code improvements" by Roland Levillain · 9 years ago
  54. 2b562f4 Merge "Some heap cleanup" by Mathieu Chartier · 9 years ago
  55. a4f6af9 Some heap cleanup by Mathieu Chartier · 9 years ago
  56. 8ee8f32 Merge "Add daemon threads to 004-ThreadStress" by Mathieu Chartier · 9 years ago
  57. 548a3ce Merge "[MIPS] Avoid using odd numbered fp registers" by Roland Levillain · 9 years ago
  58. da2b254 Fix a bug in the register allocator when allocating pairs. by Nicolas Geoffray · 9 years ago
  59. 4500fcb Merge "Address some comments" by Mathieu Chartier · 9 years ago
  60. c0fe56a Address some comments by Mathieu Chartier · 9 years ago
  61. ff2ac94 Merge "Revert "Revert "Pass the verified method to the inlinee DexCompilationUnit.""" by Nicolas Geoffray · 9 years ago
  62. cfa410b [optimizing] More x86_64 code improvements by Mark Mendell · 10 years ago
  63. adbd0e5 Merge "ART: Fix Quick's DCE+GVN" by Vladimir Marko · 9 years ago
  64. 423f150 Merge "ART-Optimizing: Fix the type of HDivZeroCheck" by Calin Juravle · 9 years ago
  65. 2f2f173 ART: Fix Quick's DCE+GVN by Serguei Katkov · 9 years ago
  66. 8c0676c ART-Optimizing: Fix the type of HDivZeroCheck by Serguei Katkov · 9 years ago
  67. 8dbf0cf Revert "Revert "Pass the verified method to the inlinee DexCompilationUnit."" by Nicolas Geoffray · 9 years ago
  68. f24576a Merge "ART: Change UnresolvedMergedType merge" by Andreas Gampe · 9 years ago
  69. b58474e ART: Change UnresolvedMergedType merge by Andreas Gampe · 9 years ago
  70. def3fcd Add daemon threads to 004-ThreadStress by Man Cao · 9 years ago
  71. 32a6740 Merge "ART: Fix reg_type_test" by Andreas Gampe · 9 years ago
  72. 2f90b34 ART: Fix reg_type_test by Andreas Gampe · 9 years ago
  73. ebccaad Merge "ART: Add complex UnresolvedMergedType test case" by Andreas Gampe · 9 years ago
  74. 081da0a Merge "ART: Change UnresolvedMergedType internal representation" by Andreas Gampe · 9 years ago
  75. 4814bbd Merge "Do read barriers on native roots in CopyClassVisitor" by Mathieu Chartier · 9 years ago
  76. 3ee25bb Do read barriers on native roots in CopyClassVisitor by Mathieu Chartier · 9 years ago
  77. 750f7c2 ART: Change UnresolvedMergedType internal representation by Andreas Gampe · 9 years ago
  78. 2ea7b70 ART: Add complex UnresolvedMergedType test case by Andreas Gampe · 9 years ago
  79. 1a5625b Merge "Fix a bug in the register allocator around pair allocation." by Nicolas Geoffray · 9 years ago
  80. fc8156a [MIPS] Avoid using odd numbered fp registers by Goran Jakovljevic · 9 years ago
  81. f297581 Fix a bug in the register allocator around pair allocation. by Nicolas Geoffray · 9 years ago
  82. 77bccdc Merge "ART: Clean up unnecessary ArtMethod**" by Andreas Gampe · 9 years ago
  83. 3a35714 ART: Clean up unnecessary ArtMethod** by Andreas Gampe · 9 years ago
  84. fc29856 Merge "ART: Remove TODO in BitVector" by Andreas Gampe · 9 years ago
  85. 067f1ed ART: Remove TODO in BitVector by Andreas Gampe · 9 years ago
  86. e6b307a Merge "Add class table field to class loader" by Mathieu Chartier · 9 years ago
  87. 4b2e98f Merge "Fix C++14 bitrot." by Dan Albert · 9 years ago
  88. eb3bd88 Fix C++14 bitrot. by Dan Albert · 9 years ago
  89. 6b06953 Add class table field to class loader by Mathieu Chartier · 9 years ago
  90. 3ded776 Merge "Ensure coherency of call kinds for LocationSummary." by Nicolas Geoffray · 9 years ago
  91. a001e3a Merge "Revert "Pass the verified method to the inlinee DexCompilationUnit."" by Nicolas Geoffray · 9 years ago
  92. f25b661 Revert "Pass the verified method to the inlinee DexCompilationUnit." by Nicolas Geoffray · 9 years ago
  93. 4320ff1 Merge "Pass the verified method to the inlinee DexCompilationUnit." by Nicolas Geoffray · 9 years ago
  94. 62dee44 Merge "Tighten default inlining settings when using the space filter." by Roland Levillain · 9 years ago
  95. a215b95 Tighten default inlining settings when using the space filter. by Roland Levillain · 9 years ago
  96. 8158f28 Ensure coherency of call kinds for LocationSummary. by Alexandre Rames · 9 years ago
  97. 3340756 Merge "Introduce arch-specific checker tests." by David Brazdil · 9 years ago
  98. 08624c5 Pass the verified method to the inlinee DexCompilationUnit. by Nicolas Geoffray · 9 years ago
  99. 7fbaa22 Merge "ART: Fix the simplifier for add/sub" by Calin Juravle · 9 years ago
  100. 115b53f ART: Fix the simplifier for add/sub by Serguei Katkov · 9 years ago