1. 5a2be3f Implement a simple count based boot marker. by Narayan Kamath · 10 years ago
  2. 6c8b49f ART: Check image size when opening by Andreas Gampe · 10 years ago
  3. 28bc987 Prune image cache if the boot marker is still in place. by Narayan Kamath · 10 years ago
  4. 8db9dcd ART: Prune links in the dalvik cache by Andreas Gampe · 10 years ago
  5. 70be1fb ART: Discard generated image in a low-memory environment by Andreas Gampe · 10 years ago
  6. e9105f7 Work around relocated boot.oat corruption by Brian Carlstrom · 10 years ago
  7. d3271e8 Merge changes Ia007744f,Iac6d03d8 by Brian Carlstrom · 10 years ago
  8. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  9. 2f1e15c Remove boot.art/boot.oat on failure to create by Brian Carlstrom · 10 years ago
  10. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  11. 50f2e9a ART: Fix ImageSpace error message. by Andreas Gampe · 10 years ago
  12. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  13. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  14. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  15. 31d8f52 Add VMRuntime.isBootClassPathOnDisk by Brian Carlstrom · 10 years ago
  16. 3c13a79 ART: Only allow the zygote to create the global boot image by Andreas Gampe · 10 years ago
  17. debdda0 Fix Mac build by Brian Carlstrom · 11 years ago
  18. 1291e9b Fix incorect variable name. by Alex Light · 11 years ago
  19. 2539613 Change /dalvik-cache to be owned by root. by Alex Light · 11 years ago
  20. b6cabc1 Reduce log spam by changing a LOG(INFO) to VLOG(startup) by Alex Light · 11 years ago
  21. 64ad14d Support running without a boot image. by Alex Light · 11 years ago
  22. 6e183f2 Make system use patchoat to relocate during runtime. by Alex Light · 11 years ago
  23. 4e97f65 Merge "Move image classes options from art to AndroidRuntime [art]" by Brian Carlstrom · 11 years ago
  24. 57309db Move image classes options from art to AndroidRuntime [art] by Brian Carlstrom · 11 years ago
  25. b93637a Make ImageSpace skip validation if we are using a relocated image by Alex Light · 11 years ago
  26. 1a76213 Fix image not regenerating on changes to bootclasspath by Alex Light · 11 years ago
  27. cf4bf38 Tweaks to patchoat and other related things. by Alex Light · 11 years ago
  28. 45232a4 ART: Fix checks for relocation delta by Andreas Gampe · 11 years ago
  29. a59dd80 Runtime can now be set to require relocation by Alex Light · 11 years ago
  30. 22f8e5c Revert "Revert "ART: Key-Value Store in Oat header"" by Andreas Gampe · 11 years ago
  31. 8078b29 Merge "Revert "ART: Key-Value Store in Oat header"" by Nicolas Geoffray · 11 years ago
  32. 452bee5 Revert "ART: Key-Value Store in Oat header" by Nicolas Geoffray · 11 years ago
  33. c87d27b ART: Key-Value Store in Oat header by Andreas Gampe · 11 years ago
  34. 6e524dd Merge "Make dex2oat heap size product configurable [art]" by Brian Carlstrom · 11 years ago
  35. 670134e Make dex2oat heap size product configurable [art] by Brian Carlstrom · 11 years ago
  36. d1c606f Add locking around boot image generation. by Narayan Kamath · 11 years ago
  37. 12e6d74 Add option to specify compiler executable. by Tsu Chiang Chuang · 11 years ago
  38. 061ece1 Merge "Begin migration of art::Atomic to std::atomic." by Ian Rogers · 11 years ago
  39. 3e5cf30 Begin migration of art::Atomic to std::atomic. by Ian Rogers · 11 years ago
  40. bd0fb61 Simplify Class::IsArtFieldClass(). by Hiroshi Yamauchi · 11 years ago
  41. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 11 years ago
  42. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 11 years ago
  43. ad930da Merge "Move quick frame info to OatQuickMethodHeader." by Vladimir Marko · 11 years ago
  44. 7624d25 Move quick frame info to OatQuickMethodHeader. by Vladimir Marko · 11 years ago
  45. b9beb2e Place ISA into boot image name. by Ian Rogers · 11 years ago
  46. 52f8488 Prevent spurious dexopts in 32-64 builds. by Narayan Kamath · 11 years ago
  47. 11d9f06 Use instruction specific dalvik cache dirs. by Narayan Kamath · 11 years ago
  48. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 11 years ago
  49. 8afeb85 Pass instruction-set from runtime through to spawned dex2oat. by Ian Rogers · 11 years ago
  50. 624468c Make the support code for read barriers a bit more general. by Hiroshi Yamauchi · 11 years ago
  51. 4fb5df8 Make MemMap::MapAnonymous() fail if the requested address is not available. by Hiroshi Yamauchi · 11 years ago
  52. b373e09 Implicit null/suspend checks (oat version bump) by Dave Allison · 11 years ago
  53. c7cb190 Print error message if ImageSpace::Init fails. by Mathieu Chartier · 11 years ago
  54. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 11 years ago
  55. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
  56. 9d04a20 (Experimental) Add Brooks pointers. by Hiroshi Yamauchi · 11 years ago
  57. 4cf5e57 Move waitpid(2) includes to art::Exec implementation by Brian Carlstrom · 11 years ago
  58. 6449c62 Create CompilerOptions by Brian Carlstrom · 11 years ago
  59. 97f4489 Revert "Revert "Revert "Add a script for running art standalone.""" by Ian Rogers · 11 years ago
  60. 4b23250 Revert "Revert "Add a script for running art standalone."" by Nicolas Geoffray · 11 years ago
  61. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  62. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  63. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  64. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  65. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  66. 7c3d13a Use file magic to determine file type, not file extension. by Brian Carlstrom · 12 years ago
  67. 31e8925 Write out image bitmap inside of image file. by Mathieu Chartier · 12 years ago
  68. 7571e8b Add flock(2)ing on dex-cache files to prevent races by Brian Carlstrom · 12 years ago
  69. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 12 years ago
  70. e5426c9 Fix histogram memory issues. by Mathieu Chartier · 12 years ago
  71. 08d7d44 Fix image generation. by Mathieu Chartier · 12 years ago
  72. 8bbc8c0 Fix mismatched malloc / delete. by Mathieu Chartier · 12 years ago
  73. 56d947f Add verification of boot.oat generated on device by Brian Carlstrom · 12 years ago
  74. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/gc/space/image_space.cc]
  75. 1d54e73 GC clean up. by Ian Rogers · 12 years ago