1. 4e09bcb Merge "Use more compact encoding for DWARF flags." by David Srbecky · 9 years ago
  2. 18e94ee Merge "Optimize DWARF namespace encoding." by David Srbecky · 9 years ago
  3. c2dd176 Merge "Optimizing: Do not depend on sharpening in test 449." by Vladimir Marko · 9 years ago
  4. 17fb893 Optimizing: Do not depend on sharpening in test 449. by Vladimir Marko · 9 years ago
  5. 5b38b35 Merge "ART: Add test case for Select implementations" by David Brazdil · 9 years ago
  6. fa5ec2b Use more compact encoding for DWARF flags. by David Srbecky · 9 years ago
  7. 7138d45 Optimize DWARF namespace encoding. by David Srbecky · 9 years ago
  8. fb50270 ART: Add test case for Select implementations by David Brazdil · 9 years ago
  9. 5f16c05 Merge "Remove unused DMB code paths in the ARM64 Optimizing Compiler" by Roland Levillain · 9 years ago
  10. b86f963 Merge "ARM64: Add direct calls to math intrinsics" by Roland Levillain · 9 years ago
  11. 02fc24e ARM64: Add direct calls to math intrinsics by Anton Kirilov · 9 years ago
  12. 909147a Merge "Optimizing: Do not depend on sharpening in test 569." by Vladimir Marko · 9 years ago
  13. 0d11ffe Optimizing: Do not depend on sharpening in test 569. by Vladimir Marko · 9 years ago
  14. f1e2b4d Merge "Revert "ART: Mterp for arm64"" by Sebastien Hertz · 9 years ago
  15. 43f3fb9 Revert "ART: Mterp for arm64" by Sebastien Hertz · 9 years ago
  16. a9e5521 Merge "MIPS64: Remove unaligned memory access from art generated code" by Vladimir Marko · 9 years ago
  17. 7fac353 Merge "ART: Mterp for arm64" by Bill Buzbee · 9 years ago
  18. 85db315 Merge "Fix up dex cache strings stored in classes" by Mathieu Chartier · 9 years ago
  19. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 9 years ago
  20. 36fe0e8 Merge "Add read barrier option to UpdateEntrypoints" by Mathieu Chartier · 9 years ago
  21. e7f75f3 Add read barrier option to UpdateEntrypoints by Mathieu Chartier · 9 years ago
  22. e0c269e ART: Mterp for arm64 by buzbee · 9 years ago
  23. c3cf1d2 Merge "Implemented signum() on ARM64." by Aart Bik · 9 years ago
  24. bb24bd0 Implemented signum() on ARM64. by Aart Bik · 9 years ago
  25. fda30a4 Merge "ART: Fix test 117 after OatFileAssistant change" by David Brazdil · 9 years ago
  26. 1ed4449 ART: Fix test 117 after OatFileAssistant change by David Brazdil · 9 years ago
  27. 7375fa1 Merge "ART: Release DexFile in OatFileAssistant" by David Brazdil · 9 years ago
  28. 1355495 ART: Release DexFile in OatFileAssistant by David Brazdil · 9 years ago
  29. d111cce Merge "Ensure instruction cache is flushed in compiler tests with Clang." by Roland Levillain · 9 years ago
  30. bceee26 Merge "Ignore image checksum for ExtractOnly oat files" by David Brazdil · 9 years ago
  31. 3243026 Ensure instruction cache is flushed in compiler tests with Clang. by Roland Levillain · 9 years ago
  32. ce4b0ba Ignore image checksum for ExtractOnly oat files by David Brazdil · 9 years ago
  33. 99b4d43 Merge "Be on the safe side: emit an environment for runtime calls." by Nicolas Geoffray · 9 years ago
  34. a2e599a Merge "Track libcore change aa517a356a38b8cd6764667e1edd735aaf5978e9." by Narayan Kamath · 9 years ago
  35. 0dd8c39 Track libcore change aa517a356a38b8cd6764667e1edd735aaf5978e9. by Narayan Kamath · 9 years ago
  36. 3caf203 Merge "Invoke all other registered handlers only for generated code" by Calin Juravle · 9 years ago
  37. 03196cf Be on the safe side: emit an environment for runtime calls. by Nicolas Geoffray · 9 years ago
  38. 6f2c459 Merge "ART: Disallow uses of uninitialized references" by David Brazdil · 9 years ago
  39. 68b5c0b ART: Disallow uses of uninitialized references by David Brazdil · 9 years ago
  40. 2b8624c Merge "Revert "Disable test after failing test was pushed."" by Narayan Kamath · 9 years ago
  41. 2d7c8ea Revert "Disable test after failing test was pushed." by Narayan Kamath · 9 years ago
  42. 7f1551d Merge "Clean up UpdateOatFile for app images" by Mathieu Chartier · 9 years ago
  43. 14567fd Clean up UpdateOatFile for app images by Mathieu Chartier · 9 years ago
  44. dc5909a Merge "Add oat checksum check for app image loading" by Mathieu Chartier · 9 years ago
  45. 472964b Merge "ART: Do not reopen oat file in ImageWriter::UpdateOatFile()." by Mathieu Chartier · 9 years ago
  46. 36a0cc7 Merge "Regression test ensuring unresolved classes are not put in dex cache." by Jeff Hao · 9 years ago
  47. b4961db Regression test ensuring unresolved classes are not put in dex cache. by Jeff Hao · 9 years ago
  48. 9ff8460 Add oat checksum check for app image loading by Mathieu Chartier · 9 years ago
  49. 1945103 Merge "Add a comment on ReadBarrier::Mark() about ALWAYS_INLINE." by Hiroshi Yamauchi · 9 years ago
  50. ea59deb Merge "Fix issue with exception type resolution during linking." by Alex Light · 9 years ago
  51. ab00be9 Merge "Do not use atomic increment in allocation as fence." by Hans Boehm · 9 years ago
  52. 5a55986 Fix issue with exception type resolution during linking. by Alex Light · 9 years ago
  53. 2e5de78 Add a comment on ReadBarrier::Mark() about ALWAYS_INLINE. by Hiroshi Yamauchi · 9 years ago
  54. 2624ffc Merge "Implement compare() on ARM64." by Aart Bik · 9 years ago
  55. 392899e Merge "ART: Dump full exception on re-init failure message" by Andreas Gampe · 9 years ago
  56. 7b56502 Implement compare() on ARM64. by Aart Bik · 9 years ago
  57. ea3a007 Merge "Implementation of integer intrinsics on x86_64" by Aart Bik · 9 years ago
  58. 1c720b7 Merge "Optimizing compiler support for directly calling interface methods" by Alex Light · 9 years ago
  59. d967266 MIPS64: Remove unaligned memory access from art generated code by Lazar Trsic · 9 years ago
  60. d8904a5 ART: Do not reopen oat file in ImageWriter::UpdateOatFile(). by Vladimir Marko · 9 years ago
  61. ba5ea70 Merge "Disable test after failing test was pushed." by Nicolas Geoffray · 9 years ago
  62. fd82520 Disable test after failing test was pushed. by Nicolas Geoffray · 9 years ago
  63. e38a328 Merge "Re-enable test 566-polymorphic-inlining." by Nicolas Geoffray · 9 years ago
  64. c26f128 Re-enable test 566-polymorphic-inlining. by Nicolas Geoffray · 9 years ago
  65. 5bd53a9 Merge "Re-enable test 496-checker-inlining-and-class-loader with CC." by Roland Levillain · 9 years ago
  66. 560297f Re-enable test 496-checker-inlining-and-class-loader with CC. by Roland Levillain · 9 years ago
  67. 87d38b7 Merge "Optimizing: Use dex pc 0 for pattern substitution-generated IGET." by Vladimir Marko · 9 years ago
  68. 4cd4c39 Merge "ART: Do not use AT register in MIPS DSS<->RP swap" by David Brazdil · 9 years ago
  69. adda435 Optimizing: Use dex pc 0 for pattern substitution-generated IGET. by Vladimir Marko · 9 years ago
  70. 10cd5ee Merge "Revert "reflection: Add new 1.8 AnnotatedElement methods and tests"" by Nicolas Geoffray · 9 years ago
  71. 28a2a18 Revert "reflection: Add new 1.8 AnnotatedElement methods and tests" by Nicolas Geoffray · 9 years ago
  72. 04d3e87 ART: Do not use AT register in MIPS DSS<->RP swap by David Brazdil · 9 years ago
  73. ed1d318 Merge "ART: Fix single-step interpretation for mterp" by Bill Buzbee · 9 years ago
  74. b0171b9 Do not use atomic increment in allocation as fence. by Hans Boehm · 9 years ago
  75. d6b48db ART: Fix single-step interpretation for mterp by buzbee · 9 years ago
  76. 1d81df8 Merge "Fix "Never Interpret" option for all interpreters" by Bill Buzbee · 9 years ago
  77. 734f3aa Fix "Never Interpret" option for all interpreters by buzbee · 9 years ago
  78. fedd91d Optimizing compiler support for directly calling interface methods by Alex Light · 9 years ago
  79. 369c851 ART: Dump full exception on re-init failure message by Andreas Gampe · 9 years ago
  80. 97f4bc0 Merge "Disable test for now." by Nicolas Geoffray · 9 years ago
  81. 1cdee57 Disable test for now. by Nicolas Geoffray · 9 years ago
  82. 70dd22f Merge "Clear image file in image writer" by Mathieu Chartier · 9 years ago
  83. fd07168 Merge "Remove ALWAYS_INLINE from ReadBarrier::Mark()." by Hiroshi Yamauchi · 9 years ago
  84. 49c9333 Remove ALWAYS_INLINE from ReadBarrier::Mark(). by Hiroshi Yamauchi · 9 years ago
  85. de31ca6 Merge "Fix image test with GSS" by Mathieu Chartier · 9 years ago
  86. c68e77b Fix image test with GSS by Mathieu Chartier · 9 years ago
  87. 784bb09 Clear image file in image writer by Mathieu Chartier · 9 years ago
  88. c5d4754 Implementation of integer intrinsics on x86_64 by Aart Bik · 9 years ago
  89. 4047c5b Merge "Remove some more read barriers in image relocation" by Mathieu Chartier · 9 years ago
  90. 60bc39c Remove some more read barriers in image relocation by Mathieu Chartier · 9 years ago
  91. c43a8fc Merge "Doh. Forgot to ensure it's compiled." by Nicolas Geoffray · 9 years ago
  92. 1c7736c Merge "Optimizing: Try pattern substitution when we cannot inline." by Vladimir Marko · 9 years ago
  93. a60e220 Doh. Forgot to ensure it's compiled. by Nicolas Geoffray · 9 years ago
  94. 09cd656 Merge "Fix issue with IMT dispatch." by Alex Light · 9 years ago
  95. be10e8e Optimizing: Try pattern substitution when we cannot inline. by Vladimir Marko · 9 years ago
  96. fa72bf1 Merge "Stop verifier ResolveClass from putting unresolved classes in dex cache." by Jeff Hao · 9 years ago
  97. a94d54b Stop verifier ResolveClass from putting unresolved classes in dex cache. by Jeff Hao · 9 years ago
  98. 26a04e1 Merge "Factor out common code for SetPendingNext." by Richard Uhler · 9 years ago
  99. 1aa9c11 Merge "ART: Add missing swaps to MIPS codegen" by David Brazdil · 9 years ago
  100. cc0f311 ART: Add missing swaps to MIPS codegen by David Brazdil · 9 years ago