1. 965c0b9 Merge "Change suspend entrypoint to save all registers." by Vladimir Marko · 8 years ago
  2. 952dbb1 Change suspend entrypoint to save all registers. by Vladimir Marko · 8 years ago
  3. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  4. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  5. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 8 years ago
  6. 7fa5578 ART: Fix ImageSpace::Init by Andreas Gampe · 8 years ago
  7. 9e27666 Revert "Reduce ImageSpace::Init frame size" by Andreas Gampe · 8 years ago
  8. a67a49a Reduce ImageSpace::Init frame size by Mathieu Chartier · 8 years ago
  9. badee98 Optimize IMT by Nelli Kim · 8 years ago
  10. 471118e Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  11. e42888f Write conflict tables in image by Mathieu Chartier · 9 years ago
  12. 0dfb30d Remove recursive ALWAYS_INLINE by Goran Jakovljevic · 9 years ago
  13. 92ec594 Fix relocate in place to handle arbitrary app image layout by Mathieu Chartier · 9 years ago
  14. e719926 Don't abort during app image loading with no boot image by Mathieu Chartier · 9 years ago
  15. acc1be3 ART: Don't attempt write flock if not zygote by Andreas Gampe · 9 years ago
  16. d5f3f32 Add sanity checking to declaring class visiting by Mathieu Chartier · 9 years ago
  17. ab4a4d2 Fix zygote handling of when secondary image is out of date. by Jeff Hao · 9 years ago
  18. 0b4cbd0 Add oatdump support for app images by Mathieu Chartier · 9 years ago
  19. bec6358 ART: Update dalvik-cache for zygote after OTA by Andreas Gampe · 9 years ago
  20. 8e864bf Do not include image header in decompressed size by Mathieu Chartier · 9 years ago
  21. 8b8f6d6 Use per character suffix for multi image by Mathieu Chartier · 9 years ago
  22. 32ce2ad Add more systracing everywhere by Mathieu Chartier · 9 years ago
  23. c5dd319 Add and use loaded class profiling by Mathieu Chartier · 9 years ago
  24. a6e81ed Add lz4hc image compression format by Mathieu Chartier · 9 years ago
  25. 31317c3 Add a decompression scoped timing for image loading by Mathieu Chartier · 9 years ago
  26. 91edc62 Only visit pointer arrays once during image relocation by Mathieu Chartier · 9 years ago
  27. 6eb6a39 ART: Simplify patchoat by Andreas Gampe · 9 years ago
  28. a57ee9d Avoid read barrier for UpdateEntrypoints by Mathieu Chartier · 9 years ago
  29. dfe02f6 Fix remaining read barrier issues in image relocation by Mathieu Chartier · 9 years ago
  30. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 9 years ago
  31. 9ff8460 Add oat checksum check for app image loading by Mathieu Chartier · 9 years ago
  32. 60bc39c Remove some more read barriers in image relocation by Mathieu Chartier · 9 years ago
  33. 4a26f17 Remove GetImageRoots read barrier for image relocation by Mathieu Chartier · 9 years ago
  34. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  35. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  36. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  37. 2d124ec Get rid of shadow maps for images by Mathieu Chartier · 9 years ago
  38. 8994a04 Revert "Revert "ART: Fix up some multi-image cases"" by Andreas Gampe · 9 years ago
  39. de38b79 Revert "ART: Fix up some multi-image cases" by Nicolas Geoffray · 9 years ago
  40. 288b1e9 ART: Fix up some multi-image cases by Andreas Gampe · 9 years ago
  41. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  42. ceb07b3 Revert "Revert "Add support for LZ4 compressed image files"" by Mathieu Chartier · 9 years ago
  43. 83d4d72 Revert "Add support for LZ4 compressed image files" by Nicolas Geoffray · 9 years ago
  44. c6f41b5 Add support for LZ4 compressed image files by Mathieu Chartier · 9 years ago
  45. 1532476 Use arc4random when available to select delta for image relocation. by Alex Light · 9 years ago
  46. 42bddce Add low_4gb support to MapFile and MapFileAtAddress by Mathieu Chartier · 9 years ago
  47. f9c6fc6 Add OatFileManager by Mathieu Chartier · 9 years ago
  48. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  49. a315f5c cleanup: Replace pointers with out-parameters and fix-up formatting by Igor Murashkin · 9 years ago
  50. 88da3b0 ART: Fix CFI test wrt/ PIC by Andreas Gampe · 9 years ago
  51. d39645e Move image intern table into image by Mathieu Chartier · 9 years ago
  52. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  53. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  54. 0de1133 Fix debuggable compiler flag detection for secondary dex files by Sebastien Hertz · 9 years ago
  55. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  56. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  57. e5fed03 Support relative encoded dex locations in oat files. by Richard Uhler · 10 years ago
  58. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  59. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  60. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  61. 5a2be3f Implement a simple count based boot marker. by Narayan Kamath · 10 years ago
  62. 6c8b49f ART: Check image size when opening by Andreas Gampe · 10 years ago
  63. 28bc987 Prune image cache if the boot marker is still in place. by Narayan Kamath · 10 years ago
  64. 8db9dcd ART: Prune links in the dalvik cache by Andreas Gampe · 10 years ago
  65. 70be1fb ART: Discard generated image in a low-memory environment by Andreas Gampe · 10 years ago
  66. e9105f7 Work around relocated boot.oat corruption by Brian Carlstrom · 10 years ago
  67. d3271e8 Merge changes Ia007744f,Iac6d03d8 by Brian Carlstrom · 10 years ago
  68. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  69. 2f1e15c Remove boot.art/boot.oat on failure to create by Brian Carlstrom · 10 years ago
  70. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  71. 50f2e9a ART: Fix ImageSpace error message. by Andreas Gampe · 10 years ago
  72. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  73. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  74. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  75. 31d8f52 Add VMRuntime.isBootClassPathOnDisk by Brian Carlstrom · 10 years ago
  76. 3c13a79 ART: Only allow the zygote to create the global boot image by Andreas Gampe · 10 years ago
  77. debdda0 Fix Mac build by Brian Carlstrom · 10 years ago
  78. 1291e9b Fix incorect variable name. by Alex Light · 10 years ago
  79. 2539613 Change /dalvik-cache to be owned by root. by Alex Light · 10 years ago
  80. b6cabc1 Reduce log spam by changing a LOG(INFO) to VLOG(startup) by Alex Light · 10 years ago
  81. 64ad14d Support running without a boot image. by Alex Light · 10 years ago
  82. 6e183f2 Make system use patchoat to relocate during runtime. by Alex Light · 10 years ago
  83. 4e97f65 Merge "Move image classes options from art to AndroidRuntime [art]" by Brian Carlstrom · 10 years ago
  84. 57309db Move image classes options from art to AndroidRuntime [art] by Brian Carlstrom · 10 years ago
  85. b93637a Make ImageSpace skip validation if we are using a relocated image by Alex Light · 10 years ago
  86. 1a76213 Fix image not regenerating on changes to bootclasspath by Alex Light · 10 years ago
  87. cf4bf38 Tweaks to patchoat and other related things. by Alex Light · 10 years ago
  88. 45232a4 ART: Fix checks for relocation delta by Andreas Gampe · 10 years ago
  89. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  90. 22f8e5c Revert "Revert "ART: Key-Value Store in Oat header"" by Andreas Gampe · 10 years ago
  91. 8078b29 Merge "Revert "ART: Key-Value Store in Oat header"" by Nicolas Geoffray · 10 years ago
  92. 452bee5 Revert "ART: Key-Value Store in Oat header" by Nicolas Geoffray · 10 years ago
  93. c87d27b ART: Key-Value Store in Oat header by Andreas Gampe · 10 years ago
  94. 6e524dd Merge "Make dex2oat heap size product configurable [art]" by Brian Carlstrom · 10 years ago
  95. 670134e Make dex2oat heap size product configurable [art] by Brian Carlstrom · 10 years ago
  96. d1c606f Add locking around boot image generation. by Narayan Kamath · 10 years ago
  97. 12e6d74 Add option to specify compiler executable. by Tsu Chiang Chuang · 10 years ago
  98. 061ece1 Merge "Begin migration of art::Atomic to std::atomic." by Ian Rogers · 10 years ago
  99. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 10 years ago
  100. bd0fb61 Simplify Class::IsArtFieldClass(). by Hiroshi Yamauchi · 10 years ago