1. 44e5efa Add check that classpath is up to date to getDexOptNeeded by Calin Juravle · 7 years ago
  2. 0f3c700 Remove DexCache arrays from app oat .bss. by Vladimir Marko · 7 years ago
  3. 120aa28 Store layout info in dex files by Mathieu Chartier · 7 years ago
  4. a308a32 Change kMultiDexSeparator from ':' to '!' by Calin Juravle · 7 years ago
  5. 7b0648a Move dex files dependencies (en/de)coding to ClassLoaderContext by Calin Juravle · 7 years ago
  6. 87e2cb6 Add support for processing class loader contexts by Calin Juravle · 8 years ago
  7. 0eb882b Use ArtMethod* .bss entries for HInvokeStaticOrDirect. by Vladimir Marko · 8 years ago
  8. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 8 years ago
  9. 16d4843 Allow dex2oat to handle relative paths. by Jeff Hao · 8 years ago
  10. 84f50ae Remove remaining uses of DexFile::GetChecksum. by Richard Uhler · 8 years ago
  11. 72ab684 Add class status for resolved erroneous classes. by Vladimir Marko · 8 years ago
  12. 5923b52 Do not return patchoat for dexopt needed. by Richard Uhler · 8 years ago
  13. 1b86849 Use type lookup tables in compiler by Mathieu Chartier · 8 years ago
  14. 4acefd3 Encode quickening info in .vdex. by Nicolas Geoffray · 8 years ago
  15. 2f61867 Merge "Remove #include "oat_file.h" from class_linker.h ." by Vladimir Marko · 8 years ago
  16. 97d7e1c Remove #include "oat_file.h" from class_linker.h . by Vladimir Marko · 8 years ago
  17. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 8 years ago
  18. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  19. 63dccbb Store resolved Strings for AOT code in .bss. by Vladimir Marko · 8 years ago
  20. 9aa352e Remove TypeLookupTable from DexFile. by David Sehr · 8 years ago
  21. c93b3be Fix run-test after introduction of VDEX by David Brazdil · 8 years ago
  22. 7b49e6c Introduce VDEX file, use it for DEX files by David Brazdil · 8 years ago
  23. 9a37efc Clean up VLOG(oat) in OatFileAssistant. by Richard Uhler · 8 years ago
  24. f0192c8 Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 9 years ago
  25. 2ba8895 ART: Dump more OatDexFile data in oatdump by Andreas Gampe · 9 years ago
  26. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 9 years ago
  27. d1537b5 Don't return kPatchOatNeeded if there is no patch info. by Richard Uhler · 9 years ago
  28. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 9 years ago
  29. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 9 years ago
  30. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 9 years ago
  31. 0b4cbd0 Add oatdump support for app images by Mathieu Chartier · 9 years ago
  32. b077e15 Update GetDexOptNeeded to handle different levels of compilation by Calin Juravle · 9 years ago
  33. 6ea1a0e AOT compile framework code as non-debuggable by Mingyao Yang · 9 years ago
  34. 5351da0 Use image oat file instead of image header for immune spaces by Mathieu Chartier · 9 years ago
  35. ce4b0ba Ignore image checksum for ExtractOnly oat files by David Brazdil · 9 years ago
  36. 049cff0 ART: Refactor oat_file.h/cc for better maintainability by Andreas Gampe · 9 years ago
  37. d9786b0 Implementation of fast lookup table to search class_def by descriptor by Artem Udovichenko · 9 years ago
  38. 06d7aaa Clean up OatFile. by Vladimir Marko · 9 years ago
  39. 09d0943 ART: Use .bss section for dex cache arrays. by Vladimir Marko · 9 years ago
  40. 6bc4374 Add an abstraction over a compiled code. by Nicolas Geoffray · 9 years ago
  41. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  42. a315f5c cleanup: Replace pointers with out-parameters and fix-up formatting by Igor Murashkin · 9 years ago
  43. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  44. c04c800 Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""" by Nicolas Geoffray · 9 years ago
  45. 82e73dc Release dummy MemMaps corresponding to dlopen. by David Srbecky · 10 years ago
  46. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  47. 0de1133 Fix debuggable compiler flag detection for secondary dex files by Sebastien Hertz · 10 years ago
  48. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  49. fa8429b ART: Re-add dlopen by Andreas Gampe · 10 years ago
  50. 7848da4 ART: Store classpath information into oat file by Andreas Gampe · 10 years ago
  51. 758a801 ART: Enable Clang's -Wdeprecated by Andreas Gampe · 10 years ago
  52. 07b3c23 Store OatDexFile instead of OatFile in DexFile. by Richard Uhler · 10 years ago
  53. e5fed03 Support relative encoded dex locations in oat files. by Richard Uhler · 10 years ago
  54. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 10 years ago
  55. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  56. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  57. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  58. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 10 years ago
  59. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  60. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  61. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  62. 7ba6496 ART: Add pic flag to oat header store by Andreas Gampe · 10 years ago
  63. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  64. 2cbaccb Avoid printing absolute addresses in oatdump by Brian Carlstrom · 10 years ago
  65. aa4497d Improve dex location canonicalization-related performance. by Vladimir Marko · 10 years ago
  66. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  67. 84d7605 Support booting without functioning boot.oat/art patchoat. by Alex Light · 10 years ago
  68. 9dcc457 Make apps able to run with a failing patchoat by Alex Light · 10 years ago
  69. 97b52f8 Make OatClass and OatMethod immutable once more. by Ian Rogers · 10 years ago
  70. 4fcdc94 Execute an application even when dex2oat crashes. by Nicolas Geoffray · 10 years ago
  71. 3f5838d Fix performance regression in OatFile::GetOatDexFile(). by Vladimir Marko · 10 years ago
  72. a59dd80 Runtime can now be set to require relocation by Alex Light · 11 years ago
  73. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
  74. 53cb16b Add patchoat tool to Art. by Alex Light · 11 years ago
  75. 539690a Avoid a memory allocation in OatFile::GetOatDexFile(). by Vladimir Marko · 11 years ago
  76. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  77. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 11 years ago
  78. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  79. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 11 years ago
  80. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 11 years ago
  81. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 11 years ago
  82. d3c5beb Avoid allocating OatFile::OatClass on the heap. by Vladimir Marko · 11 years ago
  83. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  84. ba150c3 Omit OatMethodOffsets for classes without compiled code by Brian Carlstrom · 11 years ago
  85. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  86. 756ee4e Find OatDexFile by DexFile name and checksum, not just checksum by Brian Carlstrom · 11 years ago
  87. ee39a10 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  88. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  89. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  90. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  91. 56d947f Add verification of boot.oat generated on device by Brian Carlstrom · 11 years ago
  92. f1d3455 Do not mark pages executable unnecessarily to play nice with selinux by Brian Carlstrom · 11 years ago
  93. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/oat_file.h]
  94. 30e2ea4 Move art to use dalvik names for .oat files by Brian Carlstrom · 12 years ago
  95. 6a47b9d Refactor ElfWriter and introduce ElfWriterQuick by Brian Carlstrom · 12 years ago
  96. 33e9566 Various GCC 3.6 and clang build fixes. by Ian Rogers · 12 years ago
  97. 9609cb6 Remove remaining code related to compiled invoke and proxy stubs. by Jeff Hao · 12 years ago
  98. f1b3030 Gracefully valdiate oat magic on OatFile::Open by Brian Carlstrom · 12 years ago
  99. 74180ca Remove code related to compiled invoke stubs. by Jeff Hao · 12 years ago
  100. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago