1. aaebaa0 art: Refactor RuntimeOptions/ParsedOptions by Igor Murashkin · 10 years ago
  2. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 10 years ago
  3. c275259 Remove back-door bootclasspath option from Runtime by Richard Uhler · 10 years ago
  4. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 10 years ago
  5. 3774335 Add a new imgdiag tool to diff boot.art/core.art against a process by Igor Murashkin · 10 years ago
  6. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  7. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  8. db8a664 Prevent stubs from being installed in java.lang.reflect.Proxy.<init>. by Jeff Hao · 10 years ago
  9. 54accbc Fix bugs in the x86 and arm versions of generic JNI. by Nicolas Geoffray · 10 years ago
  10. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  11. 7747c8d ART: Remove test files after test by Andreas Gampe · 10 years ago
  12. f0a3f09 Fix proxy tracing and enable tests that now work with tracing. by Jeff Hao · 10 years ago
  13. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  14. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  15. 4e99b3d Add missing class initialization during compilation and tests by Sebastien Hertz · 10 years ago
  16. 5ced672 Use the icu4c headers from the new location. by Elliott Hughes · 10 years ago
  17. 8803c1c Merge "ART: Use ANDROID_HOST_OUT for ANDROID_ROOT in Runtime tests" by Andreas Gampe · 10 years ago
  18. 86f5662 ART: Use ANDROID_HOST_OUT for ANDROID_ROOT in Runtime tests by Andreas Gampe · 10 years ago
  19. 833a485 ART: Native support for multidex by Andreas Gampe · 10 years ago
  20. afd9acc Multilib ART host. by Ian Rogers · 10 years ago
  21. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  22. 0e12bdc Add ISA directory to image and odex pathnames. by Brian Carlstrom · 10 years ago
  23. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  24. b40c6a7 ART: Fix assembler_test to use ScratchFile by Andreas Gampe · 10 years ago
  25. afbaa1a Build changes to build multilib tests by Andreas Gampe · 10 years ago
  26. 05b15d6 Make test-art pass with heap reference poisoning enabled. by Hiroshi Yamauchi · 10 years ago
  27. c0a1b18 Reuse NoopCompilerCallbacks in oatdump by Brian Carlstrom · 10 years ago
  28. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 10 years ago
  29. a1ce1fe Split up CommonTest into CommonRuntimeTest and CommonCompilerTest by Brian Carlstrom · 10 years ago