1. 1d3fd08 Revert^4 "ART: Dual mapping of JIT code pages" by Orion Hodson · 6 years ago
  2. 1bfce38 Revert^3 "ART: Dual mapping of JIT code pages" by Andreas Gampe · 6 years ago
  3. 0e904ff Revert^2 "ART: Dual mapping of JIT code pages"" by Orion Hodson · 6 years ago
  4. 60eaabe Revert "ART: Dual mapping of JIT code pages" by Andreas Gampe · 6 years ago
  5. 0e314f0 ART: Dual mapping of JIT code pages by Orion Hodson · 6 years ago
  6. c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 6 years ago
  7. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  8. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  9. 0b0d3b4 Re-enable ART code paths and tests for ASan that were disabled for Valgrind. by Roland Levillain · 6 years ago
  10. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 6 years ago
  11. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 6 years ago
  12. 8268cb6 Remove support for Valgrind in ART. by Roland Levillain · 6 years ago
  13. d5f8de8 Add CommonArtTest by David Sehr · 6 years ago
  14. 1979c64 Clean up include paths by David Sehr · 6 years ago
  15. 79e2607 Move profile dependent modules to libartbase by David Sehr · 6 years ago[Renamed from runtime/mem_map_test.cc]
  16. 5681b72 Revert "Blacklist tests failing on valgrind." by Alex Light · 6 years ago
  17. 45a6da0 Blacklist tests failing on valgrind. by Nicolas Geoffray · 6 years ago
  18. ca97ada Change ClassFileLoadHook to lazily compute dex file by Alex Light · 6 years ago
  19. dbd05fe Revert recent JIT code cache changes by Orion Hodson · 7 years ago
  20. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  21. d1dbb74 Separate rw from rx views of jit code cache by David Sehr · 7 years ago
  22. d490129 ART: Clean up heap headers by Andreas Gampe · 7 years ago
  23. 3c3c4a1 Improve the region space memory mapping. by Hiroshi Yamauchi · 7 years ago
  24. 486932a Add MapAnonymous handling for null error_str by Mathieu Chartier · 8 years ago
  25. 14306b8 Disable MemMapTest.MapAnonymousExactAddr32bitHighAddr on MIPS32. by Roland Levillain · 9 years ago
  26. 8d02644 mem_map_test: perform null check before dereferencing a pointer. by Roland Levillain · 9 years ago
  27. 16d29f8 Don't use fixed addresses in mem map test by Mathieu Chartier · 9 years ago
  28. 42bddce Add low_4gb support to MapFile and MapFileAtAddress by Mathieu Chartier · 9 years ago
  29. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 9 years ago
  30. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 9 years ago
  31. 6e88ef6 Change MemMap::maps_ to not be global variable by Mathieu Chartier · 10 years ago
  32. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  33. 928f72b ART: Fix things for valgrind by Andreas Gampe · 10 years ago
  34. 859c255 Fix mem_map_test for Mips. by Douglas Leung · 10 years ago
  35. 3eed93d Verify there's no mem map gap for immune region not to break. by Hiroshi Yamauchi · 10 years ago
  36. d8f26db ART: Randomize mem_map start address for linear scan search by Andreas Gampe · 10 years ago
  37. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  38. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  39. 84d49cc ART: Resolve MAP_32BIT limitation in x86_64 by Qiming Shi · 10 years ago
  40. 4fb5df8 Make MemMap::MapAnonymous() fail if the requested address is not available. by Hiroshi Yamauchi · 10 years ago
  41. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  42. fd7e7f1 Fix a double unmap issue in MemMap::UnMapAtEnd(). by Hiroshi Yamauchi · 11 years ago
  43. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  44. 9004cb6 Allow MemMap to support empty map requests by Brian Carlstrom · 11 years ago