1. 3940254 Modernise code to use override specifier by Yi Kong · 5 years ago
  2. bcd99be Open only necessary files for BCP checksums test. by Vladimir Marko · 5 years ago
  3. 6e7a72c Release app image metadata when startup is completed by Mathieu Chartier · 5 years ago
  4. 3364d18 Clean up ImageSpace::LoadBootImage(). by Vladimir Marko · 5 years ago
  5. 8682354 ART: Allow to change boot image pickup order by Andreas Gampe · 5 years ago
  6. f0a96eb Refactor image relocation by Mathieu Chartier · 6 years ago
  7. 639b2b1 ART: Remove instruction_set.h from thread.h 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. 99e1739 Merge "Revert "Allow boot image for a part of the boot classpath."" by Andreas Gampe · 6 years ago
  10. fb83d76 Revert "Allow boot image for a part of the boot classpath." by Andreas Gampe · 6 years ago
  11. cf923f5 Merge "Allow boot image for a part of the boot classpath." by Vladimir Marko · 6 years ago
  12. 25602dc Use PatchObjectVisitor for app image class set patching by Mathieu Chartier · 6 years ago
  13. 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 6 years ago
  14. d3f037b Refactor image object visitors for image relocation by Mathieu Chartier · 6 years ago
  15. 91f1032 Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  16. db4b1de Revert "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago
  17. d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 6 years ago
  18. d011d81 Use more vector<string>s in dex2oat.cc . by Vladimir Marko · 6 years ago
  19. f4efa9e Remove oat_data_begin checks from OatFile. by Vladimir Marko · 6 years ago
  20. 4df2d80 Revert^2 "Load boot image at a random address." by Vladimir Marko · 6 years ago
  21. f3d0773 Revert "Load boot image at a random address." by Vladimir Marko · 6 years ago
  22. 5ad79d8 Load boot image at a random address. by Vladimir Marko · 6 years ago
  23. d44d703 Pre-allocate necessary heap space with boot image. by Vladimir Marko · 6 years ago
  24. c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 6 years ago
  25. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  26. 88cf462 Merge "Remove unnecessary indirection from MemMap." by Vladimir Marko · 6 years ago
  27. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  28. 82e1e27 Revert^2 "Refactor image loading." by Vladimir Marko · 6 years ago
  29. 701b6ee Revert "Refactor image loading." by Vladimir Marko · 6 years ago
  30. 3934736 Refactor image loading. by Vladimir Marko · 6 years ago
  31. d490129 ART: Clean up heap headers by Andreas Gampe · 7 years ago
  32. d482e73 ART: More header cleanup - runtime.h by Andreas Gampe · 7 years ago
  33. 8275fba runtime: Properly unload partially loaded image spaces by Igor Murashkin · 7 years ago
  34. 84f50ae Remove remaining uses of DexFile::GetChecksum. by Richard Uhler · 7 years ago
  35. 2bd8428 ART: Move boot-image loading to ImageSpace by Andreas Gampe · 8 years ago
  36. 866d874 Make image test multi image by Mathieu Chartier · 8 years ago
  37. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  38. a463b6a ART: Refactor ImageSpace loading by Andreas Gampe · 8 years ago
  39. d5f3f32 Add sanity checking to declaring class visiting by Mathieu Chartier · 8 years ago
  40. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  41. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  42. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  43. 2d124ec Get rid of shadow maps for images by Mathieu Chartier · 9 years ago
  44. 8994a04 Revert "Revert "ART: Fix up some multi-image cases"" by Andreas Gampe · 9 years ago
  45. de38b79 Revert "ART: Fix up some multi-image cases" by Nicolas Geoffray · 9 years ago
  46. 288b1e9 ART: Fix up some multi-image cases by Andreas Gampe · 9 years ago
  47. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  48. 763a31e Add immune spaces abstraction by Mathieu Chartier · 9 years ago
  49. f9c6fc6 Add OatFileManager by Mathieu Chartier · 9 years ago
  50. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  51. 88da3b0 ART: Fix CFI test wrt/ PIC by Andreas Gampe · 9 years ago
  52. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  53. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  54. 31d8f52 Add VMRuntime.isBootClassPathOnDisk by Brian Carlstrom · 10 years ago
  55. 3c13a79 ART: Only allow the zygote to create the global boot image by Andreas Gampe · 10 years ago
  56. 64ad14d Support running without a boot image. by Alex Light · 10 years ago
  57. 6e183f2 Make system use patchoat to relocate during runtime. by Alex Light · 10 years ago
  58. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  59. 22f8e5c Revert "Revert "ART: Key-Value Store in Oat header"" by Andreas Gampe · 10 years ago
  60. 452bee5 Revert "ART: Key-Value Store in Oat header" by Nicolas Geoffray · 10 years ago
  61. c87d27b ART: Key-Value Store in Oat header by Andreas Gampe · 10 years ago
  62. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  63. 2afe494 Follow up to "Add ISA directory to image and odex pathnames." by Brian Carlstrom · 10 years ago
  64. 52f8488 Prevent spurious dexopts in 32-64 builds. by Narayan Kamath · 10 years ago
  65. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 10 years ago
  66. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 10 years ago
  67. 31f4414 Clean-up heap spaces. by Mathieu Chartier · 10 years ago
  68. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 10 years ago
  69. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  70. a1602f2 Add zygote space as its own space type. by Mathieu Chartier · 11 years ago
  71. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  72. 31e8925 Write out image bitmap inside of image file. by Mathieu Chartier · 11 years ago
  73. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  74. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  75. 56d947f Add verification of boot.oat generated on device by Brian Carlstrom · 11 years ago
  76. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/gc/space/image_space.h]
  77. 1d54e73 GC clean up. by Ian Rogers · 11 years ago