1. ff73498 Revert "Revert "[MIPS] Use hard float calling convention for managed code"" by Goran Jakovljevic · 10 years ago
  2. 7fee84c Revert "[MIPS] Use hard float calling convention for managed code" by Vladimir Marko · 10 years ago
  3. a29449d [MIPS] Use hard float calling convention for managed code by Goran Jakovljevic · 10 years ago
  4. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 10 years ago
  5. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 10 years ago
  6. e0d7cff ART: Fix arm32 assembly for Clang by Chih-Hung Hsieh · 10 years ago
  7. ff7b114 ART: Fix stub_test by Andreas Gampe · 10 years ago
  8. 8d72e5d Merge "ART: Remove unique-numbered labels from arm64 assembly" by Andreas Gampe · 10 years ago
  9. c0da7ac ART: Remove unique-numbered labels from arm64 assembly by Chih-Hung Hsieh · 10 years ago
  10. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 10 years ago
  11. 1aee900 Add read barrier support to the entrypoints. by Man Cao · 10 years ago
  12. 71cef23 Fix alignments in quick_entrypoints_x86_64.S by Man Cao · 10 years ago
  13. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  14. 411b96d Merge "ART: Remove some of the Mac craziness" by Andreas Gampe · 10 years ago
  15. 4360be2 ART: Remove some of the Mac craziness by Andreas Gampe · 10 years ago
  16. 76914b0 ART: Fix arm32 quick_invoke_stub CFI by Andreas Gampe · 10 years ago
  17. 55978b8 ART: Fix mac build by Andreas Gampe · 10 years ago
  18. 3031c8d ART: Remove art_quick_invoke_interface_trampoline by Andreas Gampe · 10 years ago
  19. 9f5e1d9 Fix cfi information for x86. by Christopher Ferris · 10 years ago
  20. 15c9881 Merge "ART: Fix arm32 assembly stub CFI" by Andreas Gampe · 10 years ago
  21. 3d1e0c9 ART: Fix arm32 assembly stub CFI by Andreas Gampe · 10 years ago
  22. 2e8bf55 Initialize pDeoptimize quick entry pointer for Mips. by Douglas Leung · 10 years ago
  23. 22bb5a2 Add implicit null pointer and stack overflow checks for Mips. by Douglas Leung · 10 years ago
  24. 2738639 ART: Fix CFI annotation for art_quick_aput_obj by Mathieu Chartier · 10 years ago
  25. 6b90d42 ART: Fix CFI annotation in arm64, x86 and x86-64 assembly by Andreas Gampe · 10 years ago
  26. c89b047 ART: Fix arm32 instrumentation exit stub by Andreas Gampe · 10 years ago
  27. d4a02cf Merge "Replace some run-time assertions with compile-time ones in ART." by Roland Levillain · 10 years ago
  28. f561aab fault_handler : debug output sp in hex and not decimal. by Narayan Kamath · 10 years ago
  29. 9346ff0 Fix moving GC bugs in proxy stub for X86/X86_64 by Mathieu Chartier · 10 years ago
  30. 33d6903 Replace some run-time assertions with compile-time ones in ART. by Roland Levillain · 10 years ago
  31. 84bc06e [MIPS] Fix method tracing for mips64 by Lazar Trsic · 10 years ago
  32. 49e3b62 Merge "Delegate long-to-float type conversions to the runtime on ARM." by Roland Levillain · 10 years ago
  33. bfa5eb6 Add heap poisoning support to the entrypoints. by Hiroshi Yamauchi · 10 years ago
  34. 5b3ee56 Delegate long-to-float type conversions to the runtime on ARM. by Roland Levillain · 10 years ago
  35. 80f7a57 [MIPS64] Fix art_quick_invoke_stub argument offsets. by Nikola Veljkovic · 10 years ago
  36. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  37. a4e0e67 ART: Add Mips o32 callee-save registers to SaveAll frame by Andreas Gampe · 10 years ago
  38. 5b09ea0 ART: Use kBadFprBase on mips64 and arm64. by Vladimir Marko · 10 years ago
  39. 00f09ff Merge "Pass the dex method index directly to interface trampoline." by Nicolas Geoffray · 10 years ago
  40. 8ea18d0 Pass the dex method index directly to interface trampoline. by Nicolas Geoffray · 10 years ago
  41. eabafce Merge "Fix alloc-dealloc-mismatch (new[] vs delete) in tests." by Evgenii Stepanov · 10 years ago
  42. 72133ad Fix alloc-dealloc-mismatch (new[] vs delete) in tests. by Evgenii Stepanov · 10 years ago
  43. 0eb4251 Fix mac build: cast fpr callee save addresses. by Vladimir Marko · 10 years ago
  44. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 10 years ago
  45. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  46. 9bd88b0 ARM64: Move xSELF from x18 to x19. by Serban Constantinescu · 10 years ago
  47. 7ea6a17 Don't hardcode the location of the caller. by Nicolas Geoffray · 10 years ago
  48. 1d316ad Merge "Insert a read barrier in the JNI bridge." by Hiroshi Yamauchi · 10 years ago
  49. 591d8e4 Merge "Add stub_test implementation for mips & mips64" by Andreas Gampe · 10 years ago
  50. 0456881 Fix stub_test for Mips64 by Goran Jakovljevic · 10 years ago
  51. 1cc71eb Insert a read barrier in the JNI bridge. by Hiroshi Yamauchi · 10 years ago
  52. 4ef69be Add stub_test implementation for mips & mips64 by Goran Jakovljevic · 10 years ago
  53. 8771be9 Merge "Fix mips64 bugs." by Andreas Gampe · 10 years ago
  54. 27a4a9d Fix instrumentation exit stub for arm64 by Sebastien Hertz · 10 years ago
  55. e7755e7 Fix Mips64 utils.h typo by Duane Sand · 10 years ago
  56. 8223b80 Fix mips64 bugs. by Douglas Leung · 10 years ago
  57. d4667de Merge "ART: Add FOUR_ARG_DOWNCALL macro for MIPS64 entry points." by Vladimir Marko · 10 years ago
  58. e85e123 ART: Add FOUR_ARG_DOWNCALL macro for MIPS64 entry points. by Vladimir Marko · 10 years ago
  59. a3c3827 ART: Fix MIPS entrypoint downcall macros. by Vladimir Marko · 10 years ago
  60. 69bdcb2 Fix java_lang_Class newInstance for strings; also quick entrypoints. by Jeff Hao · 10 years ago
  61. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  62. 5ea536a Remove ArtMethod* parameter from dex cache entry points. by Vladimir Marko · 10 years ago
  63. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  64. 40741f3 [optimizing] Use more X86_64 addressing modes by Mark Mendell · 10 years ago
  65. cd5bc14 Merge "ARM64: Remove suspend register." by Vladimir Marko · 10 years ago
  66. 8d20011 Merge "Opt Compiler: ARM64 goodness" by Roland Levillain · 10 years ago
  67. 69a5030 ARM64: Remove suspend register. by Zheng Xu · 10 years ago
  68. 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago
  69. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  70. d875064 ART: Remove unused variables. by Andreas Gampe · 10 years ago
  71. 81a6543 Merge "ART: Add support for "silvermont" variant" by Andreas Gampe · 10 years ago
  72. 75c40d4 Fix JNI compiler for mips64 by Goran Jakovljevic · 10 years ago
  73. 017d16c ART: Make unknown variant "mips64r6" go away by Andreas Gampe · 10 years ago
  74. e8aae00 Merge "ART: Add Clang's -Wused-but-marked-unused" by Andreas Gampe · 10 years ago
  75. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  76. ca71458 ART: Add Clang's -Wused-but-marked-unused by Andreas Gampe · 10 years ago
  77. 24a05f4 ART: Add support for "silvermont" variant by Andreas Gampe · 10 years ago
  78. 9415886 ART: Avoid obvious segfault in arm & x86 fault handler by Andreas Gampe · 10 years ago
  79. 97597c9 Merge "[optimizing] Implement x86/x86_64 math intrinsics" by Andreas Gampe · 10 years ago
  80. 760d8ef Opt Compiler: ARM64 goodness by Serban Constantinescu · 10 years ago
  81. d43b3ac Revert "Revert "Deoptimization-based bce."" by Mingyao Yang · 10 years ago
  82. fb8d279 [optimizing] Implement x86/x86_64 math intrinsics by Mark Mendell · 10 years ago
  83. f93c6fe Merge "Fixed layout for dex caches in boot image." by Vladimir Marko · 10 years ago
  84. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 10 years ago
  85. f96e8bd Fix 099-vmdebug and 802-deoptimization art tests for Mips. by Douglas Leung · 10 years ago
  86. 0ba6273 Revert "Deoptimization-based bce." by Andreas Gampe · 10 years ago
  87. e295e6e Deoptimization-based bce. by Mingyao Yang · 10 years ago
  88. 3d900a7 Fix the mac build. by Hiroshi Yamauchi · 10 years ago
  89. 3743174 Merge "Assembly TLAB allocation fast path for x86_64." by Hiroshi Yamauchi · 10 years ago
  90. a7d38fc ART: Fix expectations for instruction-set-features string by Goran Jakovljevic · 10 years ago
  91. 3d12ead ART: Change the isa defaults for Mips by Douglas Leung · 10 years ago
  92. e01a520 Assembly TLAB allocation fast path for x86_64. by Hiroshi Yamauchi · 10 years ago
  93. 20e7d60 Fix art_quick_instrumentation_exit stub for x86_64 by Sebastien Hertz · 10 years ago
  94. 5c9d8f0 Merge "Compute the right catch location for the debugger." by Nicolas Geoffray · 10 years ago
  95. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  96. 6ea651f Initial support for quick compiler on MIPS64r6. by Maja Gagic · 10 years ago
  97. ff3ef43 Merge "Reserve bits in the lock word for read barriers." by Hiroshi Yamauchi · 10 years ago
  98. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 10 years ago
  99. 126d659 Fix generic JNI stubs to not discard the Java native frame. by Nicolas Geoffray · 10 years ago
  100. 579885a Opt Compiler: ARM64: Enable explicit memory barriers over acquire/release by Serban Constantinescu · 10 years ago