1. c5e3a52 Make compiling an apex image explicit. by Nicolas Geoffray · 5 years ago
  2. 256c94b Update induction ranges in superblock cloner. by Nicolas Geoffray · 5 years ago
  3. 36ec6c7 Fix DWARF line-number generation for JITed methods. by David Srbecky · 5 years ago
  4. 2cc9d34 Fix wrong assumption in RemoveInstructionsAsUsersFromDeadBlocks. by Nicolas Geoffray · 5 years ago
  5. 20d1c94 Patch supports Intel(R) AVX/AVX2 MOV Instruction by jaishank · 5 years ago
  6. fc8e759 art: remove unnecessary references to external/zlib. by Elliott Hughes · 5 years ago
  7. 89cbeb6 Fix AssertNonMovableStringClass(). by Vladimir Marko · 5 years ago
  8. 76b9c69 Split JIT mini-debug-info packing and compression to two phases. by David Srbecky · 5 years ago
  9. f59bc11 Couple of improvements in the jit zygote pass. by Nicolas Geoffray · 5 years ago
  10. 91038d6 Don't abort for min/max/abs intrinsics, baseline use them. by Nicolas Geoffray · 5 years ago
  11. 9b195cc Fix arm32 code generator when used with baseline compilation. by Nicolas Geoffray · 5 years ago
  12. bdc93b4 ObjPtr<>-ify StackTraceElement and ClassLoader. by Vladimir Marko · 5 years ago
  13. 3940254 Modernise code to use override specifier by Yi Kong · 5 years ago
  14. fe1d952 Use generic name for JNI trampolines. by David Srbecky · 5 years ago
  15. 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 5 years ago
  16. e7e195d optimizing_compiler: Avoid extra std::string copy by Greg Kaiser · 5 years ago
  17. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 5 years ago
  18. 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 5 years ago
  19. 5092811 Move elf_utils.h to libelffile library as well. by David Srbecky · 5 years ago
  20. b9c29f6 Hide conscrypt package classes for app AOT compilation. by Vladimir Marko · 5 years ago
  21. e5d93b5 Compare the oat version of runtime, dex2oat and the compiler. by David Srbecky · 5 years ago
  22. 2faab00 Create libelffile library for ELF file manipulation. by David Srbecky · 5 years ago
  23. 5f1465f Add binary search table for .debug_frame by David Srbecky · 5 years ago
  24. 3dacdd6 Revert^4 "Remove Global deopt requirement for several jvmti events" by Alex Light · 5 years ago
  25. 939798e Revert "Revert^2 "Remove Global deopt requirement for several jvmti events"" by Nicolas Geoffray · 5 years ago
  26. 403aafa Fix non-deterministic compilation for const-string... by Vladimir Marko · 5 years ago
  27. a75e589 Revert^2 "Remove Global deopt requirement for several jvmti events" by Alex Light · 5 years ago
  28. 327497e Move CompilerDriver to dex2oat/. by Vladimir Marko · 5 years ago
  29. ad344b6 Revert "Remove Global deopt requirement for several jvmti events" by Nicolas Geoffray · 5 years ago
  30. 334630e Remove Global deopt requirement for several jvmti events by Alex Light · 5 years ago
  31. 85dd9e3 Revert^2 "RFC: ART: ARM64: Support SDOT/UDOT instructions." by Artem Serov · 6 years ago
  32. 4b2d1c5 Fix memory leak in CommonCompilerTest::CompileMethod(). by Vladimir Marko · 5 years ago
  33. bf5f0f3 Revert "Revert^2 "Add code size to CodeInfo"" by Nicolas Geoffray · 5 years ago
  34. 5708376 Revert "Remove code size from OatQuickMethodHeader" by Nicolas Geoffray · 5 years ago
  35. 815d5e5 Refactor compiler tests around CompilerDriver. by Vladimir Marko · 5 years ago
  36. b1b2ca9 Revert "Don't pack code size in CodeInfo." by Nicolas Geoffray · 5 years ago
  37. e35ac04 Don't pack code size in CodeInfo. by David Srbecky · 5 years ago
  38. 141b63c Don't do CHA inlining in zygote. by Nicolas Geoffray · 5 years ago
  39. de1b2a2 Revert "Revert "Add support for booting with a boot classpath not fully AOTed."" by Nicolas Geoffray · 5 years ago
  40. 14bfedd Revert "Add support for booting with a boot classpath not fully AOTed." by Andreas Gampe · 5 years ago
  41. de3e70f Move to new glibc in the tree. by Nicolas Geoffray · 5 years ago
  42. e570870 Merge "Remove code size from OatQuickMethodHeader" by David Srbecky · 5 years ago
  43. ec956e8 Merge changes Ifd690cda,I7bcbe947 by David Brazdil · 5 years ago
  44. eda46e9 Fix vdex fast-verify performance regression by David Brazdil · 5 years ago
  45. feb2282 Improve `verified`, add `redefined` class status in VerifierDeps by David Brazdil · 5 years ago
  46. 98b970d Merge "Add support for booting with a boot classpath not fully AOTed." by Nicolas Geoffray · 5 years ago
  47. 038924b ART: Reduce dependencies on CompilerDriver. by Vladimir Marko · 5 years ago
  48. 7417ce9 Add support for booting with a boot classpath not fully AOTed. by Nicolas Geoffray · 5 years ago
  49. 03c6b17 Merge "Refactor ElfDebugReader." by David Srbecky · 5 years ago
  50. 03fc501 Merge "Simplify XZ compression." by David Srbecky · 5 years ago
  51. a5359f7 ART: Delete obsolete comments in GVN. by Vladimir Marko · 5 years ago
  52. 53eb07f Refactor ElfDebugReader. by David Srbecky · 5 years ago
  53. 82b9560 Simplify XZ compression. by David Srbecky · 5 years ago
  54. e39765c Merge "Generate CFI for stackless methods." by David Srbecky · 5 years ago
  55. 3002184 Generate CFI for stackless methods. by David Srbecky · 5 years ago
  56. 131f23a Remove code size from OatQuickMethodHeader by David Srbecky · 6 years ago
  57. 438cc2b Merge "Revert^2 "Add code size to CodeInfo"" by David Srbecky · 5 years ago
  58. e1412da Revert^2 "Add code size to CodeInfo" by David Srbecky · 5 years ago
  59. 8f20a23 Revert "Add code size to CodeInfo" by David Srbecky · 5 years ago
  60. 7370d92 Remove oat_patches from the DWARF writer. by David Srbecky · 5 years ago
  61. 91b2900 Remove support for generating .eh_frame ELF section. by David Srbecky · 5 years ago
  62. 68efa7b Add code size to CodeInfo by David Srbecky · 6 years ago
  63. 1e70b89 Merge changes Id4ffa9f9,I1bb5d05d by Vladimir Marko · 5 years ago
  64. 44a6f97 ART: Remove obsolete comment. by Vladimir Marko · 5 years ago
  65. 6c70224 Replace MergeSets() with std::set::merge(). by Vladimir Marko · 5 years ago
  66. 8581e2a Replace StringPiece with std::string_view. by Vladimir Marko · 5 years ago
  67. 8e1ca61 Merge "Generalize vdex class redefinition check" by David Brazdil · 5 years ago
  68. 2f34e59 Merge changes I14c7cddd,I4a39d0e8,I3f24c8f4,I9699f138 by Vladimir Marko · 5 years ago
  69. 8fd6722 Generalize vdex class redefinition check by David Brazdil · 5 years ago
  70. b7abcaf Merge "ART: Use C++17 extract/modify/insert pattern." by Vladimir Marko · 5 years ago
  71. 2ef0110 Replace StringPiece with std::string_view in HashSet. by Vladimir Marko · 5 years ago
  72. 22e2223 ART: Use C++17 extract/modify/insert pattern. by Vladimir Marko · 5 years ago
  73. 2860c19 Merge "Check that the String class is not movable in String.equals intrinsics." by Roland Levillain · 5 years ago
  74. 7909e1e Merge "ART: Enable ISA features run-time detection for ARM64" by Roland Levillain · 5 years ago
  75. 49b2b20 Allow empty mini-debug-info ELF section. by David Srbecky · 5 years ago
  76. 9b596c0 Merge "Ensure the correctness of fast verify" by Calin Juravle · 5 years ago
  77. 5ffefaa Ensure the correctness of fast verify by Calin Juravle · 6 years ago
  78. 119733d Revert "Revert "ART: introduce PALette abstraction layer"" by Orion Hodson · 5 years ago
  79. 53a41ac ART: Fix off-by-one error in BCE. by Vladimir Marko · 5 years ago
  80. 7f88c1a ART: Enable ISA features run-time detection for ARM64 by xueliang.zhong · 6 years ago
  81. 4b9d00a ART: introduce PALette abstraction layer by Orion Hodson · 6 years ago
  82. 206348c Selectively allow dead reference elimination by Hans Boehm · 6 years ago
  83. 43ae779 Add timing logger for mini-debug-info generation. by David Srbecky · 6 years ago
  84. 96259f1 Pass the Java caller's location to OpenNativeLibrary. by Nicolas Geoffray · 6 years ago
  85. 8f1c8e5 ART: Some more iwyu by Andreas Gampe · 6 years ago
  86. 639b2b1 ART: Remove instruction_set.h from thread.h by Andreas Gampe · 6 years ago
  87. ebc3b25 Fix compiler bug when typing exceptions. by Nicolas Geoffray · 6 years ago
  88. e36f5f6 ART: Replace 'auto' with actual types by Evgeny Astigeevich · 6 years ago
  89. 5d938ef Merge "Fix CFI tests for heap poisoning." by David Srbecky · 6 years ago
  90. 51bc752 Fix CFI tests for heap poisoning. by David Srbecky · 6 years ago
  91. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  92. 90793b3 Merge "ART: Refactor for bugprone-argument-comment" by Treehugger Robot · 6 years ago
  93. 41dba67 Add dumping for number of classes initialized by Mathieu Chartier · 6 years ago
  94. 3db7068 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  95. ca7027d Merge "ART: Add CRC32.updateByteBuffer intrinsic for ARM64" by Vladimir Marko · 6 years ago
  96. adf5959 Merge changes I5e42f85c,I60174623 by Vladimir Marko · 6 years ago
  97. 776a7c2 ART: Add CRC32.updateByteBuffer intrinsic for ARM64 by Evgeny Astigeevich · 6 years ago
  98. 30a8c4b Merge "Pack JIT mini-debug-infos together." by David Srbecky · 6 years ago
  99. 29a533e Remove unresolved classes from image classes. by Vladimir Marko · 6 years ago
  100. c01dc29 ART: Optimize use of registers for CRC32.update intrinsic by Evgeny Astigeevich · 6 years ago