1. 055c29f Art compiler: remove unnecessary sqrt call by buzbee · 11 years ago
  2. ab5b370 Merge "AArch64: Add suspend check in managed code." by Bill Buzbee · 11 years ago
  3. 7f0a6d6 Fix x86_64 test failures. by Nicolas Geoffray · 11 years ago
  4. 48241e7 AArch64: Add suspend check in managed code. by Zheng Xu · 11 years ago
  5. 748dd95 [MIPS] Remove warnings about use of at register by Chris Dearman · 11 years ago
  6. 1d4d7bd ART: refactor x86/x86-64 entrypoints by Alexei Zavjalov · 11 years ago
  7. 5ef3d95 Merge "AArch64: Enable LONG_* and INT_* opcodes." by Bill Buzbee · 11 years ago
  8. 9e36931 Move modify_ldt_lock into global lock order. by Chao-ying Fu · 11 years ago
  9. ed65c5e AArch64: Enable LONG_* and INT_* opcodes. by Serban Constantinescu · 11 years ago
  10. 3ecbbfc ART: Fix stub test inline assembly for x86 by Andreas Gampe · 11 years ago
  11. 9c47134 Merge "ART: Make StubTest IMT sanity check a warning" by Andreas Gampe · 11 years ago
  12. 512d539 Merge "Work around Mac assembler differences." by Ian Rogers · 11 years ago
  13. 0ea3794 ART: Make StubTest IMT sanity check a warning by Andreas Gampe · 11 years ago
  14. 51f7635 ART: Add INVOKE_TRAMPOLINE and imt_conflict stub to 64b architectures by Andreas Gampe · 11 years ago
  15. 9f21e41 Work around Mac assembler differences. by Ian Rogers · 11 years ago
  16. 607fa7b Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 11 years ago
  17. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  18. 6cf8010 ART: Fix ARM64 long-jump context caller-save smashes by Andreas Gampe · 11 years ago
  19. 33f109a Merge "ART: Fix comments for dmb" by Andreas Gampe · 11 years ago
  20. 675967d ART: Fix comments for dmb by Andreas Gampe · 11 years ago
  21. 421c537 Address comments from HandleScope change. by Mathieu Chartier · 11 years ago
  22. b720c4b Merge "Add Handle/HandleScope and delete SirtRef." by Mathieu Chartier · 11 years ago
  23. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  24. a47dcbf Merge "x86_64: Fix issues in entrypoints" by Andreas Gampe · 11 years ago
  25. 78150c7 x86_64: Fix issues in entrypoints by Dmitry Petrochenko · 11 years ago
  26. c0480ef Fix includes for arch_test.cc. by Vladimir Marko · 11 years ago
  27. ad930da Merge "Move quick frame info to OatQuickMethodHeader." by Vladimir Marko · 11 years ago
  28. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 11 years ago
  29. 4fc046e ART: Add lock and unlock stubs for ARM64, fix for X86-64 by Andreas Gampe · 11 years ago
  30. 7e0a8b4 Merge changes Icf9afbab,If2409101 by Andreas Gampe · 11 years ago
  31. b170b3e Merge "Fix stub_test to pass with SS collector." by Mathieu Chartier · 11 years ago
  32. dfd891a AArch64: Fixing and adding arm64 trampolines. by Matteo Franchin · 11 years ago
  33. 119c6bd Fix stub_test to pass with SS collector. by Mathieu Chartier · 11 years ago
  34. 4d466a8 Remove all LOG(DEBUG) which is not intended to be checked in by Brian Carlstrom · 11 years ago
  35. 63206f3 AArch64: Fix the usage of Thread Register for arm64 by Serban Constantinescu · 11 years ago
  36. a0ff605 Only disable @PLT symbols for clang 3.3. by Ian Rogers · 11 years ago
  37. 484f4da Merge "ART: ARM64 field entrypoints" by Andreas Gampe · 11 years ago
  38. 6e4e59c ART: ARM64 field entrypoints by Andreas Gampe · 11 years ago
  39. fc733a1 Merge "ART: Clean field entrypoints for X86-64" by Andreas Gampe · 11 years ago
  40. 99b0578 Merge "Handle implicit stack overflow without affecting stack walks" by Dave Allison · 11 years ago
  41. 9d4e5e2 ART: Clean field entrypoints for X86-64 by Andreas Gampe · 11 years ago
  42. fac805b Merge "Implement field entrypoints for x86-64" by Andreas Gampe · 11 years ago
  43. 5cd3375 Handle implicit stack overflow without affecting stack walks by Dave Allison · 11 years ago
  44. 8d07e2d Implement field entrypoints for x86-64 by Alexei Zavjalov · 11 years ago
  45. 266340d ART: ARM64 art_quick_string_compareto by Andreas Gampe · 11 years ago
  46. 2ba8d4b ART: Better art_quick_string_compareto stub_test by Andreas Gampe · 11 years ago
  47. 7177d7c ART: Add art_quick_unlock_object to stub_test by Andreas Gampe · 11 years ago
  48. 851a9a9 Merge "Implement object lock and unlock entrypoints for x86-64" by Andreas Gampe · 11 years ago
  49. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 11 years ago
  50. 80c7934 Implement object lock and unlock entrypoints for x86-64 by Alexei Zavjalov · 11 years ago
  51. 315ccab Implement art_quick_string_compareto entrypoint for x86-64 by Alexei Zavjalov · 11 years ago
  52. a2b51a0 Fix host build with clang 3.3 by Brian Carlstrom · 11 years ago
  53. 0a3b13f Merge "Add heap reference size to the checks in arch_test" by Andreas Gampe · 11 years ago
  54. b132ec5 Add heap reference size to the checks in arch_test by Andreas Gampe · 11 years ago
  55. f4e910b Implement art_quick_aput_object stubs for X86-64 and ARM64 by Andreas Gampe · 11 years ago
  56. 6661304 Merge "Disable StubTest.APutObj if heap poisoning is enabled." by Hiroshi Yamauchi · 11 years ago
  57. 00c1e6d Add ARM64 & X86_64 Assembly, plus tests by Andreas Gampe · 11 years ago
  58. d6881ae Disable StubTest.APutObj if heap poisoning is enabled. by Hiroshi Yamauchi · 11 years ago
  59. 5c1e435 Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly code by Andreas Gampe · 11 years ago
  60. bb43b21 Merge "Fix ART compilation for Clang 3.5." by Stephen Hines · 11 years ago
  61. 525cde2 Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 Stubs by Andreas Gampe · 11 years ago
  62. 861ea56 Fix ART compilation for Clang 3.5. by Stephen Hines · 11 years ago
  63. 987560f Remove support for app JNI workarounds. by Ian Rogers · 11 years ago
  64. 47d00c0 Add untested x86-64 downcall and exception assembly. by Ian Rogers · 11 years ago
  65. 949e5fd Merge "art_quick_unlock_object uses comparison incorrectly" by Ian Rogers · 11 years ago
  66. 75b9113 AArch64: Jni compiler fixes by Serban Constantinescu · 11 years ago
  67. e78d4e1 art_quick_unlock_object uses comparison incorrectly by Serguei Katkov · 11 years ago
  68. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 11 years ago
  69. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 11 years ago
  70. a376328 ARM64: Fix array out of bounds access in DoLongJump by Andreas Gampe · 11 years ago
  71. 0b59c11 Merge "Fix ARM64 invoke stubs, correct CFI directives" by Andreas Gampe · 11 years ago
  72. 03906cf Fix ARM64 invoke stubs, correct CFI directives by Andreas Gampe · 11 years ago
  73. 1552373 AArch64: Fix Managed Register unit tests by Serban Constantinescu · 11 years ago
  74. 97a332b Merge "art_quick_lock_object uses registers incorrectly" by Ian Rogers · 11 years ago
  75. 8ef84af art_quick_lock_object uses registers incorrectly by Serguei Katkov · 11 years ago
  76. 8325296 Disable use of R4 as a promotable register by Dave Allison · 11 years ago
  77. 86fb9bf Fix Thread offsets for ARM64 assembly by Andreas Gampe · 11 years ago
  78. c751fdc Add handler for printing java stack traces for compiled code SIGSEGV. by Mathieu Chartier · 11 years ago
  79. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  80. f943914 Implement implicit stack overflow checks by Dave Allison · 11 years ago
  81. fca8220 x86_64: JNI compiler by Dmitry Petrochenko · 11 years ago
  82. e62a07e Last patch for running tests on ARM64 by Andreas Gampe · 11 years ago
  83. c6ee54e Trampoline and assembly fixes for ARM64 by Andreas Gampe · 11 years ago
  84. 9de65ff Fixes to mem_map wraparound and ARM64 quick_invoke assembly by Andreas Gampe · 11 years ago
  85. 6ed19fd 64bit: make runtime offsets more deterministic. by Ian Rogers · 11 years ago
  86. b95a534 AArch64: Add arm64 runtime support. by Stuart Monteith · 11 years ago
  87. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  88. 36fea8d Fixing structure of native frame for Generic JNI by Andreas Gampe · 11 years ago
  89. b7dabf5 Implement proxy support for x86-64. by Ian Rogers · 11 years ago
  90. 1a57066 A few 64bit fixes. by Ian Rogers · 11 years ago
  91. c665129 Always reset CFI state. by Ian Rogers · 11 years ago
  92. ee043fc Ensure functions start with clean CFA state. by Ian Rogers · 11 years ago
  93. e0dcd46 JNI down call fixes. by Ian Rogers · 11 years ago
  94. c147b00 Release unused parts of a JNI frame before calling native code by Andreas Gampe · 11 years ago
  95. 44d6ff1 Fix issues with clang and BUILD_HOST_64bit. by Ian Rogers · 11 years ago
  96. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 11 years ago
  97. befbd57 Fix host architecture for 64bit. by Ian Rogers · 11 years ago
  98. bf6b92a Generic JNI implementation for x86_64 by Andreas Gampe · 11 years ago
  99. 39d9218 Size and offset fixes to compile for 64b host by Andreas Gampe · 11 years ago
  100. ed8dd49 AArch64: Add ARM64 Assembler by Serban Constantinescu · 11 years ago