1. d22d548 Remove first GC pause. by Mathieu Chartier · 12 years ago
  2. d21df09 Merge "Revert "Refactor codegen resource masks"" into dalvik-dev by Bill Buzbee · 12 years ago
  3. 4b39c9f1b Revert "Refactor codegen resource masks" by Bill Buzbee · 12 years ago
  4. 9572fa7 Merge "Fix overlap bug" into dalvik-dev by buzbee · 12 years ago
  5. ad83497 Merge "Restrict Compiler ThreadPool lifetime to compile-time" into dalvik-dev by Brian Carlstrom · 12 years ago
  6. a4a970a Fix overlap bug by buzbee · 12 years ago
  7. 07131ca Refactor codegen resource masks by buzbee · 12 years ago
  8. 2f66382 Restrict Compiler ThreadPool lifetime to compile-time by Brian Carlstrom · 12 years ago
  9. ebf6aa8 Fix bug in static field initialization. by mikaelpeltier · 12 years ago
  10. a0a641c Merge "Parellel mark stack processing" into dalvik-dev by Ian Rogers · 12 years ago
  11. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 12 years ago
  12. 994d62a Add --no-watch-dog for use when debugging dex2oat by Brian Carlstrom · 12 years ago
  13. 81b8871 Broaden scope of gAborting. Fixes hang in HandleUnexpectedSignal. by Brian Carlstrom · 12 years ago
  14. bcc2926 Add dex2oat watch dog thread for host builds by Brian Carlstrom · 12 years ago
  15. af6eaca Remove files not part of quick, portable or iceland builds. by Ian Rogers · 12 years ago
  16. 5f7fa55 Force boot image strings into dex cache. by Ian Rogers · 12 years ago
  17. 64b6d14 Interpret class initializers when building image. by Ian Rogers · 12 years ago
  18. 0f79d72 Fix Mips/x86 compilers by buzbee · 12 years ago
  19. 5b3c889 Merge "Remove all TARGET_[ARM|X86|MIPS] #ifdefs" into dalvik-dev by buzbee · 12 years ago
  20. b046e16 Remove all TARGET_[ARM|X86|MIPS] #ifdefs by buzbee · 12 years ago
  21. e46cd75 Fix race condition in thread pool shutdown by Mathieu Chartier · 12 years ago
  22. 332f682 Merge "Remove disable card marks, fix SetPatchLocation." into dalvik-dev by Ian Rogers · 12 years ago
  23. 701f0e0 Merge "Special for monkey debugging (#2)" into dalvik-dev by buzbee · 12 years ago
  24. e35517a Remove disable card marks, fix SetPatchLocation. by Mathieu Chartier · 12 years ago
  25. 8161c03 More MIPS fixes. The vm-tests and oat tests all work on the emulator. by jeffhao · 12 years ago
  26. 663c09f Special for monkey debugging (#2) by buzbee · 12 years ago
  27. 72891f3 Merge "Remove ClassLoader from OatWriter" into dalvik-dev by Brian Carlstrom · 12 years ago
  28. ff2d2c5 Remove ClassLoader from OatWriter by Brian Carlstrom · 12 years ago
  29. 4696b5b Fix art usage of readdir_r(3). by Elliott Hughes · 12 years ago
  30. 6e30145 Merge "Move Unsafe offset code to Java." into dalvik-dev by Ian Rogers · 12 years ago
  31. 2502544 Move Unsafe offset code to Java. by Ian Rogers · 12 years ago
  32. 09cd727 Fix for MIPS long subtraction when source and destination are same. by jeffhao · 12 years ago
  33. 2a85d8d Merge "A few more MIPS fixes. Emulator boots up with black screen." into dalvik-dev by jeffhao · 12 years ago
  34. 8df6e27 Fix test suspend. by Shih-wei Liao · 12 years ago
  35. 2fa6b2e Interpreter. by Ian Rogers · 12 years ago
  36. 6ed960d Merge "Add thread pool class" into dalvik-dev by Ian Rogers · 12 years ago
  37. 0e4627e Add thread pool class by Mathieu Chartier · 12 years ago
  38. bf90dbe Merge "Eliminate #ifdef ART_USE_QUICK_COMPILER" into dalvik-dev by buzbee · 12 years ago
  39. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  40. 6ffd096 Add Jack modifier. by mikaelpeltier · 12 years ago
  41. 61f916c A few more MIPS fixes. Emulator boots up with black screen. by jeffhao · 12 years ago
  42. 9281f00 Special for monkey debugging by buzbee · 12 years ago
  43. d2c8bf4 Merge "Dump dex file sizes in oatdump." into dalvik-dev by Ian Rogers · 12 years ago
  44. 05f28c6 Dump dex file sizes in oatdump. by Ian Rogers · 12 years ago
  45. 65c3f9c Fix typo. by TDYa127 · 12 years ago
  46. 0825427 Dump GC maps/verification for methods with bad roots. by Ian Rogers · 12 years ago
  47. 858f1c5 Check point root marking. by Mathieu Chartier · 12 years ago
  48. ef851d3 Merge "More MIPS fixes. Many run-test tests pass." into dalvik-dev by jeffhao · 12 years ago
  49. 30a3317 More MIPS fixes. Many run-test tests pass. by jeffhao · 12 years ago
  50. 7e76286 Dump failing thread if IsDaemon check fails. by Ian Rogers · 12 years ago
  51. 63af636 Fix build. by Elliott Hughes · 12 years ago
  52. 670e8d6 Merge "Fix for Mac build." into dalvik-dev by Elliott Hughes · 12 years ago
  53. aed8e8d Merge "Remove missing parameter from Object.internalClone." into dalvik-dev by Ian Rogers · 12 years ago
  54. 27913a2 Fix for Mac build. by Ian Rogers · 12 years ago
  55. c621681 Remove missing parameter from Object.internalClone. by Ian Rogers · 12 years ago
  56. 41ada62 Fixed MIPS jni dlsym lookup stub to use T9 to call native code. by jeffhao · 12 years ago
  57. 50e1744 don't inhibit randomization on non-arm platforms by Nick Kralevich · 12 years ago
  58. 18fd7ec Merge "Improve accuracy of heap trim times" into dalvik-dev by Ian Rogers · 12 years ago
  59. 3056d0c Improve accuracy of heap trim times by Mathieu Chartier · 12 years ago
  60. f852fb2 Fix OatHeader.isValid by Brian Carlstrom · 12 years ago
  61. ec139de Merge "More MIPS fixes. Most basic tests pass." into dalvik-dev by jeffhao · 12 years ago
  62. 28db012 Add oat file dependency on boot.oat load location by Brian Carlstrom · 12 years ago
  63. fc6a30e More MIPS fixes. Most basic tests pass. by jeffhao · 12 years ago
  64. a85b837 Update image oat checksum when patching by Brian Carlstrom · 12 years ago
  65. 4eb68ed More MIPS fixes. Fibonacci and ExceptionTest work. by jeffhao · 12 years ago
  66. 99bc217 Fix 044-proxy bug in oat_write.cc. by Logan Chien · 12 years ago
  67. 4202b74 Fix flipped condition in VerifyRoot by Mathieu Chartier · 12 years ago
  68. 1a0b475 Fix Zygote selinux code to support null values by Brian Carlstrom · 12 years ago
  69. 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
  70. dc1cd10 Remove HAVE_SELINUX guards by Kenny Root · 12 years ago
  71. b8404a7 Workaround for portable path. by TDYa127 · 12 years ago
  72. 5833853 Fix oat_test for portable path. by TDYa127 · 12 years ago
  73. f54f3ac Fix non-inline push_shadow_frame. by TDYa127 · 12 years ago
  74. a0a2a6c Fix oatdump's usage message. by TDYa127 · 12 years ago
  75. bb2177e Merge "Change shadow_frame_size_ to num_shadow_frame_refs_. Fix LLVM build." into dalvik-dev by Ian Rogers · 12 years ago
  76. 6c27968 Change shadow_frame_size_ to num_shadow_frame_refs_. Fix LLVM build. by Shih-wei Liao · 12 years ago
  77. 128c52c Fix invalid root detection using wrong function to find space from object. by Mathieu Chartier · 12 years ago
  78. 9ebae1f Concurrent class linker and intern table root marking by Mathieu Chartier · 12 years ago
  79. 30de32d Merge "Attempt to always dump all threads when aborting." into dalvik-dev by Ian Rogers · 12 years ago
  80. ae91334 Merge "Fix mac build." into dalvik-dev by Ian Rogers · 12 years ago
  81. 5438ad8 Add vregs to ShadowFrame. by Ian Rogers · 12 years ago
  82. fbd2291 Attempt to always dump all threads when aborting. by Ian Rogers · 12 years ago
  83. 4c54e72 Fix mac build. by Ian Rogers · 12 years ago
  84. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 12 years ago
  85. 0b0b515 Add large object space contains check to IsHeapAddress. by Mathieu Chartier · 12 years ago
  86. 6f1c949 Add root verification when we try to mark an invalid object. by Mathieu Chartier · 12 years ago
  87. 0051be6 Add parsed options for heap min free, heap max free, target utilization. by Mathieu Chartier · 12 years ago
  88. 17f6cb9 Merge "More space refactoring." into dalvik-dev by Ian Rogers · 12 years ago
  89. 1c23e1e More space refactoring. by Mathieu Chartier · 12 years ago
  90. 179f375 Merge "Numerous fixes to MIPS. Basic oatexec works." into dalvik-dev by jeffhao · 12 years ago
  91. fa147e2 Numerous fixes to MIPS. Basic oatexec works. by jeffhao · 12 years ago
  92. ed6d5ed Fix memory leak in compiler by Mathieu Chartier · 12 years ago
  93. 215a926 Fix LLVM build. by Shih-wei Liao · 12 years ago
  94. 4fe0ef2 Merge "Enable multi-threaded Quick compilation" into dalvik-dev by buzbee · 12 years ago
  95. 9958daa Don't get stuck making all numeric disassembly hex. by Ian Rogers · 12 years ago
  96. 5a72335 Missing dex register disassembly. by Ian Rogers · 12 years ago
  97. 9bc8191 Flatten interface entries into the iftable. by Ian Rogers · 12 years ago
  98. 3cc3981 Merge "Fix regression in target run-test 069. ." into dalvik-dev by Ian Rogers · 12 years ago
  99. a638941 Fix regression in target run-test 069. . by Ian Rogers · 12 years ago
  100. 155dfe9 More Gc statistics and logging by Mathieu Chartier · 12 years ago