1. a233e03 [WIP] Fix a rosalloc verification crash. by Hiroshi Yamauchi · 10 years ago
  2. ca7d89d Merge "ART: Fix Mac build" by Andreas Gampe · 10 years ago
  3. 9387c72 ART: Fix Mac build by Andreas Gampe · 10 years ago
  4. 313c8a1 Merge "Add VerifyObject to StackHandleScope::SetReference" by Mathieu Chartier · 10 years ago
  5. c06c1d6 Merge "Implement double and float support for arm in register allocator." by Nicolas Geoffray · 10 years ago
  6. 3e0acf6 Add VerifyObject to StackHandleScope::SetReference by Mathieu Chartier · 10 years ago
  7. 7e1a343 Merge "ART: Improved fail reporting in Checker" by David Brazdil · 10 years ago
  8. 2e15cd2 ART: Improved fail reporting in Checker by David Brazdil · 10 years ago
  9. d138217 Merge "Do not use clang for mips target." by Chih-Hung Hsieh · 10 years ago
  10. 553727e Merge "ART: Pass ucontext to Backtrace in Stack Dump" by Andreas Gampe · 10 years ago
  11. 628a61a ART: Pass ucontext to Backtrace in Stack Dump by Andreas Gampe · 10 years ago
  12. 97d091d Merge "JDWP: do not report start/end events for thread without peer" by Sebastien Hertz · 10 years ago
  13. 840e546 Implement double and float support for arm in register allocator. by Nicolas Geoffray · 10 years ago
  14. 86bb22e Do not use clang for mips target. by Chih-Hung Hsieh · 10 years ago
  15. 4270e74 Merge "Fix valgrind imgdiag test failure / memory leak in runtime" by Igor Murashkin · 10 years ago
  16. 5a9f8a7 Merge "ART: Print INTERNAL_FATAL Log messages immediately" by Andreas Gampe · 10 years ago
  17. ed95754 ART: Print INTERNAL_FATAL Log messages immediately by Andreas Gampe · 10 years ago
  18. c4fd96c Merge "Re-enable ParallelGC test for gcstress mode" by Mathieu Chartier · 10 years ago
  19. bdeb9b7 Re-enable ParallelGC test for gcstress mode by Mathieu Chartier · 10 years ago
  20. 294be07 Merge "Fix signal test to work with gcstress" by Mathieu Chartier · 10 years ago
  21. 50c138f Fix signal test to work with gcstress by Mathieu Chartier · 10 years ago
  22. fc31717 Merge "ART: Fix Clang CFLAGS inclusion" by Andreas Gampe · 10 years ago
  23. a2cfee3 Fix valgrind imgdiag test failure / memory leak in runtime by Igor Murashkin · 10 years ago
  24. bced67d ART: Fix Clang CFLAGS inclusion by Andreas Gampe · 10 years ago
  25. 4ea18c0 Merge "ART: Add copyright to Optimizing's Inliner test" by David Brazdil · 10 years ago
  26. 68427b1 ART: Add copyright to Optimizing's Inliner test by David Brazdil · 10 years ago
  27. 893e888 Merge "Fix sigchainlib's implementation of sigaction" by Dmitriy Ivanov · 10 years ago
  28. c01683b Fix sigchainlib's implementation of sigaction by Dmitriy Ivanov · 10 years ago
  29. 55edd8e Merge "Fix frequent gcstress ThreadStress crash" by Mathieu Chartier · 10 years ago
  30. e6a8eec Fix frequent gcstress ThreadStress crash by Mathieu Chartier · 10 years ago
  31. 826e3b6 Merge "ART: Fix leak in codegen_test" by Andreas Gampe · 10 years ago
  32. af56baf Merge "Don't allow suspension from FindLocksAtDexPc" by Mathieu Chartier · 10 years ago
  33. df64950 ART: Fix leak in codegen_test by Andreas Gampe · 10 years ago
  34. 4306ef8 Don't allow suspension from FindLocksAtDexPc by Mathieu Chartier · 10 years ago
  35. 7899022 Merge "Mute common case DexFile.isDexOptNeeded log spam" by Brian Carlstrom · 10 years ago
  36. 9851595 Mute common case DexFile.isDexOptNeeded log spam by Brian Carlstrom · 10 years ago
  37. d30feca Merge "ART: Remove LowestSetBit and IsPowerOfTwo" by Andreas Gampe · 10 years ago
  38. c3823f4 Merge "ART: Remove unused parts of x86 assemblers" by Andreas Gampe · 10 years ago
  39. c70153f Merge "ART: Fix divide-by-zero for ARM" by Andreas Gampe · 10 years ago
  40. cfe71e5 ART: Fix divide-by-zero for ARM by Andreas Gampe · 10 years ago
  41. 7e49992 ART: Remove LowestSetBit and IsPowerOfTwo by Andreas Gampe · 10 years ago
  42. 140c2c7 ART: Remove unused parts of x86 assemblers by Andreas Gampe · 10 years ago
  43. 95d9a03 Merge "Improve Thumb disassembler for LDR/STR/PUSH/POP/BKPT." by Vladimir Marko · 10 years ago
  44. 0eb8e5d Merge "Look at instruction set features when generating volatiles code" by Calin Juravle · 10 years ago
  45. 55d7c18 Improve Thumb disassembler for LDR/STR/PUSH/POP/BKPT. by Vladimir Marko · 10 years ago
  46. 1e86237 Merge "ART: Add imgdiag_test test dependency" by Andreas Gampe · 10 years ago
  47. 3d5872e Merge "ART: Reorder entrypoint argument order" by Andreas Gampe · 10 years ago
  48. b994c43 Merge "Opt Compiler: ARM64: Add support for rem-float, rem-double and volatile." by Calin Juravle · 10 years ago
  49. 02d81cc Opt Compiler: ARM64: Add support for rem-float, rem-double and volatile. by Serban Constantinescu · 10 years ago
  50. 3416601 Look at instruction set features when generating volatiles code by Calin Juravle · 10 years ago
  51. 8558375 Merge "Fix braino in x64 assembler." by Nicolas Geoffray · 10 years ago
  52. 43a725c Merge "ART: Cut filename for DumpCFG" by Andreas Gampe · 10 years ago
  53. 23149ac Merge "ART: Ensure FP GET/PUT doesn't use Core register" by Bill Buzbee · 10 years ago
  54. 70c83c7 Merge "Implement LogLineLowStack() properly." by Vladimir Marko · 10 years ago
  55. b8f2f63 Implement LogLineLowStack() properly. by Vladimir Marko · 10 years ago
  56. ba31c3c Merge "ART: New types of Checker assertions" by David Brazdil · 10 years ago
  57. 9a6f20e ART: New types of Checker assertions by David Brazdil · 10 years ago
  58. 42177ce Merge "ART: Refactored VisualizerPrinter visitor pattern" by David Brazdil · 10 years ago
  59. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 10 years ago
  60. b31aa25 Merge "Update oat version to 053." by Andreas Gampe · 10 years ago
  61. b7e4a06 ART: Refactored VisualizerPrinter visitor pattern by David Brazdil · 10 years ago
  62. 5c19607 Update oat version to 053. by Chenfu Bao · 10 years ago
  63. c93b8b5 ART: Add imgdiag_test test dependency by Andreas Gampe · 10 years ago
  64. cee97e5 ART: Cut filename for DumpCFG by Andreas Gampe · 10 years ago
  65. 5e0a984 Merge "ART: Fix verification of constructors." by Andreas Gampe · 10 years ago
  66. 88a7bf2 Merge "ART: Fix common_compiler_test assumptions" by Andreas Gampe · 10 years ago
  67. a2d0afc ART: Fix common_compiler_test assumptions by Andreas Gampe · 10 years ago
  68. 7e541c9 ART: Fix verification of constructors. by Stephen Kyle · 10 years ago
  69. 06814c9 Merge "ART: Mac build fix" by Andreas Gampe · 10 years ago
  70. edb157f ART: Mac build fix by Andreas Gampe · 10 years ago
  71. 460bb2c Merge "ART: Do not compile swap file functionality on Mac" by Andreas Gampe · 10 years ago
  72. bed520b ART: Do not compile swap file functionality on Mac by Andreas Gampe · 10 years ago
  73. 5c79aec Merge "ART: Swap-space in the compiler" by Andreas Gampe · 10 years ago
  74. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 10 years ago
  75. 508d266 Merge "ART: Do not JNI abort on nullptr GetObjectRefType" by Andreas Gampe · 10 years ago
  76. a876307 ART: Do not JNI abort on nullptr GetObjectRefType by Andreas Gampe · 10 years ago
  77. 094368a Merge "ART: Use interpret-only for vmSafeMode" by Andreas Gampe · 10 years ago
  78. d2abbc9 ART: Use interpret-only for vmSafeMode by Andreas Gampe · 10 years ago
  79. 48e7f33 Merge "Add heap task processor" by Mathieu Chartier · 10 years ago
  80. a5eae69 Add heap task processor by Mathieu Chartier · 10 years ago
  81. a02bd15 Merge "Fix running out of temps when storing invoke-interface result." by Vladimir Marko · 10 years ago
  82. bfe400b Fix running out of temps when storing invoke-interface result. by Vladimir Marko · 10 years ago
  83. fa28ef0 Merge "Pass the real capacity to CreateRosAlloc." by Hiroshi Yamauchi · 10 years ago
  84. e1cb330 Merge "Move two members out of MIRGraph::temp_::ssa." by Vladimir Marko · 10 years ago
  85. 1c6ea44 Move two members out of MIRGraph::temp_::ssa. by Vladimir Marko · 10 years ago
  86. a64d014 Merge "ART: Implement FP packed reduce for x86" by Bill Buzbee · 10 years ago
  87. db75f3c Merge "Clean up dead loops before suspend check elimination." by Vladimir Marko · 10 years ago
  88. 202eaaf Merge "Clean up post-opt passes, perform only those we need." by Vladimir Marko · 10 years ago
  89. 341e425 Clean up dead loops before suspend check elimination. by Vladimir Marko · 10 years ago
  90. c146d49 Merge "Clean up MIRGraph::CanThrow()." by Vladimir Marko · 10 years ago
  91. 315cc20 Clean up MIRGraph::CanThrow(). by Vladimir Marko · 10 years ago
  92. ffda499 Clean up post-opt passes, perform only those we need. by Vladimir Marko · 10 years ago
  93. 363bd99 Merge "Fixed CanBeMoved for field access" by Calin Juravle · 10 years ago
  94. 10c9cbe Fixed CanBeMoved for field access by Calin Juravle · 10 years ago
  95. 86632a7 Merge "[optimizing compiler] Add support for volatile" by Calin Juravle · 10 years ago
  96. 52c4896 [optimizing compiler] Add support for volatile by Calin Juravle · 10 years ago
  97. 94c41df Pass the real capacity to CreateRosAlloc. by Hiroshi Yamauchi · 10 years ago
  98. 6d1a047 Merge "Only dump suspend all histogram if we have samples" by Mathieu Chartier · 10 years ago
  99. 23f6e69 Only dump suspend all histogram if we have samples by Mathieu Chartier · 10 years ago
  100. 16b1088 Merge "ART: Fix oatdump" by Andreas Gampe · 10 years ago