1. 21dca73 Merge "dex2oat: Accept .dm files." by Nicolas Geoffray · 7 years ago
  2. baeaa9b dex2oat: Accept .dm files. by Nicolas Geoffray · 7 years ago
  3. da244c9 Merge "Revert "Revert "Make libdexfile build independent of runtime dir""" by David Sehr · 7 years ago
  4. f160983 Fix compact dex shared section with update_input_vdex by Mathieu Chartier · 7 years ago
  5. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
  6. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago
  7. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  8. 772bd2f ART: Dex2oatd does not depend on libart-nond by Andreas Gampe · 7 years ago
  9. b7b2957 Merge "Add shared separate data section for compact dex" by Mathieu Chartier · 7 years ago
  10. 5cee0a3 Merge "dex2oat: Test whether the passed vdex has no dex file." by Nicolas Geoffray · 7 years ago
  11. c3a22aa Add shared separate data section for compact dex by Mathieu Chartier · 7 years ago
  12. bc17727 dex2oat: Test whether the passed vdex has no dex file. by Nicolas Geoffray · 7 years ago
  13. 2b1a21e Merge "Load /data oat/odex files non-executable when only_use_system_oat_files is set." by Nicolas Geoffray · 7 years ago
  14. b95eb37 Merge "Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed.""" by Nicolas Geoffray · 7 years ago
  15. e6b6ff8 Revamp dexlayout writing functions by Mathieu Chartier · 7 years ago
  16. f307527 Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Nicolas Geoffray · 7 years ago
  17. 3913e48 ART: Refactor profile_compilation_info.h includes by Andreas Gampe · 7 years ago
  18. b3c0b52 Merge "ART: Allow oatstatus verification for app dependencies" by Treehugger Robot · 7 years ago
  19. 5577295 Merge "ART: Add entrypoint and intrinsic for Math.pow()." by Treehugger Robot · 7 years ago
  20. 4d17987 ART: Add entrypoint and intrinsic for Math.pow(). by Vladimir Marko · 7 years ago
  21. e993458 ART: Allow oatstatus verification for app dependencies by Andreas Gampe · 7 years ago
  22. c684f33 Refactor jit debugger interface and its ELF creation. by David Srbecky · 7 years ago
  23. 26037dd Merge "Fix the offset of $dexfile debug symbol." by Treehugger Robot · 7 years ago
  24. cc57c0c Ignore frame-larger-than for Dex2oatArgumentMap::Parse by Pirama Arumuga Nainar · 7 years ago
  25. c89013c Update PGO configuration by Pirama Arumuga Nainar · 7 years ago
  26. 2593162 Fix the offset of $dexfile debug symbol. by David Srbecky · 7 years ago
  27. 0e15923 Merge changes I82b9360b,Ifc237ff8 by Treehugger Robot · 7 years ago
  28. dcbe96b Merge "Abort for combination of compact dex/dexlayout and update_input_vdex" by Mathieu Chartier · 7 years ago
  29. 7c6f636 Abort for combination of compact dex/dexlayout and update_input_vdex by Mathieu Chartier · 7 years ago
  30. 2b9c35b Introduce new build tool: hiddenapi by David Brazdil · 7 years ago
  31. fa0b0db Merge "Generate debug symbols for interpreted methods." by David Srbecky · 7 years ago
  32. 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 7 years ago
  33. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 7 years ago
  34. a7e4a15 Merge changes from topic "dex2oat-pgo" by Pirama Arumuga Nainar · 7 years ago
  35. 32210b9 Generate debug symbols for interpreted methods. by David Srbecky · 7 years ago
  36. 02f6ed6 Setup PGO for dex2oat and related libraries by Pirama Arumuga Nainar · 7 years ago
  37. ab89892 Do not call _exit() for PGO instrumentation by Pirama Arumuga Nainar · 7 years ago
  38. 6716941 Revert "Move quickening info logic to its own table" by Nicolas Geoffray · 7 years ago
  39. 7a26f94 Move quickening info logic to its own table by Mathieu Chartier · 7 years ago
  40. 80ddf27 ART: Relax failure requirements for dex2oat watchdog test by Andreas Gampe · 7 years ago
  41. f4bf58d Merge "Try to mmap vdex file within the address range of the ELF file." by David Srbecky · 7 years ago
  42. 0212910 Re-enable disabled dex2oat tests for compact dex. by Mathieu Chartier · 7 years ago
  43. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 7 years ago
  44. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  45. 70a58af Merge "Change ClassStatus to fit into 4 bits." by Treehugger Robot · 7 years ago
  46. 2c64a83 Change ClassStatus to fit into 4 bits. by Vladimir Marko · 7 years ago
  47. ec2cdf4 Try to mmap vdex file within the address range of the ELF file. by David Srbecky · 7 years ago
  48. 73f21d4 Remove CodeItem accessor functions by Mathieu Chartier · 7 years ago
  49. 21f9cb8 ART: Disable watchdog test for non-CC by Andreas Gampe · 7 years ago
  50. 0f54b0d Revert "ART: Add barrier to dex2oat watchdog startup" by Andreas Gampe · 7 years ago
  51. 55256cb Extensions to check JNI. by Ian Rogers · 7 years ago
  52. dfd110e Merge "ART: Add barrier to dex2oat watchdog startup" by Treehugger Robot · 7 years ago
  53. 2469ec9 Merge "Use LogHelper::LogLineLowStack instead of LogMessage::LogLine." by Tomasz Wasilczyk · 7 years ago
  54. 8d84090 Use LogHelper::LogLineLowStack instead of LogMessage::LogLine. by Tomasz Wasilczyk · 7 years ago
  55. 85baf7a ART: Add barrier to dex2oat watchdog startup by Andreas Gampe · 7 years ago
  56. ffc3be6 Merge "Revert "Revert "Move art-heap-poisoning and art-gtest-ss-gc to test cdex""" by Mathieu Chartier · 7 years ago
  57. a661594 Merge "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Treehugger Robot · 7 years ago
  58. e166e67 Revert "Don't embed the dex code in the oat file if dex is uncompressed." by Andreas Gampe · 7 years ago
  59. 532246e Revert "Revert "Move art-heap-poisoning and art-gtest-ss-gc to test cdex"" by Mathieu Chartier · 7 years ago
  60. 2974260 Load /data oat/odex files non-executable when only_use_system_oat_files is set. by Nicolas Geoffray · 7 years ago
  61. 7861b4b Merge "Fix cdex bugs to enable ART_DEFAULT_COMPACT_DEX_LEVEL=fast tests passing" by Mathieu Chartier · 7 years ago
  62. 2c4b084 Fix cdex bugs to enable ART_DEFAULT_COMPACT_DEX_LEVEL=fast tests passing by Mathieu Chartier · 7 years ago
  63. c8d9103 Merge "Don't embed the dex code in the oat file if dex is uncompressed." by Nicolas Geoffray · 7 years ago
  64. f4886df Add mini-debug-info generation mode for JIT. by David Srbecky · 7 years ago
  65. ae7e838 Don't embed the dex code in the oat file if dex is uncompressed. by Nicolas Geoffray · 7 years ago
  66. 3f74ea4 Merge "Decouple virtual memory allocation in ElfBuilder." by David Srbecky · 7 years ago
  67. 702f6f2 Merge "Add CodeItemDebugInfoAccessor" by Mathieu Chartier · 7 years ago
  68. 6f05cca Merge "Add ART_DEFAULT_COMPACT_DEX_LEVEL" by Mathieu Chartier · 7 years ago
  69. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 7 years ago
  70. e155f4b Decouple virtual memory allocation in ElfBuilder. by David Srbecky · 7 years ago
  71. 31f4c9f Add CodeItemDebugInfoAccessor by Mathieu Chartier · 7 years ago
  72. a7f6b81 Add ART_DEFAULT_COMPACT_DEX_LEVEL by Mathieu Chartier · 7 years ago
  73. 8901119 Do not pass DexFile to ClassLinker::Lookup/ResolveMethod(). by Vladimir Marko · 7 years ago
  74. 0f13269 Merge changes I8c4cec43,I00634b89,I0579db64 by Vladimir Marko · 7 years ago
  75. a64b52d Do not pass DexFile to ClassLinker::Lookup/ResolveString(). by Vladimir Marko · 7 years ago
  76. e82b60f Update help message dump-timing -> dump-timings. by Nicolas Geoffray · 7 years ago
  77. 8f1a586 Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672 by Treehugger Robot · 7 years ago
  78. f56a1c0 Merge "Determine HLoadClass/String load kind early." by Vladimir Marko · 7 years ago
  79. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 7 years ago
  80. 93592f5 Fix VDEX header when no quickening info by David Brazdil · 7 years ago
  81. 170331f ART: Remove base/logging from heap-inl.h by Andreas Gampe · 7 years ago
  82. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  83. d504c7e Change enums in ImageWriter to `enum class`. by Vladimir Marko · 7 years ago
  84. aa25db7 Merge "Clean some dex2oat options." by Nicolas Geoffray · 7 years ago
  85. 2d8801f Clean some dex2oat options. by Nicolas Geoffray · 7 years ago
  86. b656fcb Merge "Revert "Revert "Try to be consistent when setting fields of OatWriter::OatDexFile.""" by Nicolas Geoffray · 7 years ago
  87. 6f73f4a Revert "Revert "Try to be consistent when setting fields of OatWriter::OatDexFile."" by Nicolas Geoffray · 7 years ago
  88. b4c6acb Optimize lookup of quickening data. by Nicolas Geoffray · 7 years ago
  89. f3c52b4 Fill Class and String .bss slots in runtime. by Vladimir Marko · 7 years ago
  90. 4e0ccc9 Merge "Add logic for calculating offsets during writing" by Mathieu Chartier · 7 years ago
  91. dd257c6 Merge "Revert "Try to be consistent when setting fields of OatWriter::OatDexFile."" by Nicolas Geoffray · 7 years ago
  92. 715d672 Revert "Try to be consistent when setting fields of OatWriter::OatDexFile." by Nicolas Geoffray · 7 years ago
  93. 3e0c517 Add logic for calculating offsets during writing by Mathieu Chartier · 7 years ago
  94. 02f4101 Merge "Try to be consistent when setting fields of OatWriter::OatDexFile." by Nicolas Geoffray · 7 years ago
  95. 97a042e Try to be consistent when setting fields of OatWriter::OatDexFile. by Nicolas Geoffray · 7 years ago
  96. 5573c37 cpplint: Remove many unnecessary NOLINT by Igor Murashkin · 7 years ago
  97. 92f7f3c Use intrinsic codegen for compiling intrinsic methods. by Vladimir Marko · 7 years ago
  98. 5dcb0d2 Merge "ART: Clean up #includes in jit_code_cache.h ." by Vladimir Marko · 7 years ago
  99. b0b68cf ART: Clean up #includes in jit_code_cache.h . by Vladimir Marko · 7 years ago
  100. 8eaa8e5 Remove kIsVdexEnabled. by Nicolas Geoffray · 7 years ago