1. 3de02fb ART: Removes SuspendCheck for plain loops with a low trip count. by Stelios Ioannou · 5 years ago
  2. 4f99071 Modernize typedefs with `using`. by Vladimir Marko · 5 years ago
  3. ffafe8b Clean up Handle<> comparison with null. by Vladimir Marko · 5 years ago
  4. 7432805 Fix simplifier issue with predicated ifield get by Alex Light · 5 years ago
  5. ac27ac0 Implement Reference.refersTo() intrinsic. by Vladimir Marko · 5 years ago
  6. a7c66e7 Avoid potential null dereference by Alex Light · 5 years ago
  7. 3a73ffb Revert^4 "Partial Load Store Elimination" by Alex Light · 5 years ago
  8. 791df7a Revert "Revert^2 "Partial Load Store Elimination"" by Nicolas Geoffray · 5 years ago
  9. fc1ce4e Revert^2 "Partial Load Store Elimination" by Alex Light · 5 years ago
  10. 47ac531 Revert "Partial Load Store Elimination" by Nicolas Geoffray · 5 years ago
  11. b8686ce Partial Load Store Elimination by Alex Light · 6 years ago
  12. dc281e7 Add operator<< for HGraph and HInstructions. by Alex Light · 5 years ago
  13. c9fcfd0 Optimizing: Add debugging output for HInstruction. by Vladimir Marko · 5 years ago
  14. 210a78d Ensure ClearLoopInformation doesn't require particular ordering by Alex Light · 6 years ago
  15. 86fe9b8 Revert^4 "Partial LSE analysis & store removal" by Alex Light · 6 years ago
  16. 2316b3a Revert^3 "Partial LSE analysis & store removal" by Alex Light · 6 years ago
  17. b6837f0 Revert^2 "Partial LSE analysis & store removal" by Alex Light · 6 years ago
  18. fe27042 Revert "Partial LSE analysis & store removal" by Nicolas Geoffray · 6 years ago
  19. bb6cda6 Partial LSE analysis & store removal by Alex Light · 6 years ago
  20. 8f2eb25 Remove NeedsDexCache logic from the compiler. by Nicolas Geoffray · 6 years ago
  21. 8d34a18 Change interface conflict stub to take the interface method. by Nicolas Geoffray · 6 years ago
  22. 8f63f10 Faster access to unresolved classes from compiled code. by Vladimir Marko · 6 years ago
  23. b0f405e Move the resolved_method_reference to HInvoke. by Nicolas Geoffray · 6 years ago
  24. 6d69b52 Move MethodLoadKind out of HInvokeStaticOrDirect. by Nicolas Geoffray · 6 years ago
  25. e6c0f2a Pass a full MethodReference of the invoke in HInvoke nodes. by Nicolas Geoffray · 6 years ago
  26. 73c3180 X86: Implement VarHandle.set() for fields. by Andra Danciu · 6 years ago
  27. 49a19f3 X86: Replace VarHandle.get() return type check with CheckCast node by Andra Danciu · 6 years ago
  28. aa35883 Revert^2 "X86: VarHandle.get() for reference type static fields." by Andra Danciu · 6 years ago
  29. 6a6cca5 Revert "X86: VarHandle.get() for reference type static fields." by Andra Danciu · 6 years ago
  30. a18ed1b X86: VarHandle.get() for reference type static fields. by Andra Danciu · 6 years ago
  31. 3224f38 Improved LSE: Replacing loads with Phis. by Vladimir Marko · 6 years ago
  32. d3e9c62 ARM: Allow FP args in core regs for @CriticalNative. by Vladimir Marko · 6 years ago
  33. 2091019 Update invoke-type in HInvokePolymorphic by Orion Hodson · 6 years ago
  34. b931b8c Add clarification for HInvokePolymorphic constructor parameter by Andra Danciu · 6 years ago
  35. a0130e8 Prepare compiler for adding VarHandle support. by Andra Danciu · 6 years ago
  36. af92a0f ARM: Optimize Div/Rem by 2^n for non-negative dividends by Evgeny Astigeevich · 6 years ago
  37. 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 6 years ago
  38. 0d60a2b Introduce an enum for the compilation kind. by Nicolas Geoffray · 6 years ago
  39. 9974e3c Clean up generated operator<<(os, enum). by Vladimir Marko · 6 years ago
  40. 0771884 ART: Introduce predicated vector instructions. by Artem Serov · 6 years ago
  41. 695348f Add compiler type to CompilerOptions. by Vladimir Marko · 6 years ago
  42. 02ca05a Move HandleCache to HGraph. by Vladimir Marko · 6 years ago
  43. 5a62af5 Optimizing: Create fewer handles in inliner. by Vladimir Marko · 6 years ago
  44. 1a719e4 RFC: ARM64: Split arm64 codegen into scalar and vector (SVE and NEON). by Artem Serov · 7 years ago
  45. 5f84607 Optimizing: Construct intrinsic HIR in builder. by Vladimir Marko · 6 years ago
  46. b47b978 ART: Fix vectorizer HalvingAdd idiom. by Artem Serov · 7 years ago
  47. b1fe5e1 HStringBuilderAppend cannot be null. by Vladimir Marko · 6 years ago
  48. 1868de9 Refactor inliner by Eric Holk · 6 years ago
  49. 54f4fbd Remove MIPS support from Optimizing. by Vladimir Marko · 6 years ago
  50. a59af8a JIT baseline: trigger optimized compilation on hotness threshold. by Nicolas Geoffray · 7 years ago
  51. 0a51605 Revert "Make compiler/optimizing/ symbols hidden." by Vladimir Marko · 7 years ago
  52. e272715 Make compiler/optimizing/ symbols hidden. by Vladimir Marko · 7 years ago
  53. 7cfc8f5 Don't compile OSR methods that have phi equivalents at loop entry. by Nicolas Geoffray · 7 years ago
  54. b45a435 Add AVX support for packed mul/div instructions. by Shalini Salomi Bodapati · 7 years ago
  55. 2808be8 ART: Introduce stackmap with no DexRegInfo. by Artem Serov · 7 years ago
  56. a48c3df Revert "Revert "Make the JIT zygote memory shared."" by Nicolas Geoffray · 7 years ago
  57. ee1f126 Fix search for implicit null check. by Vladimir Marko · 7 years ago
  58. 2fef66b Revert "Make the JIT zygote memory shared." by Nicolas Geoffray · 7 years ago
  59. 05f8721 Make the JIT zygote memory shared. by Nicolas Geoffray · 7 years ago
  60. 1e52a07 Correct Indicies -> Indices by Alex Light · 7 years ago
  61. 3fae129 Move IntrusiveForwardList<> to libartbase. by Vladimir Marko · 7 years ago
  62. 81d15be Add AVX support for packed add/sub instructions on x86 by Shalini Salomi Bodapati · 7 years ago
  63. 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 9 years ago
  64. d456117 ART: Mark StringBuilder.append()s as intrinsics. by Vladimir Marko · 9 years ago
  65. 3940254 Modernise code to use override specifier by Yi Kong · 7 years ago
  66. 44a6f97 ART: Remove obsolete comment. by Vladimir Marko · 7 years ago
  67. 206348c Selectively allow dead reference elimination by Hans Boehm · 8 years ago
  68. ebc3b25 Fix compiler bug when typing exceptions. by Nicolas Geoffray · 7 years ago
  69. 3db7068 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  70. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 8 years ago
  71. dd121f6 Emit bit manipulation instructions for x86 and x86_64 by Shalini Salomi Bodapati · 8 years ago
  72. c1c3452 Do not cache RequiresConstructorBarrier() results. by Vladimir Marko · 8 years ago
  73. b546163 Fix HNewArray with unresolved primitive array type. by Vladimir Marko · 8 years ago
  74. acc56ac Introduce a 'baseline' variant for the compiler. by Nicolas Geoffray · 8 years ago
  75. 0846a8f Fix ReplaceUninitializedStringPhis. by Nicolas Geoffray · 8 years ago
  76. f02046e Add packed bits check to HBoundsCheck. by Vladimir Marko · 8 years ago
  77. 0de9c08 Merge "Remove need for intrinsic recognizer to be a pass." by Nicolas Geoffray · 8 years ago
  78. 76d4bb0f3 Remove need for intrinsic recognizer to be a pass. by Nicolas Geoffray · 8 years ago
  79. aaac0e3 ART: ARM64: Support DotProd SIMD idiom. by Artem Serov · 8 years ago
  80. 0469598 Merge "ART: Remove unneeded SideEffects for fatal instructions." by Treehugger Robot · 8 years ago
  81. d1aa7d0 ART: Remove unneeded SideEffects for fatal instructions. by Artem Serov · 8 years ago
  82. 625ca47 Remove 'virtual' and 'override' qualifiers on final methods. by Roland Levillain · 8 years ago
  83. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 8 years ago
  84. 61ba8d2 Fix longstanding bug around implicit NPEs and GC, version 2. by Nicolas Geoffray · 8 years ago
  85. a9f303c Rewrite Class init entrypoint to take a Class arg. by Vladimir Marko · 8 years ago
  86. 8e524ad Always produce PIC code for AOT compilation. by Vladimir Marko · 8 years ago
  87. 8a62a4c Handle String.<init> with a phi input. by Nicolas Geoffray · 8 years ago
  88. a6e2614 ART: Extend the range of clonable instructions. by Artem Serov · 8 years ago
  89. 4d277ba ART: Make GVN work with BoundType. by Artem Serov · 8 years ago
  90. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 8 years ago
  91. ca210e3 ART: SBC: Support single exit loops with live_outs. by Artem Serov · 8 years ago
  92. 4dc09e7 LSE improvement: better singleton array optimization by Aart Bik · 8 years ago
  93. 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 8 years ago
  94. dbaa5c7 ART: Compiler support for const-method-handle by Orion Hodson · 8 years ago
  95. 18259d7 ART: Compiler support for const-method-type by Orion Hodson · 8 years ago
  96. 6d5b7e3 ART: Clean up after HInstruction::Is##type() rewrite. by Vladimir Marko · 8 years ago
  97. a90dd51 Reimplement HInstruction::Is##type(). by Vladimir Marko · 8 years ago
  98. e394622 ART: Do not define abstract HIR kinds. by Vladimir Marko · 8 years ago
  99. 0dcccd8 ART: Remove InstructionTypeEquals(). by Vladimir Marko · 8 years ago
  100. bd78567 Store HIR type in HInstruction::packed_field_. by Vladimir Marko · 8 years ago