1. 3c94f09 Remove Quick from tree. by Nicolas Geoffray · 8 years ago
  2. f969a20 Fix and enable java.lang.StringFactory intrinsics. by Roland Levillain · 8 years ago
  3. 0e54c01 Unsafe: Recognize intrinsics for 1.8 java.util.concurrent With unit test. by Aart Bik · 8 years ago
  4. 4cb069f Merge "Fix the signature of the IndexOf entry point." by Roland Levillain · 9 years ago
  5. 42ad288 Fix the signature of the IndexOf entry point. by Roland Levillain · 9 years ago
  6. cc3839c Improve documentation about StringFactory.newStringFromChars. by Roland Levillain · 9 years ago
  7. 2a6aad9 Implement fp to bits methods as intrinsics. by Aart Bik · 9 years ago
  8. 944da60 ART: Allow method references across oat files for multi-image, 2nd attempt. by Vladimir Marko · 9 years ago
  9. 98e6ce4 Remove string init map. by Nicolas Geoffray · 9 years ago
  10. 45724f9 Revert "Allow method references across oat files for multi-image." by Vladimir Marko · 9 years ago
  11. 6065402 Allow method references across oat files for multi-image. by Vladimir Marko · 9 years ago
  12. 927f40d Merge "Try to substitute constructor chains for IPUTs." by Vladimir Marko · 9 years ago
  13. 354efa6 Try to substitute constructor chains for IPUTs. by Vladimir Marko · 9 years ago
  14. 4fda4eb Move code related to debug info generation to its own directory. by David Srbecky · 9 years ago
  15. d967266 MIPS64: Remove unaligned memory access from art generated code by Lazar Trsic · 9 years ago
  16. 78e9015 Merge "ART: Add option to ensure deterministic compilation" by Andreas Gampe · 9 years ago
  17. ace0dc1 ART: Add option to ensure deterministic compilation by Andreas Gampe · 9 years ago
  18. 30202b2 Merge "Revert "Revert "Add option to generate compressed backtrace info.""" by David Srbecky · 9 years ago
  19. b1bd048 Merge "Recognize common utilities as intrinsics." by Aart Bik · 9 years ago
  20. 9724c63 Enable interface default methods by default. by Neil Fuller · 9 years ago
  21. 59c9454 Recognize common utilities as intrinsics. by Aart Bik · 9 years ago
  22. 5b1c2ca Revert "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 9 years ago
  23. 8546cc9 Revert "Add option to generate compressed backtrace info." by David Srbecky · 9 years ago
  24. 5fdcc3c Add option to generate compressed backtrace info. by David Srbecky · 9 years ago
  25. 3f67e69 Implemented BitCount as an intrinsic. With unit test. by Aart Bik · 9 years ago
  26. 91d65e0 Fix various typos in ART's comments and string literals. by Roland Levillain · 9 years ago
  27. c903b6a Move --dump-cfg and dump-cfg-append to CompilerOptions. by Nicolas Geoffray · 9 years ago
  28. 7b4199a Merge "Support directly invoking interface default methods" by Alex Light · 9 years ago
  29. 705ad49 Support directly invoking interface default methods by Alex Light · 9 years ago
  30. 998c216 Perform profile file analysis in dex2oat by Calin Juravle · 9 years ago
  31. e6d0d8d ART: Disable Math.round intrinsics by Andreas Gampe · 9 years ago
  32. 095b1df Revert "Make Math.round consistent on arm64." by Andreas Gampe · 9 years ago
  33. 40041c9 Make Math.round consistent on arm64. by Nicolas Geoffray · 9 years ago
  34. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  35. 17077d8 Revert "Revert "X86: Use locked add rather than mfence"" by Mark P Mendell · 9 years ago
  36. 0da3b91 Revert "X86: Use locked add rather than mfence" by Aart Bik · 9 years ago
  37. 7b3e4f9 X86: Use locked add rather than mfence by Mark Mendell · 9 years ago
  38. 226501b Revert "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 9 years ago
  39. 6627864 Merge "Revert "Enable profiled guided compilation in dex2oat"" by Calin Juravle · 9 years ago
  40. 2306ae0 Revert "Enable profiled guided compilation in dex2oat" by Calin Juravle · 9 years ago
  41. a79c717 Merge "Enable profiled guided compilation in dex2oat" by Calin Juravle · 9 years ago
  42. a4f1220 Optimizing: Add direct calls to math intrinsics by Mark Mendell · 9 years ago
  43. 500c9be Enable profiled guided compilation in dex2oat by Calin Juravle · 9 years ago
  44. 9fdb129 Revert "Enable profiled guided compilation in dex2oat" by Nicolas Geoffray · 9 years ago
  45. 27e17fd Enable profiled guided compilation in dex2oat by Calin Juravle · 9 years ago
  46. fb8464a Revert "Revert "Enable store elimination for singleton objects."" by Mingyao Yang · 9 years ago
  47. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  48. da5b28a Revert "Revert "Add basic image writer support for app images"" by Mathieu Chartier · 9 years ago
  49. 4b01856 Revert "Add basic image writer support for app images" by Nicolas Geoffray · 9 years ago
  50. c033474 Add basic image writer support for app images by Mathieu Chartier · 9 years ago
  51. f31f973 Merge "Refactor code so that JIT can parse compiler options." by Nicolas Geoffray · 9 years ago
  52. abbb0f7 Refactor code so that JIT can parse compiler options. by Nicolas Geoffray · 9 years ago
  53. 9507fa2 Change a few places to use string version of GetTypeId by Mathieu Chartier · 9 years ago
  54. 55d02cf Revert "Enable store elimination for singleton objects." by Andreas Gampe · 9 years ago
  55. 7f43a3d Enable store elimination for singleton objects. by Mingyao Yang · 9 years ago
  56. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 9 years ago
  57. 524e7ea Remove ArtCode. by Nicolas Geoffray · 9 years ago
  58. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  59. eb7c144 Add initial default method support to Art by Alex Light · 9 years ago
  60. 439ffb8 Merge "Intrinsify System.arraycopy." by Nicolas Geoffray · 9 years ago
  61. ee3cf07 Intrinsify System.arraycopy. by Nicolas Geoffray · 9 years ago
  62. 4bf9012 ART: Do not include endian.h on Mac. by Vladimir Marko · 9 years ago
  63. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 9 years ago
  64. e460d1d Revert "Revert "Support unresolved fields in optimizing" by Calin Juravle · 9 years ago
  65. 97a87ec Quick: Avoid shifting -1 left (undefined behavior). by Vladimir Marko · 9 years ago
  66. 6918bf1 Revert "Revert "lambda: Experimental support for capture-variable and liberate-variable"" by Igor Murashkin · 9 years ago
  67. 7bbb80a Revert "lambda: Experimental support for capture-variable and liberate-variable" by Nicolas Geoffray · 9 years ago
  68. b721234 lambda: Experimental support for capture-variable and liberate-variable by Igor Murashkin · 9 years ago
  69. 87000a9 Add option to append to the cfg dump. by Calin Juravle · 9 years ago
  70. 2d06e08 Merge "ART: Fix Quick-style LR vs PC core spill mask bug" by Andreas Gampe · 9 years ago
  71. 9ee23f4 ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight by Scott Wakeling · 9 years ago
  72. 501fd63 ART: Fix Quick-style LR vs PC core spill mask bug by Andreas Gampe · 9 years ago
  73. 957fb89 Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 9 years ago
  74. 897ce64 Merge "Reduce how often we call FindDexCache" by Mathieu Chartier · 9 years ago
  75. 736b560 Reduce how often we call FindDexCache by Mathieu Chartier · 9 years ago
  76. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  77. f9f6441 Optimizing: Tag Arena allocations with their source. by Vladimir Marko · 9 years ago
  78. 0760a81 ART: Propagate verifier failure types to the compilers by Andreas Gampe · 9 years ago
  79. ff73498 Revert "Revert "[MIPS] Use hard float calling convention for managed code"" by Goran Jakovljevic · 9 years ago
  80. 7fee84c Revert "[MIPS] Use hard float calling convention for managed code" by Vladimir Marko · 9 years ago
  81. a29449d [MIPS] Use hard float calling convention for managed code by Goran Jakovljevic · 9 years ago
  82. 5815501 Revert "Revert "Optimizing: Better invoke-static/-direct dispatch."" by Vladimir Marko · 9 years ago
  83. d9c4d2e Merge "Revert "Optimizing: Better invoke-static/-direct dispatch."" by Vladimir Marko · 9 years ago
  84. b2c431e Revert "Optimizing: Better invoke-static/-direct dispatch." by Vladimir Marko · 9 years ago
  85. 464581a Merge "Optimizing: Better invoke-static/-direct dispatch." by Vladimir Marko · 9 years ago
  86. 9b688a0 Optimizing: Better invoke-static/-direct dispatch. by Vladimir Marko · 9 years ago
  87. f71ad9e Merge "Svelter libart-compiler" by Alex Light · 9 years ago
  88. 50fa993 Svelter libart-compiler by Alex Light · 9 years ago
  89. 151ab8d Revert "Revert "ART: DCHECK zero case for CLZ/CTZ"" by Andreas Gampe · 9 years ago
  90. 7c2af0d Merge "Remove unnecessary `explicit` qualifiers on constructors." by Roland Levillain · 9 years ago
  91. 7da072f Structure for String.Equals intrinsic by agicsaki · 9 years ago
  92. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  93. 548a3ce Merge "[MIPS] Avoid using odd numbered fp registers" by Roland Levillain · 9 years ago
  94. fc8156a [MIPS] Avoid using odd numbered fp registers by Goran Jakovljevic · 9 years ago
  95. 611d339 ARM/ARM64: Implement numberOfLeadingZeros intrinsic. by Scott Wakeling · 9 years ago
  96. aabdf8a Revert "Optimizing String.Equals as an intrinsic (x86)" by Roland Levillain · 9 years ago
  97. 8ab7bd6 Optimizing String.Equals as an intrinsic (x86) by agicsaki · 9 years ago
  98. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 9 years ago
  99. 0941b9d Fix gtests. by Calin Juravle · 9 years ago
  100. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago