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