1. 20e7d60 Fix art_quick_instrumentation_exit stub for x86_64 by Sebastien Hertz · 9 years ago
  2. 5c9d8f0 Merge "Compute the right catch location for the debugger." by Nicolas Geoffray · 9 years ago
  3. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  4. 6ea651f Initial support for quick compiler on MIPS64r6. by Maja Gagic · 9 years ago
  5. ff3ef43 Merge "Reserve bits in the lock word for read barriers." by Hiroshi Yamauchi · 9 years ago
  6. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 9 years ago
  7. 126d659 Fix generic JNI stubs to not discard the Java native frame. by Nicolas Geoffray · 9 years ago
  8. 579885a Opt Compiler: ARM64: Enable explicit memory barriers over acquire/release by Serban Constantinescu · 9 years ago
  9. 2d873b6 [MIPS] Fix mips32 trampoline problem. by Nikola Veljkovic · 9 years ago
  10. 7c3952f ART: Add -Wunused by Andreas Gampe · 9 years ago
  11. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 9 years ago
  12. cf3fb94 Merge "Fix art_quick_instrumentation_entry for x86" by Sebastien Hertz · 9 years ago
  13. f551d1b Fix art_quick_instrumentation_entry for x86 by Sebastien Hertz · 9 years ago
  14. 6d25419 Default to 64-bit for tests of methods with varying ISAs for valgrind. by Jeff Hao · 9 years ago
  15. f4b24f7 Merge "ART: Change x86 long param ABI (Quick/JNI/Opt)" by Nicolas Geoffray · 9 years ago
  16. 6461d19 Add Mips64 art_quick_proxy_invoke_handler assembly. by Douglas Leung · 9 years ago
  17. cc7c39d ART: Add Mips64 resolution trampoline assembly by Andreas Gampe · 9 years ago
  18. 3e6a3bf ART: Change x86 long param ABI (Quick/JNI/Opt) by Mark Mendell · 9 years ago
  19. 966c3ae Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"" by Mark P Mendell · 9 years ago
  20. 949c91f Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 9 years ago
  21. aeb47bb Merge "Refactor register access from StackVisitor" by Sebastien Hertz · 9 years ago
  22. f601d19 ART: Fix assembler labels' usage in macros for Mac. by Vladimir Marko · 9 years ago
  23. 96ba8dc Refactor register access from StackVisitor by Sebastien Hertz · 9 years ago
  24. bc50334 Fix Mac build. by Vladimir Marko · 9 years ago
  25. 34eda1d ART: Fix asm literals for Mac builds. by Vladimir Marko · 9 years ago
  26. ebb3cbc Merge "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 9 years ago
  27. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  28. 4597b5b Fix valgrind error. by Nicolas Geoffray · 9 years ago
  29. 3d2c8e7 ART: Implement X86 hard float (Quick/JNI/Baseline) by Mark Mendell · 10 years ago
  30. 6f61141 ART: Refactor common ELF->InstructionSet code by Andreas Gampe · 9 years ago
  31. 5c3d3a9 ART: Fix stub_test by Andreas Gampe · 9 years ago
  32. 24f2dfa [optimizing compiler] Implement inline x86 FP '%' by Mark Mendell · 10 years ago
  33. fa04842 Merge "Fix refs_and_args callee save order for Mips32." by Andreas Gampe · 9 years ago
  34. 1a5c406 ART: Mips64 runtime support by Andreas Gampe · 10 years ago
  35. 0223a19 Merge "ART: Allow to compile interpret-only mips64 files" by Andreas Gampe · 10 years ago
  36. 57b3429 ART: Allow to compile interpret-only mips64 files by Andreas Gampe · 10 years ago
  37. 369810a ART: Allow scoped adjustments to log verbosity by Andreas Gampe · 10 years ago
  38. 7774edf Merge "Skip r1 on arm if first parameter is a long." by Nicolas Geoffray · 10 years ago
  39. df179cb ART: Fix mips typo by Andreas Gampe · 10 years ago
  40. c5a3ea7 ART: Introduce Mips32 R6 by Andreas Gampe · 10 years ago
  41. 8d36591 ART: Use jalr instead of jr for Mips by Andreas Gampe · 10 years ago
  42. 69c15d3 Skip r1 on arm if first parameter is a long. by Nicolas Geoffray · 10 years ago
  43. c6d8672 Fix refs_and_args callee save order for Mips32. by Douglas Leung · 10 years ago
  44. 0f9b03c Revert "ART: Implement hard float for X86" by Vladimir Marko · 10 years ago
  45. 59b9cf7 ART: Implement hard float for X86 by Mark Mendell · 10 years ago
  46. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 10 years ago
  47. 475cfd8 Fix typo bug for Mips32. by Douglas Leung · 10 years ago
  48. e34652f [MIPSR6] Adjust assembly routines for MIPS R6 isa by Duane Sand · 10 years ago
  49. 4de14bb Merge "Save all registers in native to Java stubs." by Nicolas Geoffray · 10 years ago
  50. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  51. 4808846 Save all registers in native to Java stubs. by Nicolas Geoffray · 10 years ago
  52. c4925d4 Merge "[optimizing compiler] Add REM_FLOAT and REM_DOUBLE" by Calin Juravle · 10 years ago
  53. d2ec87d [optimizing compiler] Add REM_FLOAT and REM_DOUBLE by Calin Juravle · 10 years ago
  54. d0a0b3e Fix arm unwind data for art code. by Christopher Ferris · 10 years ago
  55. 124cd8f Merge "Add JNI trampoline for mips32." by Ian Rogers · 10 years ago
  56. 8366ca0 Fix the last users of TARGET_CPU_SMP. by Elliott Hughes · 10 years ago
  57. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  58. d9df670 Add denver64 as a known ARM64 variant. by Ian Rogers · 10 years ago
  59. 410709f Merge "Fix art_quick_instrumentation_entry stub for x86/x86_64" by Sebastien Hertz · 10 years ago
  60. 32b12f8 Fix art_quick_instrumentation_entry stub for x86/x86_64 by Sebastien Hertz · 10 years ago
  61. 72a122c ART: Fix last lpae occurrence, Arm64 generic by Andreas Gampe · 10 years ago
  62. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  63. e0b46a7 Fix x86 art_quick_set64_instance quick entrypoint by Serguei Katkov · 10 years ago
  64. 943826e ART: Fix warnings in memcmp16 for arm32 by Andreas Gampe · 10 years ago
  65. 8ba17f6 Don't enable ARM_R4_SUSPEND_FLAG. by Ian Rogers · 10 years ago
  66. da04f29 Merge "ART: Fix some redundant declarations" by Andreas Gampe · 10 years ago
  67. e179456 ART: Fix some redundant declarations by Andreas Gampe · 10 years ago
  68. 3a8a7a4 Merge "Add ATTRIBUTE_UNUSED to unused parameters." by Ian Rogers · 10 years ago
  69. c4f990e Add ATTRIBUTE_UNUSED to unused parameters. by Chih-Hung Hsieh · 10 years ago
  70. 78a3233 Merge "ART: More warnings" by Andreas Gampe · 10 years ago
  71. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  72. 4bb1404 Fix unused parameters for the Mac. by Ian Rogers · 10 years ago
  73. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  74. b688611 ART: Remove unnecessary includes by Andreas Gampe · 10 years ago
  75. 735b855 Add JNI trampoline for mips32. by Douglas Leung · 10 years ago
  76. 13738bf Add gp initialization to the art_quick_imt_conflict_trampoline() function. by Douglas Leung · 10 years ago
  77. 768135f Merge "Do not use ld instruction for Mips32." by Ian Rogers · 10 years ago
  78. 4af77b7 Do not use ld instruction for Mips32. by Douglas Leung · 10 years ago
  79. 5667fdb ARM: Use hardfp calling convention between java to java call. by Zheng Xu · 10 years ago
  80. 3283820 Add missing SHARED_LOCKS_REQUIRED attibute. by Chih-Hung Hsieh · 10 years ago
  81. fd9e956 Merge "C++11 related clean-up of DISALLOW_.." by Ian Rogers · 10 years ago
  82. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  83. 0ff20d5 Fix arm64 bug introduced by refactoring. by Stephen Kyle · 10 years ago
  84. 6c480d6 Fix Mac build. by Ian Rogers · 10 years ago
  85. 1d8cdbc Refactor quick entrypoints by Ian Rogers · 10 years ago
  86. 37c92df Rename arm64 `Register` to `XRegister`. by Alexandre Rames · 10 years ago
  87. a304f97 Rework arm64 register codes and fix Arm64ManagedRegister tests. by Alexandre Rames · 10 years ago
  88. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  89. eac2738 Merge "ART Runtime: Add movb $xx,yy fault handling" by Ian Rogers · 10 years ago
  90. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 10 years ago
  91. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  92. 3b37073 Fix arm64 build: move macro usage after definition. by Vladimir Marko · 10 years ago
  93. 832336b Don't copy fill array data to quick literal pool. by Ian Rogers · 10 years ago
  94. 0db7ad3 Revert "Rename registers in arm64." by Nicolas Geoffray · 10 years ago
  95. a9f36ee ART Runtime: Add movb $xx,yy fault handling by Mark Mendell · 10 years ago
  96. 11daa0a Rename registers in arm64. by Nicolas Geoffray · 10 years ago
  97. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  98. 5daf8e1 ART Runtime: Add movw $xx,yy fault handling by Mark Mendell · 10 years ago
  99. e2d596e x86 fault handler does not know about movb by Serguei Katkov · 10 years ago
  100. 194321c Add proper cfi directives. by Christopher Ferris · 10 years ago