1. b640dec Merge "JDWP: fix deadlock with GC" by Sebastien Hertz · 10 years ago
  2. 7fd1c7e Merge "Fix bootclasspath string initialization" by Sebastien Hertz · 10 years ago
  3. 9d5189b Merge "ART: Fix mips typo" by Andreas Gampe · 10 years ago
  4. df179cb ART: Fix mips typo by Andreas Gampe · 10 years ago
  5. ab091a6 Merge "ART: Only give Clang warning when Clang is active" by Andreas Gampe · 10 years ago
  6. 6452d9a Merge "ART: Introduce Mips32 R6" by Andreas Gampe · 10 years ago
  7. c5a3ea7 ART: Introduce Mips32 R6 by Andreas Gampe · 10 years ago
  8. 89866b7 ART: Only give Clang warning when Clang is active by Andreas Gampe · 10 years ago
  9. 26c1d5f Merge "ART: Hprof cleanup" by Andreas Gampe · 10 years ago
  10. d277efe Merge "ART: Use jalr instead of jr for Mips" by Andreas Gampe · 10 years ago
  11. 55f6534 JDWP: fix deadlock with GC by Sebastien Hertz · 10 years ago
  12. e6c143f Fix bootclasspath string initialization by Sebastien Hertz · 10 years ago
  13. 8d36591 ART: Use jalr instead of jr for Mips by Andreas Gampe · 10 years ago
  14. 07ab4ec Merge "Follow up on CL 122665." by Hiroshi Yamauchi · 10 years ago
  15. 312baf1 Follow up on CL 122665. by Hiroshi Yamauchi · 10 years ago
  16. 56107c5 Merge "Revert "ART: dex2oat flag for HGraphVisualizer dump file"" by Andreas Gampe · 10 years ago
  17. 6e73272 Revert "ART: dex2oat flag for HGraphVisualizer dump file" by Andreas Gampe · 10 years ago
  18. b95dff1 Merge "ART: dex2oat flag for HGraphVisualizer dump file" by David Brazdil · 10 years ago
  19. 54953df ART: dex2oat flag for HGraphVisualizer dump file by David Brazdil · 10 years ago
  20. 3a91309 ART: Hprof cleanup by Andreas Gampe · 10 years ago
  21. 8fccea2 Merge "Fix error in JobjectComparator" by Mathieu Chartier · 10 years ago
  22. 3096bc5 Fix error in JobjectComparator by Mathieu Chartier · 10 years ago
  23. 6650de2 Merge "Revert "ART: Implement hard float for X86"" by Vladimir Marko · 10 years ago
  24. 0f9b03c Revert "ART: Implement hard float for X86" by Vladimir Marko · 10 years ago
  25. 1342867 Merge "ART: Implement hard float for X86" by Vladimir Marko · 10 years ago
  26. 59b9cf7 ART: Implement hard float for X86 by Mark Mendell · 10 years ago
  27. 603104b Merge "Fix handling of long argument spanning register/memory." by Nicolas Geoffray · 10 years ago
  28. 425f239 Fix handling of long argument spanning register/memory. by Nicolas Geoffray · 10 years ago
  29. 11adb76 Merge "Move code around in OptimizingCompiler::Compile to reduce stack space." by Nicolas Geoffray · 10 years ago
  30. 12df9eb Move code around in OptimizingCompiler::Compile to reduce stack space. by Nicolas Geoffray · 10 years ago
  31. f3401f7 Merge "JDWP: allow VirtualMachine.Resume on partial suspension" by Sebastien Hertz · 10 years ago
  32. f9e0e19 Merge "ART: Fixed subsequent CHECK-NOTs Checker bug" by David Brazdil · 10 years ago
  33. 80f9e89 Merge "ART: Increase dump checkpoint timeout on the host" by Andreas Gampe · 10 years ago
  34. 313c9c6 Merge "[WIP] Fix a rosalloc verification crash." by Hiroshi Yamauchi · 10 years ago
  35. 4a3d19b ART: Increase dump checkpoint timeout on the host by Andreas Gampe · 10 years ago
  36. a233e03 [WIP] Fix a rosalloc verification crash. by Hiroshi Yamauchi · 10 years ago
  37. 1de5324 Merge "Clean up some #ifdefs." by Elliott Hughes · 10 years ago
  38. 0a18df8 Clean up some #ifdefs. by Elliott Hughes · 10 years ago
  39. 25d034c Merge "ART: Fix prefix issues in Addr2line dump" by Andreas Gampe · 10 years ago
  40. 00bd2da ART: Fix prefix issues in Addr2line dump by Andreas Gampe · 10 years ago
  41. f7c1537 Merge "Change hprof to use streaming" by Mathieu Chartier · 10 years ago
  42. ad466ad Change hprof to use streaming by Mathieu Chartier · 10 years ago
  43. b9b26e1 Merge "ART: Added comments, fixed typos in Checker" by David Brazdil · 10 years ago
  44. 48942de ART: Added comments, fixed typos in Checker by David Brazdil · 10 years ago
  45. f16344c Merge "Fix HandleScope with wrong thread error" by Mathieu Chartier · 10 years ago
  46. bef89c9 Fix HandleScope with wrong thread error by Mathieu Chartier · 10 years ago
  47. 578580b Merge "ART: Use addr2line on the host for DumpNativeStack" by Andreas Gampe · 10 years ago
  48. 8e1cb91 ART: Use addr2line on the host for DumpNativeStack by Andreas Gampe · 10 years ago
  49. eaabd1e Merge "Remove back-door bootclasspath option from Runtime" by Richard Uhler · 10 years ago
  50. f9d233d JDWP: allow VirtualMachine.Resume on partial suspension by Sebastien Hertz · 10 years ago
  51. 2b32f6a Merge "Don't overwrite a register input." by Nicolas Geoffray · 10 years ago
  52. bdcedd3 Don't overwrite a register input. by Nicolas Geoffray · 10 years ago
  53. 7899cc3 Merge "ART: Relax java_vm_ext test" by Andreas Gampe · 10 years ago
  54. 1286549 ART: Relax java_vm_ext test by Andreas Gampe · 10 years ago
  55. 46af48a Merge "Add clamp growth limit" by Mathieu Chartier · 10 years ago
  56. 379d09f Add clamp growth limit by Mathieu Chartier · 10 years ago
  57. f455009 Merge "ART: Refactored regex code in Checker" by David Brazdil · 10 years ago
  58. be0cc08 ART: Refactored regex code in Checker by David Brazdil · 10 years ago
  59. c9025c1 Merge "ART: Fixed formatting in HGraphVisualizerPrinter" by David Brazdil · 10 years ago
  60. 21df889 ART: Fixed subsequent CHECK-NOTs Checker bug by David Brazdil · 10 years ago
  61. ca7d89d Merge "ART: Fix Mac build" by Andreas Gampe · 10 years ago
  62. 9387c72 ART: Fix Mac build by Andreas Gampe · 10 years ago
  63. 36cf095 ART: Fixed formatting in HGraphVisualizerPrinter by David Brazdil · 10 years ago
  64. 313c8a1 Merge "Add VerifyObject to StackHandleScope::SetReference" by Mathieu Chartier · 10 years ago
  65. c06c1d6 Merge "Implement double and float support for arm in register allocator." by Nicolas Geoffray · 10 years ago
  66. c275259 Remove back-door bootclasspath option from Runtime by Richard Uhler · 10 years ago
  67. 3e0acf6 Add VerifyObject to StackHandleScope::SetReference by Mathieu Chartier · 10 years ago
  68. 7e1a343 Merge "ART: Improved fail reporting in Checker" by David Brazdil · 10 years ago
  69. 2e15cd2 ART: Improved fail reporting in Checker by David Brazdil · 10 years ago
  70. d138217 Merge "Do not use clang for mips target." by Chih-Hung Hsieh · 10 years ago
  71. 553727e Merge "ART: Pass ucontext to Backtrace in Stack Dump" by Andreas Gampe · 10 years ago
  72. 628a61a ART: Pass ucontext to Backtrace in Stack Dump by Andreas Gampe · 10 years ago
  73. 97d091d Merge "JDWP: do not report start/end events for thread without peer" by Sebastien Hertz · 10 years ago
  74. 840e546 Implement double and float support for arm in register allocator. by Nicolas Geoffray · 10 years ago
  75. 86bb22e Do not use clang for mips target. by Chih-Hung Hsieh · 10 years ago
  76. 4270e74 Merge "Fix valgrind imgdiag test failure / memory leak in runtime" by Igor Murashkin · 10 years ago
  77. 5a9f8a7 Merge "ART: Print INTERNAL_FATAL Log messages immediately" by Andreas Gampe · 10 years ago
  78. ed95754 ART: Print INTERNAL_FATAL Log messages immediately by Andreas Gampe · 10 years ago
  79. c4fd96c Merge "Re-enable ParallelGC test for gcstress mode" by Mathieu Chartier · 10 years ago
  80. bdeb9b7 Re-enable ParallelGC test for gcstress mode by Mathieu Chartier · 10 years ago
  81. 294be07 Merge "Fix signal test to work with gcstress" by Mathieu Chartier · 10 years ago
  82. 50c138f Fix signal test to work with gcstress by Mathieu Chartier · 10 years ago
  83. fc31717 Merge "ART: Fix Clang CFLAGS inclusion" by Andreas Gampe · 10 years ago
  84. a2cfee3 Fix valgrind imgdiag test failure / memory leak in runtime by Igor Murashkin · 10 years ago
  85. bced67d ART: Fix Clang CFLAGS inclusion by Andreas Gampe · 10 years ago
  86. 4ea18c0 Merge "ART: Add copyright to Optimizing's Inliner test" by David Brazdil · 10 years ago
  87. 68427b1 ART: Add copyright to Optimizing's Inliner test by David Brazdil · 10 years ago
  88. 893e888 Merge "Fix sigchainlib's implementation of sigaction" by Dmitriy Ivanov · 10 years ago
  89. c01683b Fix sigchainlib's implementation of sigaction by Dmitriy Ivanov · 10 years ago
  90. 55edd8e Merge "Fix frequent gcstress ThreadStress crash" by Mathieu Chartier · 10 years ago
  91. e6a8eec Fix frequent gcstress ThreadStress crash by Mathieu Chartier · 10 years ago
  92. 826e3b6 Merge "ART: Fix leak in codegen_test" by Andreas Gampe · 10 years ago
  93. af56baf Merge "Don't allow suspension from FindLocksAtDexPc" by Mathieu Chartier · 10 years ago
  94. df64950 ART: Fix leak in codegen_test by Andreas Gampe · 10 years ago
  95. 4306ef8 Don't allow suspension from FindLocksAtDexPc by Mathieu Chartier · 10 years ago
  96. 7899022 Merge "Mute common case DexFile.isDexOptNeeded log spam" by Brian Carlstrom · 10 years ago
  97. 9851595 Mute common case DexFile.isDexOptNeeded log spam by Brian Carlstrom · 10 years ago
  98. d30feca Merge "ART: Remove LowestSetBit and IsPowerOfTwo" by Andreas Gampe · 10 years ago
  99. c3823f4 Merge "ART: Remove unused parts of x86 assemblers" by Andreas Gampe · 10 years ago
  100. c70153f Merge "ART: Fix divide-by-zero for ARM" by Andreas Gampe · 10 years ago