1. 0dc93b1 ART: Run bpfmt over ART's blueprint files by Andreas Gampe · 5 years ago
  2. fc8e759 art: remove unnecessary references to external/zlib. by Elliott Hughes · 5 years ago
  3. 7286ad6 Enable lld for oatdump tests by Chih-Hung Hsieh · 5 years ago
  4. 327497e Move CompilerDriver to dex2oat/. by Vladimir Marko · 5 years ago
  5. 119733d Revert "Revert "ART: introduce PALette abstraction layer"" by Orion Hodson · 5 years ago
  6. e6e01a0 Revert "ART: introduce PALette abstraction layer" by Orion Hodson · 5 years ago
  7. 4b9d00a ART: introduce PALette abstraction layer by Orion Hodson · 6 years ago
  8. 907001d Revert^2 "Build dex2oatd with compile_multilib: both." by Alex Light · 6 years ago
  9. 9ab73d5 Revert "Build dex2oatd with compile_multilib: both." by Alex Light · 6 years ago
  10. 81141ac Build dex2oatd with compile_multilib: both. by Alex Light · 6 years ago
  11. 73030ed art_cc_static_library -> art_cc_library_static by Steven Moreland · 6 years ago
  12. c10a0c6 ART: Add boot/app image checksums. by Vladimir Marko · 6 years ago
  13. 4355162 Revert^2 "Link lzma and lz4 compression libs statically into libartbase and use that" by Martin Stjernholm · 6 years ago
  14. 38a938e Minimal Android Runtime APEX module. by Roland Levillain · 6 years ago
  15. 9960cbc Revert "Link lzma and lz4 compression libs statically into libartbase and use that" by Annie Meng · 6 years ago
  16. 21579be Link lzma and lz4 compression libs statically into libartbase and use that by Martin Stjernholm · 6 years ago
  17. 65ed42a Revert "Link compression libs statically into libartbase and use those everywhere." by Nicolas Geoffray · 6 years ago
  18. 8a94003 Link compression libs statically into libartbase and use those everywhere. by Martin Stjernholm · 6 years ago
  19. ec5ed06 ART: Refactor static include list by Andreas Gampe · 7 years ago
  20. 11bf265 ART: Clean up dex2oats/oatdumps Android.bp modules by Andreas Gampe · 6 years ago
  21. 1f01016 Move ArtDexFileLoader to libdexfile by David Sehr · 6 years ago
  22. 238c963 Do not use clang lld for oatdump tests by Chih-Hung Hsieh · 6 years ago
  23. 82d046e Add a profiling library by David Sehr · 6 years ago
  24. 525f67f Merge "Use lld for building dex2oatds, oatdumpds" by Treehugger Robot · 6 years ago
  25. fc1de87 Specify dex2oat PGO profile files for Mips by Pirama Arumuga Nainar · 6 years ago
  26. 6f5b4d2 Use lld for building dex2oatds, oatdumpds by Pirama Arumuga Nainar · 6 years ago
  27. 42d5805 Separate out PGO profile files per arch by Pirama Arumuga Nainar · 6 years ago
  28. 6d66fcf Move RelativePatcher from libart-compiler.so to dex2oat. by Vladimir Marko · 6 years ago
  29. 1f9df4a Merge "Enable ThinLTO for dex2oat" by Yi Kong · 6 years ago
  30. b69d2d3 Remove generate-operator-out.py symlinks by Alex Light · 6 years ago
  31. 792111c Add option for not copying dex by Mathieu Chartier · 6 years ago
  32. 1d894d9 Enable ThinLTO for dex2oat by Yi Kong · 7 years ago
  33. fcbe15c Build debug library libdexfiled by David Sehr · 6 years ago
  34. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 6 years ago
  35. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 6 years ago
  36. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  37. 772bd2f ART: Dex2oatd does not depend on libart-nond by Andreas Gampe · 7 years ago
  38. c89013c Update PGO configuration by Pirama Arumuga Nainar · 7 years ago
  39. 02f6ed6 Setup PGO for dex2oat and related libraries by Pirama Arumuga Nainar · 7 years ago
  40. f3c52b4 Fill Class and String .bss slots in runtime. by Vladimir Marko · 7 years ago
  41. 238e8fc ART: Clean up global includes - zlib by Andreas Gampe · 7 years ago
  42. f24dfb0 ART: Clean up global includes - lz4 by Andreas Gampe · 7 years ago
  43. 097f34c ART: Use CmdlineParser in dex2oat by Andreas Gampe · 7 years ago
  44. 2ca2780 Run bpfmt by Dan Willemsen · 7 years ago
  45. 9389ae7 Simplify Android.bp files by Dan Willemsen · 7 years ago
  46. 7452797 Refactor linker files from compiler/ to dex2oat/. by Vladimir Marko · 8 years ago
  47. 3157fc2 ART: Move cmdline parser to header library by Andreas Gampe · 7 years ago
  48. a46d0ab ART: Allow dex2oat sanitization by Andreas Gampe · 7 years ago
  49. f70fe3d Add dex2oat support for profile based image creation by Mathieu Chartier · 7 years ago
  50. f788297 ART: Add dex2oat return code for runtime failure by Andreas Gampe · 7 years ago
  51. 7b56591 ART: Add dex2oat return codes by Andreas Gampe · 7 years ago
  52. 608f2ce Add new --layout-profile compiler-filter for dex2oat. by Jeff Hao · 8 years ago
  53. 07407cd Set coverage to false for dex2oat. by Vishwath Mohan · 8 years ago
  54. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  55. afd3c9e Convert art runtests to Android.bp by Colin Cross · 8 years ago
  56. 6e95dd5 Convert art gtests to Android.bp by Colin Cross · 8 years ago
  57. afa7e45 Make dex2oat art_cc_binary instead of just cc_binary. by Nicolas Geoffray · 8 years ago
  58. 2cfc4ba Fix mac build by Colin Cross · 8 years ago
  59. aa63aa2 Fix mac build by Colin Cross · 8 years ago
  60. c7376e0 Convert more of art to Android.bp by Colin Cross · 8 years ago