1. 498e122 Merge "Ensure OpenDexFilesFromImage closes file to prevent file descriptor leak" by Brian Carlstrom · 8 years ago
  2. f5b0f2c Ensure OpenDexFilesFromImage closes file to prevent file descriptor leak by Brian Carlstrom · 8 years ago
  3. ab40c11 Generate SHA-1 build ID for host-generated *.oat files (1/2). by Alexey Alexandrov · 8 years ago
  4. 1a0de6a Fix clang-tidy warnings in art. by Chih-Hung Hsieh · 8 years ago
  5. bcb6a72 Add oatdump support for app images by Mathieu Chartier · 8 years ago
  6. 10c1356 Refactor oat file writing to give Dex2Oat more control. by Vladimir Marko · 9 years ago
  7. 6d8c8f0 Rewrite ElfBuilder to make streaming directly to file easier. by David Srbecky · 9 years ago
  8. f898087 Split .oat_patches to multiple sections. by David Srbecky · 9 years ago
  9. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  10. 2f6cdb0 Relocate DWARF using .oat_patches. by David Srbecky · 9 years ago
  11. 5852991 Re-enable test. by Nicolas Geoffray · 9 years ago
  12. 3774335 Add a new imgdiag tool to diff boot.art/core.art against a process by Igor Murashkin · 10 years ago
  13. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  14. 72c25a9 Temporary disable the test. by Nicolas Geoffray · 10 years ago
  15. d4c4d95 Some code clean-up. by Ian Rogers · 10 years ago
  16. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  17. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  18. 2afe494 Follow up to "Add ISA directory to image and odex pathnames." by Brian Carlstrom · 10 years ago
  19. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 10 years ago
  20. e400aa2 Fix elf_writer_test for 64b target by Andreas Gampe · 10 years ago
  21. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 10 years ago
  22. 50cfe74 Remove dependency on llvm/Support/ELF.h by using linux's elf.h. by Nicolas Geoffray · 10 years ago
  23. 31050c6 Make part of the elf_writer_test specific to the portable build. by Brian Carlstrom · 11 years ago
  24. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  25. 7571e8b Add flock(2)ing on dex-cache files to prevent races by Brian Carlstrom · 11 years ago
  26. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  27. f1d3455 Do not mark pages executable unnecessarily to play nice with selinux by Brian Carlstrom · 11 years ago
  28. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/compiler/elf_writer_test.cc]
  29. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago[Renamed from src/elf_writer_test.cc]
  30. 6a47b9d Refactor ElfWriter and introduce ElfWriterQuick by Brian Carlstrom · 11 years ago
  31. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 11 years ago
  32. 4c1c283 Move compiler_llvm to art::llvm. by Ian Rogers · 11 years ago
  33. f9e609f Disable dlopen which doesn't work on MIPS. by Jeff Hao · 11 years ago
  34. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago