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