1. fb1ecf9 HWASan fixes for ART tests by David Srbecky · 4 years, 1 month ago
  2. 0201d45 Consider thumb bit when repacking and compressing JIT mini-debug-info. by David Srbecky · 4 years, 3 months ago
  3. 1dde478 HStringBuilderAppend cannot be null. by Vladimir Marko · 4 years, 3 months ago
  4. f4081bb Add more information in the trace when JIT compiling. by Nicolas Geoffray · 4 years, 3 months ago
  5. 94d9d94 Revert "Revert "If generating an image, run initialization and other optimizations."" by Nicolas Geoffray · 4 years, 4 months ago
  6. 1868de9 Refactor inliner by Eric Holk · 4 years, 4 months ago
  7. 5b76889 Make `libart(d)-disassembler` a requirement of `libart(d)-compiler`. by Roland Levillain · 4 years, 4 months ago
  8. ef46e10 Do not verify dex files for --compiler-filter=assume-verified. by Vladimir Marko · 4 years, 4 months ago
  9. be0d3cf Remove remaining MIPS support. by Vladimir Marko · 4 years, 4 months ago
  10. fa458ac Allow late lookup for @CriticalNative methods. by Vladimir Marko · 4 years, 4 months ago
  11. 2925311 Prevent entering IMT conflict trampoline with j.l.Object methods. by Nicolas Geoffray · 4 years, 4 months ago
  12. 67e4a4d ART: ARM64: Improve FP IsInfinity intrinsic. by Artem Serov · 4 years, 4 months ago
  13. 2c8123c Remove MIPS support from JNI/trampoline compiler. by Vladimir Marko · 4 years, 4 months ago
  14. 54f4fbd Remove MIPS support from Optimizing. by Vladimir Marko · 4 years, 4 months ago
  15. 4cbb51a Fix ART code around JIT zygote. by Nicolas Geoffray · 4 years, 4 months ago
  16. 948f062 jni: Fix templates for clang-r377782 update. by Yabin Cui · 4 years, 4 months ago
  17. 002eac6 Only flush visualizer output at the end of the compilation. by Nicolas Geoffray · 4 years, 4 months ago
  18. fc58809 Remove old JDWP implementation from ART by Alex Light · 4 years, 5 months ago
  19. d71f1dc Enable support of VecLoad/VecStore in LSE by xueliang.zhong · 6 years ago
  20. c124d1d Fix name-based detection of JIT-zygote boot image extension. by Ulya Trafimovich · 4 years, 5 months ago
  21. c1cd133 Fix braino in arm64 codegen. by Nicolas Geoffray · 4 years, 5 months ago
  22. 6a67bea Update InstructionBuilder's IsInBootImage for boot image extension. by Vladimir Marko · 4 years, 5 months ago
  23. 1c3c106 jni: Do not create a managed frame for @CriticalNative. by Vladimir Marko · 4 years, 6 months ago
  24. 14d1307 Disable test cases `AssemblerMIPS{32r6,64}Test.Toolchain` in ART gtest. by Roland Levillain · 4 years, 5 months ago
  25. a18f5ae Fix StringBuilder append assumptions. by Vladimir Marko · 4 years, 6 months ago
  26. 7ee34a1 Add OptimizingUnitTestHelper::GraphChecker methods by Evgeny Astigeevich · 4 years, 6 months ago
  27. 066dd902 Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR by Jiyong Park · 4 years, 6 months ago
  28. 80599a2 Revert submission 1191937-art_apex_available by Joseph Murphy · 4 years, 6 months ago
  29. 1e88f98 Use apex_available property by Jiyong Park · 4 years, 7 months ago
  30. 796aa2c [baseline] Check that the profiling info is not null. by Nicolas Geoffray · 4 years, 6 months ago
  31. 57cacb7 Refactor OSR related code to prepare for "true" OSR. by Nicolas Geoffray · 4 years, 6 months ago
  32. 52506e2 Add ImprovedOptimizingUnitTest::CreateParameters for subclasses by Evgeny Astigeevich · 4 years, 6 months ago
  33. 270db1c Revert^4 "Allow structural redefinition on non-final classes." by Alex Light · 4 years, 6 months ago
  34. 43f2f75 Revert^4 "Implement Dot Product Vectorization for x86" by Alex Light · 4 years, 6 months ago
  35. 9b5271e Get the baseline information from the graph. by Nicolas Geoffray · 4 years, 6 months ago
  36. 4f2e088 ARM64: Move from FPRegister to VRegister based API (continued (2)). by Roland Levillain · 4 years, 7 months ago
  37. a59af8a JIT baseline: trigger optimized compilation on hotness threshold. by Nicolas Geoffray · 4 years, 7 months ago
  38. 664999a Revert "Revert^2 "Allow structural redefinition on non-final classes."" by Nicolas Geoffray · 4 years, 6 months ago
  39. f1b809c Revert^2 "Allow structural redefinition on non-final classes." by Alex Light · 4 years, 7 months ago
  40. 20036d8 JIT baseline: don't update inline caches for intrinsics. by Nicolas Geoffray · 4 years, 7 months ago
  41. 457e9fa ARM64: FP16 greater/less/greaterEquals/lessEquals intrinsics for ARMv8 by Usama Arif · 4 years, 7 months ago
  42. 17a39ba JIT baseline: Don't update the inline cache for an intrinsic. by Nicolas Geoffray · 4 years, 7 months ago
  43. e2a3aa9 Baseline JIT: update inline caches in compiled code. by Nicolas Geoffray · 4 years, 7 months ago
  44. 88b1c83 Revert "Allow structural redefinition on non-final classes." by Roland Levillain · 4 years, 7 months ago
  45. 8e89500 Revert "Revert^2 "Implement Dot Product Vectorization for x86"" by Nicolas Geoffray · 4 years, 7 months ago
  46. 7c9cfe8 Honor the --baseline flag for the JIT. by Nicolas Geoffray · 4 years, 7 months ago
  47. c47040d Allow structural redefinition on non-final classes. by Alex Light · 4 years, 7 months ago
  48. aedc9bc Ensure we can always enter OSR code by Vladimir Marko · 5 years ago
  49. 142816a ARM64: Pass simd half floating point feature to VIXL macroassembler. by Usama Arif · 4 years, 7 months ago
  50. 26f6330 Partial loop unrolling during auto-vectorization for x86_64 architectures. by Neeraj Solanki · 4 years, 8 months ago
  51. 56f1332 Fix pruning invoke environment for StringBuilder append pattern. by Vladimir Marko · 4 years, 7 months ago
  52. 52f8e5c ARM64: Move from FPRegister to VRegister based API (continued). by Roland Levillain · 4 years, 7 months ago
  53. 681692b ARM64: FP16.rint() intrinsic for ARMv8 by Usama Arif · 4 years, 8 months ago
  54. 665aac4 ARM64: FP16.ceil() intrinsic for ARMv8 by Usama Arif · 4 years, 8 months ago
  55. b9f02c2 ARM64: FP16.floor() intrinsic for ARMv8 by Usama Arif · 4 years, 8 months ago
  56. 7d48dcd ARM64: Move from FPRegister to VRegister based API by Evgeny Astigeevich · 4 years, 8 months ago
  57. 7cf5607 Revert^2 "Implement Dot Product Vectorization for x86" by Vladimir Marko · 4 years, 8 months ago
  58. 4521737 Fix intersecting live ranges created by instruction scheduler by Evgeny Astigeevich · 5 years ago
  59. 7f958e3 Revert^2 "ARM64: toHalf() intrinsic for ARMv8" by Vladimir Marko · 4 years, 8 months ago
  60. 67bf99b Revert "ARM64: toHalf() intrinsic for ARMv8" by Vladimir Marko · 4 years, 8 months ago
  61. 2cc0c0f ARM64: toHalf() intrinsic for ARMv8 by Usama Arif · 4 years, 8 months ago
  62. b8c884e Revert "Implement Dot Product Vectorization for x86" by Vladimir Marko · 4 years, 8 months ago
  63. 4b7caee Implement Dot Product Vectorization for x86 by Shalini Salomi Bodapati · 4 years, 8 months ago
  64. 98e97c6 [art] fix -Wimplicit-int-float-conversion by Nick Desaulniers · 4 years, 8 months ago
  65. 706e778 [art] fix -Wimplicit-int-float-conversion by Nick Desaulniers · 4 years, 8 months ago
  66. 0a51605 Revert "Make compiler/optimizing/ symbols hidden." by Vladimir Marko · 4 years, 8 months ago
  67. e272715 Make compiler/optimizing/ symbols hidden. by Vladimir Marko · 4 years, 8 months ago
  68. adb66f9 Revert^2 "JIT: Separate code allocation and initialization." by David Srbecky · 4 years, 8 months ago
  69. 98416bf Fix uses of MaybeRecordImplicitNullCheck without special scopes by Evgeny Astigeevich · 4 years, 9 months ago
  70. 63b0c26 Revert "JIT: Separate code allocation and initialization." by Nicolas Geoffray · 4 years, 8 months ago
  71. e1b36f0 JIT: Separate code allocation and initialization. by David Srbecky · 4 years, 8 months ago
  72. 2bb44fe ARM64: Change code emitted by ClinitCheck. by Vladimir Marko · 4 years, 8 months ago
  73. 444e998 JIT mini-debug-info: Generate the debug info sooner. by David Srbecky · 4 years, 9 months ago
  74. 988c391 Fix null checks on volatile reference field loads on ARM64. by Roland Levillain · 4 years, 9 months ago
  75. f84ef31 Implement << operator for ProfileCompilationInfo::DexRefence by Calin Juravle · 4 years, 9 months ago
  76. 4ad9521 Make explicit which methods retrieve info about *hot* methods by Calin Juravle · 4 years, 9 months ago
  77. 48349ad AVX support for bitwise instructions (Xor, Or, And, Andn) by Neeraj Solanki · 4 years, 10 months ago
  78. 53d220e ART: Improve VisitStringGetCharsNoCheck intrinsic for compressed strings, using SIMD by David Horstmann · 5 years ago
  79. 4ba700a Clean up the use of profile_key / dex_locations by Calin Juravle · 4 years, 9 months ago
  80. 4eb6eb4 [optimizing] Improve constant folding on logical and by Balaram Makam · 4 years, 9 months ago
  81. 7f8678e Revert^2 "Prevent overflow for AOT hotness counters" by Mathieu Chartier · 4 years, 10 months ago
  82. 87fb032 Fix JIT data dual mapping for apps. by David Srbecky · 4 years, 10 months ago
  83. 7ab0777 Revert "Prevent overflow for AOT hotness counters" by Nicolas Geoffray · 4 years, 10 months ago
  84. 79e6eb8 Prevent overflow for AOT hotness counters by Mathieu Chartier · 4 years, 10 months ago
  85. e09b87e JIT mini-debug-info: Support JIT data dual mapping. by David Srbecky · 4 years, 10 months ago
  86. 9ac8e43 JIT mini-debug-info: Allocate entries in the JIT data space. by David Srbecky · 4 years, 10 months ago
  87. 8fc2f95 JIT mini-debug-info: Remove global maps. by David Srbecky · 4 years, 11 months ago
  88. 9ce340f ARM64: toFloat() intrinsics with ARMv8 FP16. by xueliang.zhong · 5 years ago
  89. be53085 ARM64: Improve BoundsCheck for constant inputs. by Georgia Kouveli · 5 years ago
  90. bac080b Loop vectorizer should not remove instructions that can throw by Georgia Kouveli · 5 years ago
  91. 7cfc8f5 Don't compile OSR methods that have phi equivalents at loop entry. by Nicolas Geoffray · 4 years, 10 months ago
  92. 46b5353 Simplify JIT compiler interface usage from the runtime. by David Srbecky · 4 years, 10 months ago
  93. 6a0b657 ART: ARM64: Optimize frame size for SIMD graphs. by Artem Serov · 4 years, 11 months ago
  94. e65ade7 ART: Disable vectorization for debuggable graphs. by Artem Serov · 4 years, 11 months ago
  95. 9df37b9 ART: ARM64: Fix saved fpu stack offsets for SIMD. by Artem Serov · 5 years ago
  96. 44ca075 Compiler changes for boot image extension. by Vladimir Marko · 4 years, 11 months ago
  97. bf12191 Implement ClassStatus::kVisiblyInitialized. by Vladimir Marko · 5 years ago
  98. 4345aac Cleanup some usages of include_dirs by Paul Duffin · 5 years ago
  99. 1a225a7 ARM/ARM64: Improve frame entry/exit codegen. by Vladimir Marko · 5 years ago
  100. 74f89af Remove Export_static_lib_headers from codegen by Paul Duffin · 5 years ago