1. 8771be9 Merge "Fix mips64 bugs." by Andreas Gampe · 10 years ago
  2. 27a4a9d Fix instrumentation exit stub for arm64 by Sebastien Hertz · 10 years ago
  3. e7755e7 Fix Mips64 utils.h typo by Duane Sand · 10 years ago
  4. 8223b80 Fix mips64 bugs. by Douglas Leung · 10 years ago
  5. d4667de Merge "ART: Add FOUR_ARG_DOWNCALL macro for MIPS64 entry points." by Vladimir Marko · 10 years ago
  6. e85e123 ART: Add FOUR_ARG_DOWNCALL macro for MIPS64 entry points. by Vladimir Marko · 10 years ago
  7. a3c3827 ART: Fix MIPS entrypoint downcall macros. by Vladimir Marko · 10 years ago
  8. 69bdcb2 Fix java_lang_Class newInstance for strings; also quick entrypoints. by Jeff Hao · 10 years ago
  9. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  10. 5ea536a Remove ArtMethod* parameter from dex cache entry points. by Vladimir Marko · 10 years ago
  11. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  12. 40741f3 [optimizing] Use more X86_64 addressing modes by Mark Mendell · 10 years ago
  13. cd5bc14 Merge "ARM64: Remove suspend register." by Vladimir Marko · 10 years ago
  14. 8d20011 Merge "Opt Compiler: ARM64 goodness" by Roland Levillain · 10 years ago
  15. 69a5030 ARM64: Remove suspend register. by Zheng Xu · 10 years ago
  16. 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago
  17. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  18. d875064 ART: Remove unused variables. by Andreas Gampe · 10 years ago
  19. 81a6543 Merge "ART: Add support for "silvermont" variant" by Andreas Gampe · 10 years ago
  20. 75c40d4 Fix JNI compiler for mips64 by Goran Jakovljevic · 10 years ago
  21. 017d16c ART: Make unknown variant "mips64r6" go away by Andreas Gampe · 10 years ago
  22. e8aae00 Merge "ART: Add Clang's -Wused-but-marked-unused" by Andreas Gampe · 10 years ago
  23. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  24. ca71458 ART: Add Clang's -Wused-but-marked-unused by Andreas Gampe · 10 years ago
  25. 24a05f4 ART: Add support for "silvermont" variant by Andreas Gampe · 10 years ago
  26. 9415886 ART: Avoid obvious segfault in arm & x86 fault handler by Andreas Gampe · 10 years ago
  27. 97597c9 Merge "[optimizing] Implement x86/x86_64 math intrinsics" by Andreas Gampe · 10 years ago
  28. 760d8ef Opt Compiler: ARM64 goodness by Serban Constantinescu · 10 years ago
  29. d43b3ac Revert "Revert "Deoptimization-based bce."" by Mingyao Yang · 10 years ago
  30. fb8d279 [optimizing] Implement x86/x86_64 math intrinsics by Mark Mendell · 10 years ago
  31. f93c6fe Merge "Fixed layout for dex caches in boot image." by Vladimir Marko · 10 years ago
  32. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 10 years ago
  33. f96e8bd Fix 099-vmdebug and 802-deoptimization art tests for Mips. by Douglas Leung · 10 years ago
  34. 0ba6273 Revert "Deoptimization-based bce." by Andreas Gampe · 10 years ago
  35. e295e6e Deoptimization-based bce. by Mingyao Yang · 10 years ago
  36. 3d900a7 Fix the mac build. by Hiroshi Yamauchi · 10 years ago
  37. 3743174 Merge "Assembly TLAB allocation fast path for x86_64." by Hiroshi Yamauchi · 10 years ago
  38. a7d38fc ART: Fix expectations for instruction-set-features string by Goran Jakovljevic · 10 years ago
  39. 3d12ead ART: Change the isa defaults for Mips by Douglas Leung · 10 years ago
  40. e01a520 Assembly TLAB allocation fast path for x86_64. by Hiroshi Yamauchi · 10 years ago
  41. 20e7d60 Fix art_quick_instrumentation_exit stub for x86_64 by Sebastien Hertz · 10 years ago
  42. 5c9d8f0 Merge "Compute the right catch location for the debugger." by Nicolas Geoffray · 10 years ago
  43. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  44. 6ea651f Initial support for quick compiler on MIPS64r6. by Maja Gagic · 10 years ago
  45. ff3ef43 Merge "Reserve bits in the lock word for read barriers." by Hiroshi Yamauchi · 10 years ago
  46. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 10 years ago
  47. 126d659 Fix generic JNI stubs to not discard the Java native frame. by Nicolas Geoffray · 10 years ago
  48. 579885a Opt Compiler: ARM64: Enable explicit memory barriers over acquire/release by Serban Constantinescu · 10 years ago
  49. 2d873b6 [MIPS] Fix mips32 trampoline problem. by Nikola Veljkovic · 10 years ago
  50. 7c3952f ART: Add -Wunused by Andreas Gampe · 10 years ago
  51. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 10 years ago
  52. cf3fb94 Merge "Fix art_quick_instrumentation_entry for x86" by Sebastien Hertz · 10 years ago
  53. f551d1b Fix art_quick_instrumentation_entry for x86 by Sebastien Hertz · 10 years ago
  54. 6d25419 Default to 64-bit for tests of methods with varying ISAs for valgrind. by Jeff Hao · 10 years ago
  55. f4b24f7 Merge "ART: Change x86 long param ABI (Quick/JNI/Opt)" by Nicolas Geoffray · 10 years ago
  56. 6461d19 Add Mips64 art_quick_proxy_invoke_handler assembly. by Douglas Leung · 10 years ago
  57. cc7c39d ART: Add Mips64 resolution trampoline assembly by Andreas Gampe · 10 years ago
  58. 3e6a3bf ART: Change x86 long param ABI (Quick/JNI/Opt) by Mark Mendell · 10 years ago
  59. 966c3ae Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"" by Mark P Mendell · 10 years ago
  60. 949c91f Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 10 years ago
  61. aeb47bb Merge "Refactor register access from StackVisitor" by Sebastien Hertz · 10 years ago
  62. f601d19 ART: Fix assembler labels' usage in macros for Mac. by Vladimir Marko · 10 years ago
  63. 96ba8dc Refactor register access from StackVisitor by Sebastien Hertz · 10 years ago
  64. bc50334 Fix Mac build. by Vladimir Marko · 10 years ago
  65. 34eda1d ART: Fix asm literals for Mac builds. by Vladimir Marko · 10 years ago
  66. ebb3cbc Merge "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 10 years ago
  67. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  68. 4597b5b Fix valgrind error. by Nicolas Geoffray · 10 years ago
  69. 3d2c8e7 ART: Implement X86 hard float (Quick/JNI/Baseline) by Mark Mendell · 10 years ago
  70. 6f61141 ART: Refactor common ELF->InstructionSet code by Andreas Gampe · 10 years ago
  71. 5c3d3a9 ART: Fix stub_test by Andreas Gampe · 10 years ago
  72. 24f2dfa [optimizing compiler] Implement inline x86 FP '%' by Mark Mendell · 10 years ago
  73. fa04842 Merge "Fix refs_and_args callee save order for Mips32." by Andreas Gampe · 10 years ago
  74. 1a5c406 ART: Mips64 runtime support by Andreas Gampe · 10 years ago
  75. 0223a19 Merge "ART: Allow to compile interpret-only mips64 files" by Andreas Gampe · 10 years ago
  76. 57b3429 ART: Allow to compile interpret-only mips64 files by Andreas Gampe · 10 years ago
  77. 369810a ART: Allow scoped adjustments to log verbosity by Andreas Gampe · 10 years ago
  78. 7774edf Merge "Skip r1 on arm if first parameter is a long." by Nicolas Geoffray · 10 years ago
  79. df179cb ART: Fix mips typo by Andreas Gampe · 10 years ago
  80. c5a3ea7 ART: Introduce Mips32 R6 by Andreas Gampe · 10 years ago
  81. 8d36591 ART: Use jalr instead of jr for Mips by Andreas Gampe · 10 years ago
  82. 69c15d3 Skip r1 on arm if first parameter is a long. by Nicolas Geoffray · 10 years ago
  83. c6d8672 Fix refs_and_args callee save order for Mips32. by Douglas Leung · 10 years ago
  84. 0f9b03c Revert "ART: Implement hard float for X86" by Vladimir Marko · 10 years ago
  85. 59b9cf7 ART: Implement hard float for X86 by Mark Mendell · 10 years ago
  86. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 10 years ago
  87. 475cfd8 Fix typo bug for Mips32. by Douglas Leung · 10 years ago
  88. e34652f [MIPSR6] Adjust assembly routines for MIPS R6 isa by Duane Sand · 10 years ago
  89. 4de14bb Merge "Save all registers in native to Java stubs." by Nicolas Geoffray · 10 years ago
  90. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  91. 4808846 Save all registers in native to Java stubs. by Nicolas Geoffray · 10 years ago
  92. c4925d4 Merge "[optimizing compiler] Add REM_FLOAT and REM_DOUBLE" by Calin Juravle · 10 years ago
  93. d2ec87d [optimizing compiler] Add REM_FLOAT and REM_DOUBLE by Calin Juravle · 10 years ago
  94. d0a0b3e Fix arm unwind data for art code. by Christopher Ferris · 10 years ago
  95. 124cd8f Merge "Add JNI trampoline for mips32." by Ian Rogers · 10 years ago
  96. 8366ca0 Fix the last users of TARGET_CPU_SMP. by Elliott Hughes · 10 years ago
  97. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  98. d9df670 Add denver64 as a known ARM64 variant. by Ian Rogers · 10 years ago
  99. 410709f Merge "Fix art_quick_instrumentation_entry stub for x86/x86_64" by Sebastien Hertz · 10 years ago
  100. 32b12f8 Fix art_quick_instrumentation_entry stub for x86/x86_64 by Sebastien Hertz · 10 years ago