1. be031ff Remove four counter increments out of the allocation path. by Hiroshi Yamauchi · 12 years ago
  2. a436fde Handle OOMEs in class linker with grace. by Ian Rogers · 12 years ago
  3. 1a4d6d8 If CheckJNI is enabled don't allow app workarounds by Ian Rogers · 12 years ago
  4. cc386f9 am c39e3423: Use JNI to access activity manager process state. by Mathieu Chartier · 12 years ago
  5. c39e342 Use JNI to access activity manager process state. by Mathieu Chartier · 12 years ago
  6. 3839f7a Fix portable build. by Ian Rogers · 12 years ago
  7. 848871b Entry point clean up. by Ian Rogers · 12 years ago
  8. bbf8a09 resolved conflicts for merge of 3da08f4d to dalvik-dev by Mathieu Chartier · 12 years ago
  9. 8235331 Add interface for updating the heap's process state by Mathieu Chartier · 12 years ago
  10. 1db9113 resolved conflicts for merge of 7940e44f to dalvik-dev by Brian Carlstrom · 12 years ago
  11. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/native/dalvik_system_VMRuntime.cc]
  12. bba5dd5 Merge "Semi-pruned SSA support for sea-ir." into dalvik-dev by Anwar Ghuloum · 12 years ago
  13. cef450c add dalvik.system.VMRuntime.vmLibrary implementation for ART by Brian Carlstrom · 12 years ago
  14. 1d54e73 GC clean up. by Ian Rogers · 12 years ago
  15. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  16. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  17. c928de9 Remove Iceland. by Ian Rogers · 12 years ago
  18. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  19. 4893188 Avoid heap trims in foreground and audio apps. by Ian Rogers · 13 years ago
  20. 3056d0c Improve accuracy of heap trim times by Mathieu Chartier · 13 years ago
  21. 1c23e1e More space refactoring. by Mathieu Chartier · 13 years ago
  22. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 13 years ago
  23. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 13 years ago
  24. 2fde533 Refactor spaces and add free list large object space by Mathieu Chartier · 13 years ago
  25. 81d425b Pass self to lock methods. by Ian Rogers · 13 years ago
  26. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  27. fd678be Additional heap verification for the Gc by Mathieu Chartier · 13 years ago
  28. 15bf2d3 Use bionic's dlmalloc 2.8.5. by Ian Rogers · 13 years ago
  29. b18e77a Switch art over to the new bionic dlmalloc 2.8.5 callback by Brian Carlstrom · 13 years ago
  30. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  31. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 13 years ago
  32. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 13 years ago
  33. 7664f5c Fix GC performance regression by Mathieu Chartier · 13 years ago
  34. 9eebd3b Trim the native heap too, like dalvik did. by Elliott Hughes · 13 years ago
  35. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 13 years ago
  36. fbe5b75 Fix LLVM build. Otherwise, function not used warning. by Shih-wei Liao · 13 years ago
  37. 2646757 Don't use work_around_app_jni_bugs for llvm now. by TDYa127 · 13 years ago
  38. 0dae08e Move JNI methods out of top-level. by Ian Rogers · 13 years ago[Renamed from src/dalvik_system_VMRuntime.cc]
  39. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  40. c0f0933 Add the missing link between compiled code and the debugger. by Elliott Hughes · 13 years ago
  41. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 13 years ago
  42. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 13 years ago
  43. 88c5c35 Make CheckJNI and JNI workarounds mutually exclusive... by Elliott Hughes · 13 years ago
  44. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  45. a15e67d Remove pad word from arrays by Ian Rogers · 13 years ago
  46. 475a644 Don't enable JNI work arounds with check JNI by Ian Rogers · 13 years ago
  47. 60db5ab SIRT work around JNI support for legacy apps by Ian Rogers · 13 years ago
  48. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 13 years ago
  49. 0d0ba69 A couple of logging changes people have asked for. by Elliott Hughes · 14 years ago
  50. 37be8fb We only need the heap lock when trimming. by Elliott Hughes · 14 years ago
  51. 8cf5bc0 Simple heap trimming. by Elliott Hughes · 14 years ago
  52. 7d5ffb5 Remove dex2oat warnings by providing "." class path defaulting only to JNI callers by Brian Carlstrom · 14 years ago
  53. 49b4f07 Disable work_around_app_jni_bugs by Brian Carlstrom · 14 years ago
  54. c2dc62d Wire up work_around_app_jni_bugs. by Elliott Hughes · 14 years ago
  55. c3b77c7 Avoid copying and strlen(3) in the FindClass path. by Elliott Hughes · 14 years ago
  56. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 14 years ago
  57. b82b687 Make sure threads allocating are in the kRunnable state by Brian Carlstrom · 14 years ago
  58. f6a1e1e Implement more DDMS support. by Elliott Hughes · 14 years ago
  59. 6a4be3a Fix calling conventions for UnresolvedDirectMethodTrampolineFromCode by Brian Carlstrom · 14 years ago
  60. 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 14 years ago
  61. 01158d7 Implement most of VMStack and some of Zygote. by Elliott Hughes · 14 years ago
  62. 7ede61e Implement VMRuntime. by Elliott Hughes · 14 years ago