1. 919f553 Revert "Write dex files to oat file early." by Vladimir Marko · 9 years ago
  2. 625a64a Write dex files to oat file early. by Vladimir Marko · 9 years ago
  3. e1b0f47 Merge "ART: Fix CompilerDriver::AreInSameOatFile()." by Vladimir Marko · 9 years ago
  4. 0b8cdfa ART: Fix CompilerDriver::AreInSameOatFile(). by Vladimir Marko · 9 years ago
  5. 2894346 Merge "ART: Remove incorrect HFakeString optimization" by David Brazdil · 9 years ago
  6. 68c56ae Merge "ART: Mterp - remove redundant null check" by Bill Buzbee · 9 years ago
  7. c753c96 Merge "New failures due to linker issue." by Nicolas Geoffray · 9 years ago
  8. 40f9252 New failures due to linker issue. by Nicolas Geoffray · 9 years ago
  9. bb6e726 ART: Mterp - remove redundant null check by buzbee · 9 years ago
  10. bce0590 Merge "Allow multi-image dex2oat to tolerate missing dex files." by Jeff Hao · 9 years ago
  11. f7504cd Merge "Add test for bad linkage of overriden package-private method." by Mathieu Chartier · 9 years ago
  12. 30af8dd Add test for bad linkage of overriden package-private method. by Pavel Vyssotski · 9 years ago
  13. f8f4511 Merge "Revert "Create parent class loader for dex2oat"" by Mathieu Chartier · 9 years ago
  14. 966878d Revert "Create parent class loader for dex2oat" by Mathieu Chartier · 9 years ago
  15. 436183f Allow multi-image dex2oat to tolerate missing dex files. by Jeff Hao · 9 years ago
  16. f8b122b Merge "Yet another python3 dependency." by Nicolas Geoffray · 9 years ago
  17. 812dd36 Yet another python3 dependency. by Nicolas Geoffray · 9 years ago
  18. 22b8314 Merge "Don't allow thread suspension in ProfilingInfo::Create" by Mathieu Chartier · 9 years ago
  19. 3fdb3fe Don't allow thread suspension in ProfilingInfo::Create by Mathieu Chartier · 9 years ago
  20. 947cb4f Merge "Implement irreducible loop support in optimizing." by Nicolas Geoffray · 9 years ago
  21. 7b4199a Merge "Support directly invoking interface default methods" by Alex Light · 9 years ago
  22. 15db4dc Merge "Update `ValidateInvokeRuntime()` and HDivZeroCheck." by Roland Levillain · 9 years ago
  23. 6de1938 ART: Remove incorrect HFakeString optimization by David Brazdil · 9 years ago
  24. be55805 Merge "Fix braino in parameters passed." by Nicolas Geoffray · 9 years ago
  25. c3fec4c Fix braino in parameters passed. by Nicolas Geoffray · 9 years ago
  26. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 9 years ago
  27. 8422edd Merge "MIPS32: don't use R2+ instructions (mthc1, mfhc1) on MIPS32R1 or with 32-bit FPUs." by Roland Levillain · 9 years ago
  28. f50d7ea Merge "Fix lint error." by Nicolas Geoffray · 9 years ago
  29. a83c675 Fix lint error. by Nicolas Geoffray · 9 years ago
  30. 6d6d368 Merge "Ignore 141-class-unload failures with JIT and CC." by Roland Levillain · 9 years ago
  31. 0fa5119 Merge "Ignore GZIPOutputStreamTest failures with concurrent collector." by Roland Levillain · 9 years ago
  32. 3c36f66 Ignore 141-class-unload failures with JIT and CC. by Roland Levillain · 9 years ago
  33. 34b6b39 Ignore GZIPOutputStreamTest failures with concurrent collector. by Roland Levillain · 9 years ago
  34. da88e57 Merge "Don't encode a DexRegisterMap if there is no live register." by Nicolas Geoffray · 9 years ago
  35. 2675173 Merge "Support --perf with jitted code." by Nicolas Geoffray · 9 years ago
  36. 8e6b237 Merge "MIPS: Improve conversion between ints and floats." by Roland Levillain · 9 years ago
  37. 4b45bb9 Merge "MIPS: HRor clean-up" by Roland Levillain · 9 years ago
  38. bb9863a MIPS32: don't use R2+ instructions (mthc1, mfhc1) on MIPS32R1 or by Alexey Frunze · 9 years ago
  39. f5b84ee Merge "Rosalloc fast path in assembly for MIPS32" by Hans Boehm · 9 years ago
  40. baf60b7 MIPS: Improve conversion between ints and floats. by Alexey Frunze · 9 years ago
  41. c54ddd2 Merge "Add test for calling into destroyed JNI env" by Mathieu Chartier · 9 years ago
  42. fc7acf9 Add test for calling into destroyed JNI env by Mathieu Chartier · 9 years ago
  43. 0d9150b MIPS: HRor clean-up by Alexey Frunze · 9 years ago
  44. e56234b Merge "ART: Mterp read barrier fix + minor cleanup" by Bill Buzbee · 9 years ago
  45. 76833da ART: Mterp read barrier fix + minor cleanup by buzbee · 9 years ago
  46. 08d3ab5 Merge "Fixed bug with hoisting/deopting in taken-block instead of preheader. With a fail-before pass-after regression test." by Aart Bik · 9 years ago
  47. f96c43e Merge "Reduce code size by sharing slow paths." by Aart Bik · 9 years ago
  48. dae9fd5 Merge "Sort output of a find command in makefile" by Alex Light · 9 years ago
  49. 55b14df Fixed bug with hoisting/deopting in taken-block instead of preheader. by Aart Bik · 9 years ago
  50. f8011ed Merge "Add DWARF type information generation." by David Srbecky · 9 years ago
  51. 86e4278 Add DWARF type information generation. by Tamas Berghammer · 9 years ago
  52. b8a20aa Merge "Report DWARF debug information for JITed code." by David Srbecky · 9 years ago
  53. a25dce9 Support --perf with jitted code. by Nicolas Geoffray · 9 years ago
  54. 5cc349f Report DWARF debug information for JITed code. by David Srbecky · 9 years ago
  55. d6ff932 Merge "MIPS64: Fix stub_test" by Vladimir Marko · 9 years ago
  56. 780aece Update `ValidateInvokeRuntime()` and HDivZeroCheck. by Alexandre Rames · 9 years ago
  57. a38e418 Merge "HDeoptimize can also trigger GC." by Nicolas Geoffray · 9 years ago
  58. 1cde058 HDeoptimize can also trigger GC. by Nicolas Geoffray · 9 years ago
  59. dc2388f MIPS64: Fix stub_test by Goran Jakovljevic · 9 years ago
  60. 185be57 Merge "Fix memory fences in the ARM64 UnsafeCas intrinsics." by Roland Levillain · 9 years ago
  61. 5e0f5fc Merge "Disable --generate-debug-info by default in all cases." by David Srbecky · 9 years ago
  62. bb3a8bd Merge "Set side effects to HNullCheck and HBoundsCheck." by Nicolas Geoffray · 9 years ago
  63. 1af564e Set side effects to HNullCheck and HBoundsCheck. by Nicolas Geoffray · 9 years ago
  64. 67fcbd4 Merge "MIPS: Implement HRor" by Vladimir Marko · 9 years ago
  65. 42249c3 Reduce code size by sharing slow paths. by Aart Bik · 9 years ago
  66. 80c0d79 Sort output of a find command in makefile by Alex Light · 9 years ago
  67. 922698d Merge "Disable mterp for the read barrier config." by Hiroshi Yamauchi · 9 years ago
  68. 705ad49 Support directly invoking interface default methods by Alex Light · 9 years ago
  69. 0b0dc29 Merge "Correct value_type for some TrackingAllocators." by Dan Albert · 9 years ago
  70. cc7b9ff Merge "Do not leave intermediate addresses across Java calls." by Mathieu Chartier · 9 years ago
  71. afeb309 Correct value_type for some TrackingAllocators. by Dan Albert · 9 years ago
  72. f5ef541 Merge "Revert "Disable flaky test on host."" by Mathieu Chartier · 9 years ago
  73. 37fad75 Merge "Disable mterp if unstarted runtime" by Bill Buzbee · 9 years ago
  74. 64320f9 Disable mterp if unstarted runtime by buzbee · 9 years ago
  75. 7ca9557 Revert "Disable flaky test on host." by Mathieu Chartier · 9 years ago
  76. e42edce Merge "Add sleep in SuspendAllDaemonThreadsForShutdown" by Mathieu Chartier · 9 years ago
  77. 987e44e Disable mterp for the read barrier config. by Hiroshi Yamauchi · 9 years ago
  78. 39209f8 Merge "Disable tests while investigating." by Nicolas Geoffray · 9 years ago
  79. 1c4ae8c Disable tests while investigating. by Nicolas Geoffray · 9 years ago
  80. 62597d1 Add sleep in SuspendAllDaemonThreadsForShutdown by Mathieu Chartier · 9 years ago
  81. e5ccffb Merge "Ignore ZipFileTest and ZipInputStreamTest failures with CC." by Roland Levillain · 9 years ago
  82. 7e3059a Ignore ZipFileTest and ZipInputStreamTest failures with CC. by Roland Levillain · 9 years ago
  83. a3eca2d Do not leave intermediate addresses across Java calls. by Nicolas Geoffray · 9 years ago
  84. 3e09eeb Disable --generate-debug-info by default in all cases. by David Srbecky · 9 years ago
  85. 2f01257 Merge "Revert "Change condition to opposite if lhs is constant"" by Nicolas Geoffray · 9 years ago
  86. a05cacc Revert "Change condition to opposite if lhs is constant" by Nicolas Geoffray · 9 years ago
  87. b8b040a Merge "Change condition to opposite if lhs is constant" by Nicolas Geoffray · 9 years ago
  88. f9f196c Change condition to opposite if lhs is constant by Anton Shamin · 9 years ago
  89. 3da15f8 Merge "Optimizing/ARM: Fix CmpConstant()." by Vladimir Marko · 9 years ago
  90. a21489e Merge "Clean up SwapSpace." by Vladimir Marko · 9 years ago
  91. 4bedb38 Fix memory fences in the ARM64 UnsafeCas intrinsics. by Roland Levillain · 9 years ago
  92. 93616c6 Merge "Ignore libcore.java.lang.OldSystemTest#test_gc failures with CC." by Roland Levillain · 9 years ago
  93. e693ba1 Ignore libcore.java.lang.OldSystemTest#test_gc failures with CC. by Roland Levillain · 9 years ago
  94. c3ba07e Merge "Fast Art interpreter" by Bill Buzbee · 9 years ago
  95. 1452bee Fast Art interpreter by buzbee · 9 years ago
  96. 7f9ea14 Merge "Isolate concurrent collector related libcore failures." by Roland Levillain · 9 years ago
  97. 4337c94 Merge "Remove ElfFile::GdbJITSupport" by David Srbecky · 9 years ago
  98. 0de47bb Merge "ART: Use libopenjdkd" by Andreas Gampe · 9 years ago
  99. afd6f9e Isolate concurrent collector related libcore failures. by Roland Levillain · 9 years ago
  100. 5d55d9a Remove ElfFile::GdbJITSupport by David Srbecky · 9 years ago