1. bb550e4 Fix issue with Partial LSE and casts/instanceof by Alex Light · 3 years, 5 months ago
  2. ffafe8b Clean up Handle<> comparison with null. by Vladimir Marko · 3 years, 5 months ago
  3. b895802 Move intrinsic recognition logic in inliner. by Nicolas Geoffray · 3 years, 5 months ago
  4. 674e8be Fix inliner instruction/register limits by Tim Murray · 3 years, 5 months ago
  5. d3e9ff3 Merge libdexfile_external into libdexfile (reland 2). by Martin Stjernholm · 3 years, 6 months ago
  6. 8731e70 Add a test and CHECKs around the combination of CHA and default methods. by Nicolas Geoffray · 3 years, 5 months ago
  7. 669756d Revert "Merge libdexfile_external into libdexfile (reland)." by Ulyana Trafimovich · 3 years, 5 months ago
  8. 14d9155 Merge libdexfile_external into libdexfile (reland). by Martin Stjernholm · 3 years, 6 months ago
  9. de7c9e1 Fix issue with propagating partial values by Alex Light · 3 years, 5 months ago
  10. e4f7fef Handle predicated-gets with default values by Alex Light · 3 years, 5 months ago
  11. b2a1416 [metrics] Add JitMethodCompileCount by Eric Holk · 3 years, 5 months ago
  12. 7432805 Fix simplifier issue with predicated ifield get by Alex Light · 3 years, 5 months ago
  13. c5cd589 Remove QUICK bytecodes. by David Srbecky · 3 years, 6 months ago
  14. 2769f01 Fix IC resolution DCHECK by Alex Light · 3 years, 6 months ago
  15. 4924ea9 Remove Vdex::GetQuickenedInfoOf and all its users. by Nicolas Geoffray · 3 years, 6 months ago
  16. 5f340ff JNI: Use callee-save register for IRT cookie. by Vladimir Marko · 3 years, 6 months ago
  17. d3d1a1a Remove DexToDexCompiler by David Srbecky · 3 years, 6 months ago
  18. c9f4a37 Allocate LSEVisitor on the arena stack. by Vladimir Marko · 3 years, 6 months ago
  19. e9fb3dc Store inline caches in StackHandleScope<> in HInliner. by Vladimir Marko · 3 years, 6 months ago
  20. a64c1ad Rewrite hot method info retrieval. by Vladimir Marko · 3 years, 6 months ago
  21. f84ec86 Avoid CHA trying to inline the default conflict method by v-qianliguo · 3 years, 6 months ago
  22. a718d64 Preallocate a HashMap buffer in LSE. by Vladimir Marko · 3 years, 6 months ago
  23. 113d6ea Move code size from OatQuickMethodHeader to CodeInfo. by David Srbecky · 3 years, 6 months ago
  24. 7a5a7c3 arm/arm64: Add comment to JNI assemblers' TestGcMarking. by Vladimir Marko · 3 years, 6 months ago
  25. 6a5a5b6 arm/arm64: Use marking register in JNI stubs. by Vladimir Marko · 3 years, 6 months ago
  26. 17b4d2b Add code size to CodeInfo. by David Srbecky · 3 years, 6 months ago
  27. 93fc098 Mark jclass in JNI stubs in a slow path. by Vladimir Marko · 3 years, 6 months ago
  28. 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 3 years, 6 months ago
  29. 5e060ee Fix implicit null checks for InvokeVirtual. by Vladimir Marko · 3 years, 7 months ago
  30. cedec9d Do not create HandleScope for JNI transitions. by Vladimir Marko · 3 years, 7 months ago
  31. 2cefb3b x86: Fix CriticalNative argument spilling in JNI stubs. by Vladimir Marko · 3 years, 7 months ago
  32. 745da80 Add Math.multiplyHigh intrinsic by Nikita Iashchenko · 3 years, 8 months ago
  33. c7ac91b [metrics] Report some ART metadata by Eric Holk · 3 years, 7 months ago
  34. a0a20cd Fix Reference.refersTo() intrinsic for heap poisoning. by Vladimir Marko · 3 years, 7 months ago
  35. 55ab7e8 ARM64: Support SVE VL other than 128-bit. by Artem Serov · 4 years, 4 months ago
  36. ac27ac0 Implement Reference.refersTo() intrinsic. by Vladimir Marko · 3 years, 7 months ago
  37. 26bf47a Use memfd_create_compat() in gtests. by Vladimir Marko · 3 years, 7 months ago
  38. 8ba4de1 ART: Implement predicated SIMD vectorization. by Artem Serov · 4 years, 9 months ago
  39. 37fd800 Use mmap for compiled code for gtest. by Vladimir Marko · 3 years, 7 months ago
  40. 36e4d1d Remove HWASan tag from method entrypoint in tests. by Vladimir Marko · 3 years, 7 months ago
  41. f3f1c8b Add comment to art_jni_trampoline. by Yabin Cui · 3 years, 7 months ago
  42. a7c66e7 Avoid potential null dereference by Alex Light · 3 years, 7 months ago
  43. 853367b arm: Fix and improve JNI frame entry/exit. by Vladimir Marko · 3 years, 8 months ago
  44. 3a73ffb Revert^4 "Partial Load Store Elimination" by Alex Light · 3 years, 8 months ago
  45. 791df7a Revert "Revert^2 "Partial Load Store Elimination"" by Nicolas Geoffray · 3 years, 8 months ago
  46. fc1ce4e Revert^2 "Partial Load Store Elimination" by Alex Light · 3 years, 8 months ago
  47. c6da1be Enable LSE of shadow$_monitor_ field by Alex Light · 3 years, 8 months ago
  48. b171bc4 Change offsets in LSE_test to be outside of Object by Alex Light · 3 years, 8 months ago
  49. 7968cae arm: Implement VarHandle intrinsics for byte array views. by Vladimir Marko · 3 years, 8 months ago
  50. 47ac531 Revert "Partial Load Store Elimination" by Nicolas Geoffray · 3 years, 8 months ago
  51. b8686ce Partial Load Store Elimination by Alex Light · 3 years, 10 months ago
  52. d5a8695 Reland "Improve invokeinterface for nterp." by Nicolas Geoffray · 3 years, 8 months ago
  53. 09e2337 Avoid passing around LSE Phase by Alex Light · 3 years, 8 months ago
  54. f5a84cb Rename Value::Unknown to Value::PureUnknown by Alex Light · 3 years, 8 months ago
  55. 1e414eb Make MaterializeLoopPhis more explicit by Alex Light · 3 years, 8 months ago
  56. deef200 Fix minor formatting issue by Alex Light · 3 years, 8 months ago
  57. dc281e7 Add operator<< for HGraph and HInstructions. by Alex Light · 3 years, 8 months ago
  58. 98873af arm64: Implement VarHandle intrinsics for byte array views. by Vladimir Marko · 3 years, 9 months ago
  59. 54ed015 Handle VERIFY_ERROR_INSTANTIATION in compiler and nterp. by Nicolas Geoffray · 3 years, 9 months ago
  60. a714dd3 Fix expected results for clang-r407598 update. by Yabin Cui · 3 years, 9 months ago
  61. bd57059 Handle missing methods in compiler and nterp. by Nicolas Geoffray · 3 years, 9 months ago
  62. c9fcfd0 Optimizing: Add debugging output for HInstruction. by Vladimir Marko · 3 years, 8 months ago
  63. cb5f97d Use ResolveFieldJLS in compiler. by Nicolas Geoffray · 3 years, 8 months ago
  64. f6b9e40 Add constexpr annotations to LSEVisitor member functions. by Peter Collingbourne · 3 years, 8 months ago
  65. ef28d24 Avoid PhiPlaceholder pointers by Alex Light · 3 years, 10 months ago
  66. 6d32723 arm: Implement VarHandle intrinsics for arrays. by Vladimir Marko · 3 years, 9 months ago
  67. 479cbad arm64: Implement VarHandle intrinsics for arrays. by Vladimir Marko · 3 years, 9 months ago
  68. 3ac2f5a Make RTP::Visit robust against input order by Alex Light · 3 years, 10 months ago
  69. 0615dd9 arm: Better document memory barriers for Unsafe/VarHandle. by Vladimir Marko · 3 years, 9 months ago
  70. 2610dfe Enable LSE of shadow-klass field by Alex Light · 3 years, 9 months ago
  71. 86d6cd5 Remove DexCache arrays from image. by David Srbecky · 3 years, 9 months ago
  72. 8331963 Remove duplicated test in LSA tests by Alex Light · 3 years, 9 months ago
  73. c8178f5 arm64: Clean up VarHandle intrinsics implementation. by Vladimir Marko · 3 years, 10 months ago
  74. 526569a arm: Implement VarHandle GetAndUpdate intrinsics. by Vladimir Marko · 3 years, 9 months ago
  75. 210a78d Ensure ClearLoopInformation doesn't require particular ordering by Alex Light · 3 years, 9 months ago
  76. 3d350a8 arm: Implement VarHandle CAS intrinsics. by Vladimir Marko · 3 years, 10 months ago
  77. d6bd107 Fix invokeinterface sharpened with kRuntimeCall. by Nicolas Geoffray · 3 years, 9 months ago
  78. 23c926d Do not create symbols for [DEDUPED] methods. by David Srbecky · 3 years, 10 months ago
  79. ac3fcff arm: Implement VarHandle.get/set intrinsics. by Vladimir Marko · 3 years, 10 months ago
  80. 86fe9b8 Revert^4 "Partial LSE analysis & store removal" by Alex Light · 3 years, 10 months ago
  81. c2d5c70 arm64: Implement VarHandle GetAndBitwiseOp intrinsics. by Vladimir Marko · 3 years, 10 months ago
  82. a07de55 Revert^2 "ART: Fix breaking changes from recent VIXL update." by Artem Serov · 3 years, 10 months ago
  83. e1510d4 arm64: Implement VarHandle GetAndAdd intrinsics. by Vladimir Marko · 3 years, 10 months ago
  84. 436977d arm64: VarHandle intrinsics improvements. by Vladimir Marko · 3 years, 10 months ago
  85. cc5629c Clarify allocation entry point semantics by Hans Boehm · 3 years, 10 months ago
  86. 2316b3a Revert^3 "Partial LSE analysis & store removal" by Alex Light · 3 years, 10 months ago
  87. b6837f0 Revert^2 "Partial LSE analysis & store removal" by Alex Light · 3 years, 10 months ago
  88. 32c2eb8 arm64: Implement VarHandle GetAndSet intrinsics. by Vladimir Marko · 3 years, 10 months ago
  89. fe27042 Revert "Partial LSE analysis & store removal" by Nicolas Geoffray · 3 years, 10 months ago
  90. e17530a arm64: Fix VarHandle intrinsics for non-Baker read barrier. by Vladimir Marko · 3 years, 10 months ago
  91. bb6cda6 Partial LSE analysis & store removal by Alex Light · 4 years, 2 months ago
  92. eff9b01 Move VarHandle fences to unreachable intrinsics. by Vladimir Marko · 3 years, 10 months ago
  93. 1bff99f arm64: Implement VarHandle CAS intrinsics. by Vladimir Marko · 3 years, 10 months ago
  94. 8f2eb25 Remove NeedsDexCache logic from the compiler. by Nicolas Geoffray · 3 years, 10 months ago
  95. 94d2c81 Fix DCHECK()s in read barrier slow paths. by Vladimir Marko · 3 years, 10 months ago
  96. 01b6552 Implement Reference.getReferent() intrinsic. by Vladimir Marko · 3 years, 10 months ago
  97. de91ca9 Refactor Integer.valueOf() intrinsic implementation. by Vladimir Marko · 3 years, 11 months ago
  98. eeaf47f Revert "ART: Fix breaking changes from recent VIXL update." by Ulyana Trafimovich · 3 years, 10 months ago
  99. 4955036 ART: Fix breaking changes from recent VIXL update. by Artem Serov · 5 years ago
  100. 3e9abfc Rename ART release APEX to com.android.art. by Martin Stjernholm · 4 years ago