1. aed8e8d Merge "Remove missing parameter from Object.internalClone." into dalvik-dev by Ian Rogers · 12 years ago
  2. c621681 Remove missing parameter from Object.internalClone. by Ian Rogers · 12 years ago
  3. 50e1744 don't inhibit randomization on non-arm platforms by Nick Kralevich · 12 years ago
  4. 3056d0c Improve accuracy of heap trim times by Mathieu Chartier · 12 years ago
  5. 28db012 Add oat file dependency on boot.oat load location by Brian Carlstrom · 12 years ago
  6. 1a0b475 Fix Zygote selinux code to support null values by Brian Carlstrom · 12 years ago
  7. dc1cd10 Remove HAVE_SELINUX guards by Kenny Root · 12 years ago
  8. 1c23e1e More space refactoring. by Mathieu Chartier · 12 years ago
  9. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago
  10. 4445a7e Class clean-up. by Ian Rogers · 12 years ago
  11. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  12. 2fde533 Refactor spaces and add free list large object space by Mathieu Chartier · 12 years ago
  13. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 12 years ago
  14. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  15. b788278 Port 138b7a2e54923d99ed817f9a890c6fcd7c23c335 to art by Nick Kralevich · 12 years ago
  16. dbe6f46 Change Thread::peer_ to be a jobject instead of an Object* by Mathieu Chartier · 12 years ago
  17. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  18. ba0b9c5 Add the native thread state to art SIGQUIT dumps. by Elliott Hughes · 12 years ago
  19. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  20. fd678be Additional heap verification for the Gc by Mathieu Chartier · 12 years ago
  21. 15bf2d3 Use bionic's dlmalloc 2.8.5. by Ian Rogers · 12 years ago
  22. b18e77a Switch art over to the new bionic dlmalloc 2.8.5 callback by Brian Carlstrom · 12 years ago
  23. cd30d82 Merge "Port multi-user support to art." into dalvik-dev by Elliott Hughes · 12 years ago
  24. 178cdcc Port multi-user support to art. by Elliott Hughes · 12 years ago
  25. 3eace70 Tidy up some raw Object access cruft. by Ian Rogers · 12 years ago
  26. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  27. cc236d7 Zygote space / partial collection support. by Mathieu Chartier · 12 years ago
  28. 32c55de am b062fdd4: Each space has its own bitmap(s) by Mathieu Chartier · 12 years ago
  29. b062fdd Each space has its own bitmap(s) by Mathieu Chartier · 12 years ago
  30. aa4fab6 am 26c5e150: Port "Avoid method overriding if its super method is inaccessible" to art. by Elliott Hughes · 12 years ago
  31. 26c5e15 Port "Avoid method overriding if its super method is inaccessible" to art. by Elliott Hughes · 12 years ago
  32. ea9aff7 am 52673ffa: Move IsDaemon to native code. by Ian Rogers · 12 years ago
  33. 52673ff Move IsDaemon to native code. by Ian Rogers · 12 years ago
  34. 4d7d723 am afe25515: Update DexFile_isDexOptNeeded to handle system.img oat files with classes.dex by Brian Carlstrom · 12 years ago
  35. afe2551 Update DexFile_isDexOptNeeded to handle system.img oat files with classes.dex by Brian Carlstrom · 12 years ago
  36. 3f35966 am 08fc03ae: Include held locks in SIGQUIT thread dumps. by Elliott Hughes · 12 years ago
  37. 08fc03a Include held locks in SIGQUIT thread dumps. by Elliott Hughes · 12 years ago
  38. eded2ea am 271769a3: Merge "Increase use of ScopedJniThreadState." into ics-mr1-plus-art by Ian Rogers · 12 years ago
  39. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  40. e30c6d9 am 0399dde1: Remove Frame, merge shadow and quick representations. by Ian Rogers · 12 years ago
  41. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 12 years ago
  42. c151f90 Untested port of the SELinux dalvik change to art. by Elliott Hughes · 12 years ago
  43. 25abb8c am 4d999fe6: Merge "Throw OOME if pthread_create(3) fails." into ics-mr1-plus-art by Elliott Hughes · 12 years ago
  44. 57aba86 Throw OOME if pthread_create(3) fails. by Elliott Hughes · 12 years ago
  45. 4519844 am 7664f5cd: Fix GC performance regression by Mathieu Chartier · 12 years ago
  46. 7664f5c Fix GC performance regression by Mathieu Chartier · 12 years ago
  47. 97d99dd am 622a6988: Clean up the hprof implementation a bit. by Elliott Hughes · 12 years ago
  48. e301764 am a8454bd4: Merge "Trim the native heap too, like dalvik did." into ics-mr1-plus-art by Elliott Hughes · 12 years ago
  49. 622a698 Clean up the hprof implementation a bit. by Elliott Hughes · 12 years ago
  50. 9eebd3b Trim the native heap too, like dalvik did. by Elliott Hughes · 12 years ago
  51. cb8f890 [DO NOT MERGE] Bring ics-mr1-plus-art's Zygote in line with dalvik-dev's. by Elliott Hughes · 12 years ago
  52. 28c7bfd Lose the boolean from Runtime.nativeExit. by Elliott Hughes · 12 years ago
  53. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 12 years ago
  54. 7756d54 Fix all unsafe caching to be like libcore. by Elliott Hughes · 12 years ago
  55. 1d81bce am aaa5edcf: Improve reflection IllegalArgumentException detail messages. by Elliott Hughes · 12 years ago
  56. aaa5edc Improve reflection IllegalArgumentException detail messages. by Elliott Hughes · 12 years ago
  57. 2abeb9b Clean up the non-portable bits of Zygote. by Elliott Hughes · 12 years ago
  58. 2e73b64 This branch has an up-to-date cutils. by Elliott Hughes · 12 years ago
  59. a4dd590 am ab30c6fe: Merge "Tidy up and finish reference table dumping." into ics-mr1-plus-art by Elliott Hughes · 12 years ago
  60. 73e66f7 Tidy up and finish reference table dumping. by Elliott Hughes · 12 years ago
  61. 154cef6 Only linux has personality by Brian Carlstrom · 12 years ago
  62. 9cde505 Merge "Port 311886c6c6fcd3b531531f592d56caab5e2a259c to art." into dalvik-dev by Elliott Hughes · 12 years ago
  63. 51e5386 Port 311886c6c6fcd3b531531f592d56caab5e2a259c to art. by Elliott Hughes · 12 years ago
  64. eab5198 am 7c6169de: Port my AOSP QuasiAtomic rewrite to art. by Elliott Hughes · 12 years ago
  65. 7c6169d Port my AOSP QuasiAtomic rewrite to art. by Elliott Hughes · 12 years ago
  66. 18124a1 am b6636b8e: Add a reminder that we need to track a change in master. by Elliott Hughes · 12 years ago
  67. b6636b8 Add a reminder that we need to track a change in master. by Elliott Hughes · 12 years ago
  68. 9305424 am 620cf223: Merge "Tidy up some C-isms." into ics-mr1-plus-art by Elliott Hughes · 12 years ago
  69. 7b9d996 Tidy up some C-isms. by Elliott Hughes · 12 years ago
  70. 034b717 am fbe5b757: Fix LLVM build. Otherwise, function not used warning. by Shih-wei Liao · 12 years ago
  71. fbe5b75 Fix LLVM build. Otherwise, function not used warning. by Shih-wei Liao · 12 years ago
  72. d455de8 am 26467575: Don\'t use work_around_app_jni_bugs for llvm now. by TDYa127 · 12 years ago
  73. 2646757 Don't use work_around_app_jni_bugs for llvm now. by TDYa127 · 12 years ago
  74. e132f43 am 0dae08ea: Move JNI methods out of top-level. by Ian Rogers · 12 years ago
  75. 0dae08e Move JNI methods out of top-level. by Ian Rogers · 12 years ago