1. 6fde072 Merge "Support VecLoad and VecStore in LSE." by Mingyao Yang · 8 years ago
  2. e983b16 Merge "Record @{Fast,Critical}Native in method's access flags." by Vladimir Marko · 8 years ago
  3. b0a6aee Record @{Fast,Critical}Native in method's access flags. by Vladimir Marko · 8 years ago
  4. 27dae5f Support VecLoad and VecStore in LSE. by xueliang.zhong · 8 years ago
  5. b50b16a Support VecLoad and VecStore in LSA. by xueliang.zhong · 8 years ago
  6. 2202d56 Merge "Check invocation's side effects for LSE." by Mingyao Yang · 8 years ago
  7. 972e654 Merge "Fix String.equals() for moveable String.class." by Vladimir Marko · 8 years ago
  8. bda66c7 Merge "cpplint: Cleanup errors" by Treehugger Robot · 8 years ago
  9. 293f1c0 Check invocation's side effects for LSE. by Mingyao Yang · 8 years ago
  10. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 8 years ago
  11. 5d16562 Merge "Delete CodeItemIterator" by Mathieu Chartier · 8 years ago
  12. 3b3ecdf Merge "Simplify handling of finalizable in LSE." by Mingyao Yang · 8 years ago
  13. 025c1a6 Simplify handling of finalizable in LSE. by Mingyao Yang · 8 years ago
  14. da28305 Fix String.equals() for moveable String.class. by Vladimir Marko · 8 years ago
  15. 7a0222e MIPS32: Don't leave vector registers in an unpredictable state by Goran Jakovljevic · 8 years ago
  16. cefd676 Merge "runtime: Bitstring implementation for subtype checking (4/4)." by Treehugger Robot · 8 years ago
  17. 86083f7 runtime: Bitstring implementation for subtype checking (4/4). by Igor Murashkin · 8 years ago
  18. 0021feb Delete CodeItemIterator by Mathieu Chartier · 8 years ago
  19. 4098a7a Refactor ArtField::GetType<>() as {Lookup,Resolve}Type(). by Vladimir Marko · 8 years ago
  20. ea604b2 Merge "MIPS: Improve InstructionCodeGeneratorMIPS*::GenerateSuspendCheck()." by Treehugger Robot · 8 years ago
  21. 71976e2 Merge "MIPS: java.lang.Thread.interrupted() intrinsic" by Treehugger Robot · 8 years ago
  22. a204591 MIPS: Improve InstructionCodeGeneratorMIPS*::GenerateSuspendCheck(). by Chris Larsen · 8 years ago
  23. 5f31703 Merge "Refactor DexInstructionIterator" by Mathieu Chartier · 8 years ago
  24. 72627a5 Merge "Fix LSA hunt for original reference bug." by Nicolas Geoffray · 8 years ago
  25. b065b03 MIPS: java.lang.Thread.interrupted() intrinsic by Chris Larsen · 8 years ago
  26. e0eb483 Fix LSA hunt for original reference bug. by xueliang.zhong · 8 years ago
  27. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 8 years ago
  28. 2b2bef2 Refactor DexInstructionIterator by Mathieu Chartier · 8 years ago
  29. 13e6f29 Merge "Alignment optimizations in vectorizer." by Aart Bik · 8 years ago
  30. 43f0cdb ART: Intrinsify polymorphic signature methods by Orion Hodson · 8 years ago
  31. 38a3f21 Alignment optimizations in vectorizer. by Aart Bik · 8 years ago
  32. e434c4f MIPS: Basic SIMD reduction support. by Lena Djokic · 8 years ago
  33. df12b6f Merge "Use HGraphDelegateVisitor instead of HGraphVisitor for lse." by Mingyao Yang · 8 years ago
  34. c62b7ec Use HGraphDelegateVisitor instead of HGraphVisitor for lse. by Mingyao Yang · 8 years ago
  35. 31275df Merge "Fix type conversion bug" by Treehugger Robot · 8 years ago
  36. dab6907 Fix type conversion bug by Aart Bik · 8 years ago
  37. 715f43e MIPS32: Improve stack alignment, use sdc1/ldc1, where possible. by Chris Larsen · 8 years ago
  38. e4df8d9 Merge "Improve sign and zero extension analysis." by Treehugger Robot · 8 years ago
  39. 2e61a57 MIPS32: Do implicit null check properly by Goran Jakovljevic · 8 years ago
  40. 4d1a9d4 Improve sign and zero extension analysis. by Aart Bik · 8 years ago
  41. 96b7474 Merge "Use ScopedArenaAllocator for code generation." by Vladimir Marko · 8 years ago
  42. b277aa1 Merge "ART: Introduce Uint8 loads in compiled code." by Vladimir Marko · 8 years ago
  43. 61b9228 ART: Introduce Uint8 loads in compiled code. by Vladimir Marko · 8 years ago
  44. ce20f2f Merge "Revert "Force OSR compilation on all compilations."" by Nicolas Geoffray · 8 years ago
  45. 1949baf Revert "Force OSR compilation on all compilations." by Nicolas Geoffray · 8 years ago
  46. 28d3cda Merge "Force OSR compilation on all compilations." by Nicolas Geoffray · 8 years ago
  47. e4311fc Merge "Fix braino in BoundsCheckSlowPathX86_64." by Treehugger Robot · 8 years ago
  48. 174b2e2 Use ScopedArenaAllocator for code generation. by Vladimir Marko · 8 years ago
  49. c217666 Force OSR compilation on all compilations. by Nicolas Geoffray · 8 years ago
  50. 003444a Fix braino in BoundsCheckSlowPathX86_64. by Nicolas Geoffray · 8 years ago
  51. 3b8c82f MIPS32R2: Enable table-based switch in presence of irreducible loops by Alexey Frunze · 8 years ago
  52. 4054e74 Merge "Fix wrong length passed to AAIOBE on x86/x64." by Treehugger Robot · 8 years ago
  53. 0aff3a8 Fix wrong length passed to AAIOBE on x86/x64. by Nicolas Geoffray · 8 years ago
  54. 89b8df0 Fix min/max SIMD reduction by Goran Jakovljevic · 8 years ago
  55. 6ee6d22 Merge "ARM: Support SIMD reduction for 32-bit backend." by Aart Bik · 8 years ago
  56. 6e9b137 ARM: Support SIMD reduction for 32-bit backend. by Artem Serov · 8 years ago
  57. 37c7405 Merge "Fix using LiveIntervals beyond their lifetime." by Vladimir Marko · 8 years ago
  58. bea75ff Fix using LiveIntervals beyond their lifetime. by Vladimir Marko · 8 years ago
  59. 009d166 Use ScopedArenaAllocator in BCE, DCE, LSE, ... by Vladimir Marko · 8 years ago
  60. 52d52f5 Use ScopedArenaAllocator in GVN. by Vladimir Marko · 8 years ago
  61. f361267 Use ScopedArenaAllocator for Phi elimination pass. by Vladimir Marko · 8 years ago
  62. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 8 years ago
  63. e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 8 years ago
  64. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 8 years ago
  65. 85eda8b Merge "Try to preserve dex pc better in vector code." by Treehugger Robot · 8 years ago
  66. 46b6dbc Try to preserve dex pc better in vector code. by Aart Bik · 8 years ago
  67. a290160 MIPS32R2: Share address computation by Lena Djokic · 8 years ago
  68. c8fb211 ART: Simplify And(TypeConversion<Int64>(x), Const32). by Vladimir Marko · 8 years ago
  69. 5adf26c Merge "ART: Introduce Uint8 compiler data type." by Vladimir Marko · 8 years ago
  70. d5d2f2c ART: Introduce Uint8 compiler data type. by Vladimir Marko · 8 years ago
  71. 25ae379 Merge "ART: Add VarHandle fence intrinsics" by Orion Hodson · 8 years ago
  72. efac0df Merge "Generalized zero/sign-ext analysis. Generalized SAD." by Treehugger Robot · 8 years ago
  73. df011c3 Generalized zero/sign-ext analysis. Generalized SAD. by Aart Bik · 8 years ago
  74. 7ba68c8 Merge "ARM/ARM64: Move simplifier visitors to .cc files." by Treehugger Robot · 8 years ago
  75. 4a4610a ART: Add VarHandle fence intrinsics by Orion Hodson · 8 years ago
  76. 0f689e7 ARM/ARM64: Move simplifier visitors to .cc files. by Vladimir Marko · 8 years ago
  77. d7d5ed9 Merge "ART: Increase the number of potential instrinsics" by Orion Hodson · 8 years ago
  78. cd9903d Merge "ART: Generalize "x >> (s & m)" simplification." by Vladimir Marko · 8 years ago
  79. cfcc9cf ART: Increase the number of potential instrinsics by Orion Hodson · 8 years ago
  80. 7033d49 ART: Generalize "x >> (s & m)" simplification. by Vladimir Marko · 8 years ago
  81. 9c0a6ce Merge "Enables GVN for x86 and x86_64." by Treehugger Robot · 8 years ago
  82. 2a7b84b Merge "Add DexInstructionIterator and use it a few places" by Mathieu Chartier · 8 years ago
  83. 1d2d4ff Add DexInstructionIterator and use it a few places by Mathieu Chartier · 8 years ago
  84. 9e14787 Enables GVN for x86 and x86_64. by Aart Bik · 8 years ago
  85. 68ca702 Added SAD test. Generalized vector analysis of narrow type. by Aart Bik · 8 years ago
  86. e5b35ed Merge "Enables GVN for MIPS32 and MIPS64." by Treehugger Robot · 8 years ago
  87. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 8 years ago
  88. 994cfb3 Merge "MIPS32R2: Allow all kinds of class/string loads and invokes" by Vladimir Marko · 8 years ago
  89. dbbac8f Implement Sum-of-Abs-Differences idiom recognition. by Aart Bik · 8 years ago
  90. 2406bf1 Merge "Ensure extract is seen as having scalar result." by Treehugger Robot · 8 years ago
  91. b8e9c35 Enables GVN for MIPS32 and MIPS64. by Lena Djokic · 8 years ago
  92. debb510 MIPS32R2: Allow all kinds of class/string loads and invokes by Goran Jakovljevic · 8 years ago
  93. 5e3afa9 Ensure extract is seen as having scalar result. by Aart Bik · 8 years ago
  94. d8dbc8d Refactor compiled_method.h . by Vladimir Marko · 8 years ago
  95. 7452797 Refactor linker files from compiler/ to dex2oat/. by Vladimir Marko · 9 years ago
  96. 0588f3a Merge changes Ib4459783,Ibb40f919 by Treehugger Robot · 8 years ago
  97. 09659c2 ART: Remove heap poisoning from globals.h by Andreas Gampe · 8 years ago
  98. 4f7dd34 Recognize ABS cases. by Aart Bik · 8 years ago
  99. 08601a4 Merge changes I38b16291,I159669ec by Treehugger Robot · 8 years ago
  100. dbeacd6 Merge "Clean up AtomicDexRefMap" by Mathieu Chartier · 8 years ago