1. 6d3d1e3 Merge "Disable test while investigating." by Nicolas Geoffray · 9 years ago
  2. d6c201e Disable test while investigating. by Nicolas Geoffray · 9 years ago
  3. cced6ad Merge "Use (D)CHECK_ALIGNED more." by Roland Levillain · 9 years ago
  4. 530f318 Merge "Make oatdump see the new vmap table generated by dextodex." by Nicolas Geoffray · 9 years ago
  5. 0a5cd12 Make oatdump see the new vmap table generated by dextodex. by Nicolas Geoffray · 9 years ago
  6. bca4d29 Merge "ART: Boolean simplifier fix" by Nicolas Geoffray · 9 years ago
  7. 8f861e3 Merge "ART: DCE should know that array-length can throw NPE" by Vladimir Marko · 9 years ago
  8. b016c6d ART: DCE should know that array-length can throw NPE by Serguei Katkov · 9 years ago
  9. 108ceb4 ART: Boolean simplifier fix by Serguei Katkov · 9 years ago
  10. 14d9057 Use (D)CHECK_ALIGNED more. by Roland Levillain · 9 years ago
  11. fec9d09 Merge "Fix the documentation of all-run-test-names." by Roland Levillain · 9 years ago
  12. 00b5c61 Merge "Use art::MemoryRegion::{Load,Store}Bits more in art::CodeInfo." by Roland Levillain · 9 years ago
  13. a14e2e7 Merge "Move MarkObject to mark_sweep.cc" by Mathieu Chartier · 9 years ago
  14. e48a169 Move MarkObject to mark_sweep.cc by Mathieu Chartier · 9 years ago
  15. 2e7ccf9 Merge "Enable ASan annotations in ART based on macro setting." by Evgenii Stepanov · 9 years ago
  16. 0f2fd32 Enable ASan annotations in ART based on macro setting. by Evgenii Stepanov · 9 years ago
  17. 34ac23d Merge "Address some GC comments" by Mathieu Chartier · 9 years ago
  18. 8118781 Address some GC comments by Mathieu Chartier · 9 years ago
  19. e5abf07 Merge "Use SuspendAllInternal for FlipThreadRoots" by Mathieu Chartier · 9 years ago
  20. b19ccb1 Use SuspendAllInternal for FlipThreadRoots by Mathieu Chartier · 9 years ago
  21. d139bb7 Fix the documentation of all-run-test-names. by Roland Levillain · 9 years ago
  22. 12cfc60 Merge "Clean up after verifier changes wrt. conflict/undefined reg." by Vladimir Marko · 9 years ago
  23. 747e536 Clean up after verifier changes wrt. conflict/undefined reg. by Vladimir Marko · 9 years ago
  24. d780c00 Use art::MemoryRegion::{Load,Store}Bits more in art::CodeInfo. by Roland Levillain · 9 years ago
  25. 5c03f36 Merge "ART: Build SSA form when try/catch is present" by David Brazdil · 9 years ago
  26. ffee3d3 ART: Build SSA form when try/catch is present by David Brazdil · 9 years ago
  27. 045da88 Merge "Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""""" by Nicolas Geoffray · 9 years ago
  28. c04c800 Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""" by Nicolas Geoffray · 9 years ago
  29. 172c8f71 Merge "Avoid unexpected conversions to ArrayRef." by Vladimir Marko · 9 years ago
  30. 76ca820 Merge "ART: Fix mac build" by Andreas Gampe · 9 years ago
  31. 55978b8 ART: Fix mac build by Andreas Gampe · 9 years ago
  32. 19315c1 Merge "Clean up GC callbacks to be virtual methods" by Mathieu Chartier · 9 years ago
  33. 70451ae Merge "Change phony targets to set dalvik.vm.usejit properly" by Mathieu Chartier · 9 years ago
  34. d71795b Change phony targets to set dalvik.vm.usejit properly by Mathieu Chartier · 9 years ago
  35. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 9 years ago
  36. 8ae3588 Merge "Add ART_TEST_DEBUG_GC to help with debugging gc." by Hiroshi Yamauchi · 9 years ago
  37. 093f1b4 Add ART_TEST_DEBUG_GC to help with debugging gc. by Hiroshi Yamauchi · 9 years ago
  38. 345f93e Avoid unexpected conversions to ArrayRef. by Vladimir Marko · 9 years ago
  39. 34fcff0 Merge "ART: Remove art_quick_invoke_interface_trampoline" by Andreas Gampe · 9 years ago
  40. 3031c8d ART: Remove art_quick_invoke_interface_trampoline by Andreas Gampe · 9 years ago
  41. 01c2b05 Merge "Fix mac build" by Mathieu Chartier · 9 years ago
  42. 68953eb Merge "Add an option to run art tests with strace." by Hiroshi Yamauchi · 9 years ago
  43. 19af117 Fix mac build by Mathieu Chartier · 9 years ago
  44. d1665b7 Merge "Revert "Revert "Fuse long and FP compare & condition on ARM64 in Optimizing.""" by Roland Levillain · 9 years ago
  45. c6f3439 Merge "ART: JNI thread state transition optimization" by Mathieu Chartier · 9 years ago
  46. e978aba Merge "Disable ASan on Thread::InstallImplicitProtection." by Evgenii Stepanov · 9 years ago
  47. 4abf451 Disable ASan on Thread::InstallImplicitProtection. by Evgenii Stepanov · 9 years ago
  48. 0541502 Merge "Generalize Valgrind annotations in ART to support ASan." by Evgenii Stepanov · 9 years ago
  49. 1e13374 Generalize Valgrind annotations in ART to support ASan. by Evgenii Stepanov · 9 years ago
  50. 1d4184d Add an option to run art tests with strace. by Hiroshi Yamauchi · 9 years ago
  51. eac4424 ART: JNI thread state transition optimization by Yu Li · 9 years ago
  52. 5b1eea0 Merge "Thread-local mark stacks for the CC collector." by Hiroshi Yamauchi · 9 years ago
  53. 0b71357 Thread-local mark stacks for the CC collector. by Hiroshi Yamauchi · 9 years ago
  54. 24db1bc Merge "Fix cfi information for x86." by Christopher Ferris · 9 years ago
  55. 9f5e1d9 Fix cfi information for x86. by Christopher Ferris · 9 years ago
  56. cc22d7c Merge "ART: Fix DexFileVerifier try_items OoO validation" by Andreas Gampe · 9 years ago
  57. f68c854 Merge "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""" by Nicolas Geoffray · 9 years ago
  58. ed6195a Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""" by Nicolas Geoffray · 9 years ago
  59. 6a8df53 ART: Fix DexFileVerifier try_items OoO validation by Anestis Bechtsoudis · 9 years ago
  60. 7f63c52 Revert "Revert "Fuse long and FP compare & condition on ARM64 in Optimizing."" by Roland Levillain · 9 years ago
  61. 6fb5b1b Merge "Fix baseline for arm64." by Nicolas Geoffray · 9 years ago
  62. 9b1eba3 Fix baseline for arm64. by Nicolas Geoffray · 9 years ago
  63. f32521b Merge "ART: Don't nest indenters in oatdump." by Vladimir Marko · 9 years ago
  64. 15c9881 Merge "ART: Fix arm32 assembly stub CFI" by Andreas Gampe · 9 years ago
  65. d562cb1 Merge "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""" by Nicolas Geoffray · 9 years ago
  66. af12bae Merge "Re-enable run-test 449-checker-bce on MIPS64." by Roland Levillain · 9 years ago
  67. f7b3c6e Merge "Remove the --compiler-backend option from script." by Nicolas Geoffray · 9 years ago
  68. f075879 Revert "Revert "Make dex2dex return a CompiledMethod after quickening."" by Nicolas Geoffray · 9 years ago
  69. d553b43 Remove the --compiler-backend option from script. by Nicolas Geoffray · 9 years ago
  70. 77d5e6b Merge "Change JIT code to use optimizing." by Nicolas Geoffray · 9 years ago
  71. c3f73f7 Re-enable run-test 449-checker-bce on MIPS64. by Roland Levillain · 9 years ago
  72. 8f1e08a ART: Don't nest indenters in oatdump. by Vladimir Marko · 9 years ago
  73. f185fb3 Merge "[optimizing] Don't rely on the verifier for String.<init>." by Nicolas Geoffray · 9 years ago
  74. 5e094de Merge "Revert "Make dex2dex return a CompiledMethod after quickening."" by Nicolas Geoffray · 9 years ago
  75. 327c5ed Revert "Make dex2dex return a CompiledMethod after quickening." by Nicolas Geoffray · 9 years ago
  76. 8bf1b56 Merge "Make dex2dex return a CompiledMethod after quickening." by Nicolas Geoffray · 9 years ago
  77. 3d1e0c9 ART: Fix arm32 assembly stub CFI by Andreas Gampe · 9 years ago
  78. d4da360 Merge "ART: Add Thread start VLOG" by Andreas Gampe · 9 years ago
  79. 5662383 ART: Add Thread start VLOG by Andreas Gampe · 9 years ago
  80. ec97825 Merge "Fix proxy handling in FindDeclaredVirtualMethod" by Mathieu Chartier · 9 years ago
  81. 72156e2 Fix proxy handling in FindDeclaredVirtualMethod by Mathieu Chartier · 9 years ago
  82. 3aec6a3 Merge "Add VMDebug.countInstancesOfClasses" by Mathieu Chartier · 9 years ago
  83. f182085 Add VMDebug.countInstancesOfClasses by Mathieu Chartier · 9 years ago
  84. d6dae31 Merge "Change VisitNativeRoots to use unchecked get for method arrays" by Mathieu Chartier · 9 years ago
  85. 22a07b9 Change VisitNativeRoots to use unchecked get for method arrays by Mathieu Chartier · 9 years ago
  86. eaffe35 Merge "Fix race condition for method root marking in VisitNativeRoots" by Mathieu Chartier · 9 years ago
  87. 1de19d0 Fix race condition for method root marking in VisitNativeRoots by Mathieu Chartier · 9 years ago
  88. 7a4d015 Change JIT code to use optimizing. by Nicolas Geoffray · 9 years ago
  89. 753e36e Merge "Enable multi-dex content per file in dexlist/dump." by Aart Bik · 9 years ago
  90. 2e7cd75 [optimizing] Don't rely on the verifier for String.<init>. by Nicolas Geoffray · 9 years ago
  91. e46d0b5 Merge "Revert "Fuse long and FP compare & condition on ARM64 in Optimizing."" by Roland Levillain · 9 years ago
  92. bed50d2 Revert "Fuse long and FP compare & condition on ARM64 in Optimizing." by Roland Levillain · 9 years ago
  93. 6920703 Make dex2dex return a CompiledMethod after quickening. by Nicolas Geoffray · 9 years ago
  94. 404ea41 Merge "Fuse long and FP compare & condition on ARM64 in Optimizing." by Roland Levillain · 9 years ago
  95. f400021 Merge "Fuse long and FP compare & condition on ARM in Optimizing." by Roland Levillain · 9 years ago
  96. f16b820 Merge "Initialize pDeoptimize quick entry pointer for Mips." by Roland Levillain · 9 years ago
  97. 5cfe61f Fuse long and FP compare & condition on ARM64 in Optimizing. by Roland Levillain · 9 years ago
  98. f470eb8 Merge "ART: Change merges with Undefined to Undefined" by Andreas Gampe · 9 years ago
  99. d65ddd1 Merge "Remove unused WorkStealing thread pool" by Mathieu Chartier · 9 years ago
  100. c1a03d9 Remove unused WorkStealing thread pool by Mathieu Chartier · 9 years ago