1. 6c4ec5c Revert^2 "Stack maps: Interleave consecutive varints." by David Srbecky · 6 years ago
  2. 1b2a49b Revert "Stack maps: Interleave consecutive varints." by Raylin Hsu · 6 years ago
  3. a2b3456 Stack maps: Interleave consecutive varints. by David Srbecky · 6 years ago
  4. 697c47a Stack maps: Handle special cases using flags. by David Srbecky · 6 years ago
  5. 024d69f Use cleared JNI weak sentinel from boot image. by Vladimir Marko · 6 years ago
  6. 3fae129 Move IntrusiveForwardList<> to libartbase. by Vladimir Marko · 6 years ago
  7. 7f7539b Pass the memory region to allocate into to the compiler / allocation. by Nicolas Geoffray · 6 years ago
  8. d2f13ba Remove requirement of a ProfilingInfo for jitted code. by Nicolas Geoffray · 6 years ago
  9. 81d15be Add AVX support for packed add/sub instructions on x86 by Shalini Salomi Bodapati · 6 years ago
  10. eb104c8 Fix wrong assumption on boolean type. by Nicolas Geoffray · 6 years ago
  11. 78da5e2 Eliminate dead LoadClass when pruning ClinitCheck. by Vladimir Marko · 6 years ago
  12. e42a4b9 Optimize stack maps: add fast path for no inline info. by David Srbecky · 6 years ago
  13. 67ba872 Optimize stack map decoding. by David Srbecky · 6 years ago
  14. f667508 ARM/ARM64: Use trampolines for slow-path entrypoint calls. by Vladimir Marko · 6 years ago
  15. 8fa839c Revert^2 "Improve ArraySet codegen." by Vladimir Marko · 6 years ago
  16. 957c538 ART: Refactor SchedulingGraph for consistency and clarity by Evgeny Astigeevich · 6 years ago
  17. 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 8 years ago
  18. 0dda8c8 Revert "Improve ArraySet codegen." by Vladimir Marko · 6 years ago
  19. 0ece864 Improve ArraySet codegen. by Vladimir Marko · 6 years ago
  20. d456117 ART: Mark StringBuilder.append()s as intrinsics. by Vladimir Marko · 8 years ago
  21. 256c94b Update induction ranges in superblock cloner. by Nicolas Geoffray · 6 years ago
  22. 36ec6c7 Fix DWARF line-number generation for JITed methods. by David Srbecky · 6 years ago
  23. 2cc9d34 Fix wrong assumption in RemoveInstructionsAsUsersFromDeadBlocks. by Nicolas Geoffray · 6 years ago
  24. 20d1c94 Patch supports Intel(R) AVX/AVX2 MOV Instruction by jaishank · 6 years ago
  25. 89cbeb6 Fix AssertNonMovableStringClass(). by Vladimir Marko · 6 years ago
  26. 91038d6 Don't abort for min/max/abs intrinsics, baseline use them. by Nicolas Geoffray · 6 years ago
  27. 9b195cc Fix arm32 code generator when used with baseline compilation. by Nicolas Geoffray · 6 years ago
  28. 3940254 Modernise code to use override specifier by Yi Kong · 6 years ago
  29. fe1d952 Use generic name for JNI trampolines. by David Srbecky · 6 years ago
  30. 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 6 years ago
  31. e7e195d optimizing_compiler: Avoid extra std::string copy by Greg Kaiser · 6 years ago
  32. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 6 years ago
  33. 2faab00 Create libelffile library for ELF file manipulation. by David Srbecky · 6 years ago
  34. 403aafa Fix non-deterministic compilation for const-string... by Vladimir Marko · 6 years ago
  35. 85dd9e3 Revert^2 "RFC: ART: ARM64: Support SDOT/UDOT instructions." by Artem Serov · 7 years ago
  36. bf5f0f3 Revert "Revert^2 "Add code size to CodeInfo"" by Nicolas Geoffray · 6 years ago
  37. b1b2ca9 Revert "Don't pack code size in CodeInfo." by Nicolas Geoffray · 6 years ago
  38. e35ac04 Don't pack code size in CodeInfo. by David Srbecky · 6 years ago
  39. 141b63c Don't do CHA inlining in zygote. by Nicolas Geoffray · 6 years ago
  40. de1b2a2 Revert "Revert "Add support for booting with a boot classpath not fully AOTed."" by Nicolas Geoffray · 6 years ago
  41. 14bfedd Revert "Add support for booting with a boot classpath not fully AOTed." by Andreas Gampe · 6 years ago
  42. 98b970d Merge "Add support for booting with a boot classpath not fully AOTed." by Nicolas Geoffray · 6 years ago
  43. 038924b ART: Reduce dependencies on CompilerDriver. by Vladimir Marko · 6 years ago
  44. 7417ce9 Add support for booting with a boot classpath not fully AOTed. by Nicolas Geoffray · 6 years ago
  45. a5359f7 ART: Delete obsolete comments in GVN. by Vladimir Marko · 6 years ago
  46. e39765c Merge "Generate CFI for stackless methods." by David Srbecky · 6 years ago
  47. 3002184 Generate CFI for stackless methods. by David Srbecky · 6 years ago
  48. e1412da Revert^2 "Add code size to CodeInfo" by David Srbecky · 6 years ago
  49. 8f20a23 Revert "Add code size to CodeInfo" by David Srbecky · 6 years ago
  50. 68efa7b Add code size to CodeInfo by David Srbecky · 6 years ago
  51. 44a6f97 ART: Remove obsolete comment. by Vladimir Marko · 6 years ago
  52. 2860c19 Merge "Check that the String class is not movable in String.equals intrinsics." by Roland Levillain · 6 years ago
  53. 53a41ac ART: Fix off-by-one error in BCE. by Vladimir Marko · 6 years ago
  54. 206348c Selectively allow dead reference elimination by Hans Boehm · 7 years ago
  55. 43ae779 Add timing logger for mini-debug-info generation. by David Srbecky · 7 years ago
  56. ebc3b25 Fix compiler bug when typing exceptions. by Nicolas Geoffray · 7 years ago
  57. e36f5f6 ART: Replace 'auto' with actual types by Evgeny Astigeevich · 7 years ago
  58. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 7 years ago
  59. 3db7068 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  60. ca7027d Merge "ART: Add CRC32.updateByteBuffer intrinsic for ARM64" by Vladimir Marko · 7 years ago
  61. 776a7c2 ART: Add CRC32.updateByteBuffer intrinsic for ARM64 by Evgeny Astigeevich · 7 years ago
  62. 30a8c4b Merge "Pack JIT mini-debug-infos together." by David Srbecky · 7 years ago
  63. c01dc29 ART: Optimize use of registers for CRC32.update intrinsic by Evgeny Astigeevich · 7 years ago
  64. 0b21e41 Pack JIT mini-debug-infos together. by David Srbecky · 7 years ago
  65. 075456e Revert "Revert "Add a baseline flag to JIT compile."" by Nicolas Geoffray · 7 years ago
  66. 344b0d1 Revert "Add a baseline flag to JIT compile." by Andreas Gampe · 7 years ago
  67. e734fe8 Add a baseline flag to JIT compile. by Nicolas Geoffray · 7 years ago
  68. afc60cd Cleanup native debug interface api. by David Srbecky · 7 years ago
  69. a6dd280 Merge "ART: Add CRC32.updateBytes intrinsic for ARM64" by Vladimir Marko · 7 years ago
  70. ed8b4ac Merge "Refactor CompilerDriver::CompileAll()." by Vladimir Marko · 7 years ago
  71. 15c5b97 ART: Add CRC32.updateBytes intrinsic for ARM64 by Evgeny Astigeevich · 7 years ago
  72. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 7 years ago
  73. 2afaff7 Refactor CompilerDriver::CompileAll(). by Vladimir Marko · 7 years ago
  74. be50f9a Simplify MakeElfFileForJIT by David Srbecky · 7 years ago
  75. aa6f483 ART: ARM64: Pass ISA features to VIXL macroassembler. by Artem Serov · 7 years ago
  76. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 7 years ago
  77. 2025488 Merge "ART: Some iwyu for logging.h" by Andreas Gampe · 7 years ago
  78. be08120 Merge "Implement integer/long LowestOneBit intrinsic for x86" by Treehugger Robot · 7 years ago
  79. 8943fa1 Implement integer/long LowestOneBit intrinsic for x86 by Shalini Salomi Bodapati · 7 years ago
  80. 85f1c57 ART: Some iwyu for logging.h by Andreas Gampe · 7 years ago
  81. 875b4f2 ART: Avoid some tidy nullptr warnings by Andreas Gampe · 7 years ago
  82. 1cc7329 On x86 modified the generated instructions for case "divide by 2". by Atul Bajaj · 7 years ago
  83. 33f7c8a Remove CompiledMethod dependency on CompilerDriver. by Vladimir Marko · 7 years ago
  84. e14294c Merge "Revert^2 "ART: Fix breaking changes from recent VIXL update."" by Roland Levillain · 7 years ago
  85. 721538f Merge "Rename HVecReduce::GetKind() to GetReductionKind()." by Vladimir Marko · 7 years ago
  86. 3c92ff4 Merge "x86/x86-64: Remove broken codegen for MIN/MAX reduction." by Vladimir Marko · 7 years ago
  87. 4e3734a Rename HVecReduce::GetKind() to GetReductionKind(). by Vladimir Marko · 7 years ago
  88. 4deaa9b ART: Apply --no-inline-from= option on device. by Vladimir Marko · 7 years ago
  89. 8786fd9 x86/x86-64: Remove broken codegen for MIN/MAX reduction. by Vladimir Marko · 7 years ago
  90. b81c59e Merge "ART: Rewrite core image detection." by Vladimir Marko · 7 years ago
  91. 6be1dbd ART: Rewrite core image detection. by Vladimir Marko · 7 years ago
  92. e5ed5ba Merge "Optimize mod power 2 for x86" by Vladimir Marko · 7 years ago
  93. a66784b Optimize mod power 2 for x86 by Shalini Salomi Bodapati · 7 years ago
  94. a297b55 Delete IsClassToCompile by Mathieu Chartier · 7 years ago
  95. 6e26c0b Merge "Emit bit manipulation instructions for x86 and x86_64" by Vladimir Marko · 7 years ago
  96. 82b67b2 Merge "Move profile compilation info to CompilerOptions." by Vladimir Marko · 7 years ago
  97. 1a2a5cd Move profile compilation info to CompilerOptions. by Vladimir Marko · 7 years ago
  98. dd121f6 Emit bit manipulation instructions for x86 and x86_64 by Shalini Salomi Bodapati · 7 years ago
  99. 57e7dbf Merge "ARM64: Support interm. address for object arrays." by Vladimir Marko · 7 years ago
  100. d120d33 Revert^2 "ART: Fix breaking changes from recent VIXL update." by xueliang.zhong · 7 years ago