1. a07de55 Revert^2 "ART: Fix breaking changes from recent VIXL update." by Artem Serov · 6 years ago
  2. 32c2eb8 arm64: Implement VarHandle GetAndSet intrinsics. by Vladimir Marko · 6 years ago
  3. e17530a arm64: Fix VarHandle intrinsics for non-Baker read barrier. by Vladimir Marko · 6 years ago
  4. 1bff99f arm64: Implement VarHandle CAS intrinsics. by Vladimir Marko · 6 years ago
  5. de91ca9 Refactor Integer.valueOf() intrinsic implementation. by Vladimir Marko · 6 years ago
  6. eeaf47f Revert "ART: Fix breaking changes from recent VIXL update." by Ulyana Trafimovich · 6 years ago
  7. 4955036 ART: Fix breaking changes from recent VIXL update. by Artem Serov · 7 years ago
  8. eb9eb00 Faster @CriticalNative for boot image. by Vladimir Marko · 6 years ago
  9. 8d34a18 Change interface conflict stub to take the interface method. by Nicolas Geoffray · 6 years ago
  10. 2d98dc2 arm64: VarHandle.{get,set}{Opaque,Acquire,Volatile}. by Vladimir Marko · 6 years ago
  11. 8f63f10 Faster access to unresolved classes from compiled code. by Vladimir Marko · 6 years ago
  12. 6d69b52 Move MethodLoadKind out of HInvokeStaticOrDirect. by Nicolas Geoffray · 6 years ago
  13. c679fe3 ARM: Optimize div/rem when dividend is compared with a non-negative by Evgeny Astigeevich · 6 years ago
  14. a41ea27 arm64: VarHandle.get/set intrinsic for fields. by Vladimir Marko · 6 years ago
  15. e6c0f2a Pass a full MethodReference of the invoke in HInvoke nodes. by Nicolas Geoffray · 6 years ago
  16. 4313ccb Introduce a kTieredHotnessMask. by Nicolas Geoffray · 6 years ago
  17. 095dc46 Move the profiling info out of ArtMethod. by Nicolas Geoffray · 6 years ago
  18. 0f3d7ac ART: Add HasNonNegativeInputAt and HasNonNegativeOrMinIntInputAt by Evgeny Astigeevich · 6 years ago
  19. a0130e8 Prepare compiler for adding VarHandle support. by Andra Danciu · 6 years ago
  20. f938841 ARM: Optimize Div/Rem by positive const for non-negative dividends by Evgeny Astigeevich · 6 years ago
  21. af92a0f ARM: Optimize Div/Rem by 2^n for non-negative dividends by Evgeny Astigeevich · 6 years ago
  22. dec7817 Optimizing: Introduce {Increase,Decrease}Frame(). by Vladimir Marko · 6 years ago
  23. 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 6 years ago
  24. 6587d91 ART: Simplify HRem to reuse existing HDiv by Evgeny Astigeevich · 6 years ago
  25. 9922f00 arm/arm64: Clean up intrinsic slow paths. by Vladimir Marko · 6 years ago
  26. 695348f Add compiler type to CompilerOptions. by Vladimir Marko · 6 years ago
  27. 0ddb338 ARM64: Combine LSR+ADD into ADD_shift for Int32 HDiv/HRem by Evgeny Astigeevich · 6 years ago
  28. 1439e57 ART: Optimize ADD/SUB+ADD_shift into ADDS/SUBS+CINC for HDiv/HRem by Evgeny Astigeevich · 6 years ago
  29. f91fc12 Optimizing: Run gtests without creating the Runtime. by Vladimir Marko · 6 years ago
  30. 968db3c ARM64: Combine LSR+ASR into ASR for Int32 HDiv/HRem by Evgeny Astigeevich · 6 years ago
  31. a6653d3 ART: Refactor InstructionCodeGeneratorARM64::GenerateDivRemWithAnyConstant by Evgeny Astigeevich · 6 years ago
  32. 1a719e4 RFC: ARM64: Split arm64 codegen into scalar and vector (SVE and NEON). by Artem Serov · 7 years ago
  33. c8150b5 ART: Refactor SIMD slots and regs size processing. by Artem Serov · 7 years ago
  34. c1cd133 Fix braino in arm64 codegen. by Nicolas Geoffray · 6 years ago
  35. 796aa2c [baseline] Check that the profiling info is not null. by Nicolas Geoffray · 6 years ago
  36. 57cacb7 Refactor OSR related code to prepare for "true" OSR. by Nicolas Geoffray · 6 years ago
  37. 9b5271e Get the baseline information from the graph. by Nicolas Geoffray · 7 years ago
  38. a59af8a JIT baseline: trigger optimized compilation on hotness threshold. by Nicolas Geoffray · 7 years ago
  39. 20036d8 JIT baseline: don't update inline caches for intrinsics. by Nicolas Geoffray · 7 years ago
  40. e2a3aa9 Baseline JIT: update inline caches in compiled code. by Nicolas Geoffray · 7 years ago
  41. 7d48dcd ARM64: Move from FPRegister to VRegister based API by Evgeny Astigeevich · 7 years ago
  42. 0a51605 Revert "Make compiler/optimizing/ symbols hidden." by Vladimir Marko · 7 years ago
  43. e272715 Make compiler/optimizing/ symbols hidden. by Vladimir Marko · 7 years ago
  44. 2bb44fe ARM64: Change code emitted by ClinitCheck. by Vladimir Marko · 7 years ago
  45. 988c391 Fix null checks on volatile reference field loads on ARM64. by Roland Levillain · 7 years ago
  46. 7f8678e Revert^2 "Prevent overflow for AOT hotness counters" by Mathieu Chartier · 7 years ago
  47. 7ab0777 Revert "Prevent overflow for AOT hotness counters" by Nicolas Geoffray · 7 years ago
  48. 79e6eb8 Prevent overflow for AOT hotness counters by Mathieu Chartier · 7 years ago
  49. be53085 ARM64: Improve BoundsCheck for constant inputs. by Georgia Kouveli · 7 years ago
  50. 9df37b9 ART: ARM64: Fix saved fpu stack offsets for SIMD. by Artem Serov · 7 years ago
  51. 44ca075 Compiler changes for boot image extension. by Vladimir Marko · 7 years ago
  52. bf12191 Implement ClassStatus::kVisiblyInitialized. by Vladimir Marko · 7 years ago
  53. 1a225a7 ARM/ARM64: Improve frame entry/exit codegen. by Vladimir Marko · 7 years ago
  54. 2d06e02 Clean up linker patches in codegens. by Vladimir Marko · 7 years ago
  55. d5fd5c3 Make .bss stores atomic release operations. by Vladimir Marko · 7 years ago
  56. f667508 ARM/ARM64: Use trampolines for slow-path entrypoint calls. by Vladimir Marko · 7 years ago
  57. 8fa839c Revert^2 "Improve ArraySet codegen." by Vladimir Marko · 7 years ago
  58. 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 9 years ago
  59. 0dda8c8 Revert "Improve ArraySet codegen." by Vladimir Marko · 7 years ago
  60. 0ece864 Improve ArraySet codegen. by Vladimir Marko · 7 years ago
  61. 403aafa Fix non-deterministic compilation for const-string... by Vladimir Marko · 7 years ago
  62. 3db7068 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  63. aa6f483 ART: ARM64: Pass ISA features to VIXL macroassembler. by Artem Serov · 8 years ago
  64. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 8 years ago
  65. 57e7dbf Merge "ARM64: Support interm. address for object arrays." by Vladimir Marko · 8 years ago
  66. 0806f58 ARM64: Support interm. address for object arrays. by Artem Serov · 8 years ago
  67. fe89f17 Merge "Block the platform register, x18." by Treehugger Robot · 8 years ago
  68. b546163 Fix HNewArray with unresolved primitive array type. by Vladimir Marko · 8 years ago
  69. a2da9b9 ART: Completely remove the --compile-pic option. by Vladimir Marko · 8 years ago
  70. bdb2ecc Remove sharpening as an optimization pass. by Nicolas Geoffray · 8 years ago
  71. bd8e10c Block the platform register, x18. by Peter Collingbourne · 8 years ago
  72. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 8 years ago
  73. 75eec5d Merge "Fix longstanding bug around implicit NPEs and GC, version 2." by Treehugger Robot · 8 years ago
  74. 61ba8d2 Fix longstanding bug around implicit NPEs and GC, version 2. by Nicolas Geoffray · 8 years ago
  75. 14e5a29 Rename art::ReadBarrier::WhiteState as art::ReadBarrier::NonGrayState. by Roland Levillain · 8 years ago
  76. e094387 Merge "Document the use of the biased card table in ART's code generators." by Roland Levillain · 8 years ago
  77. 94796f8 ARM64: Reimplement the UnsafeCASObject intrinsic. by Vladimir Marko · 8 years ago
  78. c73f052 Document the use of the biased card table in ART's code generators. by Roland Levillain · 8 years ago
  79. 248141f ARM/ARM64: Introspection Baker RB for intrinsics. by Vladimir Marko · 8 years ago
  80. 0ecac68 ARM64: Introspection Baker RB for volatile fields. by Vladimir Marko · 8 years ago
  81. 008e09f3 ARM/ARM64: Clean up Baker RB introspection codegen. by Vladimir Marko · 8 years ago
  82. a21eca6 Merge "Revert^2 "ARM/ARM64: Use introspection marking for JITted code."" by Vladimir Marko · 8 years ago
  83. 9d47925 Rename type resolution entrypoints. by Vladimir Marko · 8 years ago
  84. 966b46f Revert^2 "ARM/ARM64: Use introspection marking for JITted code." by Vladimir Marko · 8 years ago
  85. 3232dbb Do not save/restore regs in ClinitCheck slow path. by Vladimir Marko · 8 years ago
  86. b27d874 Merge "Rewrite Class init entrypoint to take a Class arg." by Vladimir Marko · 8 years ago
  87. 756e722 Revert "ARM/ARM64: Use introspection marking for JITted code." by Nicolas Geoffray · 8 years ago
  88. a9f303c Rewrite Class init entrypoint to take a Class arg. by Vladimir Marko · 8 years ago
  89. 450f1d0 ARM/ARM64: Use introspection marking for JITted code. by Vladimir Marko · 8 years ago
  90. bd39d14 ART: Clean up unused using declarations by Andreas Gampe · 8 years ago
  91. 59d0872 Merge "Always produce PIC code for AOT compilation." by Treehugger Robot · 8 years ago
  92. 8e524ad Always produce PIC code for AOT compilation. by Vladimir Marko · 8 years ago
  93. f58dc65 ART: Delete code optimizing a%1 and a%-1 from InstructionCodeGeneratorARM64 by Evgeny Astigeevich · 8 years ago
  94. d109e30 Don't use StringFactory.newEmptyString in compiled code by Alex Light · 8 years ago
  95. 6fd1606 Implement Integer.valueOf() intrinsic for boot image. by Vladimir Marko · 8 years ago
  96. 86c84f7 Merge "ART: Refactor Int64ConstantFrom to use Int64FromConstant; rename it to Int64FromLocation" by Treehugger Robot · 8 years ago
  97. f9e9054 ART: Refactor Int64ConstantFrom to use Int64FromConstant; rename it to Int64FromLocation by Evgeny Astigeevich · 8 years ago
  98. f07d561 Merge "Move instruction_set_ to CompilerOptions." by Vladimir Marko · 8 years ago
  99. a3234e9 ARM64: Optimization of HRem and HDiv when a denominator is power of 2 by Evgeny Astigeevich · 8 years ago
  100. a043111 Move instruction_set_ to CompilerOptions. by Vladimir Marko · 8 years ago