1. 0ed1eab arm64: Don't use the GOT to access art::Runtime::instance_. by Peter Collingbourne · 8 years ago
  2. 213f895 Merge "HWASan support in ART." by Treehugger Robot · 8 years ago
  3. 9b7656d HWASan support in ART. by Evgenii Stepanov · 8 years ago
  4. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 8 years ago
  5. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 8 years ago
  6. dd509ac ARM/ARM64: Rewrite art_quick_do_long_jump. by Vladimir Marko · 8 years ago
  7. d887ed8 Revert^2 "ARM: Reimplement the UnsafeCASObject intrinsic." by Vladimir Marko · 8 years ago
  8. 94796f8 ARM64: Reimplement the UnsafeCASObject intrinsic. by Vladimir Marko · 8 years ago
  9. 9d47925 Rename type resolution entrypoints. by Vladimir Marko · 8 years ago
  10. a9f303c Rewrite Class init entrypoint to take a Class arg. by Vladimir Marko · 8 years ago
  11. bd39d14 ART: Clean up unused using declarations by Andreas Gampe · 8 years ago
  12. cdfc942 Merge "Revert "Emit vector mulitply and accumulate instructions for x86."" by Hans Boehm · 8 years ago
  13. f5f56c7 Revert "Emit vector mulitply and accumulate instructions for x86." by Hans Boehm · 8 years ago
  14. 1a2b9be Merge "Use clang integrated assembler." by Chih-hung Hsieh · 8 years ago
  15. 955f0ba Use clang integrated assembler. by Chih-Hung Hsieh · 8 years ago
  16. d109e30 Don't use StringFactory.newEmptyString in compiled code by Alex Light · 8 years ago
  17. 6190888 Emit vector mulitply and accumulate instructions for x86. by Gupta Kumar, Sanjiv · 8 years ago
  18. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 8 years ago
  19. cd260eb ART: Simplify invoke-polymorphic entrypoints by Orion Hodson · 8 years ago
  20. 3b562b1 Merge "Remove the CodeOffset helper class." by David Srbecky · 8 years ago
  21. d02b23f Remove the CodeOffset helper class. by David Srbecky · 8 years ago
  22. acb906d Remove mirror::String::java_lang_String_. by Vladimir Marko · 8 years ago
  23. d352156 Merge "Refactor runtime callee save frame info." by Vladimir Marko · 8 years ago
  24. d3083dd Refactor runtime callee save frame info. by Vladimir Marko · 8 years ago
  25. b2683cb Merge "ARM/ARM64: Improve lock/unlock entrypoints." by Vladimir Marko · 8 years ago
  26. c8b1d5e ARM/ARM64: Improve lock/unlock entrypoints. by Vladimir Marko · 8 years ago
  27. c3e1895 Prepare to move ArtDexFileLoader to libdexfile by David Sehr · 8 years ago
  28. bf37ad2 Merge "Add support for cortex-a55/cortex-a75." by Christopher Ferris · 8 years ago
  29. dbaa5c7 ART: Compiler support for const-method-handle by Orion Hodson · 8 years ago
  30. 366f044 Add support for cortex-a55/cortex-a75. by Christopher Ferris · 8 years ago
  31. 18259d7 ART: Compiler support for const-method-type by Orion Hodson · 8 years ago
  32. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 8 years ago
  33. 29c4ec0 Merge "Set GS register for Fuchsia" by Jeff Brown · 8 years ago
  34. 395071d Set GS register for Fuchsia by Steve Austin · 8 years ago
  35. 1979c64 Clean up include paths by David Sehr · 8 years ago
  36. e3872ed Fix non-Baker build. by Vladimir Marko · 8 years ago
  37. dcd117e ARM: Use rMR for Baker RB introspection marking. by Vladimir Marko · 8 years ago
  38. 175e786 Revert^4 "Compiler changes for bitstring based type checks." by Vladimir Marko · 8 years ago
  39. 3fbd3ad Revert^3 "Compiler changes for bitstring based type checks." by Andreas Gampe · 8 years ago
  40. 3f41323 Revert^2 "Compiler changes for bitstring based type checks." by Vladimir Marko · 8 years ago
  41. 946bb09 Support unwinding though the switch interpreter. by David Srbecky · 8 years ago
  42. e1734a9 Merge "Fix mac build: Update cfi directives for art_quick_osr_stub." by Yabin Cui · 8 years ago
  43. 1f49d97 Fix mac build: Update cfi directives for art_quick_osr_stub. by David Srbecky · 8 years ago
  44. 6d28844 Merge "Update cfi directives for art_quick_osr_stub." by David Srbecky · 8 years ago
  45. 05c1fb4 Merge "ARM64: Simplify save/restore regs in invoke stub." by Vladimir Marko · 8 years ago
  46. 79b1445 Update cfi directives for art_quick_osr_stub. by Christopher Ferris · 8 years ago
  47. 7e61411 ARM64: Simplify save/restore regs in invoke stub. by Vladimir Marko · 8 years ago
  48. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 8 years ago
  49. 134cfdd x86-64: Fix art_quick_osr_stub for unwinder. by Vladimir Marko · 8 years ago
  50. a26f416 ARM64: Rewrite art_quick_osr_stub for unwinder. by Vladimir Marko · 8 years ago
  51. 6dfaa0c Merge "ART: add exynos-m3 to a53 #835769 & #843419 erratum exception list" by Treehugger Robot · 8 years ago
  52. 1fbea61 ART: Fix memcmp16_test typo by Andreas Gampe · 8 years ago
  53. 1e5b3f3 Merge "MIPS64: Fix art_quick_instrumentation_entry" by Treehugger Robot · 8 years ago
  54. 86e6814 Leave one more register for clang 7.0. by Chih-Hung Hsieh · 8 years ago
  55. 7349d5d MIPS64: Fix art_quick_instrumentation_entry by Goran Jakovljevic · 8 years ago
  56. bff7a52 Revert "Compiler changes for bitstring based type checks." by Nicolas Geoffray · 8 years ago
  57. 4ea9eba Merge "MIPS32: Mark kQuickPow as direct entrypoint" by Treehugger Robot · 8 years ago
  58. be2b613 Merge "Compiler changes for bitstring based type checks." by Vladimir Marko · 8 years ago
  59. eb0ebed Compiler changes for bitstring based type checks. by Vladimir Marko · 8 years ago
  60. 0dec337 MIPS32: Mark kQuickPow as direct entrypoint by Goran Jakovljevic · 8 years ago
  61. 4d17987 ART: Add entrypoint and intrinsic for Math.pow(). by Vladimir Marko · 8 years ago
  62. bf92b3f Clean up art_quick_check_instance_of entrypoints. by Vladimir Marko · 8 years ago
  63. b47f744 ART: add exynos-m3 to a53 #835769 & #843419 erratum exception list by Junmo Park · 9 years ago
  64. 809f5b1 Explicitly document functions generated with macro ART_GET_FIELD_FROM_CODE. by Roland Levillain · 8 years ago
  65. e7de5ec MIPS: Support swaps between 128-bit locations by Goran Jakovljevic · 8 years ago
  66. bfe2c6c MIPS: Add missing include by Goran Jakovljevic · 8 years ago
  67. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 9 years ago
  68. 2196c65 Revert^4 "JIT JNI stubs." by Vladimir Marko · 9 years ago
  69. 056d775 Revert "Revert "Revert "JIT JNI stubs.""" by Nicolas Geoffray · 9 years ago
  70. e744163 Revert "Revert "JIT JNI stubs."" by Vladimir Marko · 9 years ago
  71. 47d3185 Revert "JIT JNI stubs." by Vladimir Marko · 9 years ago
  72. 3417eae JIT JNI stubs. by Vladimir Marko · 9 years ago
  73. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 9 years ago
  74. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 9 years ago
  75. 43f0cdb ART: Intrinsify polymorphic signature methods by Orion Hodson · 9 years ago
  76. 715f43e MIPS32: Improve stack alignment, use sdc1/ldc1, where possible. by Chris Larsen · 9 years ago
  77. 4584122 ART: Remove suspend-check optimization by Andreas Gampe · 9 years ago
  78. 08601a4 Merge changes I38b16291,I159669ec by Treehugger Robot · 9 years ago
  79. 60454cb MIPS: Follow-up to "Allow deoptimization when returning from a runtime method" by Alexey Frunze · 9 years ago
  80. 217d6d3 ART: Remove old code by Andreas Gampe · 9 years ago
  81. 2ee1790 Revert^4 "Allow deoptimization when returning from a runtime method." by Mingyao Yang · 9 years ago
  82. 80be041 Merge "ART: Remove ArtMethod::dex_cache_resolved_methods_." by Vladimir Marko · 9 years ago
  83. 07c7028 Revert "Revert "Revert "Allow deoptimization when returning from a runtime method.""" by Nicolas Geoffray · 9 years ago
  84. 5122e6b ART: Remove ArtMethod::dex_cache_resolved_methods_. by Vladimir Marko · 9 years ago
  85. 047abb2 Revert "Revert "Allow deoptimization when returning from a runtime method."" by Mingyao Yang · 9 years ago
  86. 2ee17e6 Merge changes I6407c9b4,I49d9da67 by Vladimir Marko · 9 years ago
  87. 2b87ae0 Revert "Allow deoptimization when returning from a runtime method." by Vladimir Marko · 9 years ago
  88. 437130b Merge "Allow deoptimization when returning from a runtime method." by Mingyao Yang · 9 years ago
  89. edeba10 Allow deoptimization when returning from a runtime method. by Mingyao Yang · 9 years ago
  90. 19428ad MIPS: Follow-up to "Add two special runtime methods" by Alexey Frunze · 9 years ago
  91. 0a87a65 Add two special runtime methods. by Mingyao Yang · 9 years ago
  92. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 9 years ago
  93. 279cfba MIPS: Follow-up to hash-based DexCache methods array by Alexey Frunze · 9 years ago
  94. c73753f Merge "Hash-based DexCache methods array." by Vladimir Marko · 9 years ago
  95. e1f602e Merge "Refined HasAtLeast() for x86 and x86_64." by Aart Bik · 9 years ago
  96. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 9 years ago
  97. 4147fcc MIPS: Reduce Baker read barrier code size overhead by Alexey Frunze · 9 years ago
  98. 5354af9 Refined HasAtLeast() for x86 and x86_64. by Aart Bik · 9 years ago
  99. 23cdebe Merge "MIPS: TLAB allocation entrypoints" by Treehugger Robot · 9 years ago
  100. bac2bd1 Merge "Introduce a Marking Register in ARM code generation." by Roland Levillain · 9 years ago