1. 0dff3f4 Add -interpreter to run-test to test interpreter only mode. by jeffhao · 12 years ago
  2. 8e56c7e Fix incorrect lock for process references. by Mathieu Chartier · 12 years ago
  3. e89a354 Merge "Refactor GC to have a class for each different type of GC." into dalvik-dev by Ian Rogers · 12 years ago
  4. 556d637 Implement interpreter packed-switch. by Ian Rogers · 12 years ago
  5. 2b82db4 Refactor GC to have a class for each different type of GC. by Mathieu Chartier · 12 years ago
  6. 50ffee2 Introduce -Xint flag for ART. by Ian Rogers · 12 years ago
  7. b212a99 Merge "Make stack visitor location for bad roots more verbose." into dalvik-dev by Ian Rogers · 12 years ago
  8. 40e3bac Make stack visitor location for bad roots more verbose. by Ian Rogers · 12 years ago
  9. 78f1dc7 Merge "C++'ification of Quick compiler's casts" into dalvik-dev by buzbee · 12 years ago
  10. cbd6d44 C++'ification of Quick compiler's casts by buzbee · 12 years ago
  11. 11d4ab2 Merge "Fixed bug in checking wide constants causing cts failures." into dalvik-dev by jeffhao · 12 years ago
  12. b5bd814 Fixed bug in checking wide constants causing cts failures. by jeffhao · 12 years ago
  13. 2eb8403 Fix 080-oom-throw println failing. by Mathieu Chartier · 12 years ago
  14. 6aa852b Merge "Quick compiler: more refactoring" into dalvik-dev by buzbee · 12 years ago
  15. eaf09bc Quick compiler: more refactoring by buzbee · 12 years ago
  16. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  17. efc6369 Quick compiler source reorganizatio - part 1 by buzbee · 12 years ago
  18. a3c6849 Merge "Fix missing card mark verification." into dalvik-dev by Ian Rogers · 12 years ago
  19. 8e950c1 Simple debugging support for portable path. by TDYa127 · 12 years ago
  20. 8bb8e86 Merge "Quick backend: rename target-specific #defines" into dalvik-dev by buzbee · 12 years ago
  21. f0504cd Quick backend: rename target-specific #defines by buzbee · 12 years ago
  22. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 12 years ago
  23. 4da7f2f Fix missing card mark verification. by Mathieu Chartier · 12 years ago
  24. 35883cc Ensure ThreadPool constructor does not return until fully initialized. by Mathieu Chartier · 12 years ago
  25. ec13743 Revert "Revert "Refactor codegen resource masks"" by buzbee · 12 years ago
  26. f42b6f9 Merge "Fix occasional deadlock caused by checkpoint root marking." into dalvik-dev by Ian Rogers · 12 years ago
  27. 664bebf Fix occasional deadlock caused by checkpoint root marking. by Mathieu Chartier · 12 years ago
  28. ac86a7c Remove bitmap lock from checkpoint root marking. by Mathieu Chartier · 12 years ago
  29. d22d548 Remove first GC pause. by Mathieu Chartier · 12 years ago
  30. d21df09 Merge "Revert "Refactor codegen resource masks"" into dalvik-dev by Bill Buzbee · 12 years ago
  31. 4b39c9f1b Revert "Refactor codegen resource masks" by Bill Buzbee · 12 years ago
  32. 9572fa7 Merge "Fix overlap bug" into dalvik-dev by buzbee · 12 years ago
  33. ad83497 Merge "Restrict Compiler ThreadPool lifetime to compile-time" into dalvik-dev by Brian Carlstrom · 12 years ago
  34. a4a970a Fix overlap bug by buzbee · 12 years ago
  35. 07131ca Refactor codegen resource masks by buzbee · 12 years ago
  36. 2f66382 Restrict Compiler ThreadPool lifetime to compile-time by Brian Carlstrom · 12 years ago
  37. ebf6aa8 Fix bug in static field initialization. by mikaelpeltier · 12 years ago
  38. a0a641c Merge "Parellel mark stack processing" into dalvik-dev by Ian Rogers · 12 years ago
  39. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 12 years ago
  40. 994d62a Add --no-watch-dog for use when debugging dex2oat by Brian Carlstrom · 12 years ago
  41. 81b8871 Broaden scope of gAborting. Fixes hang in HandleUnexpectedSignal. by Brian Carlstrom · 12 years ago
  42. bcc2926 Add dex2oat watch dog thread for host builds by Brian Carlstrom · 12 years ago
  43. af6eaca Remove files not part of quick, portable or iceland builds. by Ian Rogers · 12 years ago
  44. 5f7fa55 Force boot image strings into dex cache. by Ian Rogers · 12 years ago
  45. 64b6d14 Interpret class initializers when building image. by Ian Rogers · 12 years ago
  46. 0f79d72 Fix Mips/x86 compilers by buzbee · 12 years ago
  47. 5b3c889 Merge "Remove all TARGET_[ARM|X86|MIPS] #ifdefs" into dalvik-dev by buzbee · 12 years ago
  48. b046e16 Remove all TARGET_[ARM|X86|MIPS] #ifdefs by buzbee · 12 years ago
  49. e46cd75 Fix race condition in thread pool shutdown by Mathieu Chartier · 12 years ago
  50. 332f682 Merge "Remove disable card marks, fix SetPatchLocation." into dalvik-dev by Ian Rogers · 12 years ago
  51. 701f0e0 Merge "Special for monkey debugging (#2)" into dalvik-dev by buzbee · 12 years ago
  52. e35517a Remove disable card marks, fix SetPatchLocation. by Mathieu Chartier · 12 years ago
  53. 8161c03 More MIPS fixes. The vm-tests and oat tests all work on the emulator. by jeffhao · 12 years ago
  54. 663c09f Special for monkey debugging (#2) by buzbee · 12 years ago
  55. 72891f3 Merge "Remove ClassLoader from OatWriter" into dalvik-dev by Brian Carlstrom · 12 years ago
  56. ff2d2c5 Remove ClassLoader from OatWriter by Brian Carlstrom · 12 years ago
  57. 4696b5b Fix art usage of readdir_r(3). by Elliott Hughes · 12 years ago
  58. 6e30145 Merge "Move Unsafe offset code to Java." into dalvik-dev by Ian Rogers · 12 years ago
  59. 2502544 Move Unsafe offset code to Java. by Ian Rogers · 12 years ago
  60. 09cd727 Fix for MIPS long subtraction when source and destination are same. by jeffhao · 12 years ago
  61. 2a85d8d Merge "A few more MIPS fixes. Emulator boots up with black screen." into dalvik-dev by jeffhao · 12 years ago
  62. 8df6e27 Fix test suspend. by Shih-wei Liao · 12 years ago
  63. 2fa6b2e Interpreter. by Ian Rogers · 12 years ago
  64. 6ed960d Merge "Add thread pool class" into dalvik-dev by Ian Rogers · 12 years ago
  65. 0e4627e Add thread pool class by Mathieu Chartier · 12 years ago
  66. bf90dbe Merge "Eliminate #ifdef ART_USE_QUICK_COMPILER" into dalvik-dev by buzbee · 12 years ago
  67. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  68. 6ffd096 Add Jack modifier. by mikaelpeltier · 12 years ago
  69. 61f916c A few more MIPS fixes. Emulator boots up with black screen. by jeffhao · 12 years ago
  70. 9281f00 Special for monkey debugging by buzbee · 12 years ago
  71. d2c8bf4 Merge "Dump dex file sizes in oatdump." into dalvik-dev by Ian Rogers · 12 years ago
  72. 05f28c6 Dump dex file sizes in oatdump. by Ian Rogers · 12 years ago
  73. 65c3f9c Fix typo. by TDYa127 · 12 years ago
  74. 0825427 Dump GC maps/verification for methods with bad roots. by Ian Rogers · 12 years ago
  75. 858f1c5 Check point root marking. by Mathieu Chartier · 12 years ago
  76. ef851d3 Merge "More MIPS fixes. Many run-test tests pass." into dalvik-dev by jeffhao · 12 years ago
  77. 30a3317 More MIPS fixes. Many run-test tests pass. by jeffhao · 12 years ago
  78. 7e76286 Dump failing thread if IsDaemon check fails. by Ian Rogers · 12 years ago
  79. 63af636 Fix build. by Elliott Hughes · 12 years ago
  80. 670e8d6 Merge "Fix for Mac build." into dalvik-dev by Elliott Hughes · 12 years ago
  81. aed8e8d Merge "Remove missing parameter from Object.internalClone." into dalvik-dev by Ian Rogers · 12 years ago
  82. 27913a2 Fix for Mac build. by Ian Rogers · 12 years ago
  83. c621681 Remove missing parameter from Object.internalClone. by Ian Rogers · 12 years ago
  84. 41ada62 Fixed MIPS jni dlsym lookup stub to use T9 to call native code. by jeffhao · 12 years ago
  85. 50e1744 don't inhibit randomization on non-arm platforms by Nick Kralevich · 12 years ago
  86. 18fd7ec Merge "Improve accuracy of heap trim times" into dalvik-dev by Ian Rogers · 12 years ago
  87. 3056d0c Improve accuracy of heap trim times by Mathieu Chartier · 12 years ago
  88. f852fb2 Fix OatHeader.isValid by Brian Carlstrom · 12 years ago
  89. ec139de Merge "More MIPS fixes. Most basic tests pass." into dalvik-dev by jeffhao · 12 years ago
  90. 28db012 Add oat file dependency on boot.oat load location by Brian Carlstrom · 12 years ago
  91. fc6a30e More MIPS fixes. Most basic tests pass. by jeffhao · 12 years ago
  92. a85b837 Update image oat checksum when patching by Brian Carlstrom · 12 years ago
  93. 2e92fd6 Revert "Remove dump-oat-Calculator" by Brian Carlstrom · 12 years ago
  94. 4eb68ed More MIPS fixes. Fibonacci and ExceptionTest work. by jeffhao · 12 years ago
  95. 99bc217 Fix 044-proxy bug in oat_write.cc. by Logan Chien · 12 years ago
  96. 4202b74 Fix flipped condition in VerifyRoot by Mathieu Chartier · 12 years ago
  97. 1a0b475 Fix Zygote selinux code to support null values by Brian Carlstrom · 12 years ago
  98. c4dc43e Add libselinux to libart linker options by Brian Carlstrom · 12 years ago
  99. 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
  100. dc1cd10 Remove HAVE_SELINUX guards by Kenny Root · 12 years ago