1. 249fa66 Merge "Fix art_quick_instrumentation_exit for ARM64" by Sebastien Hertz · 10 years ago
  2. 70f8d4b Fix art_quick_instrumentation_exit for ARM64 by Sebastien Hertz · 10 years ago
  3. 7cd26f3 ART: Target-dependent stack overflow, less check elision by Andreas Gampe · 10 years ago
  4. b5c526d Merge "AArch64: Add transition assembly to wrapper native functions." by Bill Buzbee · 10 years ago
  5. 0210d11 AArch64: Add transition assembly to wrapper native functions. by Zheng Xu · 10 years ago
  6. bd3682e ART: Implement rem_double/rem_float for x86/x86-64 by Alexei Zavjalov · 10 years ago
  7. 0bcb290 Revert "Revert "Fix access to FP registers when visiting stack"" by Sebastien Hertz · 10 years ago
  8. 52fa814 Disable StubTest.IndexOf if heap poisoning is enabled for now. by Hiroshi Yamauchi · 10 years ago
  9. 6aac355 ART: Add initialize_type stubs for ARM64; indexof test by Andreas Gampe · 10 years ago
  10. 169489b AArch64: Add support for inlined methods by Serban Constantinescu · 10 years ago
  11. e3d5581 Fix host Mac build. by Ian Rogers · 10 years ago
  12. 9ae7672 Merge "Remove deprecated WITH_HOST_DALVIK." by Ian Rogers · 10 years ago
  13. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  14. 6240102 ART: Fix MIPS build by Andreas Gampe · 10 years ago
  15. 4d0589c ART: Move __memcmp16 from Bionic to ART by Andreas Gampe · 10 years ago
  16. 335b91f Merge "ART: Add instrumentation stubs for ARM64 and X86-64" by Andreas Gampe · 10 years ago
  17. 41c507a ART: Generalize code to find PC for artInvokeInterfaceTrampoline by Alexei Zavjalov · 10 years ago
  18. fd755e0 Merge "X86_64: Pass 'hidden method index' in EAX" by Ian Rogers · 10 years ago
  19. 779f8c9 ART: Generic JNI for x86 by Andreas Gampe · 10 years ago
  20. d3703d8 X86_64: Pass 'hidden method index' in EAX by Mark Mendell · 10 years ago
  21. d58342c ART: Add instrumentation stubs for ARM64 and X86-64 by Andreas Gampe · 10 years ago
  22. 2f6e351 ART: Fix inline assembly constraints in stub_test by Andreas Gampe · 10 years ago
  23. 4479ba3 Merge "Change FieldHelper to use a handle." by Mathieu Chartier · 10 years ago
  24. 576ca0c Reduce header files including header files. by Ian Rogers · 10 years ago
  25. 7c748c1 x86_64: Fix stubs after 4-byte method handler by Serguei Katkov · 10 years ago
  26. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 10 years ago
  27. 04f4d8a Add an optimization for removing redundant suspend tests in ART by Wei Jin · 10 years ago
  28. adab3a2 Merge "Fix reflection_test failures." by Ian Rogers · 10 years ago
  29. cdb3fa5 Do not force unwind info to debug_frame. by Christopher Ferris · 10 years ago
  30. b264937 Fix reflection_test failures. by Douglas Leung · 10 years ago
  31. f39b378 ART: Fix stub_test inline assembly for ARM64 by Andreas Gampe · 10 years ago
  32. 18e6cf1 Merge "ART: Fix an error in proxy_invoke stub on ARM64" by Andreas Gampe · 10 years ago
  33. f208ae9 x86_64: Fix art_quick_aput_obj by Dmitry Petrochenko · 10 years ago
  34. d1e9167 ART: Fix an error in proxy_invoke stub on ARM64 by Andreas Gampe · 10 years ago
  35. 8792ae1 x86: art_quick_instrumentation_entry should not use offset address by Serguei Katkov · 10 years ago
  36. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 10 years ago
  37. 055c29f Art compiler: remove unnecessary sqrt call by buzbee · 10 years ago
  38. ab5b370 Merge "AArch64: Add suspend check in managed code." by Bill Buzbee · 10 years ago
  39. 7f0a6d6 Fix x86_64 test failures. by Nicolas Geoffray · 10 years ago
  40. 48241e7 AArch64: Add suspend check in managed code. by Zheng Xu · 10 years ago
  41. 748dd95 [MIPS] Remove warnings about use of at register by Chris Dearman · 10 years ago
  42. 1d4d7bd ART: refactor x86/x86-64 entrypoints by Alexei Zavjalov · 10 years ago
  43. 5ef3d95 Merge "AArch64: Enable LONG_* and INT_* opcodes." by Bill Buzbee · 10 years ago
  44. 9e36931 Move modify_ldt_lock into global lock order. by Chao-ying Fu · 10 years ago
  45. ed65c5e AArch64: Enable LONG_* and INT_* opcodes. by Serban Constantinescu · 10 years ago
  46. 3ecbbfc ART: Fix stub test inline assembly for x86 by Andreas Gampe · 10 years ago
  47. 9c47134 Merge "ART: Make StubTest IMT sanity check a warning" by Andreas Gampe · 10 years ago
  48. 512d539 Merge "Work around Mac assembler differences." by Ian Rogers · 10 years ago
  49. 0ea3794 ART: Make StubTest IMT sanity check a warning by Andreas Gampe · 10 years ago
  50. 51f7635 ART: Add INVOKE_TRAMPOLINE and imt_conflict stub to 64b architectures by Andreas Gampe · 10 years ago
  51. 9f21e41 Work around Mac assembler differences. by Ian Rogers · 10 years ago
  52. 607fa7b Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 10 years ago
  53. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  54. 6cf8010 ART: Fix ARM64 long-jump context caller-save smashes by Andreas Gampe · 10 years ago
  55. 33f109a Merge "ART: Fix comments for dmb" by Andreas Gampe · 10 years ago
  56. 675967d ART: Fix comments for dmb by Andreas Gampe · 10 years ago
  57. 421c537 Address comments from HandleScope change. by Mathieu Chartier · 10 years ago
  58. b720c4b Merge "Add Handle/HandleScope and delete SirtRef." by Mathieu Chartier · 10 years ago
  59. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  60. a47dcbf Merge "x86_64: Fix issues in entrypoints" by Andreas Gampe · 10 years ago
  61. 78150c7 x86_64: Fix issues in entrypoints by Dmitry Petrochenko · 10 years ago
  62. c0480ef Fix includes for arch_test.cc. by Vladimir Marko · 10 years ago
  63. ad930da Merge "Move quick frame info to OatQuickMethodHeader." by Vladimir Marko · 10 years ago
  64. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 10 years ago
  65. 4fc046e ART: Add lock and unlock stubs for ARM64, fix for X86-64 by Andreas Gampe · 10 years ago
  66. 7e0a8b4 Merge changes Icf9afbab,If2409101 by Andreas Gampe · 10 years ago
  67. b170b3e Merge "Fix stub_test to pass with SS collector." by Mathieu Chartier · 10 years ago
  68. dfd891a AArch64: Fixing and adding arm64 trampolines. by Matteo Franchin · 10 years ago
  69. 119c6bd Fix stub_test to pass with SS collector. by Mathieu Chartier · 10 years ago
  70. 4d466a8 Remove all LOG(DEBUG) which is not intended to be checked in by Brian Carlstrom · 10 years ago
  71. 63206f3 AArch64: Fix the usage of Thread Register for arm64 by Serban Constantinescu · 10 years ago
  72. a0ff605 Only disable @PLT symbols for clang 3.3. by Ian Rogers · 10 years ago
  73. 484f4da Merge "ART: ARM64 field entrypoints" by Andreas Gampe · 10 years ago
  74. 6e4e59c ART: ARM64 field entrypoints by Andreas Gampe · 10 years ago
  75. fc733a1 Merge "ART: Clean field entrypoints for X86-64" by Andreas Gampe · 10 years ago
  76. 99b0578 Merge "Handle implicit stack overflow without affecting stack walks" by Dave Allison · 10 years ago
  77. 9d4e5e2 ART: Clean field entrypoints for X86-64 by Andreas Gampe · 10 years ago
  78. fac805b Merge "Implement field entrypoints for x86-64" by Andreas Gampe · 10 years ago
  79. 5cd3375 Handle implicit stack overflow without affecting stack walks by Dave Allison · 10 years ago
  80. 8d07e2d Implement field entrypoints for x86-64 by Alexei Zavjalov · 10 years ago
  81. 266340d ART: ARM64 art_quick_string_compareto by Andreas Gampe · 10 years ago
  82. 2ba8d4b ART: Better art_quick_string_compareto stub_test by Andreas Gampe · 10 years ago
  83. 7177d7c ART: Add art_quick_unlock_object to stub_test by Andreas Gampe · 10 years ago
  84. 851a9a9 Merge "Implement object lock and unlock entrypoints for x86-64" by Andreas Gampe · 10 years ago
  85. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 10 years ago
  86. 80c7934 Implement object lock and unlock entrypoints for x86-64 by Alexei Zavjalov · 10 years ago
  87. 315ccab Implement art_quick_string_compareto entrypoint for x86-64 by Alexei Zavjalov · 10 years ago
  88. a2b51a0 Fix host build with clang 3.3 by Brian Carlstrom · 10 years ago
  89. 0a3b13f Merge "Add heap reference size to the checks in arch_test" by Andreas Gampe · 10 years ago
  90. b132ec5 Add heap reference size to the checks in arch_test by Andreas Gampe · 10 years ago
  91. f4e910b Implement art_quick_aput_object stubs for X86-64 and ARM64 by Andreas Gampe · 10 years ago
  92. 6661304 Merge "Disable StubTest.APutObj if heap poisoning is enabled." by Hiroshi Yamauchi · 10 years ago
  93. 00c1e6d Add ARM64 & X86_64 Assembly, plus tests by Andreas Gampe · 10 years ago
  94. d6881ae Disable StubTest.APutObj if heap poisoning is enabled. by Hiroshi Yamauchi · 10 years ago
  95. 5c1e435 Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly code by Andreas Gampe · 10 years ago
  96. bb43b21 Merge "Fix ART compilation for Clang 3.5." by Stephen Hines · 10 years ago
  97. 525cde2 Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 Stubs by Andreas Gampe · 10 years ago
  98. 861ea56 Fix ART compilation for Clang 3.5. by Stephen Hines · 10 years ago
  99. 987560f Remove support for app JNI workarounds. by Ian Rogers · 10 years ago
  100. 47d00c0 Add untested x86-64 downcall and exception assembly. by Ian Rogers · 10 years ago