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