1. 54159c6 Use HashSet<std::string> instead of unordered_set<>. by Vladimir Marko · 7 years ago
  2. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 7 years ago
  3. d3083dd Refactor runtime callee save frame info. by Vladimir Marko · 7 years ago
  4. dbaa5c7 ART: Compiler support for const-method-handle by Orion Hodson · 7 years ago
  5. 18259d7 ART: Compiler support for const-method-type by Orion Hodson · 7 years ago
  6. 1b19877 Merge "MIPS: Skip output verification for assembler tests." by Vladimir Marko · 7 years ago
  7. 9a6ca9f MIPS: Skip output verification for assembler tests. by Vladimir Marko · 7 years ago
  8. d1fa440 ARM: Remove VIXL dependency from ArmManagedRegister. by Vladimir Marko · 7 years ago
  9. 1979c64 Clean up include paths by David Sehr · 7 years ago
  10. 1ce2b3b Move remaining runtime/base stuff to libartbase by David Sehr · 7 years ago
  11. 3215fff Separate Malloc and MemMap ArenaPools by David Sehr · 7 years ago
  12. 871bf39 Make Remove() atomic, as expected by Hans Boehm · 7 years ago
  13. 88591fe ART: Simplify atomic.h by Orion Hodson · 7 years ago
  14. 312f3b2 Move some remaining dex utilities by David Sehr · 7 years ago
  15. bd72ae0 Merge "Saturation arithmetic instructions for X86 and X86_64." by Treehugger Robot · 7 years ago
  16. d395e73 Merge "MIPS: Use PCNT to implement VisitIntegerBitCount() and VisitLongBitCount()" by Treehugger Robot · 7 years ago
  17. 4ca1735 Saturation arithmetic instructions for X86 and X86_64. by Aart Bik · 7 years ago
  18. 0d2cab5 MIPS: Use PCNT to implement VisitIntegerBitCount() and VisitLongBitCount() by Lena Djokic · 7 years ago
  19. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  20. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  21. 29a8d84 x86/x86-64: Fix cmpw() for 9-16 bit immediates. by Vladimir Marko · 7 years ago
  22. 279e3a3 Enable code item deduping by Mathieu Chartier · 7 years ago
  23. ded5594 Add addw support to x86 and x64. by Nicolas Geoffray · 7 years ago
  24. 4d17987 ART: Add entrypoint and intrinsic for Math.pow(). by Vladimir Marko · 8 years ago
  25. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 8 years ago
  26. f0a6a1d ARM: Replace arm::SetCc with vixl32::FlagsUpdate. by Vladimir Marko · 8 years ago
  27. 30f54cc Merge "ARM: Fix breaking changes from recent VIXL update." by Roland Levillain · 8 years ago
  28. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  29. 4abc001 Merge "MIPS: InstructionCodeGeneratorMIPS*::DivRemByPowerOfTwo()" by Treehugger Robot · 8 years ago
  30. a556e6b MIPS: InstructionCodeGeneratorMIPS*::DivRemByPowerOfTwo() by Lena Djokic · 8 years ago
  31. 4557b38 ART: Rename Atomic::CompareExchange methods by Orion Hodson · 8 years ago
  32. 672b9c1 ARM: Fix breaking changes from recent VIXL update. by Artem Serov · 8 years ago
  33. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 8 years ago
  34. 71d2602 Merge "MIPS32: Fix and refactor in/out reg mask code" by Treehugger Robot · 8 years ago
  35. a247dea MIPS32: Fix and refactor in/out reg mask code by Alexey Frunze · 8 years ago
  36. 5573c37 cpplint: Remove many unnecessary NOLINT by Igor Murashkin · 8 years ago
  37. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 8 years ago
  38. 72aba71 MIPS: Add asub_s/u.df by Lena Djokic · 8 years ago
  39. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 8 years ago
  40. 715f43e MIPS32: Improve stack alignment, use sdc1/ldc1, where possible. by Chris Larsen · 8 years ago
  41. 3309c01 MIPS: Introduce a few MSA instructions by Lena Djokic · 8 years ago
  42. 3b8c82f MIPS32R2: Enable table-based switch in presence of irreducible loops by Alexey Frunze · 8 years ago
  43. 292567e Rename NativeDexFile -> StandardDexFile by Mathieu Chartier · 8 years ago
  44. 0284f43 Merge changes I4bbb21bf,Ie79b46cd,Ia50aafc8 by Vladimir Marko · 8 years ago
  45. 79c87da Add DexFileLoader class by Mathieu Chartier · 8 years ago
  46. 7b074bf Add a shared interface for different types of dex files by Mathieu Chartier · 8 years ago
  47. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 8 years ago
  48. 0967cd9 Merge "Use ScopedArenaAllocator for register allocation." by Vladimir Marko · 8 years ago
  49. 464f8cd Merge "ART: Use ScopedArenaAllocator for pass-local data." by Treehugger Robot · 8 years ago
  50. e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 8 years ago
  51. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 8 years ago
  52. a820ff7 Instrument code generated by JNI compiler to check the Marking Register. by Roland Levillain · 8 years ago
  53. 0d127e1 Do not refresh the Marking Register in CriticalNative methods. by Roland Levillain · 8 years ago
  54. 956dac2 assembler_thumb_test: use 'objdump -D -M force-thumb' to disassemble. by Rahul Chaudhry · 8 years ago
  55. f7754e8 Add more repeat support and register views. by Aart Bik · 8 years ago
  56. 09659c2 ART: Remove heap poisoning from globals.h by Andreas Gampe · 8 years ago
  57. fc8b422 Clean up AtomicDexRefMap by Mathieu Chartier · 8 years ago
  58. fe712a8 Merge "Add support for registering classpath classes status." by Nicolas Geoffray · 8 years ago
  59. caa31e7 Add repeat support for memory addresses. by Aart Bik · 8 years ago
  60. 486dda0 Add support for registering classpath classes status. by Nicolas Geoffray · 8 years ago
  61. 5dafb3c Test assembler driver utilities. by Aart Bik · 8 years ago
  62. 8859cec MIPS64: Ease test for using "Lui + Dinsu" to load 64-bit constants. by Chris Larsen · 8 years ago
  63. ae53f10 Merge "MIPS32: Allow some patched instructions in delay slots" by Treehugger Robot · 8 years ago
  64. a663d9d MIPS32: Allow some patched instructions in delay slots by Alexey Frunze · 8 years ago
  65. 5011149 Merge "MIPS64: Implement HSelect" by Treehugger Robot · 8 years ago
  66. f708c9a Merge "MIPS: Eliminate hard-coded offsets in branches" by Treehugger Robot · 8 years ago
  67. 1f219fc Merge "Bunch of SIMD for x86 and x86_64" by Aart Bik · 8 years ago
  68. 3332db8 Bunch of SIMD for x86 and x86_64 by Aart Bik · 8 years ago
  69. 5daa495 Instrument ARM generated code to check the Marking Register. by Roland Levillain · 8 years ago
  70. 2b03a1f Instrument ARM64 generated code to check the Marking Register. by Roland Levillain · 8 years ago
  71. 2dec927 MIPS64: Implement HSelect by Goran Jakovljevic · 8 years ago
  72. 0cab656 MIPS: Eliminate hard-coded offsets in branches by Alexey Frunze · 8 years ago
  73. b3d79e4 MIPS: Add maddv/msubv MSA instructions by Lena Djokic · 8 years ago
  74. acae6db Merge "Added a few idiomatic x86 SSE instructions." by Treehugger Robot · 8 years ago
  75. 6005a87 Added a few idiomatic x86 SSE instructions. by Aart Bik · 8 years ago
  76. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  77. 4147fcc MIPS: Reduce Baker read barrier code size overhead by Alexey Frunze · 8 years ago
  78. 24ff023 Merge "Remove the old ARM assemblers from ART." by Vladimir Marko · 8 years ago
  79. 93764b8 Generalize atomic_method_ref_map to support dex references by Mathieu Chartier · 8 years ago
  80. c043d00 Remove the old ARM assemblers from ART. by Roland Levillain · 8 years ago
  81. 9983e30 Remove the old ARM code generator from ART's Optimizing compiler. by Roland Levillain · 8 years ago
  82. bac2bd1 Merge "Introduce a Marking Register in ARM code generation." by Roland Levillain · 8 years ago
  83. 6d729a7 Introduce a Marking Register in ARM code generation. by Roland Levillain · 8 years ago
  84. 51765b0 MIPS32: ART Vectorizer by Lena Djokic · 8 years ago
  85. 97c4646 Introduce a Marking Register in ARM64 code generation. by Roland Levillain · 8 years ago
  86. 2e0a7e5 MIPS32: Adds changes neccessary for saving 128 bits of data by Lena Djokic · 8 years ago
  87. 69489fa ART: Fix old warnings by Andreas Gampe · 8 years ago
  88. c0fe9db Merge "Use IntrusiveForwardList<> for Env-/UsePosition." by Vladimir Marko · 8 years ago
  89. 58794c5 Merge "ART: Refactor bit_utils and stl_util" by Treehugger Robot · 8 years ago
  90. 05ae674 Merge "Introduce a number of MSA instructions for MIPS32" by Aart Bik · 8 years ago
  91. 5678db5 ART: Refactor bit_utils and stl_util by Andreas Gampe · 8 years ago
  92. 3b7dc35 ART: Clean up allocator.h by Andreas Gampe · 8 years ago
  93. 0758ae7 Introduce a number of MSA instructions for MIPS32 by Lena Djokic · 8 years ago
  94. 658263e MIPS64: Add min/max MSA instructions by Goran Jakovljevic · 8 years ago
  95. 36a5d0c Merge "MIPS64: ART Vectorizer" by Aart Bik · 8 years ago
  96. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 8 years ago
  97. 82b0740 Use IntrusiveForwardList<> for Env-/UsePosition. by Vladimir Marko · 8 years ago
  98. deae7db ART: Add missing namespace comments by Andreas Gampe · 8 years ago
  99. 19680d3 MIPS64: ART Vectorizer by Goran Jakovljevic · 8 years ago
  100. dbddc22 Refactor profiles to use TypeReference instead of ClassReference by Mathieu Chartier · 8 years ago