1. 85a9f06 am 1c1d40ab: Merge "ART: dex2oat flag for HGraphVisualizer dump file" by David Brazdil · 10 years ago
  2. 1c1d40a Merge "ART: dex2oat flag for HGraphVisualizer dump file" by David Brazdil · 10 years ago
  3. a0a25e5 am cbabd3cb: Merge "ART: Clean assembler_test disassemblies" by Andreas Gampe · 10 years ago
  4. 42534cb am fe7e224a: Merge "ART: Dump all threads on test timeout" by Andreas Gampe · 10 years ago
  5. cbabd3c Merge "ART: Clean assembler_test disassemblies" by Andreas Gampe · 10 years ago
  6. fe7e224 Merge "ART: Dump all threads on test timeout" by Andreas Gampe · 10 years ago
  7. 038bb22 ART: Dump all threads on test timeout by Andreas Gampe · 10 years ago
  8. b453b74 am 4db3aeb8: Merge "ART: Fix indentation in Mips backend" by Andreas Gampe · 10 years ago
  9. 4db3aeb Merge "ART: Fix indentation in Mips backend" by Andreas Gampe · 10 years ago
  10. 8ebdc2b ART: Fix indentation in Mips backend by Andreas Gampe · 10 years ago
  11. 65bec69 ART: Clean assembler_test disassemblies by Andreas Gampe · 10 years ago
  12. 2d33aa1 am 4945bfef: Merge "ART: Change ternary location for timeout" by Andreas Gampe · 10 years ago
  13. 4945bfe Merge "ART: Change ternary location for timeout" by Andreas Gampe · 10 years ago
  14. 1e4b0ca ART: Change ternary location for timeout by Andreas Gampe · 10 years ago
  15. 879a2a7 am 127d9338: Merge "Use unique_ptr to track ownership of dex files." by Richard Uhler · 10 years ago
  16. 127d933 Merge "Use unique_ptr to track ownership of dex files." by Richard Uhler · 10 years ago
  17. d1ef58f am c5573c29: Merge "Remove constant moves after emitting them in parallel resolver." by Nicolas Geoffray · 10 years ago
  18. c5573c2 Merge "Remove constant moves after emitting them in parallel resolver." by Nicolas Geoffray · 10 years ago
  19. 48c310c Remove constant moves after emitting them in parallel resolver. by Nicolas Geoffray · 10 years ago
  20. 43c268d am ea1c64db: Merge "Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd." by Vladimir Marko · 10 years ago
  21. 1f8d28c am c208b877: Merge "Implement ParallelMoveResolver::Swap for doubles on arm." by Nicolas Geoffray · 10 years ago
  22. 584e1e3 am c40a4350: Merge "Remove whitespace." by Nicolas Geoffray · 10 years ago
  23. 642e052 am 7774edf4: Merge "Skip r1 on arm if first parameter is a long." by Nicolas Geoffray · 10 years ago
  24. 7e81812 am b640deca: Merge "JDWP: fix deadlock with GC" by Sebastien Hertz · 10 years ago
  25. 3e6d2b4 am 7fd1c7ea: Merge "Fix bootclasspath string initialization" by Sebastien Hertz · 10 years ago
  26. 1eb2477 am 9d5189b3: Merge "ART: Fix mips typo" by Andreas Gampe · 10 years ago
  27. a295b01 am ab091a66: Merge "ART: Only give Clang warning when Clang is active" by Andreas Gampe · 10 years ago
  28. 8aee434 am 6452d9ac: Merge "ART: Introduce Mips32 R6" by Andreas Gampe · 10 years ago
  29. 67667a5 am 26c1d5fd: Merge "ART: Hprof cleanup" by Andreas Gampe · 10 years ago
  30. 6390dc0 am d277efe5: Merge "ART: Use jalr instead of jr for Mips" by Andreas Gampe · 10 years ago
  31. ea1c64d Merge "Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd." by Vladimir Marko · 10 years ago
  32. c208b87 Merge "Implement ParallelMoveResolver::Swap for doubles on arm." by Nicolas Geoffray · 10 years ago
  33. 53f1262 Implement ParallelMoveResolver::Swap for doubles on arm. by Nicolas Geoffray · 10 years ago
  34. ee5e273 Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd. by Vladimir Marko · 10 years ago
  35. c40a435 Merge "Remove whitespace." by Nicolas Geoffray · 10 years ago
  36. af2c65c Remove whitespace. by Nicolas Geoffray · 10 years ago
  37. 7774edf Merge "Skip r1 on arm if first parameter is a long." by Nicolas Geoffray · 10 years ago
  38. b640dec Merge "JDWP: fix deadlock with GC" by Sebastien Hertz · 10 years ago
  39. 7fd1c7e Merge "Fix bootclasspath string initialization" by Sebastien Hertz · 10 years ago
  40. 9d5189b Merge "ART: Fix mips typo" by Andreas Gampe · 10 years ago
  41. df179cb ART: Fix mips typo by Andreas Gampe · 10 years ago
  42. ab091a6 Merge "ART: Only give Clang warning when Clang is active" by Andreas Gampe · 10 years ago
  43. 6452d9a Merge "ART: Introduce Mips32 R6" by Andreas Gampe · 10 years ago
  44. c5a3ea7 ART: Introduce Mips32 R6 by Andreas Gampe · 10 years ago
  45. 89866b7 ART: Only give Clang warning when Clang is active by Andreas Gampe · 10 years ago
  46. 26c1d5f Merge "ART: Hprof cleanup" by Andreas Gampe · 10 years ago
  47. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 10 years ago
  48. d277efe Merge "ART: Use jalr instead of jr for Mips" by Andreas Gampe · 10 years ago
  49. 55f6534 JDWP: fix deadlock with GC by Sebastien Hertz · 10 years ago
  50. 866c031 ART: dex2oat flag for HGraphVisualizer dump file by David Brazdil · 10 years ago
  51. e6c143f Fix bootclasspath string initialization by Sebastien Hertz · 10 years ago
  52. 8d36591 ART: Use jalr instead of jr for Mips by Andreas Gampe · 10 years ago
  53. fc5489a am 07ab4ec9: Merge "Follow up on CL 122665." by Hiroshi Yamauchi · 10 years ago
  54. 07ab4ec Merge "Follow up on CL 122665." by Hiroshi Yamauchi · 10 years ago
  55. 312baf1 Follow up on CL 122665. by Hiroshi Yamauchi · 10 years ago
  56. 979bf4c am 56107c5d: Merge "Revert "ART: dex2oat flag for HGraphVisualizer dump file"" by Andreas Gampe · 10 years ago
  57. 56107c5 Merge "Revert "ART: dex2oat flag for HGraphVisualizer dump file"" by Andreas Gampe · 10 years ago
  58. 6e73272 Revert "ART: dex2oat flag for HGraphVisualizer dump file" by Andreas Gampe · 10 years ago
  59. 346db1d am b95dff1a: Merge "ART: dex2oat flag for HGraphVisualizer dump file" by David Brazdil · 10 years ago
  60. b95dff1 Merge "ART: dex2oat flag for HGraphVisualizer dump file" by David Brazdil · 10 years ago
  61. 69c15d3 Skip r1 on arm if first parameter is a long. by Nicolas Geoffray · 10 years ago
  62. 54953df ART: dex2oat flag for HGraphVisualizer dump file by David Brazdil · 10 years ago
  63. 3a91309 ART: Hprof cleanup by Andreas Gampe · 10 years ago
  64. ad087ef am 8fccea24: Merge "Fix error in JobjectComparator" by Mathieu Chartier · 10 years ago
  65. 8fccea2 Merge "Fix error in JobjectComparator" by Mathieu Chartier · 10 years ago
  66. 3096bc5 Fix error in JobjectComparator by Mathieu Chartier · 10 years ago
  67. 17d986b am 6650de24: Merge "Revert "ART: Implement hard float for X86"" by Vladimir Marko · 10 years ago
  68. 143e6b0 am 13428670: Merge "ART: Implement hard float for X86" by Vladimir Marko · 10 years ago
  69. 6650de2 Merge "Revert "ART: Implement hard float for X86"" by Vladimir Marko · 10 years ago
  70. 0f9b03c Revert "ART: Implement hard float for X86" by Vladimir Marko · 10 years ago
  71. 1342867 Merge "ART: Implement hard float for X86" by Vladimir Marko · 10 years ago
  72. 83e10a5 am 603104b5: Merge "Fix handling of long argument spanning register/memory." by Nicolas Geoffray · 10 years ago
  73. 6c62641 am 11adb76f: Merge "Move code around in OptimizingCompiler::Compile to reduce stack space." by Nicolas Geoffray · 10 years ago
  74. 59b9cf7 ART: Implement hard float for X86 by Mark Mendell · 10 years ago
  75. 603104b Merge "Fix handling of long argument spanning register/memory." by Nicolas Geoffray · 10 years ago
  76. 425f239 Fix handling of long argument spanning register/memory. by Nicolas Geoffray · 10 years ago
  77. 11adb76 Merge "Move code around in OptimizingCompiler::Compile to reduce stack space." by Nicolas Geoffray · 10 years ago
  78. 12df9eb Move code around in OptimizingCompiler::Compile to reduce stack space. by Nicolas Geoffray · 10 years ago
  79. b5c6708 am f3401f7a: Merge "JDWP: allow VirtualMachine.Resume on partial suspension" by Sebastien Hertz · 10 years ago
  80. f3401f7 Merge "JDWP: allow VirtualMachine.Resume on partial suspension" by Sebastien Hertz · 10 years ago
  81. b874043 am f9e0e191: Merge "ART: Fixed subsequent CHECK-NOTs Checker bug" by David Brazdil · 10 years ago
  82. f9e0e19 Merge "ART: Fixed subsequent CHECK-NOTs Checker bug" by David Brazdil · 10 years ago
  83. 352085d am 80f9e897: Merge "ART: Increase dump checkpoint timeout on the host" by Andreas Gampe · 10 years ago
  84. 80f9e89 Merge "ART: Increase dump checkpoint timeout on the host" by Andreas Gampe · 10 years ago
  85. 8e83853 am 313c9c64: Merge "[WIP] Fix a rosalloc verification crash." by Hiroshi Yamauchi · 10 years ago
  86. 313c9c6 Merge "[WIP] Fix a rosalloc verification crash." by Hiroshi Yamauchi · 10 years ago
  87. 4a3d19b ART: Increase dump checkpoint timeout on the host by Andreas Gampe · 10 years ago
  88. a233e03 [WIP] Fix a rosalloc verification crash. by Hiroshi Yamauchi · 10 years ago
  89. 0b03b2f am 1de53249: Merge "Clean up some #ifdefs." by Elliott Hughes · 10 years ago
  90. 1de5324 Merge "Clean up some #ifdefs." by Elliott Hughes · 10 years ago
  91. 6a8ff36 am 25d034ce: Merge "ART: Fix prefix issues in Addr2line dump" by Andreas Gampe · 10 years ago
  92. 0a18df8 Clean up some #ifdefs. by Elliott Hughes · 10 years ago
  93. 25d034c Merge "ART: Fix prefix issues in Addr2line dump" by Andreas Gampe · 10 years ago
  94. 7381c03 am f7c15377: Merge "Change hprof to use streaming" by Mathieu Chartier · 10 years ago
  95. 00bd2da ART: Fix prefix issues in Addr2line dump by Andreas Gampe · 10 years ago
  96. f7c1537 Merge "Change hprof to use streaming" by Mathieu Chartier · 10 years ago
  97. ad466ad Change hprof to use streaming by Mathieu Chartier · 10 years ago
  98. 6b20e12 am b9b26e1b: Merge "ART: Added comments, fixed typos in Checker" by David Brazdil · 10 years ago
  99. b9b26e1 Merge "ART: Added comments, fixed typos in Checker" by David Brazdil · 10 years ago
  100. 48942de ART: Added comments, fixed typos in Checker by David Brazdil · 10 years ago