1. ea604b2 Merge "MIPS: Improve InstructionCodeGeneratorMIPS*::GenerateSuspendCheck()." by Treehugger Robot · 7 years ago
  2. 71976e2 Merge "MIPS: java.lang.Thread.interrupted() intrinsic" by Treehugger Robot · 7 years ago
  3. a204591 MIPS: Improve InstructionCodeGeneratorMIPS*::GenerateSuspendCheck(). by Chris Larsen · 7 years ago
  4. 5f31703 Merge "Refactor DexInstructionIterator" by Mathieu Chartier · 7 years ago
  5. 72627a5 Merge "Fix LSA hunt for original reference bug." by Nicolas Geoffray · 7 years ago
  6. 36ea6b4 Merge changes Idaefe0af,Ib5c12d46,Ieb28085e,Idffbb7f2 by Treehugger Robot · 7 years ago
  7. b065b03 MIPS: java.lang.Thread.interrupted() intrinsic by Chris Larsen · 7 years ago
  8. e0eb483 Fix LSA hunt for original reference bug. by xueliang.zhong · 7 years ago
  9. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  10. 238e8fc ART: Clean up global includes - zlib by Andreas Gampe · 7 years ago
  11. 2b2bef2 Refactor DexInstructionIterator by Mathieu Chartier · 7 years ago
  12. 13e6f29 Merge "Alignment optimizations in vectorizer." by Aart Bik · 7 years ago
  13. 43f0cdb ART: Intrinsify polymorphic signature methods by Orion Hodson · 7 years ago
  14. 26ef34c ART: Move intrinsics definitions to runtime by Orion Hodson · 7 years ago
  15. 38a3f21 Alignment optimizations in vectorizer. by Aart Bik · 7 years ago
  16. e434c4f MIPS: Basic SIMD reduction support. by Lena Djokic · 7 years ago
  17. df12b6f Merge "Use HGraphDelegateVisitor instead of HGraphVisitor for lse." by Mingyao Yang · 7 years ago
  18. c62b7ec Use HGraphDelegateVisitor instead of HGraphVisitor for lse. by Mingyao Yang · 7 years ago
  19. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 7 years ago
  20. 31275df Merge "Fix type conversion bug" by Treehugger Robot · 7 years ago
  21. dab6907 Fix type conversion bug by Aart Bik · 7 years ago
  22. 715f43e MIPS32: Improve stack alignment, use sdc1/ldc1, where possible. by Chris Larsen · 7 years ago
  23. e4df8d9 Merge "Improve sign and zero extension analysis." by Treehugger Robot · 7 years ago
  24. 2e61a57 MIPS32: Do implicit null check properly by Goran Jakovljevic · 7 years ago
  25. a59820d Merge "MIPS: Introduce a few MSA instructions" by Treehugger Robot · 7 years ago
  26. 4d1a9d4 Improve sign and zero extension analysis. by Aart Bik · 7 years ago
  27. 2f70778 Merge "ART: Add abort-on-soft-verifier-error" by Treehugger Robot · 7 years ago
  28. 96b7474 Merge "Use ScopedArenaAllocator for code generation." by Vladimir Marko · 7 years ago
  29. f39208f ART: Add abort-on-soft-verifier-error by Andreas Gampe · 7 years ago
  30. 3309c01 MIPS: Introduce a few MSA instructions by Lena Djokic · 7 years ago
  31. b277aa1 Merge "ART: Introduce Uint8 loads in compiled code." by Vladimir Marko · 7 years ago
  32. 2b51edd ART: Fix includes by Andreas Gampe · 7 years ago
  33. 61b9228 ART: Introduce Uint8 loads in compiled code. by Vladimir Marko · 7 years ago
  34. ce20f2f Merge "Revert "Force OSR compilation on all compilations."" by Nicolas Geoffray · 7 years ago
  35. 1949baf Revert "Force OSR compilation on all compilations." by Nicolas Geoffray · 7 years ago
  36. 28d3cda Merge "Force OSR compilation on all compilations." by Nicolas Geoffray · 7 years ago
  37. e4311fc Merge "Fix braino in BoundsCheckSlowPathX86_64." by Treehugger Robot · 7 years ago
  38. 174b2e2 Use ScopedArenaAllocator for code generation. by Vladimir Marko · 7 years ago
  39. c217666 Force OSR compilation on all compilations. by Nicolas Geoffray · 7 years ago
  40. 003444a Fix braino in BoundsCheckSlowPathX86_64. by Nicolas Geoffray · 7 years ago
  41. 3b8c82f MIPS32R2: Enable table-based switch in presence of irreducible loops by Alexey Frunze · 7 years ago
  42. 4054e74 Merge "Fix wrong length passed to AAIOBE on x86/x64." by Treehugger Robot · 7 years ago
  43. 0aff3a8 Fix wrong length passed to AAIOBE on x86/x64. by Nicolas Geoffray · 7 years ago
  44. 89b8df0 Fix min/max SIMD reduction by Goran Jakovljevic · 7 years ago
  45. e5172c1 Merge "Rename NativeDexFile -> StandardDexFile" by Treehugger Robot · 7 years ago
  46. 292567e Rename NativeDexFile -> StandardDexFile by Mathieu Chartier · 7 years ago
  47. 6ee6d22 Merge "ARM: Support SIMD reduction for 32-bit backend." by Aart Bik · 7 years ago
  48. 6e9b137 ARM: Support SIMD reduction for 32-bit backend. by Artem Serov · 7 years ago
  49. 37c7405 Merge "Fix using LiveIntervals beyond their lifetime." by Vladimir Marko · 7 years ago
  50. 387c281 Merge "Use ScopedArenaAllocator in BCE, DCE, LSE, ..." by Treehugger Robot · 7 years ago
  51. bea75ff Fix using LiveIntervals beyond their lifetime. by Vladimir Marko · 7 years ago
  52. 009d166 Use ScopedArenaAllocator in BCE, DCE, LSE, ... by Vladimir Marko · 7 years ago
  53. 0284f43 Merge changes I4bbb21bf,Ie79b46cd,Ia50aafc8 by Vladimir Marko · 7 years ago
  54. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  55. 7b074bf Add a shared interface for different types of dex files by Mathieu Chartier · 7 years ago
  56. 52d52f5 Use ScopedArenaAllocator in GVN. by Vladimir Marko · 7 years ago
  57. f361267 Use ScopedArenaAllocator for Phi elimination pass. by Vladimir Marko · 7 years ago
  58. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 7 years ago
  59. 0967cd9 Merge "Use ScopedArenaAllocator for register allocation." by Vladimir Marko · 7 years ago
  60. 464f8cd Merge "ART: Use ScopedArenaAllocator for pass-local data." by Treehugger Robot · 7 years ago
  61. e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 7 years ago
  62. 097f34c ART: Use CmdlineParser in dex2oat by Andreas Gampe · 7 years ago
  63. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 7 years ago
  64. a820ff7 Instrument code generated by JNI compiler to check the Marking Register. by Roland Levillain · 7 years ago
  65. aa7273e Merge "Do not refresh the Marking Register in CriticalNative methods." by Roland Levillain · 7 years ago
  66. 85eda8b Merge "Try to preserve dex pc better in vector code." by Treehugger Robot · 7 years ago
  67. 46b6dbc Try to preserve dex pc better in vector code. by Aart Bik · 7 years ago
  68. a290160 MIPS32R2: Share address computation by Lena Djokic · 7 years ago
  69. 0d127e1 Do not refresh the Marking Register in CriticalNative methods. by Roland Levillain · 7 years ago
  70. c8fb211 ART: Simplify And(TypeConversion<Int64>(x), Const32). by Vladimir Marko · 7 years ago
  71. 5adf26c Merge "ART: Introduce Uint8 compiler data type." by Vladimir Marko · 7 years ago
  72. d5d2f2c ART: Introduce Uint8 compiler data type. by Vladimir Marko · 7 years ago
  73. 25ae379 Merge "ART: Add VarHandle fence intrinsics" by Orion Hodson · 7 years ago
  74. efac0df Merge "Generalized zero/sign-ext analysis. Generalized SAD." by Treehugger Robot · 7 years ago
  75. df011c3 Generalized zero/sign-ext analysis. Generalized SAD. by Aart Bik · 7 years ago
  76. 7ba68c8 Merge "ARM/ARM64: Move simplifier visitors to .cc files." by Treehugger Robot · 7 years ago
  77. 4a4610a ART: Add VarHandle fence intrinsics by Orion Hodson · 7 years ago
  78. 0f689e7 ARM/ARM64: Move simplifier visitors to .cc files. by Vladimir Marko · 7 years ago
  79. d7d5ed9 Merge "ART: Increase the number of potential instrinsics" by Orion Hodson · 7 years ago
  80. cd9903d Merge "ART: Generalize "x >> (s & m)" simplification." by Vladimir Marko · 7 years ago
  81. cfcc9cf ART: Increase the number of potential instrinsics by Orion Hodson · 7 years ago
  82. 7033d49 ART: Generalize "x >> (s & m)" simplification. by Vladimir Marko · 7 years ago
  83. 9c0a6ce Merge "Enables GVN for x86 and x86_64." by Treehugger Robot · 7 years ago
  84. 6e7e0dd Merge "assembler_thumb_test: use 'objdump -D -M force-thumb' to disassemble." by Treehugger Robot · 7 years ago
  85. 9486eab Merge changes Iec406b73,I18aa6aa5 by Treehugger Robot · 7 years ago
  86. 956dac2 assembler_thumb_test: use 'objdump -D -M force-thumb' to disassemble. by Rahul Chaudhry · 7 years ago
  87. 2a7b84b Merge "Add DexInstructionIterator and use it a few places" by Mathieu Chartier · 7 years ago
  88. 9389ae7 Simplify Android.bp files by Dan Willemsen · 7 years ago
  89. 1d2d4ff Add DexInstructionIterator and use it a few places by Mathieu Chartier · 7 years ago
  90. 9e14787 Enables GVN for x86 and x86_64. by Aart Bik · 7 years ago
  91. 68ca702 Added SAD test. Generalized vector analysis of narrow type. by Aart Bik · 7 years ago
  92. e5b35ed Merge "Enables GVN for MIPS32 and MIPS64." by Treehugger Robot · 7 years ago
  93. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 7 years ago
  94. 79bbbc1 Merge "Change JIT timings to collect thread CPU time." by Nicolas Geoffray · 7 years ago
  95. 3d69922 Change JIT timings to collect thread CPU time. by Nicolas Geoffray · 7 years ago
  96. 994cfb3 Merge "MIPS32R2: Allow all kinds of class/string loads and invokes" by Vladimir Marko · 7 years ago
  97. dbbac8f Implement Sum-of-Abs-Differences idiom recognition. by Aart Bik · 7 years ago
  98. 2406bf1 Merge "Ensure extract is seen as having scalar result." by Treehugger Robot · 7 years ago
  99. 1c8ac50 Merge "Add more repeat support and register views." by Treehugger Robot · 7 years ago
  100. b8e9c35 Enables GVN for MIPS32 and MIPS64. by Lena Djokic · 7 years ago