1. f4bd5de Touch up changes related to cross-dex compiling by Santiago Aboy Solanes · 2 years, 10 months ago
  2. f67e8c3 Preallocate `CodeInfoTableDeduper::dedupe_set_`. by Vladimir Marko · 2 years, 10 months ago
  3. 396bab8 Remove obsolete code related to quickening. by Vladimir Marko · 2 years, 10 months ago
  4. ee7bd32 Revert "Expand sharpening's ComputeLoadClassKind to cover cross-dex cases" by Nicolas Geoffray · 3 years ago
  5. 32b8c8f Expand sharpening's ComputeLoadClassKind to cover cross-dex cases by Santiago Aboy Solanes · 3 years, 1 month ago
  6. a0232ad Add .bss support for inlining across dexfiles within Oat by Santiago Aboy Solanes · 3 years, 2 months ago
  7. 9e050ab Remove the need of VerifiedMethod in the compiler. by Nicolas Geoffray · 3 years, 6 months ago
  8. 9cacdce Enable mini-debug-info by default. by David Srbecky · 3 years, 9 months ago
  9. d3d1a1a Remove DexToDexCompiler by David Srbecky · 3 years, 10 months ago
  10. c7ac91b [metrics] Report some ART metadata by Eric Holk · 4 years ago
  11. 3ac2f5a Make RTP::Visit robust against input order by Alex Light · 4 years, 2 months ago
  12. 695348f Add compiler type to CompilerOptions. by Vladimir Marko · 4 years, 8 months ago
  13. 4fa07a5 Add explicit compiler option to enable test-specific features. by David Srbecky · 4 years, 10 months ago
  14. fe57c2b Revert^4 "Add "linkage" test options"" by David Sehr · 4 years, 10 months ago
  15. 16c08ca Revert "Revert "Revert "Add "linkage" test options""" by Nicolas Geoffray · 4 years, 10 months ago
  16. 80c0c50 Revert "Revert "Add "linkage" test options"" by David Sehr · 4 years, 10 months ago
  17. 91a8e6f Revert "Add "linkage" test options" by Nicolas Geoffray · 4 years, 10 months ago
  18. 873bb64 Add "linkage" test options by David Sehr · 4 years, 10 months ago
  19. 6cf7a9b Revert "Revert "If generating an image, run initialization and other optimizations."" by Nicolas Geoffray · 4 years, 11 months ago
  20. bbec8a6 Revert "If generating an image, run initialization and other optimizations." by Eric Holk · 4 years, 11 months ago
  21. ada8536 If generating an image, run initialization and other optimizations. by Nicolas Geoffray · 5 years ago
  22. ef46e10 Do not verify dex files for --compiler-filter=assume-verified. by Vladimir Marko · 5 years ago
  23. 4cbb51a Fix ART code around JIT zygote. by Nicolas Geoffray · 5 years ago
  24. c124d1d Fix name-based detection of JIT-zygote boot image extension. by Ulya Trafimovich · 5 years ago
  25. 44ca075 Compiler changes for boot image extension. by Vladimir Marko · 5 years ago
  26. 5132e0d Add option for controling app image class initialization by Mathieu Chartier · 6 years ago
  27. 4b3946a Remove small and tiny method options by Mathieu Chartier · 6 years ago
  28. c5e3a52 Make compiling an apex image explicit. by Nicolas Geoffray · 6 years ago
  29. 815d5e5 Refactor compiler tests around CompilerDriver. by Vladimir Marko · 6 years ago
  30. 038924b ART: Reduce dependencies on CompilerDriver. by Vladimir Marko · 6 years ago
  31. 2ef0110 Replace StringPiece with std::string_view in HashSet. by Vladimir Marko · 6 years ago
  32. 2afaff7 Refactor CompilerDriver::CompileAll(). by Vladimir Marko · 6 years ago
  33. aa6f483 ART: ARM64: Pass ISA features to VIXL macroassembler. by Artem Serov · 6 years ago
  34. 1a84296 Add image compressed blocks by Mathieu Chartier · 6 years ago
  35. f759dc0 Merge "ART: Add profile-compile-check support" by Andreas Gampe · 6 years ago
  36. 9c4b970 Rewrite image type in CompilerOptions. by Vladimir Marko · 6 years ago
  37. 6be1dbd ART: Rewrite core image detection. by Vladimir Marko · 6 years ago
  38. 1a2a5cd Move profile compilation info to CompilerOptions. by Vladimir Marko · 6 years ago
  39. 5c80311 ART: Add profile-compile-check support by Andreas Gampe · 7 years ago
  40. cd0f38f Add logic to eagerly resolve const-string for startup methods by Mathieu Chartier · 6 years ago
  41. acc56ac Introduce a 'baseline' variant for the compiler. by Nicolas Geoffray · 6 years ago
  42. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  43. a043111 Move instruction_set_ to CompilerOptions. by Vladimir Marko · 7 years ago
  44. 213ee2d Move dex_files_for_oat_file_ to CompilerOptions. by Vladimir Marko · 7 years ago
  45. dc4bcce Move image_classes_ to CompilerOptions. by Vladimir Marko · 7 years ago
  46. 2da52b0 ART: Add --dump-pass-timings compiler option. by Vladimir Marko · 7 years ago
  47. 1979c64 Clean up include paths by David Sehr · 7 years ago
  48. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  49. 8d72832 Add compiler option for counting hotness in compiled code. by Nicolas Geoffray · 7 years ago
  50. 2d8801f Clean some dex2oat options. by Nicolas Geoffray · 7 years ago
  51. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  52. cac31ad ART: Add compiler option for code deduplication by Andreas Gampe · 7 years ago
  53. f39208f ART: Add abort-on-soft-verifier-error by Andreas Gampe · 7 years ago
  54. 097f34c ART: Use CmdlineParser in dex2oat by Andreas Gampe · 7 years ago
  55. 8cce65a Disable app image for very large apps by Mathieu Chartier · 7 years ago
  56. 2b03a1f Instrument ARM64 generated code to check the Marking Register. by Roland Levillain · 8 years ago
  57. 57c4704 Code cleanup around compiler options and JIT. by Nicolas Geoffray · 8 years ago
  58. deae7db ART: Add missing namespace comments by Andreas Gampe · 8 years ago
  59. 2fad527 Ignore --compile-pic option for JIT. by Vladimir Marko · 8 years ago
  60. 49cda06 Rename and obsolete compiler filter names. by Nicolas Geoffray · 8 years ago
  61. f6d4668 Improvements in the Inliner. by Nicolas Geoffray · 8 years ago
  62. c52f303 Remove --include-patch-information option from dex2oat. by Richard Uhler · 8 years ago
  63. 60ca949 Optimize OatWriter when we don't compile any method. by Nicolas Geoffray · 8 years ago
  64. 01b70e8 Add dequickening support. by Nicolas Geoffray · 8 years ago
  65. 0802518 Save the non-verified classes in the VerifierDeps. by Nicolas Geoffray · 8 years ago
  66. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  67. ab40c11 Generate SHA-1 build ID for host-generated *.oat files (1/2). by Alexey Alexandrov · 8 years ago
  68. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 8 years ago
  69. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  70. 63dccbb Store resolved Strings for AOT code in .bss. by Vladimir Marko · 8 years ago
  71. 5319d3c Implement running user defined list of passes by Wojciech Staszkiewicz · 8 years ago
  72. 2cd05b7 Add a register allocation strategy compiler option by Matthew Gharrity · 8 years ago
  73. f6d1e0f Compile JNI stubs for verify-profile and interpret-only. by Vladimir Marko · 9 years ago
  74. f4b3487 Remove -XOatFileManagerCompilerFilter argument. by Richard Uhler · 9 years ago
  75. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 9 years ago
  76. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 9 years ago
  77. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 9 years ago
  78. 3c94f09 Remove Quick from tree. by Nicolas Geoffray · 9 years ago
  79. a807780 Add verify-profile compiler filter by Mathieu Chartier · 9 years ago
  80. 346dc99 Remove --native-debuggable compiler option. by David Srbecky · 9 years ago
  81. 3f41a01 ART: Use optimizing compiler in image_test by Andreas Gampe · 9 years ago
  82. ce4b0ba Ignore image checksum for ExtractOnly oat files by David Brazdil · 9 years ago
  83. 78e9015 Merge "ART: Add option to ensure deterministic compilation" by Andreas Gampe · 9 years ago
  84. ace0dc1 ART: Add option to ensure deterministic compilation by Andreas Gampe · 9 years ago
  85. ca50505 Merge "ART: Allow --no-inline-from to specify multiple dex files." by Vladimir Marko · 9 years ago
  86. 47496c2 ART: Allow --no-inline-from to specify multiple dex files. by Vladimir Marko · 9 years ago
  87. 5b1c2ca Revert "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 9 years ago
  88. 8546cc9 Revert "Add option to generate compressed backtrace info." by David Srbecky · 9 years ago
  89. 5fdcc3c Add option to generate compressed backtrace info. by David Srbecky · 9 years ago
  90. c903b6a Move --dump-cfg and dump-cfg-append to CompilerOptions. by Nicolas Geoffray · 9 years ago
  91. 3e09eeb Disable --generate-debug-info by default in all cases. by David Srbecky · 9 years ago
  92. 5949fa0 Revert "Revert "Tweak inlining heuristics."" by Nicolas Geoffray · 9 years ago
  93. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  94. 0cf4493 Generate more stack maps during native debugging. by David Srbecky · 9 years ago
  95. b17d1cc Revert "Tweak inlining heuristics." by Nicolas Geoffray · 9 years ago
  96. fcb7613 Tweak inlining heuristics. by Nicolas Geoffray · 9 years ago
  97. abbb0f7 Refactor code so that JIT can parse compiler options. by Nicolas Geoffray · 9 years ago
  98. e418dda Be more flexible on the code unit size when inlining. by Nicolas Geoffray · 9 years ago
  99. a215b95 Tighten default inlining settings when using the space filter. by Roland Levillain · 9 years ago
  100. ec74835 Allow for fine tuning the inliner. by Calin Juravle · 9 years ago