1. 120aa28 Store layout info in dex files by Mathieu Chartier · 8 years ago
  2. b02ba93 Don't encode OatQuickMethodHeader for non-compiled methods. by Nicolas Geoffray · 8 years ago
  3. 3957bff Reduce OatWriter RAM usage for non compilation filters by Mathieu Chartier · 8 years ago
  4. 1ce7085 Add support for class loader context in dex2oat by Calin Juravle · 8 years ago
  5. 0eb882b Use ArtMethod* .bss entries for HInvokeStaticOrDirect. by Vladimir Marko · 8 years ago
  6. dbddc22 Refactor profiles to use TypeReference instead of ClassReference by Mathieu Chartier · 8 years ago
  7. cbcedbf Add method info to oat files by Mathieu Chartier · 8 years ago
  8. c52f303 Remove --include-patch-information option from dex2oat. by Richard Uhler · 8 years ago
  9. 6bec91c Store resolved types for AOT code in .bss. by Vladimir Marko · 9 years ago
  10. 81f57d1 Update vdex in place if input_vdex_fd == output_vdex_fd by Nicolas Geoffray · 9 years ago
  11. f54e5df Set the location checksum in vdex. by Nicolas Geoffray · 9 years ago
  12. b0bbe8e Use input-vdex-fd, or input-vdex in dex2oat. by Nicolas Geoffray · 9 years ago
  13. 608f2ce Add new --layout-profile compiler-filter for dex2oat. by Jeff Hao · 9 years ago
  14. 1b86849 Use type lookup tables in compiler by Mathieu Chartier · 9 years ago
  15. 4acefd3 Encode quickening info in .vdex. by Nicolas Geoffray · 9 years ago
  16. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 9 years ago
  17. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 9 years ago
  18. 63dccbbe Store resolved Strings for AOT code in .bss. by Vladimir Marko · 9 years ago
  19. 5d5a36b Write VerifierDeps into VDEX. by David Brazdil · 9 years ago
  20. d9c9037 Move ArrayRef to runtime/base by David Brazdil · 9 years ago
  21. 7b49e6c Introduce VDEX file, use it for DEX files by David Brazdil · 9 years ago
  22. 181e1cc Revert "Revert "Refactor writing type lookup tables into OAT"" by David Brazdil · 9 years ago
  23. b92ba62 Revert "Refactor writing type lookup tables into OAT" by David Brazdil · 9 years ago
  24. 1a069a5 Refactor writing type lookup tables into OAT by David Brazdil · 9 years ago
  25. 43e10b0 ART: Replace ScopedFd with FdFile by Andreas Gampe · 9 years ago
  26. e079e21 Fix OatWriter to update the header checksum correctly. by Vladimir Marko · 9 years ago
  27. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 9 years ago
  28. 09c2a6b Add trampoline symbols to native debug info. by David Srbecky · 9 years ago
  29. 944da60 ART: Allow method references across oat files for multi-image, 2nd attempt. by Vladimir Marko · 9 years ago
  30. c5bfa97 Split elf_writer_debug.cc to several files. by David Srbecky · 9 years ago
  31. 3a2bd29 ART: Make sure dex files are verified in the compiler by Andreas Gampe · 10 years ago
  32. 9bdf108 Revert "Revert "Write dex files to oat file early."" by Vladimir Marko · 10 years ago
  33. 919f553 Revert "Write dex files to oat file early." by Vladimir Marko · 10 years ago
  34. 625a64a Write dex files to oat file early. by Vladimir Marko · 10 years ago
  35. 49b0f45 Refactor and clean up OatWriter and Dex2Oat. by Vladimir Marko · 10 years ago
  36. 10c1356 Refactor oat file writing to give Dex2Oat more control. by Vladimir Marko · 10 years ago
  37. da5b28a Revert "Revert "Add basic image writer support for app images"" by Mathieu Chartier · 10 years ago
  38. 4b01856 Revert "Add basic image writer support for app images" by Nicolas Geoffray · 10 years ago
  39. c033474 Add basic image writer support for app images by Mathieu Chartier · 10 years ago
  40. d9786b0 Implementation of fast lookup table to search class_def by descriptor by Artem Udovichenko · 10 years ago
  41. 06d7aaa Clean up OatFile. by Vladimir Marko · 10 years ago
  42. 09d0943 ART: Use .bss section for dex cache arrays. by Vladimir Marko · 10 years ago
  43. 3cfa4d0 ART: Remove interpreter entrypoints by Andreas Gampe · 10 years ago
  44. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 10 years ago
  45. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  46. f898087 Split .oat_patches to multiple sections. by David Srbecky · 10 years ago
  47. bc90fd0 Major refactoring of ElfBuilder. by David Srbecky · 10 years ago
  48. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  49. 2f6cdb0 Relocate DWARF using .oat_patches. by David Srbecky · 10 years ago
  50. 3b9d57a Move DWARF related code in ElfWriter to its own file. by David Srbecky · 10 years ago
  51. 0df9e1f Remove duplicate of DexFile::DecodeDebugInfo. by David Srbecky · 10 years ago
  52. e8a339e Merge "Write .debug_line section using the new DWARF library." by David Srbecky · 10 years ago
  53. b163bb7 Refactor RelativePatcher out of OatWriter. by Vladimir Marko · 10 years ago
  54. dc56cc5 PC-relative loads from dex cache arrays for x86-64. by Vladimir Marko · 10 years ago
  55. 6f71589 Write .debug_line section using the new DWARF library. by David Srbecky · 10 years ago
  56. c74658b Cortex-A53 Erratum 843419 workaround in OatWriter. by Vladimir Marko · 10 years ago
  57. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 10 years ago
  58. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 10 years ago
  59. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  60. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  61. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  62. 956af0f Remove portable. by Elliott Hughes · 11 years ago
  63. 376b2bb Ensure stack maps are 4 byte aligned. by Nicolas Geoffray · 11 years ago
  64. 3115877 Fix oatwriter code deduping by Mathieu Chartier · 11 years ago
  65. 785d2f2 ART: Replace COMPILE_ASSERT with static_assert (compiler) by Andreas Gampe · 11 years ago
  66. 7c2ad5a Implement method calls using relative BL on ARM64. by Vladimir Marko · 11 years ago
  67. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 11 years ago
  68. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 11 years ago
  69. 7927380 ART: Rework CFA frame initialization and writing code by Andreas Gampe · 11 years ago
  70. a59dd80 Runtime can now be set to require relocation by Alex Light · 11 years ago
  71. 22f8e5c Revert "Revert "ART: Key-Value Store in Oat header"" by Andreas Gampe · 11 years ago
  72. 452bee5 Revert "ART: Key-Value Store in Oat header" by Nicolas Geoffray · 11 years ago
  73. c87d27b ART: Key-Value Store in Oat header by Andreas Gampe · 11 years ago
  74. 78382fa Optionally add debug symbols to ELF files made by quick compiler. by Alex Light · 11 years ago
  75. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  76. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 11 years ago
  77. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 11 years ago
  78. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 11 years ago
  79. 96c6ab9 Separate maps from code in oat file. by Vladimir Marko · 11 years ago
  80. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 11 years ago
  81. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 11 years ago
  82. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 11 years ago
  83. 754ddad Use trampolines for calls to helpers by Dave Allison · 11 years ago
  84. 2da8823 Initial changes towards Generic JNI option by Andreas Gampe · 11 years ago
  85. ae9fd93 Tell GDB about Quick ART generated code by Mark Mendell · 11 years ago
  86. 3d50407 Make out arguments non-reference types. by Ian Rogers · 11 years ago
  87. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  88. ca368cb Break apart oat writing times. by Ian Rogers · 12 years ago
  89. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 12 years ago
  90. ba150c3 Omit OatMethodOffsets for classes without compiled code by Brian Carlstrom · 12 years ago
  91. 193bad9 Multi threaded hashed deduplication during compilation. by Mathieu Chartier · 12 years ago
  92. 3f3d22c Reduce the scope of a ScopedObjectAccess in dex2oat. by Ian Rogers · 12 years ago
  93. 96faf5b Uleb128 compression of vmap and mapping table. by Ian Rogers · 12 years ago
  94. 468532e Entry point clean up. by Ian Rogers · 12 years ago
  95. c50d8e1 Remove OatWriter buffering to memory for ElfWriterQuick by Brian Carlstrom · 12 years ago
  96. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  97. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed (99%) from src/compiler/oat_writer.h]
  98. 51c2467 libart-compiler cleanup by Brian Carlstrom · 12 years ago[Renamed from src/oat_writer.h]
  99. 0aba0ba Created compiled stubs in image. by Jeff Hao · 12 years ago
  100. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 13 years ago