1. 425640d Merge "Use LIRSlowPath for throwing NPE." by Mingyao Yang · 11 years ago
  2. 79f2c53 Merge "String.IndexOf method handles negative start index value in incorrect way" by Bill Buzbee · 11 years ago
  3. 984cd08 Merge "Code cleanup in preparation for x64 backend." by Nicolas Geoffray · 11 years ago
  4. a747a39 Code cleanup in preparation for x64 backend. by Nicolas Geoffray · 11 years ago
  5. c2b2bbf Merge "Simplify HInvokeStatic code generation." by Nicolas Geoffray · 11 years ago
  6. db928fc Simplify HInvokeStatic code generation. by Nicolas Geoffray · 11 years ago
  7. a1758d8 String.IndexOf method handles negative start index value in incorrect way by Alexei Zavjalov · 11 years ago
  8. e8b2e6e Merge "Preparation for transition to libc++." by Ian Rogers · 11 years ago
  9. bd5ea6a Preparation for transition to libc++. by Ian Rogers · 11 years ago
  10. f7933e7 Merge "Disable another timing sensitive test on dist builds" by Brian Carlstrom · 11 years ago
  11. 520ab87 Merge "Build dex2oat as 64b for the target when using zygote64" by Andreas Gampe · 11 years ago
  12. 6b5123f Disable another timing sensitive test on dist builds by Brian Carlstrom · 11 years ago
  13. 5e17616 Merge "Fix volatile wide put/get to be atomic on x86 arch" by Ian Rogers · 11 years ago
  14. b4b0667 Fix volatile wide put/get to be atomic on x86 arch by Yevgeny Rouban · 11 years ago
  15. 5a9cef8 Build dex2oat as 64b for the target when using zygote64 by Andreas Gampe · 11 years ago
  16. a214996 Merge "Decrease target utilization for foreground apps." by Mathieu Chartier · 11 years ago
  17. e643a17 Use LIRSlowPath for throwing NPE. by Mingyao Yang · 11 years ago
  18. 2f8da3e Decrease target utilization for foreground apps. by Mathieu Chartier · 11 years ago
  19. df4f96a Merge "Fix thread join hangs" by Ian Rogers · 11 years ago
  20. d0235a3 Merge "Fix typo in ISA centralization" by Andreas Gampe · 11 years ago
  21. 68f3e09 Fix typo in ISA centralization by Andreas Gampe · 11 years ago
  22. b94fae6 Merge "Centralize instruction-set pointer-size, alignment, 64b-width code in instruction_set.h/cc" by Andreas Gampe · 11 years ago
  23. 2faf284 Merge "Long support in optimizing compiler." by Nicolas Geoffray · 11 years ago
  24. 01bc96d Long support in optimizing compiler. by Nicolas Geoffray · 11 years ago
  25. 63e8a68 Fix thread join hangs by Yevgeny Rouban · 11 years ago
  26. a3eaf66 Merge "Disable JDWP field watchpoint capabilities" by Sebastien Hertz · 11 years ago
  27. cf7bea3 Disable JDWP field watchpoint capabilities by Sebastien Hertz · 11 years ago
  28. 51f32a6 Merge "Allow use of instance filter for JDWP events" by Sebastien Hertz · 11 years ago
  29. 172109b Merge "Fix JDWP count event modifier" by Sebastien Hertz · 11 years ago
  30. 9623c66 Merge "Less confusing heap transition message." by Mathieu Chartier · 11 years ago
  31. dcee9ee Less confusing heap transition message. by Mathieu Chartier · 11 years ago
  32. ebc726a Merge "Don't call SetFootprintLimit in CreateZygoteSpace." by Mathieu Chartier · 11 years ago
  33. c4d095b Don't call SetFootprintLimit in CreateZygoteSpace. by Mathieu Chartier · 11 years ago
  34. 5f4e6f5 Allow use of instance filter for JDWP events by Sebastien Hertz · 11 years ago
  35. 4320779 Fix JDWP count event modifier by Sebastien Hertz · 11 years ago
  36. c311d0c Merge "Prepare field watchpoint support" by Sebastien Hertz · 11 years ago
  37. 3f52eaf Prepare field watchpoint support by Sebastien Hertz · 11 years ago
  38. 0a01b38 Merge "Clear unused roots from debugger" by Sebastien Hertz · 11 years ago
  39. 1837bcb Merge "Deduplicate code starting JDWP thread" by Sebastien Hertz · 11 years ago
  40. 30143fd Merge "Fix clang build." by Mathieu Chartier · 11 years ago
  41. e9ea70b Fix clang build. by Mathieu Chartier · 11 years ago
  42. 949e5fd Merge "art_quick_unlock_object uses comparison incorrectly" by Ian Rogers · 11 years ago
  43. d6b9b62 Merge "Refactor space bitmap to support different alignments." by Mathieu Chartier · 11 years ago
  44. 107cbcc Merge "Reduce bump pointer space capacity." by Mathieu Chartier · 11 years ago
  45. 309e3bf Reduce bump pointer space capacity. by Mathieu Chartier · 11 years ago
  46. 0cedc9b Merge "Recognize and ignore options '-ea' and '-da'" by Brian Carlstrom · 11 years ago
  47. af13ad9 Centralize instruction-set pointer-size, alignment, 64b-width code by Andreas Gampe · 11 years ago
  48. a6119a2 Recognize and ignore options '-ea' and '-da' by Yevgeny Rouban · 11 years ago
  49. a8e8f9c Refactor space bitmap to support different alignments. by Mathieu Chartier · 11 years ago
  50. bb5c355 Deduplicate code starting JDWP thread by Sebastien Hertz · 11 years ago
  51. bb43b43 Clear unused roots from debugger by Sebastien Hertz · 11 years ago
  52. 043a7a6 Merge "Fix hammerhead phone boot on master." by Mathieu Chartier · 11 years ago
  53. 7840888 Fix hammerhead phone boot on master. by Mathieu Chartier · 11 years ago
  54. 95cd066 Merge "Fix heap verification with SS/GSS." by Mathieu Chartier · 11 years ago
  55. b272cd3 Fix heap verification with SS/GSS. by Mathieu Chartier · 11 years ago
  56. 2480156 Merge "Fix an occasional ThreadStress crash." by Hiroshi Yamauchi · 11 years ago
  57. 37df286 Merge "Clean-up heap spaces." by Mathieu Chartier · 11 years ago
  58. d20aba1 Fix an occasional ThreadStress crash. by Hiroshi Yamauchi · 11 years ago
  59. 31f4414 Clean-up heap spaces. by Mathieu Chartier · 11 years ago
  60. 9b417e4 Merge "AArch64: List arm64 as instruction set option" by Andreas Gampe · 11 years ago
  61. 04ae163 AArch64: List arm64 as instruction set option by Stuart Monteith · 11 years ago
  62. b0f420f Merge "Prevent deadlocks in Runtime::Abort." by Mathieu Chartier · 11 years ago
  63. c7a966d Prevent deadlocks in Runtime::Abort. by Mathieu Chartier · 11 years ago
  64. 5960536 Merge "AArch64: Jni compiler fixes" by Andreas Gampe · 11 years ago
  65. 75b9113 AArch64: Jni compiler fixes by Serban Constantinescu · 11 years ago
  66. f73e1e6 Merge "Insert read barriers in more places." by Hiroshi Yamauchi · 11 years ago
  67. 7971928 Insert read barriers in more places. by Hiroshi Yamauchi · 11 years ago
  68. 3c135e7 Merge "Fix race condition in TransitionCollector." by Mathieu Chartier · 11 years ago
  69. a5cb220 Merge "Fix problem with empty profiles." by Dave Allison · 11 years ago
  70. 644789f Fix problem with empty profiles. by Dave Allison · 11 years ago
  71. b38d483 Fix race condition in TransitionCollector. by Mathieu Chartier · 11 years ago
  72. e81a7c3 Merge "art: Use SIRT::GetAlignedSirtSizeTarget in calling convention" by Andreas Gampe · 11 years ago
  73. 135016a art: Use SIRT::GetAlignedSirtSizeTarget in calling convention by Dmitry Petrochenko · 11 years ago
  74. e78d4e1 art_quick_unlock_object uses comparison incorrectly by Serguei Katkov · 11 years ago
  75. 22839a6 Merge "AArch64 code alignment is 4 for OatWriter" by Andreas Gampe · 11 years ago
  76. 08f068c AArch64 code alignment is 4 for OatWriter by Andreas Gampe · 11 years ago
  77. 6a12a03 Merge "Change FindClass in GetQuickInvokedMethod to use reg_types_." by Mathieu Chartier · 11 years ago
  78. f3b4af1 Merge "Revert "Revert "Revert "Use trampolines for calls to helpers"""" by Dave Allison · 11 years ago
  79. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 11 years ago
  80. 4b06a72 Change FindClass in GetQuickInvokedMethod to use reg_types_. by Mathieu Chartier · 11 years ago
  81. e0faba6 Merge "Add mean GC duration to DumpGcPerformanceInfo." by Mathieu Chartier · 11 years ago
  82. 0397b0d Merge "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 11 years ago
  83. a551fa5 Merge "Switch profiler off by default" by Dave Allison · 11 years ago
  84. 2d524dd Switch profiler off by default by Dave Allison · 11 years ago
  85. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 11 years ago
  86. b6898f5 Add mean GC duration to DumpGcPerformanceInfo. by Mathieu Chartier · 11 years ago
  87. b24b0e2 Merge "ARM64: Fix array out of bounds access in DoLongJump" by Andreas Gampe · 11 years ago
  88. dc9009e Merge "Adjust sticky GC ergonomics." by Mathieu Chartier · 11 years ago
  89. a376328 ARM64: Fix array out of bounds access in DoLongJump by Andreas Gampe · 11 years ago
  90. df86d1f Adjust sticky GC ergonomics. by Mathieu Chartier · 11 years ago
  91. 8edd574 Merge "GSS: Fix the bump pointer space only collection." by Hiroshi Yamauchi · 11 years ago
  92. 0b59c11 Merge "Fix ARM64 invoke stubs, correct CFI directives" by Andreas Gampe · 11 years ago
  93. df386c5 GSS: Fix the bump pointer space only collection. by Hiroshi Yamauchi · 11 years ago
  94. 03906cf Fix ARM64 invoke stubs, correct CFI directives by Andreas Gampe · 11 years ago
  95. f2a26ad Merge "Reset GC timings after SIGQUIT." by Mathieu Chartier · 11 years ago
  96. 9b95c56 Merge "Better error reporting when loading dex files" by Andreas Gampe · 11 years ago
  97. 329d188 Better error reporting when loading dex files by Andreas Gampe · 11 years ago
  98. 5a48719 Reset GC timings after SIGQUIT. by Mathieu Chartier · 11 years ago
  99. a6b20c3 Merge "ART: A workaround for a wrongly-read caller's frame" by Andreas Gampe · 11 years ago
  100. 0833af6 Merge "Tweaked profile significant_difference." by Calin Juravle · 11 years ago