1. d505776 dex2oat: Use CLOCK_MONOTONIC, not REALTIME for a watchdog! by Christopher R. Palmer · 7 years ago
  2. 25adcfb Make image test multi image by Mathieu Chartier · 8 years ago
  3. 338a1d2 ART: Add very-large threshold to dex2oat by Andreas Gampe · 8 years ago
  4. 25a9abe ART: Add dex2oat swap-usage parameters by Andreas Gampe · 8 years ago
  5. ce55f0d ART: Fix swap usage determination in dex2oat by Andreas Gampe · 8 years ago
  6. c9dbb1d Revert "Revert "Hold dex caches live in class table"" by Mathieu Chartier · 8 years ago
  7. f102faf Revert "Hold dex caches live in class table" by Brian Carlstrom · 8 years ago
  8. d6d49e5 Hold dex caches live in class table by Mathieu Chartier · 8 years ago
  9. 8d26c59 Prune class path classes from profile by Mathieu Chartier · 8 years ago
  10. 8c185bf Compile JNI stubs for verify-profile and interpret-only. by Vladimir Marko · 8 years ago
  11. cdca476 Revert "Revert "Write conflict tables in image"" by Mathieu Chartier · 8 years ago
  12. 5872d7c Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 8 years ago
  13. 4f351aa Combine checksum of all boot images. by Jeff Hao · 8 years ago
  14. 1c4eb04 Don't return kPatchOatNeeded if there is no patch info. by Richard Uhler · 8 years ago
  15. 7bcfcb8 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 8 years ago
  16. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 8 years ago
  17. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 8 years ago
  18. 3c94f09 Remove Quick from tree. by Nicolas Geoffray · 8 years ago
  19. 73d8c65 Fix incorrect dex2oat check by Mathieu Chartier · 8 years ago
  20. a807780 Add verify-profile compiler filter by Mathieu Chartier · 8 years ago
  21. 1cc7e8b Add verify-art-runtime usage to dex2oat by Mathieu Chartier · 8 years ago
  22. 346dc99 Remove --native-debuggable compiler option. by David Srbecky · 8 years ago
  23. 5d95076 Symbolize native debug information for AOTed methods in boot.oat. by David Srbecky · 8 years ago
  24. 09c2a6b Add trampoline symbols to native debug info. by David Srbecky · 8 years ago
  25. c421907 Merge "Update GetDexOptNeeded to handle different levels of compilation" by Calin Juravle · 8 years ago
  26. b077e15 Update GetDexOptNeeded to handle different levels of compilation by Calin Juravle · 8 years ago
  27. 5d81120 Propagate InstructionSetFeatures to ElfBuilder. by David Srbecky · 8 years ago
  28. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 8 years ago
  29. 0c6e334 Move back the boot image to debuggable. by Nicolas Geoffray · 8 years ago
  30. c5dd319 Add and use loaded class profiling by Mathieu Chartier · 8 years ago
  31. a6e81ed Add lz4hc image compression format by Mathieu Chartier · 8 years ago
  32. 9ed87a8 Merge "AOT compile framework code as non-debuggable" by Mingyao Yang · 8 years ago
  33. bf63303 Merge "ART: Allow method references across oat files for multi-image, 2nd attempt." by Vladimir Marko · 8 years ago
  34. 944da60 ART: Allow method references across oat files for multi-image, 2nd attempt. by Vladimir Marko · 8 years ago
  35. 6ea1a0e AOT compile framework code as non-debuggable by Mingyao Yang · 8 years ago
  36. 5c7e260 Please Clang with respect to stack frame limits in dex2oat. by Roland Levillain · 8 years ago
  37. 6406b52 Merge "Revert "Revert "Add profman tool: responsible to process profiles""" by Calin Juravle · 8 years ago
  38. 2e2db78 Revert "Revert "Add profman tool: responsible to process profiles"" by Calin Juravle · 8 years ago
  39. 3da7468 Revert "Add profman tool: responsible to process profiles" by Nicolas Geoffray · 8 years ago
  40. dccd675 Fix static dex2oat build by Calin Juravle · 8 years ago
  41. 6caefd9 Add profman tool: responsible to process profiles by Calin Juravle · 8 years ago
  42. 45724f9 Revert "Allow method references across oat files for multi-image." by Vladimir Marko · 8 years ago
  43. 6065402 Allow method references across oat files for multi-image. by Vladimir Marko · 8 years ago
  44. 4fda4eb Move code related to debug info generation to its own directory. by David Srbecky · 8 years ago
  45. 0c4572e Generate mini-debug-info on separate thread. by David Srbecky · 8 years ago
  46. 97590cc Strip image-format arg in dex2oat by Mathieu Chartier · 8 years ago
  47. 390f5b3 Merge "Use SS/GSS collectors in dex2oat if they are the default." by Hiroshi Yamauchi · 8 years ago
  48. 6af5348 Use SS/GSS collectors in dex2oat if they are the default. by Hiroshi Yamauchi · 8 years ago
  49. ce4b0ba Ignore image checksum for ExtractOnly oat files by David Brazdil · 8 years ago
  50. d8904a5 ART: Do not reopen oat file in ImageWriter::UpdateOatFile(). by Vladimir Marko · 8 years ago
  51. eb2c741 Do not enforce deterministic compilation with read barriers. by Roland Levillain · 8 years ago
  52. 78e9015 Merge "ART: Add option to ensure deterministic compilation" by Andreas Gampe · 8 years ago
  53. ace0dc1 ART: Add option to ensure deterministic compilation by Andreas Gampe · 8 years ago
  54. c801425 Merge "ART: Make sure dex files are verified in the compiler" by Andreas Gampe · 8 years ago
  55. 3a2bd29 ART: Make sure dex files are verified in the compiler by Andreas Gampe · 8 years ago
  56. ca50505 Merge "ART: Allow --no-inline-from to specify multiple dex files." by Vladimir Marko · 8 years ago
  57. 47496c2 ART: Allow --no-inline-from to specify multiple dex files. by Vladimir Marko · 8 years ago
  58. 5b1c2ca Revert "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 8 years ago
  59. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 8 years ago
  60. 8546cc9 Revert "Add option to generate compressed backtrace info." by David Srbecky · 8 years ago
  61. 5fdcc3c Add option to generate compressed backtrace info. by David Srbecky · 8 years ago
  62. 48dfaba Merge "Disable Homogeneous space for dex2oat" by Mathieu Chartier · 8 years ago
  63. 9bdf108 Revert "Revert "Write dex files to oat file early."" by Vladimir Marko · 8 years ago
  64. 1ee101a Merge "Revert "Write dex files to oat file early."" by Vladimir Marko · 8 years ago
  65. 919f553 Revert "Write dex files to oat file early." by Vladimir Marko · 8 years ago
  66. a810830 Merge "Write dex files to oat file early." by Vladimir Marko · 8 years ago
  67. f74388d Merge "Improve profile processing" by Calin Juravle · 8 years ago
  68. 877fd96 Improve profile processing by Calin Juravle · 8 years ago
  69. c903b6a Move --dump-cfg and dump-cfg-append to CompilerOptions. by Nicolas Geoffray · 8 years ago
  70. 625a64a Write dex files to oat file early. by Vladimir Marko · 8 years ago
  71. 97f3f7d Disable Homogeneous space for dex2oat by Lin Zang · 8 years ago
  72. bce0590 Merge "Allow multi-image dex2oat to tolerate missing dex files." by Jeff Hao · 8 years ago
  73. 966878d Revert "Create parent class loader for dex2oat" by Mathieu Chartier · 8 years ago
  74. 436183f Allow multi-image dex2oat to tolerate missing dex files. by Jeff Hao · 8 years ago
  75. 3e09eeb Disable --generate-debug-info by default in all cases. by David Srbecky · 8 years ago
  76. acd7a6a Fix general multi-image TODOs. by Jeff Hao · 8 years ago
  77. 998c216 Perform profile file analysis in dex2oat by Calin Juravle · 8 years ago
  78. 8994a04 Revert "Revert "ART: Fix up some multi-image cases"" by Andreas Gampe · 8 years ago
  79. de38b79 Revert "ART: Fix up some multi-image cases" by Nicolas Geoffray · 8 years ago
  80. 288b1e9 ART: Fix up some multi-image cases by Andreas Gampe · 8 years ago
  81. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 8 years ago
  82. 0cf4493 Generate more stack maps during native debugging. by David Srbecky · 8 years ago
  83. a1b2121 Merge "Refactor and clean up OatWriter and Dex2Oat." by Vladimir Marko · 8 years ago
  84. 49b0f45 Refactor and clean up OatWriter and Dex2Oat. by Vladimir Marko · 8 years ago
  85. ceb07b3 Revert "Revert "Add support for LZ4 compressed image files"" by Mathieu Chartier · 8 years ago
  86. 6247556 Merge "Fix imgdiag build rules." by Roland Levillain · 8 years ago
  87. 3045cfe Fix imgdiag build rules. by Roland Levillain · 8 years ago
  88. 83d4d72 Revert "Add support for LZ4 compressed image files" by Nicolas Geoffray · 8 years ago
  89. c6f41b5 Add support for LZ4 compressed image files by Mathieu Chartier · 8 years ago
  90. 64fff41 Clarify --boot-image help message by Kevin Brodsky · 8 years ago
  91. 131980f Add ElfWriter::GetStream(). by Vladimir Marko · 8 years ago
  92. 10c1356 Refactor oat file writing to give Dex2Oat more control. by Vladimir Marko · 8 years ago
  93. d37d364 Create parent class loader for dex2oat by Mathieu Chartier · 9 years ago
  94. 073b16c Image space cleanup for app images by Mathieu Chartier · 9 years ago
  95. da5b28a Revert "Revert "Add basic image writer support for app images"" by Mathieu Chartier · 9 years ago
  96. 4b01856 Revert "Add basic image writer support for app images" by Nicolas Geoffray · 9 years ago
  97. c033474 Add basic image writer support for app images by Mathieu Chartier · 9 years ago
  98. a90c772 Add application image dex2oat options by Mathieu Chartier · 9 years ago
  99. 469e9c4 Merge "Keep list of dex files for oat file in CompilerDriver." by Vladimir Marko · 9 years ago
  100. d1eaf0d Keep list of dex files for oat file in CompilerDriver. by Vladimir Marko · 9 years ago