1. 05f8721 Make the JIT zygote memory shared. by Nicolas Geoffray · 6 years ago
  2. 1e52a07 Correct Indicies -> Indices by Alex Light · 6 years ago
  3. 3fae129 Move IntrusiveForwardList<> to libartbase. by Vladimir Marko · 6 years ago
  4. 81d15be Add AVX support for packed add/sub instructions on x86 by Shalini Salomi Bodapati · 6 years ago
  5. 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 8 years ago
  6. d456117 ART: Mark StringBuilder.append()s as intrinsics. by Vladimir Marko · 8 years ago
  7. 3940254 Modernise code to use override specifier by Yi Kong · 6 years ago
  8. 44a6f97 ART: Remove obsolete comment. by Vladimir Marko · 6 years ago
  9. 206348c Selectively allow dead reference elimination by Hans Boehm · 7 years ago
  10. ebc3b25 Fix compiler bug when typing exceptions. by Nicolas Geoffray · 6 years ago
  11. 3db7068 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  12. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 7 years ago
  13. dd121f6 Emit bit manipulation instructions for x86 and x86_64 by Shalini Salomi Bodapati · 7 years ago
  14. c1c3452 Do not cache RequiresConstructorBarrier() results. by Vladimir Marko · 7 years ago
  15. b546163 Fix HNewArray with unresolved primitive array type. by Vladimir Marko · 7 years ago
  16. acc56ac Introduce a 'baseline' variant for the compiler. by Nicolas Geoffray · 7 years ago
  17. 0846a8f Fix ReplaceUninitializedStringPhis. by Nicolas Geoffray · 7 years ago
  18. f02046e Add packed bits check to HBoundsCheck. by Vladimir Marko · 7 years ago
  19. 0de9c08 Merge "Remove need for intrinsic recognizer to be a pass." by Nicolas Geoffray · 7 years ago
  20. 76d4bb0f3 Remove need for intrinsic recognizer to be a pass. by Nicolas Geoffray · 7 years ago
  21. aaac0e3 ART: ARM64: Support DotProd SIMD idiom. by Artem Serov · 7 years ago
  22. 0469598 Merge "ART: Remove unneeded SideEffects for fatal instructions." by Treehugger Robot · 7 years ago
  23. d1aa7d0 ART: Remove unneeded SideEffects for fatal instructions. by Artem Serov · 7 years ago
  24. 625ca47 Remove 'virtual' and 'override' qualifiers on final methods. by Roland Levillain · 7 years ago
  25. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 7 years ago
  26. 61ba8d2 Fix longstanding bug around implicit NPEs and GC, version 2. by Nicolas Geoffray · 7 years ago
  27. a9f303c Rewrite Class init entrypoint to take a Class arg. by Vladimir Marko · 7 years ago
  28. 8e524ad Always produce PIC code for AOT compilation. by Vladimir Marko · 7 years ago
  29. 8a62a4c Handle String.<init> with a phi input. by Nicolas Geoffray · 7 years ago
  30. a6e2614 ART: Extend the range of clonable instructions. by Artem Serov · 7 years ago
  31. 4d277ba ART: Make GVN work with BoundType. by Artem Serov · 7 years ago
  32. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 7 years ago
  33. ca210e3 ART: SBC: Support single exit loops with live_outs. by Artem Serov · 8 years ago
  34. 4dc09e7 LSE improvement: better singleton array optimization by Aart Bik · 7 years ago
  35. 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 7 years ago
  36. dbaa5c7 ART: Compiler support for const-method-handle by Orion Hodson · 7 years ago
  37. 18259d7 ART: Compiler support for const-method-type by Orion Hodson · 7 years ago
  38. 6d5b7e3 ART: Clean up after HInstruction::Is##type() rewrite. by Vladimir Marko · 7 years ago
  39. a90dd51 Reimplement HInstruction::Is##type(). by Vladimir Marko · 7 years ago
  40. e394622 ART: Do not define abstract HIR kinds. by Vladimir Marko · 7 years ago
  41. 0dcccd8 ART: Remove InstructionTypeEquals(). by Vladimir Marko · 7 years ago
  42. bd78567 Store HIR type in HInstruction::packed_field_. by Vladimir Marko · 7 years ago
  43. 75ff2c9 Revert "Revert^2: Deopt does not throw" by Aart Bik · 7 years ago
  44. 240384b Revert^2: Deopt does not throw by Aart Bik · 7 years ago
  45. 080820c Revert "Deopt does not throw" by Aart Bik · 7 years ago
  46. 2905de1 Deopt does not throw by Aart Bik · 7 years ago
  47. 175e786 Revert^4 "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  48. 3fbd3ad Revert^3 "Compiler changes for bitstring based type checks." by Andreas Gampe · 7 years ago
  49. 3f41323 Revert^2 "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  50. 312f3b2 Move some remaining dex utilities by David Sehr · 7 years ago
  51. 29aa082 Vectorization of saturation arithmetic. by Aart Bik · 7 years ago
  52. 9992e09 Merge "Retrieve String/Class references from .data.bimg.rel.ro." by Vladimir Marko · 7 years ago
  53. 8ba5641 Merge "Load ArtMethod* from .data.bimg.rel.ro entries." by Vladimir Marko · 7 years ago
  54. e47f60c Retrieve String/Class references from .data.bimg.rel.ro. by Vladimir Marko · 7 years ago
  55. b066d43 Load ArtMethod* from .data.bimg.rel.ro entries. by Vladimir Marko · 7 years ago
  56. 1f8d51b Introduce MIN/MAX/ABS as HIR nodes. by Aart Bik · 7 years ago
  57. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  58. 3dad341 Introduce ABS as HIR nodes. by Aart Bik · 7 years ago
  59. d9e4d73 Fix iCache misses for GetKind on x86,x86_64 by Gupta Kumar, Sanjiv · 7 years ago
  60. ea179f4 Refactor method resolution in class linker. by Nicolas Geoffray · 7 years ago
  61. bff7a52 Revert "Compiler changes for bitstring based type checks." by Nicolas Geoffray · 7 years ago
  62. 8c0961f Move missed files to libdexfile by David Sehr · 7 years ago
  63. be2b613 Merge "Compiler changes for bitstring based type checks." by Vladimir Marko · 7 years ago
  64. eb0ebed Compiler changes for bitstring based type checks. by Vladimir Marko · 7 years ago
  65. 7b4c09a Merge "ART: Implement SuperblockCloner." by Aart Bik · 7 years ago
  66. a8b8e9b Improve code sinking near "always throwing" method calls by Aart Bik · 7 years ago
  67. 7f4aff6 ART: Implement SuperblockCloner. by Artem Serov · 8 years ago
  68. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  69. df99018 Merge "ART: Fix single-preheader transformation." by Aart Bik · 8 years ago
  70. fe8a897 Merge changes Ib1381084,Icb2a838f by Vladimir Marko · 8 years ago
  71. 217eb06 Fix the side effects of clinit check by Mingyao Yang · 8 years ago
  72. 8758454 Clean up InstanceOf/CheckCast. by Vladimir Marko · 8 years ago
  73. 09faaea ART: Fix single-preheader transformation. by Artem Serov · 8 years ago
  74. 03376f4 Merge "ART: Try to statically evaluate some conditions." by Treehugger Robot · 8 years ago
  75. 1de1e11 ART: Try to statically evaluate some conditions. by Artem Serov · 8 years ago
  76. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 8 years ago
  77. f5df935 Merge "Minor cleanup in CodeGenerator::RecordPcInfo()." by Treehugger Robot · 8 years ago
  78. fec85cd Minor cleanup in CodeGenerator::RecordPcInfo(). by Vladimir Marko · 8 years ago
  79. 0259c24 Fix a bug in String.charAt() simplification. by Vladimir Marko · 8 years ago
  80. 68351eb Merge "ART: Introduce individual HInstruction cloning." by Aart Bik · 8 years ago
  81. 46721ef Don't merge values for exit block in LSE. by Mingyao Yang · 8 years ago
  82. cced8ba ART: Introduce individual HInstruction cloning. by Artem Serov · 8 years ago
  83. e0eb483 Fix LSA hunt for original reference bug. by xueliang.zhong · 8 years ago
  84. 61b9228 ART: Introduce Uint8 loads in compiled code. by Vladimir Marko · 8 years ago
  85. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 8 years ago
  86. e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 8 years ago
  87. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 8 years ago
  88. a290160 MIPS32R2: Share address computation by Lena Djokic · 8 years ago
  89. c8fb211 ART: Simplify And(TypeConversion<Int64>(x), Const32). by Vladimir Marko · 8 years ago
  90. d5d2f2c ART: Introduce Uint8 compiler data type. by Vladimir Marko · 8 years ago
  91. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 8 years ago
  92. dbbac8f Implement Sum-of-Abs-Differences idiom recognition. by Aart Bik · 8 years ago
  93. 9d9f2d7 Merge "Use mmapped boot image class table for PIC app HLoadClass." by Vladimir Marko · 8 years ago
  94. 94ec2db Use mmapped boot image class table for PIC app HLoadClass. by Vladimir Marko · 8 years ago
  95. 86ce504 Merge "optimizing: add block-scoped constructor fence merging pass" by Treehugger Robot · 8 years ago
  96. dd018df optimizing: add block-scoped constructor fence merging pass by Igor Murashkin · 8 years ago
  97. 88f929c Merge "Use mmapped boot image intern table for PIC app HLoadString." by Vladimir Marko · 8 years ago
  98. 6cfbdbc Use mmapped boot image intern table for PIC app HLoadString. by Vladimir Marko · 8 years ago
  99. 0148de4 Basic SIMD reduction support. by Aart Bik · 8 years ago
  100. 982334c Revert "Basic SIMD reduction support." by Nicolas Geoffray · 8 years ago