1. 4dff2fd ARM64: Minor optimization for conversions from long to int. by Alexandre Rames · 9 years ago
  2. 4d78602 Merge "Add support to indicate whether intrinsics require a dex cache" by Andreas Gampe · 9 years ago
  3. 05f2056 Add support to indicate whether intrinsics require a dex cache by Agi Csaki · 9 years ago
  4. e1e05e0 Merge "Use thread-local is_gc_marking flags for the CC collector." by Hiroshi Yamauchi · 9 years ago
  5. 0037082 Use thread-local is_gc_marking flags for the CC collector. by Hiroshi Yamauchi · 9 years ago
  6. 83f8b5b Merge "ART: Enable basic optimizations for try/catch" by David Brazdil · 9 years ago
  7. bbd733e ART: Enable basic optimizations for try/catch by David Brazdil · 9 years ago
  8. 99429ae Merge "Revert "Revert "Optimizing: Better invoke-static/-direct dispatch.""" by Vladimir Marko · 9 years ago
  9. 5815501 Revert "Revert "Optimizing: Better invoke-static/-direct dispatch."" by Vladimir Marko · 9 years ago
  10. a35d4c9 Merge "ART: Refactor try/catch block info, store exception type" by David Brazdil · 9 years ago
  11. ec16f79 ART: Refactor try/catch block info, store exception type by David Brazdil · 9 years ago
  12. f25f4f9 Merge "Put in place the ARM64 instruction simplification framework." by Calin Juravle · 9 years ago
  13. a85373e Merge "Manually unrelocate odex files generated for test." by Richard Uhler · 9 years ago
  14. 44b9cf9 Put in place the ARM64 instruction simplification framework. by Alexandre Rames · 9 years ago
  15. 32f264e Merge "ART: Revisit users in phi elimination" by David Brazdil · 9 years ago
  16. 77b022d ART: Revisit users in phi elimination by David Brazdil · 9 years ago
  17. 3bf1027 Merge "JDWP: remove suspend count check on invoke" by Sebastien Hertz · 9 years ago
  18. d9c4d2e Merge "Revert "Optimizing: Better invoke-static/-direct dispatch."" by Vladimir Marko · 9 years ago
  19. b2c431e Revert "Optimizing: Better invoke-static/-direct dispatch." by Vladimir Marko · 9 years ago
  20. 464581a Merge "Optimizing: Better invoke-static/-direct dispatch." by Vladimir Marko · 9 years ago
  21. 9b688a0 Optimizing: Better invoke-static/-direct dispatch. by Vladimir Marko · 10 years ago
  22. 5a4f003 Merge "Remove extra calls to `RecordPcInfo()`." by Nicolas Geoffray · 9 years ago
  23. 9859620 Remove extra calls to `RecordPcInfo()`. by Alexandre Rames · 9 years ago
  24. f9d86df Merge "ART: Revert storing of exceptional predecessors" by David Brazdil · 9 years ago
  25. cbddb90 Merge "Implement CountLeadingZeros for x86" by Roland Levillain · 9 years ago
  26. 1cb1684 Merge "Always visit object class from VisitReferences" by Mathieu Chartier · 9 years ago
  27. fdc3990 Merge "Revert "Introduce support for hardware simulators, starting with ARM64"" by Alex Light · 9 years ago
  28. 4cd27d6 Revert "Introduce support for hardware simulators, starting with ARM64" by Alex Light · 9 years ago
  29. 059ef3d Always visit object class from VisitReferences by Mathieu Chartier · 9 years ago
  30. f71ad9e Merge "Svelter libart-compiler" by Alex Light · 9 years ago
  31. add6cfa Merge "Guard thread exited message by try-catch in ThreadStress" by Mathieu Chartier · 9 years ago
  32. 9d3c3fc Guard thread exited message by try-catch in ThreadStress by Mathieu Chartier · 9 years ago
  33. 50fa993 Svelter libart-compiler by Alex Light · 9 years ago
  34. edd0a6d Merge "Fix some global constructors and destructors" by Mathieu Chartier · 9 years ago
  35. 6e9cc39 Fix some global constructors and destructors by Mathieu Chartier · 9 years ago
  36. fc5b096 Merge "Fix codegen_test." by Roland Levillain · 9 years ago
  37. 17ff917 Fix codegen_test. by Roland Levillain · 9 years ago
  38. 93aa210 Manually unrelocate odex files generated for test. by Richard Uhler · 9 years ago
  39. 29fc008 ART: Revert storing of exceptional predecessors by David Brazdil · 9 years ago
  40. a539ec0 Merge "Introduce support for hardware simulators, starting with ARM64" by Roland Levillain · 9 years ago
  41. c2e1a5e Introduce support for hardware simulators, starting with ARM64 by Phil Wang · 9 years ago
  42. 009c34c Merge "Fix and improve reference cache mod-union table" by Mathieu Chartier · 9 years ago
  43. a52f2f9 Fix and improve reference cache mod-union table by Mathieu Chartier · 9 years ago
  44. f0917e0 Merge "ART: Some header cleaning around bit-utils" by Andreas Gampe · 9 years ago
  45. 2a5c468 ART: Some header cleaning around bit-utils by Andreas Gampe · 9 years ago
  46. 0d52a67 Merge "Correct for 115-native-bridge hard-coded x86/x86_64 signal handling values" by Andreas Gampe · 9 years ago
  47. b0aeeb7 Merge "ART: Follow-up fixes" by Andreas Gampe · 9 years ago
  48. 228b397 Merge "ART: Dex2oat lint fix" by Andreas Gampe · 9 years ago
  49. 99e7df6 ART: Dex2oat lint fix by Andreas Gampe · 9 years ago
  50. 3996c89 Correct for 115-native-bridge hard-coded x86/x86_64 signal handling values by Agi Csaki · 9 years ago
  51. 18d54cd Merge "Revert "Revert "ART: DCHECK zero case for CLZ/CTZ""" by Andreas Gampe · 9 years ago
  52. 151ab8d Revert "Revert "ART: DCHECK zero case for CLZ/CTZ"" by Andreas Gampe · 9 years ago
  53. 53de99c ART: Follow-up fixes by Andreas Gampe · 9 years ago
  54. 381e58a Merge "Only apply aarch64 clang WAR to the target." by Dan Albert · 9 years ago
  55. bc0d79b Only apply aarch64 clang WAR to the target. by Dan Albert · 9 years ago
  56. 0b9c242 Merge "Refactor art::Dex2Oat::ParseArg." by Dan Albert · 9 years ago
  57. 9ec5e22 Refactor art::Dex2Oat::ParseArg. by Roland Levillain · 9 years ago
  58. 5e289b2 Merge "Make patchoat match offset when given a patched image" by Alex Light · 9 years ago
  59. 4b7b5fc Merge "ART: Rename ArtMethod's size and alignment methods." by Vladimir Marko · 9 years ago
  60. 1463285 ART: Rename ArtMethod's size and alignment methods. by Vladimir Marko · 9 years ago
  61. d589767 Implement CountLeadingZeros for x86 by Mark Mendell · 9 years ago
  62. 8ecc135 Merge "ART: Compress LengthPrefixedArray on 32-bit targets." by Vladimir Marko · 9 years ago
  63. 6103d96 Merge "Add 'bsr' instruction to x86 and x86_64" by Roland Levillain · 9 years ago
  64. cf36d49 ART: Compress LengthPrefixedArray on 32-bit targets. by Vladimir Marko · 9 years ago
  65. 9d0f821 Merge "Force Clang aarch64 builds to -O1." by Dan Albert · 9 years ago
  66. b47bad5 Force Clang aarch64 builds to -O1. by Dan Albert · 9 years ago
  67. 799e81c Merge "Add -Wno-pessimizing-move to Clang flags" by Stephen Hines · 9 years ago
  68. 63fdedf Merge "Optimizing String.Equals as an intrinsic (x86_64)" by Andreas Gampe · 9 years ago
  69. b31de31 Merge "ART: Fix verifier dumping, add hard-fail dumping" by Andreas Gampe · 9 years ago
  70. ebf850c ART: Fix verifier dumping, add hard-fail dumping by Andreas Gampe · 9 years ago
  71. 933fdd0 Merge "ART: Relax verifier aput checking" by Andreas Gampe · 9 years ago
  72. 4bf4c78 ART: Relax verifier aput checking by Andreas Gampe · 9 years ago
  73. 0eb76d2 Make patchoat match offset when given a patched image by Alex Light · 9 years ago
  74. a0856f5 Merge "Revert "ART: DCHECK zero case for CLZ/CTZ"" by Andreas Gampe · 9 years ago
  75. 4318d91 Revert "ART: DCHECK zero case for CLZ/CTZ" by Andreas Gampe · 9 years ago
  76. b2812de Merge "Change SS to use MarkObjectIfNotInToSpace for roots" by Mathieu Chartier · 9 years ago
  77. 72eb673 Merge "ART: Add utility function to dump dex CFG" by Andreas Gampe · 9 years ago
  78. f8cfb20 Optimizing String.Equals as an intrinsic (x86_64) by Agi Csaki · 9 years ago
  79. b18e827 Change SS to use MarkObjectIfNotInToSpace for roots by Mathieu Chartier · 9 years ago
  80. 8ae3ffb Add 'bsr' instruction to x86 and x86_64 by Mark Mendell · 9 years ago
  81. f67ab12 Merge "Add rep movsw to x86 and x86_64 instructions." by Roland Levillain · 9 years ago
  82. d95ab77 Merge "Revert "Revert "Optimizing String.Equals as an intrinsic (x86)""" by Andreas Gampe · 9 years ago
  83. b9c4bbe Add rep movsw to x86 and x86_64 instructions. by Mark Mendell · 9 years ago
  84. f1dacdd Merge "ART: DCHECK zero case for CLZ/CTZ" by Andreas Gampe · 9 years ago
  85. 1cad8c7 Merge "Fix a bug in the register allocator when allocating pairs." by Nicolas Geoffray · 9 years ago
  86. 51db2c2 ART: DCHECK zero case for CLZ/CTZ by Andreas Gampe · 9 years ago
  87. 1def08e Merge "Optimizing String.Equals as an intrinsic (ARM64)" by Andreas Gampe · 9 years ago
  88. 0e780e4 Merge "Visit declaring class of methods on call stack" by Mathieu Chartier · 9 years ago
  89. d7138c8 Revert "Revert "Optimizing String.Equals as an intrinsic (x86)"" by Agi Csaki · 9 years ago
  90. 10e5ea9 Visit declaring class of methods on call stack by Mathieu Chartier · 9 years ago
  91. ea34b40 Optimizing String.Equals as an intrinsic (ARM64) by Agi Csaki · 9 years ago
  92. 060841a Merge "Ignore OOME in ThreadStress Daemon threads" by Mathieu Chartier · 9 years ago
  93. bf81547 Ignore OOME in ThreadStress Daemon threads by Mathieu Chartier · 9 years ago
  94. 837b649 Merge "Adjust art::HTypeConversion's side effects for MIPS64." by Roland Levillain · 9 years ago
  95. e28dde5 Merge "Small optimization improvements." by Nicolas Geoffray · 9 years ago
  96. df3f822 Adjust art::HTypeConversion's side effects for MIPS64. by Roland Levillain · 9 years ago
  97. 7c2af0d Merge "Remove unnecessary `explicit` qualifiers on constructors." by Roland Levillain · 9 years ago
  98. 5073fed ART: Add utility function to dump dex CFG by Andreas Gampe · 9 years ago
  99. 1d4219e Merge "Intrinsics recognizer returns kNone for MIPS, MIPS64 instruction sets" by Andreas Gampe · 9 years ago
  100. 8be6421 Merge "Structure for String.Equals intrinsic" by Andreas Gampe · 9 years ago