1. 3940254 Modernise code to use override specifier by Yi Kong · 5 years ago
  2. 2faab00 Create libelffile library for ELF file manipulation. by David Srbecky · 5 years ago
  3. 815d5e5 Refactor compiler tests around CompilerDriver. by Vladimir Marko · 5 years ago
  4. 038924b ART: Reduce dependencies on CompilerDriver. by Vladimir Marko · 5 years ago
  5. 2ef0110 Replace StringPiece with std::string_view in HashSet. by Vladimir Marko · 5 years ago
  6. ad1aa63 ART: Move Signature to its own header by Andreas Gampe · 6 years ago
  7. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  8. 0ace563 Revert^2 "Allow boot image for a part of the boot classpath." by Vladimir Marko · 6 years ago
  9. fb83d76 Revert "Allow boot image for a part of the boot classpath." by Andreas Gampe · 6 years ago
  10. 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 6 years ago
  11. 91f1032 Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  12. db4b1de Revert "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  13. ed8b4ac Merge "Refactor CompilerDriver::CompileAll()." by Vladimir Marko · 6 years ago
  14. 2afaff7 Refactor CompilerDriver::CompileAll(). by Vladimir Marko · 6 years ago
  15. d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 6 years ago
  16. 7a85e70 Reduce core image to 6 modules. by Vladimir Marko · 6 years ago
  17. ee45798 Merge "Revert "Reduce core image to core-{oj,libart,simple}."" by Vladimir Marko · 6 years ago
  18. 00fe35e Revert "Reduce core image to core-{oj,libart,simple}." by Vladimir Marko · 6 years ago
  19. e239cdc Merge "Reduce core image to core-{oj,libart,simple}." by Vladimir Marko · 6 years ago
  20. d378a56 Merge "Add image compressed blocks" by Mathieu Chartier · 6 years ago
  21. ec91d48 Reduce core image to core-{oj,libart,simple}. by Vladimir Marko · 6 years ago
  22. 1a84296 Add image compressed blocks by Mathieu Chartier · 6 years ago
  23. d011d81 Use more vector<string>s in dex2oat.cc . by Vladimir Marko · 6 years ago
  24. 5ad3ade Merge "Fix app image generation and checking with shared libraries." by Nicolas Geoffray · 6 years ago
  25. f0d3002 Fix app image generation and checking with shared libraries. by Nicolas Geoffray · 6 years ago
  26. c10a0c6 ART: Add boot/app image checksums. by Vladimir Marko · 6 years ago
  27. 9c4b970 Rewrite image type in CompilerOptions. by Vladimir Marko · 6 years ago
  28. d79b37b ART: Throw on soft verify failure in InitializeClass(). by Vladimir Marko · 6 years ago
  29. a2da9b9 ART: Completely remove the --compile-pic option. by Vladimir Marko · 6 years ago
  30. e066932 Remove PIC option from oat files. by Vladimir Marko · 6 years ago
  31. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  32. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  33. a043111 Move instruction_set_ to CompilerOptions. by Vladimir Marko · 6 years ago
  34. 213ee2d Move dex_files_for_oat_file_ to CompilerOptions. by Vladimir Marko · 6 years ago
  35. dc4bcce Move image_classes_ to CompilerOptions. by Vladimir Marko · 6 years ago
  36. 54159c6 Use HashSet<std::string> instead of unordered_set<>. by Vladimir Marko · 6 years ago
  37. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 6 years ago
  38. e9987b0 ObjPtr<>-ify tests using ClassLinker::FindClass(). by Vladimir Marko · 6 years ago
  39. 8179b62 Merge "Add extra timing loggers for image writing" by Mathieu Chartier · 6 years ago
  40. ca1e038 Revert^2 "Compile link-time thunks in codegen." by Vladimir Marko · 6 years ago
  41. 703b82a Add extra timing loggers for image writing by Mathieu Chartier · 6 years ago
  42. 5806a9e Revert "Compile link-time thunks in codegen." by Vladimir Marko · 6 years ago
  43. c9dd220 Compile link-time thunks in codegen. by Vladimir Marko · 7 years ago
  44. 8ba5641 Merge "Load ArtMethod* from .data.bimg.rel.ro entries." by Vladimir Marko · 6 years ago
  45. b066d43 Load ArtMethod* from .data.bimg.rel.ro entries. by Vladimir Marko · 7 years ago
  46. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 6 years ago
  47. 66ff8a8 Revert "Revert "Full-stack integrity: check vdex contents."" by Nicolas Geoffray · 6 years ago
  48. a19b764 Revert "Full-stack integrity: check vdex contents." by Nicolas Geoffray · 6 years ago
  49. d6f914e Full-stack integrity: check vdex contents. by Nicolas Geoffray · 6 years ago
  50. 792111c Add option for not copying dex by Mathieu Chartier · 6 years ago
  51. f307527 Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Nicolas Geoffray · 7 years ago
  52. 32210b9 Generate debug symbols for interpreted methods. by David Srbecky · 7 years ago
  53. f4bf58d Merge "Try to mmap vdex file within the address range of the ELF file." by David Srbecky · 7 years ago
  54. ec2cdf4 Try to mmap vdex file within the address range of the ELF file. by David Srbecky · 7 years ago
  55. a661594 Merge "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Treehugger Robot · 7 years ago
  56. e166e67 Revert "Don't embed the dex code in the oat file if dex is uncompressed." by Andreas Gampe · 7 years ago
  57. c8d9103 Merge "Don't embed the dex code in the oat file if dex is uncompressed." by Nicolas Geoffray · 7 years ago
  58. ae7e838 Don't embed the dex code in the oat file if dex is uncompressed. by Nicolas Geoffray · 7 years ago
  59. 93592f5 Fix VDEX header when no quickening info by David Brazdil · 7 years ago
  60. 8eaa8e5 Remove kIsVdexEnabled. by Nicolas Geoffray · 7 years ago
  61. 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
  62. 603ccab Add basic support for writing cdex container in dexlayout by Mathieu Chartier · 7 years ago
  63. d8dbc8d Refactor compiled_method.h . by Vladimir Marko · 7 years ago
  64. 7452797 Refactor linker files from compiler/ to dex2oat/. by Vladimir Marko · 8 years ago[Renamed (98%) from compiler/image_test.h]
  65. 3c68315 Merge "Revert^2 "ART: Remove workaround in verifer after Jack update."" by Treehugger Robot · 7 years ago