1. 2d53643 Update language to comply with Android’s inclusive language guidance by Ian Pedowitz · 4 years, 8 months ago
  2. aacf977 Reword some comments to be more inclusive by Orion Hodson · 4 years, 8 months ago
  3. 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 4 years, 10 months ago
  4. ad3bbcd Revert^2 "Use CPP defines for default x86 and x86_64 ISA features" by Eric Holk · 4 years, 10 months ago
  5. 12cde74 Revert "Use CPP defines for default x86 and x86_64 ISA features" by Vladimir Marko · 4 years, 10 months ago
  6. 5b0bbf3 Use CPP defines for default x86 and x86_64 ISA features by Eric Holk · 4 years, 10 months ago
  7. fa458ac Allow late lookup for @CriticalNative methods. by Vladimir Marko · 5 years ago
  8. 6e043bb Rewrite GenericJNI frame setup. by Vladimir Marko · 5 years ago
  9. 5c33d35 Reinstate exception check in GenericJni stubs. by Vladimir Marko · 5 years ago
  10. 135b5c8 Address checker tests around inline cache and the baseline compiler. by Nicolas Geoffray · 5 years ago
  11. 57cacb7 Refactor OSR related code to prepare for "true" OSR. by Nicolas Geoffray · 5 years ago
  12. a00b54b Helpers and refactorings to prepare for interpreter optimizations (x64) by Nicolas Geoffray · 5 years ago
  13. a59af8a JIT baseline: trigger optimized compilation on hotness threshold. by Nicolas Geoffray · 5 years ago
  14. 08d0984 Allow late lookup for @FastNative methods. by Vladimir Marko · 5 years ago
  15. e2a3aa9 Baseline JIT: update inline caches in compiled code. by Nicolas Geoffray · 5 years ago
  16. 1ba7e8c Fix uses of DW_CFA_restore_state in assembly code. by David Srbecky · 6 years ago
  17. 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 7 years ago
  18. 20d1c94 Patch supports Intel(R) AVX/AVX2 MOV Instruction by jaishank · 6 years ago
  19. 1eb5d87 Prefix entrypoints with 0xFF so we can do extra checks. by David Srbecky · 6 years ago
  20. 7909e1e Merge "ART: Enable ISA features run-time detection for ARM64" by Roland Levillain · 6 years ago
  21. b87eedc x86/x86-64: Fix IMT conflict trampoline for obsolete methods. by Vladimir Marko · 6 years ago
  22. 7f88c1a ART: Enable ISA features run-time detection for ARM64 by xueliang.zhong · 6 years ago
  23. 639b2b1 ART: Remove instruction_set.h from thread.h by Andreas Gampe · 6 years ago
  24. 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 6 years ago
  25. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  26. 60c5bc1 Add a new cpu variant named kabylake by Shalini Salomi Bodapati · 6 years ago
  27. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 7 years ago
  28. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 7 years ago
  29. 9d47925 Rename type resolution entrypoints. by Vladimir Marko · 7 years ago
  30. cdfc942 Merge "Revert "Emit vector mulitply and accumulate instructions for x86."" by Hans Boehm · 7 years ago
  31. f5f56c7 Revert "Emit vector mulitply and accumulate instructions for x86." by Hans Boehm · 7 years ago
  32. d109e30 Don't use StringFactory.newEmptyString in compiled code by Alex Light · 7 years ago
  33. 6190888 Emit vector mulitply and accumulate instructions for x86. by Gupta Kumar, Sanjiv · 7 years ago
  34. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 7 years ago
  35. cd260eb ART: Simplify invoke-polymorphic entrypoints by Orion Hodson · 7 years ago
  36. d352156 Merge "Refactor runtime callee save frame info." by Vladimir Marko · 7 years ago
  37. d3083dd Refactor runtime callee save frame info. by Vladimir Marko · 7 years ago
  38. c8b1d5e ARM/ARM64: Improve lock/unlock entrypoints. by Vladimir Marko · 7 years ago
  39. dbaa5c7 ART: Compiler support for const-method-handle by Orion Hodson · 7 years ago
  40. 18259d7 ART: Compiler support for const-method-type by Orion Hodson · 7 years ago
  41. 1979c64 Clean up include paths by David Sehr · 7 years ago
  42. 175e786 Revert^4 "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  43. 3fbd3ad Revert^3 "Compiler changes for bitstring based type checks." by Andreas Gampe · 7 years ago
  44. 3f41323 Revert^2 "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  45. 946bb09 Support unwinding though the switch interpreter. by David Srbecky · 7 years ago
  46. 1f49d97 Fix mac build: Update cfi directives for art_quick_osr_stub. by David Srbecky · 7 years ago
  47. 79b1445 Update cfi directives for art_quick_osr_stub. by Christopher Ferris · 7 years ago
  48. bff7a52 Revert "Compiler changes for bitstring based type checks." by Nicolas Geoffray · 7 years ago
  49. be2b613 Merge "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  50. eb0ebed Compiler changes for bitstring based type checks. by Vladimir Marko · 7 years ago
  51. 4d17987 ART: Add entrypoint and intrinsic for Math.pow(). by Vladimir Marko · 7 years ago
  52. bf92b3f Clean up art_quick_check_instance_of entrypoints. by Vladimir Marko · 7 years ago
  53. 809f5b1 Explicitly document functions generated with macro ART_GET_FIELD_FROM_CODE. by Roland Levillain · 7 years ago
  54. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  55. 2196c65 Revert^4 "JIT JNI stubs." by Vladimir Marko · 7 years ago
  56. 056d775 Revert "Revert "Revert "JIT JNI stubs.""" by Nicolas Geoffray · 7 years ago
  57. e744163 Revert "Revert "JIT JNI stubs."" by Vladimir Marko · 7 years ago
  58. 47d3185 Revert "JIT JNI stubs." by Vladimir Marko · 7 years ago
  59. 3417eae JIT JNI stubs. by Vladimir Marko · 7 years ago
  60. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  61. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  62. 43f0cdb ART: Intrinsify polymorphic signature methods by Orion Hodson · 7 years ago
  63. 2ee1790 Revert^4 "Allow deoptimization when returning from a runtime method." by Mingyao Yang · 8 years ago
  64. 80be041 Merge "ART: Remove ArtMethod::dex_cache_resolved_methods_." by Vladimir Marko · 8 years ago
  65. 07c7028 Revert "Revert "Revert "Allow deoptimization when returning from a runtime method.""" by Nicolas Geoffray · 8 years ago
  66. 5122e6b ART: Remove ArtMethod::dex_cache_resolved_methods_. by Vladimir Marko · 8 years ago
  67. 047abb2 Revert "Revert "Allow deoptimization when returning from a runtime method."" by Mingyao Yang · 8 years ago
  68. 2b87ae0 Revert "Allow deoptimization when returning from a runtime method." by Vladimir Marko · 8 years ago
  69. edeba10 Allow deoptimization when returning from a runtime method. by Mingyao Yang · 8 years ago
  70. 0a87a65 Add two special runtime methods. by Mingyao Yang · 8 years ago
  71. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  72. c73753f Merge "Hash-based DexCache methods array." by Vladimir Marko · 8 years ago
  73. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 8 years ago
  74. 5354af9 Refined HasAtLeast() for x86 and x86_64. by Aart Bik · 8 years ago
  75. be3d723 Fix static analyzer warnings by George Burgess IV · 8 years ago
  76. d455b87 Merge "x86/x86-64: Fix art_quick_instrumentation_exit CFI." by Vladimir Marko · 8 years ago
  77. 9877855 x86/x86-64: Fix art_quick_instrumentation_exit CFI. by Vladimir Marko · 8 years ago
  78. 4e44dcc Merge "X86: Add sandybridge microarchitecture" by Treehugger Robot · 8 years ago
  79. 9e20fd6 Merge "Add method tracing JVMTI callbacks" by Treehugger Robot · 8 years ago
  80. b8bff09 X86: Add sandybridge microarchitecture by Luis Hector Chavez · 8 years ago
  81. 58794c5 Merge "ART: Refactor bit_utils and stl_util" by Treehugger Robot · 8 years ago
  82. b7edcda Add method tracing JVMTI callbacks by Alex Light · 8 years ago
  83. 5678db5 ART: Refactor bit_utils and stl_util by Andreas Gampe · 8 years ago
  84. 8228cdf ART: Move CalleeSaveType to callee_save_type.h by Andreas Gampe · 8 years ago
  85. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 8 years ago
  86. 4e92c3c Add runtime reasons for deopt. by Nicolas Geoffray · 8 years ago
  87. 3768ade Revert "Revert "Add concurrent card graying for immune spaces"" by Mathieu Chartier · 8 years ago
  88. 34ed966 Merge "Remove some hardcoded cases of kCardShift" by Mathieu Chartier · 8 years ago
  89. afdcbcb Remove some hardcoded cases of kCardShift by Mathieu Chartier · 8 years ago
  90. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  91. 91119d6 fault_handler: use SafeCopy to decode x86 instruction length. by Josh Gao · 8 years ago
  92. db01a09 Ensure invoking obsolete methods throws errors. by Alex Light · 8 years ago
  93. fe10279 Merge "Catch signals that happen inside a fault handler." by Treehugger Robot · 8 years ago
  94. 5667f56 Modify invoke interface trampoline to pass interface method. by Jeff Hao · 8 years ago
  95. efd20cb Catch signals that happen inside a fault handler. by Josh Gao · 8 years ago
  96. ea4c126 Change type initialization entrypoints to kSaveEverything. by Vladimir Marko · 8 years ago
  97. d095844 Align allocation entrypoints implementation between arm/arm64/x86/x64. by Nicolas Geoffray · 8 years ago
  98. 79da138 Forgot stack alignment on x86. by Nicolas Geoffray · 8 years ago
  99. 6ebb7cc Forgot this change from last commit. by Nicolas Geoffray · 8 years ago
  100. 5b3c6c0 Refactor code for unresolved field entrypoint. by Nicolas Geoffray · 8 years ago