1. 81a6bd5 Fix unwinding for art_quick_generic_jni_trampoline by David Srbecky · 3 years, 8 months ago
  2. 9a5a2b8 Fix debug symbol for art_quick_throw_null_pointer_exception_from_signal by David Srbecky · 3 years, 8 months ago
  3. 6f7e98e Add a __x86.get_pc_thunk.bx helper function by Ryan Prichard · 3 years, 9 months ago
  4. a746c63 Remove unsed artLookupResolvedMethod. by Nicolas Geoffray · 3 years, 11 months ago
  5. 55ab7e8 ARM64: Support SVE VL other than 128-bit. by Artem Serov · 4 years, 8 months ago
  6. 8ba4de1 ART: Implement predicated SIMD vectorization. by Artem Serov · 5 years ago
  7. 50bbbf1 arm/nterp: Refactor {i,s}{get,put} operations. by Vladimir Marko · 4 years, 1 month ago
  8. 3d350a8 arm: Implement VarHandle CAS intrinsics. by Vladimir Marko · 4 years, 1 month ago
  9. dd406c3 Add an arm32 port of nterp. by Nicolas Geoffray · 4 years, 1 month ago
  10. cc5629c Clarify allocation entry point semantics by Hans Boehm · 4 years, 2 months ago
  11. b3ab635 Revert "Disable x86 FromCpuFeatures test" by Daniel Riazanovskiy · 4 years, 3 months ago
  12. 8d34a18 Change interface conflict stub to take the interface method. by Nicolas Geoffray · 4 years, 4 months ago
  13. 0713ca0 Disable x86 FromCpuFeatures test by Daniil Riazanovskiy · 4 years, 3 months ago
  14. 9636062 Integrate cpu_features external library by Daniil Riazanovskiy · 4 years, 3 months ago
  15. faf5f3f Fix stack unwinding for nterp on arm64. by Nicolas Geoffray · 4 years, 6 months ago
  16. 2d53643 Update language to comply with Android’s inclusive language guidance by Ian Pedowitz · 4 years, 5 months ago
  17. aacf977 Reword some comments to be more inclusive by Orion Hodson · 4 years, 5 months ago
  18. 7400a54 Fixes for gtests in eng-prod by David Srbecky · 4 years, 6 months ago
  19. 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 4 years, 8 months ago
  20. ad3bbcd Revert^2 "Use CPP defines for default x86 and x86_64 ISA features" by Eric Holk · 4 years, 8 months ago
  21. 4fc7569 [nterp] Add arm64 implementation. by Nicolas Geoffray · 5 years ago
  22. 12cde74 Revert "Use CPP defines for default x86 and x86_64 ISA features" by Vladimir Marko · 4 years, 8 months ago
  23. 5868ada Move implementations from class_root.h to -inl.h . by Vladimir Marko · 4 years, 8 months ago
  24. 5b0bbf3 Use CPP defines for default x86 and x86_64 ISA features by Eric Holk · 4 years, 8 months ago
  25. ee25716 Revert^2 "Support ART's target gtests in atest." by David Srbecky · 4 years, 10 months ago
  26. e42876f Minor improvements in JNI assemblers. by Vladimir Marko · 4 years, 10 months ago
  27. 6152123 Revert "Support ART's target gtests in atest." by Paul Trautrim · 4 years, 10 months ago
  28. eac404b Support ART's target gtests in atest. by David Srbecky · 5 years ago
  29. fa458ac Allow late lookup for @CriticalNative methods. by Vladimir Marko · 4 years, 11 months ago
  30. 41b605c Remove MIPS support from runtime/. by Vladimir Marko · 4 years, 11 months ago
  31. 6e043bb Rewrite GenericJNI frame setup. by Vladimir Marko · 4 years, 11 months ago
  32. 5c33d35 Reinstate exception check in GenericJni stubs. by Vladimir Marko · 4 years, 11 months ago
  33. 8adb325 Move code from quick_entry_points_arm64.S to asm_support_arm64.S by Nicolas Geoffray · 5 years ago
  34. b885d8b Surround MR uses with #if defined read barrier. by Nicolas Geoffray · 5 years ago
  35. 135b5c8 Address checker tests around inline cache and the baseline compiler. by Nicolas Geoffray · 5 years ago
  36. 0039182 Add an implementation of Nterp for x64. by Nicolas Geoffray · 5 years ago
  37. 57cacb7 Refactor OSR related code to prepare for "true" OSR. by Nicolas Geoffray · 5 years ago
  38. 013d1ee Introduce the notion of an nterp frame. by Nicolas Geoffray · 5 years ago
  39. a00b54b Helpers and refactorings to prepare for interpreter optimizations (x64) by Nicolas Geoffray · 5 years ago
  40. a59af8a JIT baseline: trigger optimized compilation on hotness threshold. by Nicolas Geoffray · 5 years ago
  41. 08d0984 Allow late lookup for @FastNative methods. by Vladimir Marko · 5 years ago
  42. e2a3aa9 Baseline JIT: update inline caches in compiled code. by Nicolas Geoffray · 5 years ago
  43. af9ab6d art: extend the supported cpu_variant list for arm64 by Chuwei Xu · 5 years ago
  44. 1ba7e8c Fix uses of DW_CFA_restore_state in assembly code. by David Srbecky · 5 years ago
  45. c617561 ART: Add support for SVE feature for ARM64. by Artem Serov · 5 years ago
  46. 918e9af Add assembly support for -fsanitize=hwaddress tagged globals. by Peter Collingbourne · 5 years ago
  47. 8e11065 Use ClassStatus::kVisiblyInitialized for allocations. by Vladimir Marko · 5 years ago
  48. 743600d ARM/ARM64: Clean up artFindNativeMethod(). by Vladimir Marko · 6 years ago
  49. 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 7 years ago
  50. 956f9fa Save floating point registers in art_quick_osr_stub by David Srbecky · 6 years ago
  51. 51c6558 Add cfi instructions. by Christopher Ferris · 6 years ago
  52. 20d1c94 Patch supports Intel(R) AVX/AVX2 MOV Instruction by jaishank · 6 years ago
  53. 1eb5d87 Prefix entrypoints with 0xFF so we can do extra checks. by David Srbecky · 6 years ago
  54. dfc0de7 Partially ObjPtr<>-ify Object, fix stale ref in test. by Vladimir Marko · 6 years ago
  55. 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 6 years ago
  56. 7909e1e Merge "ART: Enable ISA features run-time detection for ARM64" by Roland Levillain · 6 years ago
  57. b87eedc x86/x86-64: Fix IMT conflict trampoline for obsolete methods. by Vladimir Marko · 6 years ago
  58. 7f88c1a ART: Enable ISA features run-time detection for ARM64 by xueliang.zhong · 6 years ago
  59. 639b2b1 ART: Remove instruction_set.h from thread.h by Andreas Gampe · 6 years ago
  60. 8764dc3 ART: Use iosfwd more by Andreas Gampe · 6 years ago
  61. 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 6 years ago
  62. 11a250b Remove denver from art by Haibo Huang · 6 years ago
  63. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 6 years ago
  64. b06fbf7 ART: Support kryo385 CPU. by Artem Serov · 6 years ago
  65. 5c89c57 Do not clobber reserved register X18 by Yi Kong · 6 years ago
  66. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 6 years ago
  67. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 6 years ago
  68. fe89f17 Merge "Block the platform register, x18." by Treehugger Robot · 6 years ago
  69. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  70. 60c5bc1 Add a new cpu variant named kabylake by Shalini Salomi Bodapati · 6 years ago
  71. 50b4743 Move cpp-define related static_assert to runtime. by David Srbecky · 6 years ago
  72. 43c6653 Add support for A76 in art by Haibo Huang · 6 years ago
  73. 3cf0a3e Merge "ART: Add support for ARMv8.x features for ARM64." by Vladimir Marko · 6 years ago
  74. 766e74f Cleanup the cpp-define-generator definitions. by David Srbecky · 6 years ago
  75. 0adf4d8 Rewrite cpp-define-generator by David Srbecky · 6 years ago
  76. 1032f9b ART: Add support for ARMv8.x features for ARM64. by xueliang.zhong · 6 years ago
  77. bd8e10c Block the platform register, x18. by Peter Collingbourne · 7 years ago
  78. 0ed1eab arm64: Don't use the GOT to access art::Runtime::instance_. by Peter Collingbourne · 6 years ago
  79. 213f895 Merge "HWASan support in ART." by Treehugger Robot · 6 years ago
  80. 9b7656d HWASan support in ART. by Evgenii Stepanov · 6 years ago
  81. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
  82. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  83. dd509ac ARM/ARM64: Rewrite art_quick_do_long_jump. by Vladimir Marko · 6 years ago
  84. d887ed8 Revert^2 "ARM: Reimplement the UnsafeCASObject intrinsic." by Vladimir Marko · 6 years ago
  85. 94796f8 ARM64: Reimplement the UnsafeCASObject intrinsic. by Vladimir Marko · 6 years ago
  86. 9d47925 Rename type resolution entrypoints. by Vladimir Marko · 6 years ago
  87. a9f303c Rewrite Class init entrypoint to take a Class arg. by Vladimir Marko · 6 years ago
  88. bd39d14 ART: Clean up unused using declarations by Andreas Gampe · 6 years ago
  89. cdfc942 Merge "Revert "Emit vector mulitply and accumulate instructions for x86."" by Hans Boehm · 6 years ago
  90. f5f56c7 Revert "Emit vector mulitply and accumulate instructions for x86." by Hans Boehm · 6 years ago
  91. 1a2b9be Merge "Use clang integrated assembler." by Chih-hung Hsieh · 6 years ago
  92. 955f0ba Use clang integrated assembler. by Chih-Hung Hsieh · 7 years ago
  93. d109e30 Don't use StringFactory.newEmptyString in compiled code by Alex Light · 7 years ago
  94. 6190888 Emit vector mulitply and accumulate instructions for x86. by Gupta Kumar, Sanjiv · 7 years ago
  95. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 7 years ago
  96. cd260eb ART: Simplify invoke-polymorphic entrypoints by Orion Hodson · 7 years ago
  97. 3b562b1 Merge "Remove the CodeOffset helper class." by David Srbecky · 7 years ago
  98. d02b23f Remove the CodeOffset helper class. by David Srbecky · 7 years ago
  99. acb906d Remove mirror::String::java_lang_String_. by Vladimir Marko · 7 years ago
  100. d352156 Merge "Refactor runtime callee save frame info." by Vladimir Marko · 7 years ago