1. 9f612ff ART: Fix unused variables and functions by Andreas Gampe · 10 years ago
  2. c6c88d2 Merge "Increase run-test output on error." by Ian Rogers · 10 years ago
  3. 75deec0 Increase run-test output on error. by Ian Rogers · 10 years ago
  4. cd00b57 Merge "Avoid some recursive aborting." by Ian Rogers · 10 years ago
  5. e8b547d Avoid some recursive aborting. by Ian Rogers · 10 years ago
  6. a79da1b Merge "ART: Wrap AllocThreadUnsafe in Valgrind wrapper" by Andreas Gampe · 10 years ago
  7. 24a5a30 ART: Wrap AllocThreadUnsafe in Valgrind wrapper by Andreas Gampe · 10 years ago
  8. e263103 Merge "Fix UnimplementedEntryPoint initialziation." by Ian Rogers · 10 years ago
  9. 022b46c Merge "Fixed ArtMethod::GetQuickFrameInfo() for proxy methods" by Ian Rogers · 10 years ago
  10. 124cd8f Merge "Add JNI trampoline for mips32." by Ian Rogers · 10 years ago
  11. da4b7e8 Merge "Fix possible array access issue" by Ian Rogers · 10 years ago
  12. f41b92c Fix possible array access issue by Vladimir · 10 years ago
  13. 819b3c0 Merge "ART: Fix crash with unreachable void check-cast" by Ian Rogers · 10 years ago
  14. 2cfbccd Merge "LSRA: Fix X86 shuffle flags" by Ian Rogers · 10 years ago
  15. 22e60ea Merge "test: Fix assember_arm_test to compile on gcc" by Igor Murashkin · 10 years ago
  16. cad2f0a test: Fix assember_arm_test to compile on gcc by Igor Murashkin · 10 years ago
  17. 19010dc Merge "ART: X86 vectorized reduce may use incorrect extract index" by Ian Rogers · 10 years ago
  18. b72c723 ART: X86 vectorized reduce may use incorrect extract index by Razvan A Lupusoru · 10 years ago
  19. 1d56c84 Merge "Clean up MIRGraph pass temporaries." by Vladimir Marko · 10 years ago
  20. 0772169 Merge "Fix oatdump to use OatHeader pointer size" by Mathieu Chartier · 10 years ago
  21. a7dd038 Fix oatdump to use OatHeader pointer size by Mathieu Chartier · 10 years ago
  22. f585e54 Clean up MIRGraph pass temporaries. by Vladimir Marko · 10 years ago
  23. 4514d2a Merge "Add card mark to filled-new-array." by Vladimir Marko · 10 years ago
  24. 23442be Merge "ART: Fix uninitialized value in arm32 assembler test" by Andreas Gampe · 10 years ago
  25. ab65c67 ART: Fix uninitialized value in arm32 assembler test by Andreas Gampe · 10 years ago
  26. 5fb0dcd Merge "ART: Fix arm32 assembler test." by Andreas Gampe · 10 years ago
  27. 8205c77 ART: Fix arm32 assembler test. by Andreas Gampe · 10 years ago
  28. 7da7fe0 Merge "Restrict FDO to only apply to target build." by Christopher Ferris · 10 years ago
  29. 6c36a8b Restrict FDO to only apply to target build. by Dehao Chen · 10 years ago
  30. 0c45167 Merge "dex2oat: Pack likely-dirty objects together when generating the boot image" by Igor Murashkin · 10 years ago
  31. f5b4c50 dex2oat: Pack likely-dirty objects together when generating the boot image by Igor Murashkin · 10 years ago
  32. be0bb06 Merge "Tune rosalloc buffer sizes." by Hiroshi Yamauchi · 10 years ago
  33. 17f7873 Merge "ART: Assembler_arm_test" by Andreas Gampe · 10 years ago
  34. 849cc5e ART: Assembler_arm_test by Andreas Gampe · 10 years ago
  35. 3f3c6c0 Tune rosalloc buffer sizes. by Hiroshi Yamauchi · 10 years ago
  36. 94438d2 Merge "ART: Split image and non-image case in dex2oat" by Andreas Gampe · 10 years ago
  37. 20032e5 Merge "Re-enable DumpNativeStack." by Ian Rogers · 10 years ago
  38. 83597d0 Re-enable DumpNativeStack. by Ian Rogers · 10 years ago
  39. bdfbf86 Merge "Revert "Revert "Revert "Unfortunately, the test still hits too many run failures."""" by Ian Rogers · 10 years ago
  40. 46ae618 Revert "Revert "Revert "Unfortunately, the test still hits too many run failures.""" by Ian Rogers · 10 years ago
  41. 10e477d ART: Split image and non-image case in dex2oat by Andreas Gampe · 10 years ago
  42. bf535be Add card mark to filled-new-array. by Vladimir Marko · 10 years ago
  43. 292b3bd Merge "Prune image cache if the boot marker is still in place." by Narayan Kamath · 10 years ago
  44. aad7f3f Merge "JDWP: only deoptimize when it is required" by Sebastien Hertz · 10 years ago
  45. f2f6b5a Merge "Update arm64/optimizing expectations." by Nicolas Geoffray · 10 years ago
  46. 99891d6 Update arm64/optimizing expectations. by Nicolas Geoffray · 10 years ago
  47. 8b5223b Merge "Avoid JNI call with pending OOME." by Ian Rogers · 10 years ago
  48. 3242729 Avoid JNI call with pending OOME. by Ian Rogers · 10 years ago
  49. af6dad6 Merge "Fix zygote space and non moving space map names" by Mathieu Chartier · 10 years ago
  50. 7247af5 Fix zygote space and non moving space map names by Mathieu Chartier · 10 years ago
  51. 017ff87 Merge "Fix transitive equality error in set." by Mathieu Chartier · 10 years ago
  52. 88f21ca Fix transitive equality error in set. by Mathieu Chartier · 10 years ago
  53. 834896d Merge "Improvements to the ARM64 disassembler." by Ian Rogers · 10 years ago
  54. 7b5f98e Merge "Fix the last users of TARGET_CPU_SMP." by Ian Rogers · 10 years ago
  55. 8366ca0 Fix the last users of TARGET_CPU_SMP. by Elliott Hughes · 10 years ago
  56. 8542ff3 Merge "AArch64: Addressing Cortex-A53 erratum 835769." by Ian Rogers · 10 years ago
  57. cee552a Merge "ART: X86Mir2Lir::OpRegRegReg should expect kOpMul for r_dest == r_src2 case" by Bill Buzbee · 10 years ago
  58. f91ffc6 Merge "Fix safepoint bug when computing live registers." by Nicolas Geoffray · 10 years ago
  59. 87d0376 Fix safepoint bug when computing live registers. by Nicolas Geoffray · 10 years ago
  60. 82bea60 Merge "Fix a memory leak in jni_internal_test." by Ian Rogers · 10 years ago
  61. dd11d2a Fix a memory leak in jni_internal_test. by Ian Rogers · 10 years ago
  62. 28bc987 Prune image cache if the boot marker is still in place. by Narayan Kamath · 10 years ago
  63. 6a0ac5c Merge "Use HOptimization abstraction for running optimizations." by Nicolas Geoffray · 10 years ago
  64. 79cff58 Merge "Remove file added after bad cherry pick." by Nicolas Geoffray · 10 years ago
  65. 5e6916c Use HOptimization abstraction for running optimizations. by Nicolas Geoffray · 10 years ago
  66. e3a16db Remove file added after bad cherry pick. by Nicolas Geoffray · 10 years ago
  67. d79ac38 Merge "Quick compiler: fix x86 special identity" by buzbee · 10 years ago
  68. 4ee71b2 ART: X86Mir2Lir::OpRegRegReg should expect kOpMul for r_dest == r_src2 case by Pavel Vyssotski · 10 years ago
  69. f392879 JDWP: only deoptimize when it is required by Sebastien Hertz · 10 years ago
  70. e8f74e5 Quick compiler: fix x86 special identity by buzbee · 10 years ago
  71. a500b03 Merge "Consistently use k{InstructionSet}WordSize." by Nicolas Geoffray · 10 years ago
  72. 1724334 Merge "Use cross-compilation helper." by Nicolas Geoffray · 10 years ago
  73. 86a8d7a Consistently use k{InstructionSet}WordSize. by Nicolas Geoffray · 10 years ago
  74. 4179cc1 Use cross-compilation helper. by Nicolas Geoffray · 10 years ago
  75. 255a5bd Merge "ART: Track Flush & Close in FdFile" by Andreas Gampe · 10 years ago
  76. 4303ba9 ART: Track Flush & Close in FdFile by Andreas Gampe · 10 years ago
  77. e5f88fe Merge "Fix no relocate host tests" by Mathieu Chartier · 10 years ago
  78. 130914e Fix no relocate host tests by Mathieu Chartier · 10 years ago
  79. a971100 Merge "ART: Build fix" by Andreas Gampe · 10 years ago
  80. 4a962e5 ART: Build fix by Andreas Gampe · 10 years ago
  81. f90866a Merge "Change 64 bit ArtMethod fields to be pointer sized" by Mathieu Chartier · 10 years ago
  82. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  83. e049168 Merge "Do not try to sharpen super calls to abstract methods." by Vladimir Marko · 10 years ago
  84. 920506d Do not try to sharpen super calls to abstract methods. by Vladimir Marko · 10 years ago
  85. d3b0c55 Merge "Fix typo." by Nicolas Geoffray · 10 years ago
  86. 5680ba9 Fix typo. by Nicolas Geoffray · 10 years ago
  87. ee54634 Merge "Opt compiler: Add support for more IRs on arm64." by Nicolas Geoffray · 10 years ago
  88. 67555f7 Opt compiler: Add support for more IRs on arm64. by Alexandre Rames · 10 years ago
  89. f18b92f LSRA: Fix X86 shuffle flags by Dmitry Petrochenko · 10 years ago
  90. 65420b2 AArch64: Addressing Cortex-A53 erratum 835769. by Matteo Franchin · 10 years ago
  91. bf75c5c Merge "Fix a bug in the type propagation phase of optimizing." by Nicolas Geoffray · 10 years ago
  92. 27e49ba Merge "Add support for int-to-float & int-to-double in optimizing." by Roland Levillain · 10 years ago
  93. 440e3e3 Merge "Enable the hspace compaction on OOM by default." by Hiroshi Yamauchi · 10 years ago
  94. 20ed5af Enable the hspace compaction on OOM by default. by Hiroshi Yamauchi · 10 years ago
  95. 6eb53ad Merge "Add denver64 as a known ARM64 variant." by Ian Rogers · 10 years ago
  96. d9df670 Add denver64 as a known ARM64 variant. by Ian Rogers · 10 years ago
  97. a2eb8cb Merge "Change IsZygote test to !IsCompiler" by Mathieu Chartier · 10 years ago
  98. 9c7d8bc Change IsZygote test to !IsCompiler by Mathieu Chartier · 10 years ago
  99. 974eb95 Merge "Combine image string char arrays into single array" by Mathieu Chartier · 10 years ago
  100. fd04b6f Combine image string char arrays into single array by Mathieu Chartier · 10 years ago