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