1. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  2. 9f06b19 Merge "ART: Remove compiler invocation from Checker" by David Brazdil · 10 years ago
  3. 0223a19 Merge "ART: Allow to compile interpret-only mips64 files" by Andreas Gampe · 10 years ago
  4. 57b3429 ART: Allow to compile interpret-only mips64 files by Andreas Gampe · 10 years ago
  5. 726078d Merge "ART: Optimizing compiler intrinsics" by Andreas Gampe · 10 years ago
  6. 88c7c58 Merge "ART: Only run addr2line in abort thread dumps" by Andreas Gampe · 10 years ago
  7. 32beaff ART: Remove compiler invocation from Checker by David Brazdil · 10 years ago
  8. 941c551 ART: Only run addr2line in abort thread dumps by Andreas Gampe · 10 years ago
  9. 5306f5d Merge "Fix false alarm on thread suspend timeout" by Mathieu Chartier · 10 years ago
  10. 71fb52f ART: Optimizing compiler intrinsics by Andreas Gampe · 10 years ago
  11. 420457e Merge "ART: Logging levels for Checker" by David Brazdil · 10 years ago
  12. c507c7f Merge "[optimizing compiler] Compute live spill size" by Nicolas Geoffray · 10 years ago
  13. f80dfb4 Merge "ART: Increase run-test 114 Java-level timeout" by Andreas Gampe · 10 years ago
  14. f85a9ca [optimizing compiler] Compute live spill size by Mark Mendell · 10 years ago
  15. ee576fa ART: Increase run-test 114 Java-level timeout by Andreas Gampe · 10 years ago
  16. e81e1cd Merge "ART: Allow scoped adjustments to log verbosity" by Andreas Gampe · 10 years ago
  17. 369810a ART: Allow scoped adjustments to log verbosity by Andreas Gampe · 10 years ago
  18. 63991dd Merge "Disable test for NDEBUG, it uses libarttest.so." by Nicolas Geoffray · 10 years ago
  19. 8c9200a Disable test for NDEBUG, it uses libarttest.so. by Nicolas Geoffray · 10 years ago
  20. a61a329 Merge "ART: Mac build fix for unused constant" by Andreas Gampe · 10 years ago
  21. fcf81d8 ART: Mac build fix for unused constant by Andreas Gampe · 10 years ago
  22. 659b1eb Merge "ART: Host timeout Mac build fix." by Andreas Gampe · 10 years ago
  23. cbfded4 ART: Host timeout Mac build fix. by Andreas Gampe · 10 years ago
  24. 44c78b3 Merge "ART: Simple structural class check" by Andreas Gampe · 10 years ago
  25. 7cca5df ART: Logging levels for Checker by David Brazdil · 10 years ago
  26. fd9eb39 ART: Simple structural class check by Andreas Gampe · 10 years ago
  27. 1c1d40a Merge "ART: dex2oat flag for HGraphVisualizer dump file" by David Brazdil · 10 years ago
  28. cbabd3c Merge "ART: Clean assembler_test disassemblies" by Andreas Gampe · 10 years ago
  29. fe7e224 Merge "ART: Dump all threads on test timeout" by Andreas Gampe · 10 years ago
  30. 038bb22 ART: Dump all threads on test timeout by Andreas Gampe · 10 years ago
  31. 4db3aeb Merge "ART: Fix indentation in Mips backend" by Andreas Gampe · 10 years ago
  32. 8ebdc2b ART: Fix indentation in Mips backend by Andreas Gampe · 10 years ago
  33. 65bec69 ART: Clean assembler_test disassemblies by Andreas Gampe · 10 years ago
  34. 4945bfe Merge "ART: Change ternary location for timeout" by Andreas Gampe · 10 years ago
  35. 1e4b0ca ART: Change ternary location for timeout by Andreas Gampe · 10 years ago
  36. 127d933 Merge "Use unique_ptr to track ownership of dex files." by Richard Uhler · 10 years ago
  37. c5573c2 Merge "Remove constant moves after emitting them in parallel resolver." by Nicolas Geoffray · 10 years ago
  38. 48c310c Remove constant moves after emitting them in parallel resolver. by Nicolas Geoffray · 10 years ago
  39. ea1c64d Merge "Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd." by Vladimir Marko · 10 years ago
  40. c208b87 Merge "Implement ParallelMoveResolver::Swap for doubles on arm." by Nicolas Geoffray · 10 years ago
  41. 53f1262 Implement ParallelMoveResolver::Swap for doubles on arm. by Nicolas Geoffray · 10 years ago
  42. 071e48e Fix false alarm on thread suspend timeout by tony.ys_liu · 10 years ago
  43. ee5e273 Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd. by Vladimir Marko · 10 years ago
  44. c40a435 Merge "Remove whitespace." by Nicolas Geoffray · 10 years ago
  45. af2c65c Remove whitespace. by Nicolas Geoffray · 10 years ago
  46. 7774edf Merge "Skip r1 on arm if first parameter is a long." by Nicolas Geoffray · 10 years ago
  47. b640dec Merge "JDWP: fix deadlock with GC" by Sebastien Hertz · 10 years ago
  48. 7fd1c7e Merge "Fix bootclasspath string initialization" by Sebastien Hertz · 10 years ago
  49. 9d5189b Merge "ART: Fix mips typo" by Andreas Gampe · 10 years ago
  50. df179cb ART: Fix mips typo by Andreas Gampe · 10 years ago
  51. ab091a6 Merge "ART: Only give Clang warning when Clang is active" by Andreas Gampe · 10 years ago
  52. 6452d9a Merge "ART: Introduce Mips32 R6" by Andreas Gampe · 10 years ago
  53. c5a3ea7 ART: Introduce Mips32 R6 by Andreas Gampe · 10 years ago
  54. 89866b7 ART: Only give Clang warning when Clang is active by Andreas Gampe · 10 years ago
  55. 26c1d5f Merge "ART: Hprof cleanup" by Andreas Gampe · 10 years ago
  56. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 10 years ago
  57. d277efe Merge "ART: Use jalr instead of jr for Mips" by Andreas Gampe · 10 years ago
  58. 55f6534 JDWP: fix deadlock with GC by Sebastien Hertz · 10 years ago
  59. 866c031 ART: dex2oat flag for HGraphVisualizer dump file by David Brazdil · 10 years ago
  60. e6c143f Fix bootclasspath string initialization by Sebastien Hertz · 10 years ago
  61. 8d36591 ART: Use jalr instead of jr for Mips by Andreas Gampe · 10 years ago
  62. 07ab4ec Merge "Follow up on CL 122665." by Hiroshi Yamauchi · 10 years ago
  63. 312baf1 Follow up on CL 122665. by Hiroshi Yamauchi · 10 years ago
  64. 56107c5 Merge "Revert "ART: dex2oat flag for HGraphVisualizer dump file"" by Andreas Gampe · 10 years ago
  65. 6e73272 Revert "ART: dex2oat flag for HGraphVisualizer dump file" by Andreas Gampe · 10 years ago
  66. b95dff1 Merge "ART: dex2oat flag for HGraphVisualizer dump file" by David Brazdil · 10 years ago
  67. 69c15d3 Skip r1 on arm if first parameter is a long. by Nicolas Geoffray · 10 years ago
  68. 54953df ART: dex2oat flag for HGraphVisualizer dump file by David Brazdil · 10 years ago
  69. 3a91309 ART: Hprof cleanup by Andreas Gampe · 10 years ago
  70. 8fccea2 Merge "Fix error in JobjectComparator" by Mathieu Chartier · 10 years ago
  71. 3096bc5 Fix error in JobjectComparator by Mathieu Chartier · 10 years ago
  72. 6650de2 Merge "Revert "ART: Implement hard float for X86"" by Vladimir Marko · 10 years ago
  73. 0f9b03c Revert "ART: Implement hard float for X86" by Vladimir Marko · 10 years ago
  74. 1342867 Merge "ART: Implement hard float for X86" by Vladimir Marko · 10 years ago
  75. 59b9cf7 ART: Implement hard float for X86 by Mark Mendell · 10 years ago
  76. 603104b Merge "Fix handling of long argument spanning register/memory." by Nicolas Geoffray · 10 years ago
  77. 425f239 Fix handling of long argument spanning register/memory. by Nicolas Geoffray · 10 years ago
  78. 11adb76 Merge "Move code around in OptimizingCompiler::Compile to reduce stack space." by Nicolas Geoffray · 10 years ago
  79. 12df9eb Move code around in OptimizingCompiler::Compile to reduce stack space. by Nicolas Geoffray · 10 years ago
  80. f3401f7 Merge "JDWP: allow VirtualMachine.Resume on partial suspension" by Sebastien Hertz · 10 years ago
  81. f9e0e19 Merge "ART: Fixed subsequent CHECK-NOTs Checker bug" by David Brazdil · 10 years ago
  82. 80f9e89 Merge "ART: Increase dump checkpoint timeout on the host" by Andreas Gampe · 10 years ago
  83. 313c9c6 Merge "[WIP] Fix a rosalloc verification crash." by Hiroshi Yamauchi · 10 years ago
  84. 4a3d19b ART: Increase dump checkpoint timeout on the host by Andreas Gampe · 10 years ago
  85. a233e03 [WIP] Fix a rosalloc verification crash. by Hiroshi Yamauchi · 10 years ago
  86. 1de5324 Merge "Clean up some #ifdefs." by Elliott Hughes · 10 years ago
  87. 0a18df8 Clean up some #ifdefs. by Elliott Hughes · 10 years ago
  88. 25d034c Merge "ART: Fix prefix issues in Addr2line dump" by Andreas Gampe · 10 years ago
  89. 00bd2da ART: Fix prefix issues in Addr2line dump by Andreas Gampe · 10 years ago
  90. f7c1537 Merge "Change hprof to use streaming" by Mathieu Chartier · 10 years ago
  91. ad466ad Change hprof to use streaming by Mathieu Chartier · 10 years ago
  92. b9b26e1 Merge "ART: Added comments, fixed typos in Checker" by David Brazdil · 10 years ago
  93. 48942de ART: Added comments, fixed typos in Checker by David Brazdil · 10 years ago
  94. f16344c Merge "Fix HandleScope with wrong thread error" by Mathieu Chartier · 10 years ago
  95. bef89c9 Fix HandleScope with wrong thread error by Mathieu Chartier · 10 years ago
  96. 578580b Merge "ART: Use addr2line on the host for DumpNativeStack" by Andreas Gampe · 10 years ago
  97. 8e1cb91 ART: Use addr2line on the host for DumpNativeStack by Andreas Gampe · 10 years ago
  98. eaabd1e Merge "Remove back-door bootclasspath option from Runtime" by Richard Uhler · 10 years ago
  99. f9d233d JDWP: allow VirtualMachine.Resume on partial suspension by Sebastien Hertz · 10 years ago
  100. 2b32f6a Merge "Don't overwrite a register input." by Nicolas Geoffray · 10 years ago