1. 6ed960d Merge "Add thread pool class" into dalvik-dev by Ian Rogers · 12 years ago
  2. 0e4627e Add thread pool class by Mathieu Chartier · 12 years ago
  3. bf90dbe Merge "Eliminate #ifdef ART_USE_QUICK_COMPILER" into dalvik-dev by buzbee · 12 years ago
  4. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  5. 6ffd096 Add Jack modifier. by mikaelpeltier · 12 years ago
  6. 9281f00 Special for monkey debugging by buzbee · 12 years ago
  7. d2c8bf4 Merge "Dump dex file sizes in oatdump." into dalvik-dev by Ian Rogers · 12 years ago
  8. 05f28c6 Dump dex file sizes in oatdump. by Ian Rogers · 12 years ago
  9. 65c3f9c Fix typo. by TDYa127 · 12 years ago
  10. 0825427 Dump GC maps/verification for methods with bad roots. by Ian Rogers · 12 years ago
  11. 858f1c5 Check point root marking. by Mathieu Chartier · 12 years ago
  12. ef851d3 Merge "More MIPS fixes. Many run-test tests pass." into dalvik-dev by jeffhao · 12 years ago
  13. 30a3317 More MIPS fixes. Many run-test tests pass. by jeffhao · 12 years ago
  14. 7e76286 Dump failing thread if IsDaemon check fails. by Ian Rogers · 12 years ago
  15. 63af636 Fix build. by Elliott Hughes · 12 years ago
  16. 670e8d6 Merge "Fix for Mac build." into dalvik-dev by Elliott Hughes · 12 years ago
  17. aed8e8d Merge "Remove missing parameter from Object.internalClone." into dalvik-dev by Ian Rogers · 12 years ago
  18. 27913a2 Fix for Mac build. by Ian Rogers · 12 years ago
  19. c621681 Remove missing parameter from Object.internalClone. by Ian Rogers · 12 years ago
  20. 41ada62 Fixed MIPS jni dlsym lookup stub to use T9 to call native code. by jeffhao · 12 years ago
  21. 50e1744 don't inhibit randomization on non-arm platforms by Nick Kralevich · 12 years ago
  22. 18fd7ec Merge "Improve accuracy of heap trim times" into dalvik-dev by Ian Rogers · 12 years ago
  23. 3056d0c Improve accuracy of heap trim times by Mathieu Chartier · 12 years ago
  24. f852fb2 Fix OatHeader.isValid by Brian Carlstrom · 12 years ago
  25. ec139de Merge "More MIPS fixes. Most basic tests pass." into dalvik-dev by jeffhao · 12 years ago
  26. 28db012 Add oat file dependency on boot.oat load location by Brian Carlstrom · 12 years ago
  27. fc6a30e More MIPS fixes. Most basic tests pass. by jeffhao · 12 years ago
  28. a85b837 Update image oat checksum when patching by Brian Carlstrom · 12 years ago
  29. 2e92fd6 Revert "Remove dump-oat-Calculator" by Brian Carlstrom · 12 years ago
  30. 4eb68ed More MIPS fixes. Fibonacci and ExceptionTest work. by jeffhao · 12 years ago
  31. 99bc217 Fix 044-proxy bug in oat_write.cc. by Logan Chien · 12 years ago
  32. 4202b74 Fix flipped condition in VerifyRoot by Mathieu Chartier · 12 years ago
  33. 1a0b475 Fix Zygote selinux code to support null values by Brian Carlstrom · 12 years ago
  34. c4dc43e Add libselinux to libart linker options by Brian Carlstrom · 12 years ago
  35. 88f3654 Add support for Value Format VALUE_TYPE in the encoded_array_item used for initial values of static field references from a class_def_item by Brian Carlstrom · 12 years ago
  36. dc1cd10 Remove HAVE_SELINUX guards by Kenny Root · 12 years ago
  37. b8404a7 Workaround for portable path. by TDYa127 · 12 years ago
  38. 5833853 Fix oat_test for portable path. by TDYa127 · 12 years ago
  39. f54f3ac Fix non-inline push_shadow_frame. by TDYa127 · 12 years ago
  40. a0a2a6c Fix oatdump's usage message. by TDYa127 · 12 years ago
  41. bb2177e Merge "Change shadow_frame_size_ to num_shadow_frame_refs_. Fix LLVM build." into dalvik-dev by Ian Rogers · 12 years ago
  42. 6c27968 Change shadow_frame_size_ to num_shadow_frame_refs_. Fix LLVM build. by Shih-wei Liao · 12 years ago
  43. 128c52c Fix invalid root detection using wrong function to find space from object. by Mathieu Chartier · 12 years ago
  44. 9ebae1f Concurrent class linker and intern table root marking by Mathieu Chartier · 12 years ago
  45. 30de32d Merge "Attempt to always dump all threads when aborting." into dalvik-dev by Ian Rogers · 12 years ago
  46. ae91334 Merge "Fix mac build." into dalvik-dev by Ian Rogers · 12 years ago
  47. 5438ad8 Add vregs to ShadowFrame. by Ian Rogers · 12 years ago
  48. fbd2291 Attempt to always dump all threads when aborting. by Ian Rogers · 12 years ago
  49. 4c54e72 Fix mac build. by Ian Rogers · 12 years ago
  50. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 12 years ago
  51. 0b0b515 Add large object space contains check to IsHeapAddress. by Mathieu Chartier · 12 years ago
  52. 6f1c949 Add root verification when we try to mark an invalid object. by Mathieu Chartier · 12 years ago
  53. 0051be6 Add parsed options for heap min free, heap max free, target utilization. by Mathieu Chartier · 12 years ago
  54. 17f6cb9 Merge "More space refactoring." into dalvik-dev by Ian Rogers · 12 years ago
  55. 1c23e1e More space refactoring. by Mathieu Chartier · 12 years ago
  56. 179f375 Merge "Numerous fixes to MIPS. Basic oatexec works." into dalvik-dev by jeffhao · 12 years ago
  57. fa147e2 Numerous fixes to MIPS. Basic oatexec works. by jeffhao · 12 years ago
  58. ed6d5ed Fix memory leak in compiler by Mathieu Chartier · 12 years ago
  59. 215a926 Fix LLVM build. by Shih-wei Liao · 12 years ago
  60. 4fe0ef2 Merge "Enable multi-threaded Quick compilation" into dalvik-dev by buzbee · 12 years ago
  61. 9958daa Don't get stuck making all numeric disassembly hex. by Ian Rogers · 12 years ago
  62. 5a72335 Missing dex register disassembly. by Ian Rogers · 12 years ago
  63. 9bc8191 Flatten interface entries into the iftable. by Ian Rogers · 12 years ago
  64. 3cc3981 Merge "Fix regression in target run-test 069. ." into dalvik-dev by Ian Rogers · 12 years ago
  65. a638941 Fix regression in target run-test 069. . by Ian Rogers · 12 years ago
  66. 155dfe9 More Gc statistics and logging by Mathieu Chartier · 12 years ago
  67. 4df2bbd Enable multi-threaded Quick compilation by buzbee · 12 years ago
  68. bac4334 Merge "Fix typo." into dalvik-dev by Ian Rogers · 12 years ago
  69. 52813c9 Fix typo. by Ian Rogers · 12 years ago
  70. b490357 Add notion of precise register types to verifier. by Ian Rogers · 12 years ago
  71. 1aae273 Merge "Improve heap lock annotations." into dalvik-dev by Ian Rogers · 12 years ago
  72. 19634a5 Merge "Fix compiler logging for interface invocations." into dalvik-dev by Ian Rogers · 12 years ago
  73. d7456de Merge "DumpAllThreads in abort when locks are held." into dalvik-dev by Elliott Hughes · 12 years ago
  74. f0bbeab Improve heap lock annotations. by Ian Rogers · 12 years ago
  75. 2f7f9b6 DumpAllThreads in abort when locks are held. by Ian Rogers · 12 years ago
  76. c468e92 Fix compiler logging for interface invocations. by Ian Rogers · 12 years ago
  77. ae4b0a1 Mac build fix and make oatdump dex PCs hex. by Ian Rogers · 12 years ago
  78. 7204db5 Merge "Dump maps inline in disassembled code." into dalvik-dev by Ian Rogers · 12 years ago
  79. b23a772 Dump maps inline in disassembled code. by Ian Rogers · 12 years ago
  80. 8ed6d61 Fix LLVM build. by Mathieu Chartier · 12 years ago
  81. 137e88f Fast path interface dispatch. by Ian Rogers · 12 years ago
  82. 7469ebf Refactor and remove copy mark bits. by Mathieu Chartier · 12 years ago
  83. d8195f1 Reduce mark stack / allocation stack / live stack address space usage. by Mathieu Chartier · 12 years ago
  84. 59e5384 Merge "See if running single-threaded fixes dex2oat Mac crashes." into dalvik-dev by Brian Carlstrom · 12 years ago
  85. 4445a7e Class clean-up. by Ian Rogers · 12 years ago
  86. 9a93699 See if running single-threaded fixes dex2oat Mac crashes. by Elliott Hughes · 12 years ago
  87. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  88. 8e9a149 Fix large object space overlapping map error by Mathieu Chartier · 12 years ago
  89. 2fde533 Refactor spaces and add free list large object space by Mathieu Chartier · 12 years ago
  90. 2e447e0 Merge "Make PopSirt inlinable, pass self to SirtRef." into dalvik-dev by Ian Rogers · 12 years ago
  91. 1f53934 Make PopSirt inlinable, pass self to SirtRef. by Ian Rogers · 12 years ago
  92. 71316ca Merge "Quick: fix tranmission of block info" into dalvik-dev by buzbee · 12 years ago
  93. 951c0a1 Quick: fix tranmission of block info by buzbee · 12 years ago
  94. 870ea47 Merge "Fail threads attaching during runtime shutdown." into dalvik-dev by Ian Rogers · 12 years ago
  95. 120f1c7 Fail threads attaching during runtime shutdown. by Ian Rogers · 12 years ago
  96. eb569a9 Merge "Fix endianness of compiled code and stacks of stubs for MIPS." into dalvik-dev by jeffhao · 12 years ago
  97. 4f8f04a Fix endianness of compiled code and stacks of stubs for MIPS. by jeffhao · 12 years ago
  98. cabc60e Merge "Fix oatdump off-by-one" into dalvik-dev by buzbee · 12 years ago
  99. 4d7a189 Fix oatdump off-by-one by buzbee · 12 years ago
  100. 6459e7c Enable bitcode verification for debug builds by buzbee · 12 years ago