1. fd9eb39 ART: Simple structural class check by Andreas Gampe · 12 years ago
  2. 1e4b0ca ART: Change ternary location for timeout by Andreas Gampe · 12 years ago
  3. 127d933 Merge "Use unique_ptr to track ownership of dex files." by Richard Uhler · 12 years ago
  4. 7774edf Merge "Skip r1 on arm if first parameter is a long." by Nicolas Geoffray · 12 years ago
  5. b640dec Merge "JDWP: fix deadlock with GC" by Sebastien Hertz · 12 years ago
  6. 7fd1c7e Merge "Fix bootclasspath string initialization" by Sebastien Hertz · 12 years ago
  7. df179cb ART: Fix mips typo by Andreas Gampe · 12 years ago
  8. 6452d9a Merge "ART: Introduce Mips32 R6" by Andreas Gampe · 12 years ago
  9. c5a3ea7 ART: Introduce Mips32 R6 by Andreas Gampe · 12 years ago
  10. 26c1d5f Merge "ART: Hprof cleanup" by Andreas Gampe · 12 years ago
  11. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 12 years ago
  12. d277efe Merge "ART: Use jalr instead of jr for Mips" by Andreas Gampe · 12 years ago
  13. 55f6534 JDWP: fix deadlock with GC by Sebastien Hertz · 12 years ago
  14. e6c143f Fix bootclasspath string initialization by Sebastien Hertz · 12 years ago
  15. 8d36591 ART: Use jalr instead of jr for Mips by Andreas Gampe · 12 years ago
  16. 07ab4ec Merge "Follow up on CL 122665." by Hiroshi Yamauchi · 12 years ago
  17. 312baf1 Follow up on CL 122665. by Hiroshi Yamauchi · 12 years ago
  18. 69c15d3 Skip r1 on arm if first parameter is a long. by Nicolas Geoffray · 12 years ago
  19. 3a91309 ART: Hprof cleanup by Andreas Gampe · 12 years ago
  20. 8fccea2 Merge "Fix error in JobjectComparator" by Mathieu Chartier · 12 years ago
  21. 3096bc5 Fix error in JobjectComparator by Mathieu Chartier · 12 years ago
  22. 6650de2 Merge "Revert "ART: Implement hard float for X86"" by Vladimir Marko · 12 years ago
  23. 0f9b03c Revert "ART: Implement hard float for X86" by Vladimir Marko · 12 years ago
  24. 1342867 Merge "ART: Implement hard float for X86" by Vladimir Marko · 12 years ago
  25. 59b9cf7 ART: Implement hard float for X86 by Mark Mendell · 12 years ago
  26. 425f239 Fix handling of long argument spanning register/memory. by Nicolas Geoffray · 12 years ago
  27. f3401f7 Merge "JDWP: allow VirtualMachine.Resume on partial suspension" by Sebastien Hertz · 12 years ago
  28. 80f9e89 Merge "ART: Increase dump checkpoint timeout on the host" by Andreas Gampe · 12 years ago
  29. 313c9c6 Merge "[WIP] Fix a rosalloc verification crash." by Hiroshi Yamauchi · 12 years ago
  30. 4a3d19b ART: Increase dump checkpoint timeout on the host by Andreas Gampe · 12 years ago
  31. a233e03 [WIP] Fix a rosalloc verification crash. by Hiroshi Yamauchi · 12 years ago
  32. 1de5324 Merge "Clean up some #ifdefs." by Elliott Hughes · 12 years ago
  33. 0a18df8 Clean up some #ifdefs. by Elliott Hughes · 12 years ago
  34. 25d034c Merge "ART: Fix prefix issues in Addr2line dump" by Andreas Gampe · 12 years ago
  35. 00bd2da ART: Fix prefix issues in Addr2line dump by Andreas Gampe · 12 years ago
  36. f7c1537 Merge "Change hprof to use streaming" by Mathieu Chartier · 12 years ago
  37. ad466ad Change hprof to use streaming by Mathieu Chartier · 12 years ago
  38. f16344c Merge "Fix HandleScope with wrong thread error" by Mathieu Chartier · 12 years ago
  39. bef89c9 Fix HandleScope with wrong thread error by Mathieu Chartier · 12 years ago
  40. 578580b Merge "ART: Use addr2line on the host for DumpNativeStack" by Andreas Gampe · 12 years ago
  41. 8e1cb91 ART: Use addr2line on the host for DumpNativeStack by Andreas Gampe · 12 years ago
  42. eaabd1e Merge "Remove back-door bootclasspath option from Runtime" by Richard Uhler · 12 years ago
  43. f9d233d JDWP: allow VirtualMachine.Resume on partial suspension by Sebastien Hertz · 12 years ago
  44. 7899cc3 Merge "ART: Relax java_vm_ext test" by Andreas Gampe · 12 years ago
  45. 1286549 ART: Relax java_vm_ext test by Andreas Gampe · 12 years ago
  46. 379d09f Add clamp growth limit by Mathieu Chartier · 12 years ago
  47. ca7d89d Merge "ART: Fix Mac build" by Andreas Gampe · 12 years ago
  48. 9387c72 ART: Fix Mac build by Andreas Gampe · 12 years ago
  49. c275259 Remove back-door bootclasspath option from Runtime by Richard Uhler · 12 years ago
  50. 3e0acf6 Add VerifyObject to StackHandleScope::SetReference by Mathieu Chartier · 12 years ago
  51. 553727e Merge "ART: Pass ucontext to Backtrace in Stack Dump" by Andreas Gampe · 12 years ago
  52. 628a61a ART: Pass ucontext to Backtrace in Stack Dump by Andreas Gampe · 12 years ago
  53. 97d091d Merge "JDWP: do not report start/end events for thread without peer" by Sebastien Hertz · 12 years ago
  54. 4270e74 Merge "Fix valgrind imgdiag test failure / memory leak in runtime" by Igor Murashkin · 12 years ago
  55. 5a9f8a7 Merge "ART: Print INTERNAL_FATAL Log messages immediately" by Andreas Gampe · 12 years ago
  56. ed95754 ART: Print INTERNAL_FATAL Log messages immediately by Andreas Gampe · 12 years ago
  57. 50c138f Fix signal test to work with gcstress by Mathieu Chartier · 12 years ago
  58. a2cfee3 Fix valgrind imgdiag test failure / memory leak in runtime by Igor Murashkin · 12 years ago
  59. e6a8eec Fix frequent gcstress ThreadStress crash by Mathieu Chartier · 12 years ago
  60. af56baf Merge "Don't allow suspension from FindLocksAtDexPc" by Mathieu Chartier · 12 years ago
  61. 4306ef8 Don't allow suspension from FindLocksAtDexPc by Mathieu Chartier · 12 years ago
  62. 9851595 Mute common case DexFile.isDexOptNeeded log spam by Brian Carlstrom · 12 years ago
  63. 3d5872e Merge "ART: Reorder entrypoint argument order" by Andreas Gampe · 12 years ago
  64. b8f2f63 Implement LogLineLowStack() properly. by Vladimir Marko · 12 years ago
  65. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 12 years ago
  66. 5c19607 Update oat version to 053. by Chenfu Bao · 12 years ago
  67. 7e541c9 ART: Fix verification of constructors. by Stephen Kyle · 12 years ago
  68. 5c79aec Merge "ART: Swap-space in the compiler" by Andreas Gampe · 12 years ago
  69. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 12 years ago
  70. 508d266 Merge "ART: Do not JNI abort on nullptr GetObjectRefType" by Andreas Gampe · 12 years ago
  71. a876307 ART: Do not JNI abort on nullptr GetObjectRefType by Andreas Gampe · 12 years ago
  72. 094368a Merge "ART: Use interpret-only for vmSafeMode" by Andreas Gampe · 12 years ago
  73. d2abbc9 ART: Use interpret-only for vmSafeMode by Andreas Gampe · 12 years ago
  74. 48e7f33 Merge "Add heap task processor" by Mathieu Chartier · 12 years ago
  75. a5eae69 Add heap task processor by Mathieu Chartier · 12 years ago
  76. fa28ef0 Merge "Pass the real capacity to CreateRosAlloc." by Hiroshi Yamauchi · 12 years ago
  77. 94c41df Pass the real capacity to CreateRosAlloc. by Hiroshi Yamauchi · 12 years ago
  78. 23f6e69 Only dump suspend all histogram if we have samples by Mathieu Chartier · 12 years ago
  79. 107e757 JDWP: do not report start/end events for thread without peer by Sebastien Hertz · 12 years ago
  80. fcd3f33 Merge "Use correct handle scope offset from StackVisitor" by Sebastien Hertz · 12 years ago
  81. e4b7c89 Use correct handle scope offset from StackVisitor by Sebastien Hertz · 12 years ago
  82. 58a1c07 Merge "Cleanup JDWP event matching" by Sebastien Hertz · 12 years ago
  83. 7c378e4 Merge "Fix a race condition during the rosalloc verification." by Hiroshi Yamauchi · 12 years ago
  84. bf7b41f Merge "Fix concurrent GC ergonomics" by Mathieu Chartier · 12 years ago
  85. a1b94c6 Fix a race condition during the rosalloc verification. by Hiroshi Yamauchi · 12 years ago
  86. e2c2f6e Fix concurrent GC ergonomics by Mathieu Chartier · 12 years ago
  87. 70a596d Add thread suspend histogram by Mathieu Chartier · 12 years ago
  88. e9231c0 Merge "Add a new imgdiag tool to diff boot.art/core.art against a process" by Igor Murashkin · 12 years ago
  89. d457b9c Merge "Add systrace events to monitors and thread suspension" by Mathieu Chartier · 12 years ago
  90. f0dc8b5 Add systrace events to monitors and thread suspension by Mathieu Chartier · 12 years ago
  91. 28d6b6c Merge "JDWP: fix setting multiple breakpoints in the same method" by Sebastien Hertz · 12 years ago
  92. abe93e0 JDWP: fix setting multiple breakpoints in the same method by Sebastien Hertz · 12 years ago
  93. 7d95565 Cleanup JDWP event matching by Sebastien Hertz · 12 years ago
  94. 475cfd8 Fix typo bug for Mips32. by Douglas Leung · 12 years ago
  95. c85cdeb Delete gc request lock by Mathieu Chartier · 12 years ago
  96. 3774335 Add a new imgdiag tool to diff boot.art/core.art against a process by Igor Murashkin · 12 years ago
  97. e34652f [MIPSR6] Adjust assembly routines for MIPS R6 isa by Duane Sand · 12 years ago
  98. 487c1c9 Don't add or remove verifiers if aborting by Mathieu Chartier · 12 years ago
  99. eb0a179 Add more logging to Mutex::ExclusiveUnlock by Mathieu Chartier · 12 years ago
  100. 82a800d Decrement suspend count if thread is shutting down by Mathieu Chartier · 12 years ago