1. 3940254 Modernise code to use override specifier by Yi Kong · 6 years ago
  2. 3db7068 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  3. fc4b2ea Merge "Revert^2 "ART: Refactor typedef to using"" by Treehugger Robot · 6 years ago
  4. c74d9cb ART: Modernize counting-down loops by Andreas Gampe · 6 years ago
  5. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  6. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  7. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 6 years ago
  8. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  9. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  10. 35d5b8a ART: Do not use std::<container>::at(). by Vladimir Marko · 6 years ago
  11. 1b19877 Merge "MIPS: Skip output verification for assembler tests." by Vladimir Marko · 7 years ago
  12. 9a6ca9f MIPS: Skip output verification for assembler tests. by Vladimir Marko · 7 years ago
  13. d1fa440 ARM: Remove VIXL dependency from ArmManagedRegister. by Vladimir Marko · 7 years ago
  14. 1979c64 Clean up include paths by David Sehr · 7 years ago
  15. 1ce2b3b Move remaining runtime/base stuff to libartbase by David Sehr · 7 years ago
  16. 0d2cab5 MIPS: Use PCNT to implement VisitIntegerBitCount() and VisitLongBitCount() by Lena Djokic · 7 years ago
  17. a556e6b MIPS: InstructionCodeGeneratorMIPS*::DivRemByPowerOfTwo() by Lena Djokic · 7 years ago
  18. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  19. 72aba71 MIPS: Add asub_s/u.df by Lena Djokic · 7 years ago
  20. 3309c01 MIPS: Introduce a few MSA instructions by Lena Djokic · 7 years ago
  21. e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 7 years ago
  22. 0d127e1 Do not refresh the Marking Register in CriticalNative methods. by Roland Levillain · 7 years ago
  23. 09659c2 ART: Remove heap poisoning from globals.h by Andreas Gampe · 7 years ago
  24. caa31e7 Add repeat support for memory addresses. by Aart Bik · 7 years ago
  25. 8859cec MIPS64: Ease test for using "Lui + Dinsu" to load 64-bit constants. by Chris Larsen · 7 years ago
  26. 5011149 Merge "MIPS64: Implement HSelect" by Treehugger Robot · 7 years ago
  27. 2dec927 MIPS64: Implement HSelect by Goran Jakovljevic · 7 years ago
  28. 0cab656 MIPS: Eliminate hard-coded offsets in branches by Alexey Frunze · 7 years ago
  29. b3d79e4 MIPS: Add maddv/msubv MSA instructions by Lena Djokic · 7 years ago
  30. 4147fcc MIPS: Reduce Baker read barrier code size overhead by Alexey Frunze · 7 years ago
  31. 5678db5 ART: Refactor bit_utils and stl_util by Andreas Gampe · 7 years ago
  32. 658263e MIPS64: Add min/max MSA instructions by Goran Jakovljevic · 7 years ago
  33. 19680d3 MIPS64: ART Vectorizer by Goran Jakovljevic · 7 years ago
  34. a152c4b Merge "MIPS64: Add ilvr.df MSA instructions" by Aart Bik · 7 years ago
  35. 3837011 MIPS64: Add ilvr.df MSA instructions by Goran Jakovljevic · 8 years ago
  36. d8b6a53 MIPS64: Saves 128-bit vector registers along SuspendCheckSlowPath by Goran Jakovljevic · 8 years ago
  37. 80248d7 MIPS64: Add add_a.df, ave_s/u.df and aver_s/u.df MSA instructions by Goran Jakovljevic · 8 years ago
  38. 5863f85 MIPS64: java.lang.System.arraycopy() for copying char[] to char[]. by Chris Larsen · 8 years ago
  39. 3f44403 MIPS64: Add ldi.df MSA instruction by Goran Jakovljevic · 8 years ago
  40. 1595815 MIPS: Implement read barriers. by Alexey Frunze · 8 years ago
  41. fbffc67 Merge "MIPS64: Add vector registers to Mips64ManagedRegister class" by Aart Bik · 8 years ago
  42. 65b0263 MIPS64: Add vector registers to Mips64ManagedRegister class by Goran Jakovljevic · 8 years ago
  43. 27af937 MIPS64: Check for MSA presence in each MSA instruction by Goran Jakovljevic · 8 years ago
  44. f980637 Merge "Revert "Revert "Introduce a number of MSA instructions for MIPS64""" by Aart Bik · 8 years ago
  45. 5a9e51d Revert "Revert "Introduce a number of MSA instructions for MIPS64"" by Goran Jakovljevic · 8 years ago
  46. c3fec0c MIPS64: Adjust Base and Offset by Chris Larsen · 8 years ago
  47. fcfaa8d Merge "Revert "Introduce a number of MSA instructions for MIPS64"" by Treehugger Robot · 8 years ago
  48. 219bf25 Revert "Introduce a number of MSA instructions for MIPS64" by Aart Bik · 8 years ago
  49. 92d578f Merge "Introduce a number of MSA instructions for MIPS64" by Aart Bik · 8 years ago
  50. dcabc8b Introduce a number of MSA instructions for MIPS64 by Goran Jakovljevic · 8 years ago
  51. ba89c34 MIPS64: Improve storing of constants in fields and array elements by Tijana Jakovljevic · 8 years ago
  52. 5743386 MIPS64: Refactor implicit null checks in array/field get/set by Tijana Jakovljevic · 8 years ago
  53. c061de1 MIPS: Implement heap poisoning in ART's Optimizing compiler. by Alexey Frunze · 8 years ago
  54. 95f2714 MIPS64: Extend assembler_mips64_test by Goran Jakovljevic · 8 years ago
  55. f67dadb Merge "MIPS64: Implement table-based packed switch" by Treehugger Robot · 8 years ago
  56. 66e3919 Merge "MIPS64: java.lang.String.getChars" by Treehugger Robot · 8 years ago
  57. 0960ac5 MIPS64: Implement table-based packed switch by Alexey Frunze · 8 years ago
  58. f63f569 MIPS64: Improve string and class loads. by Alexey Frunze · 8 years ago
  59. 3607394 Fix AssemblerMIPS64Test.LongBalc() running out of memory. by Vladimir Marko · 8 years ago
  60. 19f6c69 MIPS64: Improve method invocation. by Alexey Frunze · 8 years ago
  61. e366059 MIPS64: java.lang.String.getChars by Chris Larsen · 8 years ago
  62. 2e965ac ART: Use references in assembler tests by Andreas Gampe · 8 years ago
  63. ae7ff92 jni: Add read barrier fast path to jni compiler by Igor Murashkin · 8 years ago
  64. c733dca MIPS64: Improve non-trivial 64-bit constant loading. by Chris Larsen · 8 years ago
  65. 3b165bc ART: Extract macro assembler by Andreas Gampe · 8 years ago
  66. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  67. 3224838 Clean up JNI calling convention callee saves. by Vladimir Marko · 8 years ago
  68. 93205e3 Move Assemblers to the Arena. by Vladimir Marko · 9 years ago
  69. 4fda4eb Move code related to debug info generation to its own directory. by David Srbecky · 9 years ago
  70. d967266 MIPS64: Remove unaligned memory access from art generated code by Lazar Trsic · 9 years ago
  71. baf60b7 MIPS: Improve conversion between ints and floats. by Alexey Frunze · 9 years ago
  72. 299a939 MIPS64: Fuse long and FP compare & condition in Optimizing. by Alexey Frunze · 9 years ago
  73. a0e87b0 MIPS64: Support short and long branches by Alexey Frunze · 9 years ago
  74. 2264f62 Merge "MIPS64: small improvements in code generation" by Nicolas Geoffray · 9 years ago
  75. 5c75ffa MIPS64: small improvements in code generation by Alexey Frunze · 9 years ago
  76. c857c74 MIPS64: Improve integer division by constants by Alexey Frunze · 9 years ago
  77. 98a73e1 MIPS64: Add tests for rotation, and shift instructions by Chris Larsen · 9 years ago
  78. 9aebff2 MIPS64: Add intrinsic support for bit rotation by Chris Larsen · 9 years ago
  79. 5141763 MIPS64: Additional assember tests: by Chris Larsen · 9 years ago
  80. dbce0d7 MIPS64r6 Assembler Tests by Chris Larsen · 9 years ago
  81. 1450082 MIPS64: Code cleanup. by Chris Larsen · 9 years ago
  82. 85b62f2 ART: Refactor intrinsics slow-paths by Andreas Gampe · 9 years ago
  83. 2fadd7b Additional MIPS64 instructions needed by intrinsics code. by Chris Larsen · 9 years ago
  84. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  85. 4d02711 Implement heap poisoning in ART's Optimizing compiler. by Roland Levillain · 9 years ago
  86. f652d60 [MIPS64] JNI Compiler: Sign-extend int function arguments by Lazar Trsic · 9 years ago
  87. 4dda337 MIPS: Initial version of optimizing compiler for MIPS64R6. by Alexey Frunze · 9 years ago
  88. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  89. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  90. d90957f ART: Fix mips64 jni bugs. by Douglas Leung · 10 years ago
  91. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  92. dd97393 Implement CFI for JNI. by David Srbecky · 10 years ago
  93. 75c40d4 Fix JNI compiler for mips64 by Goran Jakovljevic · 10 years ago
  94. 57b3429 ART: Allow to compile interpret-only mips64 files by Andreas Gampe · 10 years ago