1. 1e953c3 Merge "Some minor simplifications in code and tests." by Aart Bik · 9 years ago
  2. 7ccb63f Merge "Enable interface default methods by default." by Alex Light · 9 years ago
  3. 9724c63 Enable interface default methods by default. by Neil Fuller · 9 years ago
  4. 09e8d5f Some minor simplifications in code and tests. by Aart Bik · 9 years ago
  5. 8881c42 Merge "Revert "Lift the spill at each irreducible loop block restriction."" by Bart Sears · 9 years ago
  6. 2818dbc Revert "Lift the spill at each irreducible loop block restriction." by Bart Sears · 9 years ago
  7. a00d5fe Merge "Lift the spill at each irreducible loop block restriction." by Nicolas Geoffray · 9 years ago
  8. 8eb3871 Merge "ART: Remove another unnecessary mutator lock annotation." by Vladimir Marko · 9 years ago
  9. 8697355 ART: Remove another unnecessary mutator lock annotation. by Vladimir Marko · 9 years ago
  10. 29347e8 Merge "Disable interpreter run-tests occasionally failing with CC." by Roland Levillain · 9 years ago
  11. 3260e11 Merge "ART: Remove some unnecessary mutator lock annotations." by Vladimir Marko · 9 years ago
  12. b0659e6 Disable interpreter run-tests occasionally failing with CC. by Roland Levillain · 9 years ago
  13. 005e4b3 Merge "Add profile support for apps with shared runtime." by Calin Juravle · 9 years ago
  14. b4eddd2 Add profile support for apps with shared runtime. by Calin Juravle · 9 years ago
  15. 7653b09 Merge "Add dependency on liblzma." by David Srbecky · 9 years ago
  16. 79e9f43 Lift the spill at each irreducible loop block restriction. by Nicolas Geoffray · 9 years ago
  17. a87104f Merge "[WIP] ART Mterp: fix for hidden gc roots" by Bill Buzbee · 9 years ago
  18. f39745e ART: Remove some unnecessary mutator lock annotations. by Vladimir Marko · 9 years ago
  19. 36867b4 Merge "Generate DWARF line numbers only for points with dex register map." by David Srbecky · 9 years ago
  20. d112827 Add dependency on liblzma. by David Srbecky · 9 years ago
  21. 0f27b87 Merge "Disable run-tests causing occasional timeouts with CC." by Roland Levillain · 9 years ago
  22. 78ebe4a Disable run-tests causing occasional timeouts with CC. by Roland Levillain · 9 years ago
  23. 9cea913 Merge "Fix non-Linux builds." by Roland Levillain · 9 years ago
  24. d817560 Fix non-Linux builds. by Roland Levillain · 9 years ago
  25. 1bceafb Merge "Improve gethostbyname_r use in art::JDWP::JdwpSocketState::Establish." by Roland Levillain · 9 years ago
  26. a2c97a9 [WIP] ART Mterp: fix for hidden gc roots by buzbee · 9 years ago
  27. 8feb2cc Merge "Reduce app image log spam" by Mathieu Chartier · 9 years ago
  28. e778fc7 Reduce app image log spam by Mathieu Chartier · 9 years ago
  29. 1af0204 Merge "Revert "Revert "Load app images""" by Mathieu Chartier · 9 years ago
  30. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  31. c7f4e3a Merge "Only create non-moving space at fixed address if zygote" by Mathieu Chartier · 9 years ago
  32. 966f533 Only create non-moving space at fixed address if zygote by Mathieu Chartier · 9 years ago
  33. 3cbad24 Improve gethostbyname_r use in art::JDWP::JdwpSocketState::Establish. by Roland Levillain · 9 years ago
  34. 4fe6ce5 Merge "Use dlmalloc from external/dlmalloc instead of bionic/." by Josh Gao · 9 years ago
  35. 1acf046 Merge "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 9 years ago
  36. 8546cc9 Revert "Add option to generate compressed backtrace info." by David Srbecky · 9 years ago
  37. 4f50ee2 Generate DWARF line numbers only for points with dex register map. by David Srbecky · 9 years ago
  38. 6a75b9e Merge "Fix MIPS64 booting problem" by Vladimir Marko · 9 years ago
  39. e0ce2c9 Merge "Add option to generate compressed backtrace info." by David Srbecky · 9 years ago
  40. 226ba9b Merge "Revert "Optimizing: double-negated bitwise operations simplifications"" by Nicolas Geoffray · 9 years ago
  41. 737c0a9 Revert "Optimizing: double-negated bitwise operations simplifications" by Nicolas Geoffray · 9 years ago
  42. eaafd6e Merge "Revert "X86: Use the constant area for more operations."" by Nicolas Geoffray · 9 years ago
  43. cf8d1bb Revert "X86: Use the constant area for more operations." by Nicolas Geoffray · 9 years ago
  44. 62e38f7 Merge "Optimizing: double-negated bitwise operations simplifications" by Nicolas Geoffray · 9 years ago
  45. 3753839 Merge "X86: Use the constant area for more operations." by Nicolas Geoffray · 9 years ago
  46. 5d5dbeb Merge "Revert "Load app images"" by Nicolas Geoffray · 9 years ago
  47. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  48. 01ebf4a Merge "Disable the CC collector verbose log." by Hiroshi Yamauchi · 9 years ago
  49. 16d3484 Merge "Temporarily disable some libcore tests for the CC collector." by Hiroshi Yamauchi · 9 years ago
  50. 3c44893 Disable the CC collector verbose log. by Hiroshi Yamauchi · 9 years ago
  51. f8df1f2 Temporarily disable some libcore tests for the CC collector. by Hiroshi Yamauchi · 9 years ago
  52. 0fa11f4 Merge "Bump image version" by Mathieu Chartier · 9 years ago
  53. 0870770 Bump image version by Mathieu Chartier · 9 years ago
  54. 4e5e65d Merge "Load app images" by Mathieu Chartier · 9 years ago
  55. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  56. dc00454 X86: Use the constant area for more operations. by Mark Mendell · 9 years ago
  57. 2d0582b Merge "Raise ulimit for run-test 961." by Alex Light · 9 years ago
  58. 3220a6d Use dlmalloc from external/dlmalloc instead of bionic/. by Josh Gao · 9 years ago
  59. 4694e82 Raise ulimit for run-test 961. by Alex Light · 9 years ago
  60. 5fdcc3c Add option to generate compressed backtrace info. by David Srbecky · 9 years ago
  61. 9500529 Merge "Improve documentation and assertions of read barrier instrumentation." by Roland Levillain · 9 years ago
  62. 6f007eb Merge "Allow x86 memory operands for 64-bit popcnt on x86." by Aart Bik · 9 years ago
  63. aade534 Merge "Generate unique ID for each type during native debugging." by David Srbecky · 9 years ago
  64. 9b3607d Generate unique ID for each type during native debugging. by David Srbecky · 9 years ago
  65. e8df33e Merge "Create helper class for DWARF expressions." by David Srbecky · 9 years ago
  66. 9679849 Optimizing: double-negated bitwise operations simplifications by Kevin Brodsky · 9 years ago
  67. 91cb54e Create helper class for DWARF expressions. by David Srbecky · 9 years ago
  68. 7d9f95f Merge "Revert "Revert "ARM64 Baker's read barrier fast path implementation.""" by Roland Levillain · 9 years ago
  69. 8ed1826 Fix MIPS64 booting problem by Goran Jakovljevic · 9 years ago
  70. a7d507e Merge "Revert "Revert "Fast ART x86 interpreter""" by Bill Buzbee · 9 years ago
  71. 87f7dfc Merge "Revert "Revert "Inline methods with loops.""" by Nicolas Geoffray · 9 years ago
  72. 788f2f0 Revert "Revert "Inline methods with loops."" by Nicolas Geoffray · 9 years ago
  73. d30de5b Merge "Revert "Revert "Revert "Change condition to opposite if lhs is constant"""" by Nicolas Geoffray · 9 years ago
  74. d4aee94 Revert "Revert "Revert "Change condition to opposite if lhs is constant""" by Nicolas Geoffray · 9 years ago
  75. 95e7ffc Improve documentation and assertions of read barrier instrumentation. by Roland Levillain · 9 years ago
  76. 4401586 Revert "Revert "ARM64 Baker's read barrier fast path implementation."" by Roland Levillain · 9 years ago
  77. 3451383 Merge "With irreducible loops, we can have a null destination." by Nicolas Geoffray · 9 years ago
  78. 04eb70f With irreducible loops, we can have a null destination. by Nicolas Geoffray · 9 years ago
  79. c24b8df Merge "Disable flaky test." by Nicolas Geoffray · 9 years ago
  80. 836f7ee Disable flaky test. by Nicolas Geoffray · 9 years ago
  81. 45ec096 Merge "Revert "Revert "Change condition to opposite if lhs is constant""" by Nicolas Geoffray · 9 years ago
  82. c54ec90 Merge "Revert "Some minor simplifications in code and tests."" by Nicolas Geoffray · 9 years ago
  83. 69fd1b5 Revert "Some minor simplifications in code and tests." by Nicolas Geoffray · 9 years ago
  84. ca9f686 Merge "Revert "ARM/ARM64: Extend support of instruction combining."" by Nicolas Geoffray · 9 years ago
  85. 6b5afdd Revert "ARM/ARM64: Extend support of instruction combining." by Nicolas Geoffray · 9 years ago
  86. 884e54c Revert "Revert "Change condition to opposite if lhs is constant"" by Nicolas Geoffray · 9 years ago
  87. 46ac34f Merge "Update to INFO to not confuse adb logcat readers." by Nicolas Geoffray · 9 years ago
  88. 475a05e Merge "Fix cpu-info/cpp-defines mismatch." by Aart Bik · 9 years ago
  89. 715d06b Fix cpu-info/cpp-defines mismatch. by Aart Bik · 9 years ago
  90. 48dfaba Merge "Disable Homogeneous space for dex2oat" by Mathieu Chartier · 9 years ago
  91. 58e87ac Merge "Revert "Revert "run-test: Add tests for 1.8 reflection implementations""" by Alex Light · 9 years ago
  92. eb804f6 Merge "Use current pid not tid to create a backtrace map." by Christopher Ferris · 9 years ago
  93. 2a94607 Allow x86 memory operands for 64-bit popcnt on x86. by Aart Bik · 9 years ago
  94. 20a96c6 Merge "Support for x86 popcnt." by Aart Bik · 9 years ago
  95. 7c58bd4 Revert "Revert "Fast ART x86 interpreter"" by Bill Buzbee · 9 years ago
  96. c39dac1 Support for x86 popcnt. by Aart Bik · 9 years ago
  97. 8e629e6 Merge "Add a METHOD_SUPER to the MethodType enum." by Alex Light · 9 years ago
  98. 14de51f Merge "Revert "ARM64 Baker's read barrier fast path implementation."" by Mathieu Chartier · 9 years ago
  99. 28a2ff0 Revert "ARM64 Baker's read barrier fast path implementation." by Mathieu Chartier · 9 years ago
  100. ba6af71 Revert "Revert "run-test: Add tests for 1.8 reflection implementations"" by Alex Light · 9 years ago