1. ce4b0ba Ignore image checksum for ExtractOnly oat files by David Brazdil · 8 years ago
  2. 049cff0 ART: Refactor oat_file.h/cc for better maintainability by Andreas Gampe · 9 years ago
  3. d9786b0 Implementation of fast lookup table to search class_def by descriptor by Artem Udovichenko · 9 years ago
  4. 06d7aaa Clean up OatFile. by Vladimir Marko · 9 years ago
  5. 09d0943 ART: Use .bss section for dex cache arrays. by Vladimir Marko · 9 years ago
  6. 6bc4374 Add an abstraction over a compiled code. by Nicolas Geoffray · 9 years ago
  7. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  8. a315f5c cleanup: Replace pointers with out-parameters and fix-up formatting by Igor Murashkin · 9 years ago
  9. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  10. c04c800 Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""" by Nicolas Geoffray · 9 years ago
  11. 82e73dc Release dummy MemMaps corresponding to dlopen. by David Srbecky · 9 years ago
  12. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  13. 0de1133 Fix debuggable compiler flag detection for secondary dex files by Sebastien Hertz · 9 years ago
  14. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  15. fa8429b ART: Re-add dlopen by Andreas Gampe · 9 years ago
  16. 7848da4 ART: Store classpath information into oat file by Andreas Gampe · 9 years ago
  17. 758a801 ART: Enable Clang's -Wdeprecated by Andreas Gampe · 9 years ago
  18. 07b3c23 Store OatDexFile instead of OatFile in DexFile. by Richard Uhler · 9 years ago
  19. e5fed03 Support relative encoded dex locations in oat files. by Richard Uhler · 9 years ago
  20. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 9 years ago
  21. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  22. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  23. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  24. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 10 years ago
  25. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  26. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  27. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  28. 7ba6496 ART: Add pic flag to oat header store by Andreas Gampe · 10 years ago
  29. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  30. 2cbaccb Avoid printing absolute addresses in oatdump by Brian Carlstrom · 10 years ago
  31. aa4497d Improve dex location canonicalization-related performance. by Vladimir Marko · 10 years ago
  32. bad0267 Add native memory accounting through custom allocator. by Mathieu Chartier · 10 years ago
  33. 84d7605 Support booting without functioning boot.oat/art patchoat. by Alex Light · 10 years ago
  34. 9dcc457 Make apps able to run with a failing patchoat by Alex Light · 10 years ago
  35. 97b52f8 Make OatClass and OatMethod immutable once more. by Ian Rogers · 10 years ago
  36. 4fcdc94 Execute an application even when dex2oat crashes. by Nicolas Geoffray · 10 years ago
  37. 3f5838d Fix performance regression in OatFile::GetOatDexFile(). by Vladimir Marko · 10 years ago
  38. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  39. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  40. 53cb16b Add patchoat tool to Art. by Alex Light · 10 years ago
  41. 539690a Avoid a memory allocation in OatFile::GetOatDexFile(). by Vladimir Marko · 10 years ago
  42. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  43. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 10 years ago
  44. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  45. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 10 years ago
  46. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  47. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 10 years ago
  48. d3c5beb Avoid allocating OatFile::OatClass on the heap. by Vladimir Marko · 10 years ago
  49. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  50. ba150c3 Omit OatMethodOffsets for classes without compiled code by Brian Carlstrom · 11 years ago
  51. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  52. 756ee4e Find OatDexFile by DexFile name and checksum, not just checksum by Brian Carlstrom · 11 years ago
  53. ee39a10 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  54. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  55. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  56. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  57. 56d947f Add verification of boot.oat generated on device by Brian Carlstrom · 11 years ago
  58. f1d3455 Do not mark pages executable unnecessarily to play nice with selinux by Brian Carlstrom · 11 years ago
  59. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/oat_file.h]
  60. 30e2ea4 Move art to use dalvik names for .oat files by Brian Carlstrom · 11 years ago
  61. 6a47b9d Refactor ElfWriter and introduce ElfWriterQuick by Brian Carlstrom · 11 years ago
  62. 33e9566 Various GCC 3.6 and clang build fixes. by Ian Rogers · 11 years ago
  63. 9609cb6 Remove remaining code related to compiled invoke and proxy stubs. by Jeff Hao · 11 years ago
  64. f1b3030 Gracefully valdiate oat magic on OatFile::Open by Brian Carlstrom · 11 years ago
  65. 74180ca Remove code related to compiled invoke stubs. by Jeff Hao · 11 years ago
  66. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 11 years ago
  67. c928de9 Remove Iceland. by Ian Rogers · 11 years ago
  68. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 11 years ago
  69. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
  70. 7331813 Remove now unused RelocateExecutable by Brian Carlstrom · 12 years ago
  71. 1cac343 Remove now unused RelocationBehavior by Brian Carlstrom · 12 years ago
  72. 05f28c6 Dump dex file sizes in oatdump. by Ian Rogers · 12 years ago
  73. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  74. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  75. 1b09b09 Syntax clean up to make clang happy. by Ian Rogers · 12 years ago
  76. 971bf3f Compile method one-by-one. by Logan Chien · 12 years ago
  77. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  78. 7a2a23a Cleanup proxy stub compiler code. by Logan Chien · 12 years ago
  79. eead4ac Implement proxy stub for compiler_llvm. by TDYa127 · 12 years ago
  80. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 12 years ago
  81. 937105a Use ELF function index to distinguish generated functions. by Logan Chien · 12 years ago
  82. 0c717dd Add ELF loader to OatFile. by Logan Chien · 12 years ago
  83. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 12 years ago
  84. 0cc6ab6 Add ELF extractor to oatdump. by Logan Chien · 12 years ago
  85. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 12 years ago
  86. f582258 oat file patching by Brian Carlstrom · 12 years ago
  87. f8bbb84 Add code size to oat files by Brian Carlstrom · 12 years ago
  88. e3c845c Add code dumping to oatdump. by Elliott Hughes · 12 years ago
  89. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 12 years ago
  90. 5b332c8 Fix checksum verification when opening DexFiles from OatFiles by Brian Carlstrom · 12 years ago
  91. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  92. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 12 years ago
  93. e7d856b Add GC map to oat file by Brian Carlstrom · 13 years ago
  94. aa6a588 Make CHECKs with char*s do what you mean. by Elliott Hughes · 13 years ago
  95. 0755ec5 Record Class::Status information in oat file by Brian Carlstrom · 13 years ago
  96. 6e3b1d9 Combine OatDexFile and OatClasses sections of oat file by Brian Carlstrom · 13 years ago
  97. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 13 years ago
  98. 7fe2c69 Don't log "Failed to find OatDexFile" when failure may be expected. by Ian Rogers · 13 years ago
  99. ae82698 Add --image-classes to dex2oat by Brian Carlstrom · 13 years ago
  100. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 13 years ago