1. 3b6f0fa Add more logging when mmap fails. by Mathieu Chartier · 11 years ago
  2. 6b98c91 am 7b5f0cf0: Use libbacktrace instead of libcorkscrew. by Christopher Ferris · 11 years ago
  3. 7b5f0cf Use libbacktrace instead of libcorkscrew. by Christopher Ferris · 11 years ago
  4. fd7e7f1 Fix a double unmap issue in MemMap::UnMapAtEnd(). by Hiroshi Yamauchi · 11 years ago
  5. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  6. e0948e1 Make DexFiles opened from files readonly by default, but writable during dex2oat by Brian Carlstrom · 11 years ago
  7. 9004cb6 Allow MemMap to support empty map requests by Brian Carlstrom · 11 years ago
  8. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  9. 2d88862 Fixing cpplint readability/casting issues by Brian Carlstrom · 11 years ago
  10. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/mem_map.cc]
  11. 2d6ba51 Quickening support. by Sebastien Hertz · 11 years ago
  12. f8adc60 Mem map bug fix and documentation. by Ian Rogers · 11 years ago
  13. a40307e Ensure VM's heap is accounted correctly. by Ian Rogers · 12 years ago
  14. 700c8d3 Move .oat files to ELF format by Brian Carlstrom · 12 years ago
  15. 10c5b78 Fixes for gtests on gPrecise. by Ian Rogers · 12 years ago
  16. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 12 years ago
  17. 8161c03 More MIPS fixes. The vm-tests and oat tests all work on the emulator. by jeffhao · 12 years ago
  18. 1c23e1e More space refactoring. by Mathieu Chartier · 12 years ago
  19. cc236d7 Zygote space / partial collection support. by Mathieu Chartier · 12 years ago
  20. 1c849e5 Clean up kAccWritable in the verifier. by Ian Rogers · 12 years ago
  21. a168c83 Convince tsan that the card table isn't a problem. by Elliott Hughes · 12 years ago
  22. 7bda158 Fix the Mac build. by Elliott Hughes · 12 years ago
  23. ecd3a6f Use libcorkscrew to detect map collisions. by Elliott Hughes · 12 years ago
  24. a060ed9 Fix error meessages in DexFile::ChangePermissions() and mem_map.cc. by Shih-wei Liao · 12 years ago
  25. d88fa26 Add mprotect helper function to MemMap class. by Logan Chien · 12 years ago
  26. 5ea8d4b Better diagnostics when an anonymous mmap fails. by Elliott Hughes · 12 years ago
  27. 8d524a1 Keep trying to guess the 10.5 vmmap(1) syntax... by Elliott Hughes · 13 years ago
  28. 273cf36 Keep fighting Mac OS 10.5 because the build servers are obsolete. by Elliott Hughes · 13 years ago
  29. ba7a3ec Try to support obsolete Mac OS 10.5. by Elliott Hughes · 13 years ago
  30. 448e93c Fix dex2oat on the Mac. by Elliott Hughes · 13 years ago
  31. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 13 years ago
  32. 96970cd Implement CheckMapRequest for Mac OS. by Elliott Hughes · 13 years ago
  33. 30fab40 Upgrade to latest dlmalloc. Refactor Heap and related APIs to use STL like naming. by Ian Rogers · 13 years ago
  34. ad6c9c3 Mac build fixes. by Elliott Hughes · 13 years ago
  35. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 13 years ago
  36. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago
  37. 6c9c06d Use ashmem to name our various anonymous regions. by Elliott Hughes · 13 years ago
  38. cc60747 Use CHECK_OP instead of CHECK where possible. by Elliott Hughes · 13 years ago
  39. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  40. 27ec961 Adding oat_process by Brian Carlstrom · 13 years ago