1. 20e7d60 Fix art_quick_instrumentation_exit stub for x86_64 by Sebastien Hertz · 9 years ago
  2. ff3ef43 Merge "Reserve bits in the lock word for read barriers." by Hiroshi Yamauchi · 9 years ago
  3. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 10 years ago
  4. 126d659 Fix generic JNI stubs to not discard the Java native frame. by Nicolas Geoffray · 9 years ago
  5. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 9 years ago
  6. 96ba8dc Refactor register access from StackVisitor by Sebastien Hertz · 10 years ago
  7. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  8. 4597b5b Fix valgrind error. by Nicolas Geoffray · 10 years ago
  9. 24f2dfa [optimizing compiler] Implement inline x86 FP '%' by Mark Mendell · 10 years ago
  10. 4de14bb Merge "Save all registers in native to Java stubs." by Nicolas Geoffray · 10 years ago
  11. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  12. 4808846 Save all registers in native to Java stubs. by Nicolas Geoffray · 10 years ago
  13. d2ec87d [optimizing compiler] Add REM_FLOAT and REM_DOUBLE by Calin Juravle · 10 years ago
  14. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  15. 410709f Merge "Fix art_quick_instrumentation_entry stub for x86/x86_64" by Sebastien Hertz · 10 years ago
  16. 32b12f8 Fix art_quick_instrumentation_entry stub for x86/x86_64 by Sebastien Hertz · 10 years ago
  17. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  18. e179456 ART: Fix some redundant declarations by Andreas Gampe · 10 years ago
  19. 4bb1404 Fix unused parameters for the Mac. by Ian Rogers · 10 years ago
  20. b688611 ART: Remove unnecessary includes by Andreas Gampe · 10 years ago
  21. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 10 years ago
  22. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  23. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  24. 832336b Don't copy fill array data to quick literal pool. by Ian Rogers · 10 years ago
  25. 8ce6b90 Handle nested signals by Dave Allison · 10 years ago
  26. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  27. 29b3841 ART: Set default visibility to protected by Andreas Gampe · 10 years ago
  28. 648d711 Reduce stack usage for overflow checks by Dave Allison · 10 years ago
  29. 85fa796 Fix more of the Mac build. by Dan Albert · 10 years ago
  30. dfd3b47 Add implicit checks for x86_64 architecture. by Dave Allison · 10 years ago
  31. 2a0bffd Add x86_64 optimized __memcmp16 implementation; by Varvara Rainchik · 10 years ago
  32. fea2901 ART: Fix x86_64 instrumentation_exit, also movsd -> movq by Andreas Gampe · 10 years ago
  33. 69dfe51 Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86"""" by Dave Allison · 10 years ago
  34. ab08811 Add read barriers for the roots in Runtime. by Hiroshi Yamauchi · 10 years ago
  35. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  36. ae91207 Fix mac build. by Christopher Ferris · 10 years ago
  37. 0025a86 Revert "Revert "Revert "Add implicit null and stack checks for x86""" by Nicolas Geoffray · 10 years ago
  38. 7fb36de Revert "Revert "Add implicit null and stack checks for x86"" by Dave Allison · 10 years ago
  39. c380191 x86_64: Enable fp-reg promotion by Serguei Katkov · 10 years ago
  40. 3d14eb6 Revert "Add implicit null and stack checks for x86" by Dave Allison · 10 years ago
  41. 34e826c Add implicit null and stack checks for x86 by Dave Allison · 10 years ago
  42. 04c31d2 JNI dlsym lookup fixes. by Ian Rogers · 10 years ago
  43. c200a4a ART: Rework Generic JNI, add ARM version by Andreas Gampe · 10 years ago
  44. 86797a7 AArch64: Add memcmp16() for Arm64; ensure xSELF not clobbered by Serban Constantinescu · 10 years ago
  45. 39b1ef0 Fix linux build. by Brian Carlstrom · 10 years ago
  46. c3ccc10 Fix the Mac build on x86-64. by Ian Rogers · 10 years ago
  47. 0bcb290 Revert "Revert "Fix access to FP registers when visiting stack"" by Sebastien Hertz · 10 years ago
  48. bd3682e ART: Implement rem_double/rem_float for x86/x86-64 by Alexei Zavjalov · 10 years ago
  49. 4d0589c ART: Move __memcmp16 from Bionic to ART by Andreas Gampe · 10 years ago
  50. 335b91f Merge "ART: Add instrumentation stubs for ARM64 and X86-64" by Andreas Gampe · 10 years ago
  51. d3703d8 X86_64: Pass 'hidden method index' in EAX by Mark Mendell · 10 years ago
  52. d58342c ART: Add instrumentation stubs for ARM64 and X86-64 by Andreas Gampe · 10 years ago
  53. 7c748c1 x86_64: Fix stubs after 4-byte method handler by Serguei Katkov · 10 years ago
  54. f208ae9 x86_64: Fix art_quick_aput_obj by Dmitry Petrochenko · 10 years ago
  55. cf4035a ART: Use StackReference in Quick Stack Frame by Andreas Gampe · 10 years ago
  56. 055c29f Art compiler: remove unnecessary sqrt call by buzbee · 10 years ago
  57. 7f0a6d6 Fix x86_64 test failures. by Nicolas Geoffray · 10 years ago
  58. 1d4d7bd ART: refactor x86/x86-64 entrypoints by Alexei Zavjalov · 10 years ago
  59. 51f7635 ART: Add INVOKE_TRAMPOLINE and imt_conflict stub to 64b architectures by Andreas Gampe · 10 years ago
  60. 421c537 Address comments from HandleScope change. by Mathieu Chartier · 10 years ago
  61. b720c4b Merge "Add Handle/HandleScope and delete SirtRef." by Mathieu Chartier · 10 years ago
  62. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  63. a47dcbf Merge "x86_64: Fix issues in entrypoints" by Andreas Gampe · 10 years ago
  64. 78150c7 x86_64: Fix issues in entrypoints by Dmitry Petrochenko · 10 years ago
  65. ad930da Merge "Move quick frame info to OatQuickMethodHeader." by Vladimir Marko · 10 years ago
  66. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 10 years ago
  67. 4fc046e ART: Add lock and unlock stubs for ARM64, fix for X86-64 by Andreas Gampe · 10 years ago
  68. 9d4e5e2 ART: Clean field entrypoints for X86-64 by Andreas Gampe · 10 years ago
  69. 8d07e2d Implement field entrypoints for x86-64 by Alexei Zavjalov · 10 years ago
  70. 851a9a9 Merge "Implement object lock and unlock entrypoints for x86-64" by Andreas Gampe · 10 years ago
  71. 8194963 Replace CountOneBits and __builtin_popcount with POPCOUNT. by Vladimir Marko · 10 years ago
  72. 80c7934 Implement object lock and unlock entrypoints for x86-64 by Alexei Zavjalov · 10 years ago
  73. 315ccab Implement art_quick_string_compareto entrypoint for x86-64 by Alexei Zavjalov · 10 years ago
  74. 0a3b13f Merge "Add heap reference size to the checks in arch_test" by Andreas Gampe · 10 years ago
  75. b132ec5 Add heap reference size to the checks in arch_test by Andreas Gampe · 10 years ago
  76. f4e910b Implement art_quick_aput_object stubs for X86-64 and ARM64 by Andreas Gampe · 10 years ago
  77. 00c1e6d Add ARM64 & X86_64 Assembly, plus tests by Andreas Gampe · 10 years ago
  78. 5c1e435 Add "arch_test" gtest for assembly stub constants, add some ARM64 assembly code by Andreas Gampe · 10 years ago
  79. 525cde2 Add a GTest for Assembly Stubs, Add some ARM64 and X86-64 Stubs by Andreas Gampe · 10 years ago
  80. 47d00c0 Add untested x86-64 downcall and exception assembly. by Ian Rogers · 10 years ago
  81. c751fdc Add handler for printing java stack traces for compiled code SIGSEGV. by Mathieu Chartier · 10 years ago
  82. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  83. fca8220 x86_64: JNI compiler by Dmitry Petrochenko · 10 years ago
  84. 6ed19fd 64bit: make runtime offsets more deterministic. by Ian Rogers · 10 years ago
  85. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 10 years ago
  86. 36fea8d Fixing structure of native frame for Generic JNI by Andreas Gampe · 10 years ago
  87. b7dabf5 Implement proxy support for x86-64. by Ian Rogers · 10 years ago
  88. 1a57066 A few 64bit fixes. by Ian Rogers · 10 years ago
  89. c665129 Always reset CFI state. by Ian Rogers · 10 years ago
  90. ee043fc Ensure functions start with clean CFA state. by Ian Rogers · 10 years ago
  91. e0dcd46 JNI down call fixes. by Ian Rogers · 10 years ago
  92. c147b00 Release unused parts of a JNI frame before calling native code by Andreas Gampe · 10 years ago
  93. 44d6ff1 Fix issues with clang and BUILD_HOST_64bit. by Ian Rogers · 10 years ago
  94. befbd57 Fix host architecture for 64bit. by Ian Rogers · 10 years ago
  95. bf6b92a Generic JNI implementation for x86_64 by Andreas Gampe · 10 years ago
  96. 39d9218 Size and offset fixes to compile for 64b host by Andreas Gampe · 10 years ago
  97. d889178 Guard entrypoint changing by runtime shutdown lock. by Mathieu Chartier · 10 years ago
  98. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 10 years ago
  99. 936b37f Upcall support for x86-64. by Ian Rogers · 11 years ago
  100. 17a7fc7 Fix build. by Mathieu Chartier · 11 years ago