1. f2a5c9c Disable JDWP tests with read barriers. by Roland Levillain · 9 years ago
  2. db001ab Merge "Make target-sync work with verity." by Alex Light · 9 years ago
  3. 67e0ad6 Merge "ARM64: Add support for multiply-accumulate." by Vladimir Marko · 9 years ago
  4. 349106d Merge "ART: Fix wide stores in Optimizing" by David Brazdil · 9 years ago
  5. eb4955b Merge "Optimizing: Avoid a PrettyMethod() call per compiled method." by Vladimir Marko · 9 years ago
  6. 0d1caa5 Optimizing: Avoid a PrettyMethod() call per compiled method. by Vladimir Marko · 9 years ago
  7. 809d70f ART: Fix wide stores in Optimizing by David Brazdil · 9 years ago
  8. 6d92d59 Merge "Do not change to the access check entrypoint when inlined." by Nicolas Geoffray · 9 years ago
  9. 8e1ef53 Do not change to the access check entrypoint when inlined. by Nicolas Geoffray · 9 years ago
  10. f180af0 Merge "Optimizing/ARM: Improve long shifts by 1." by Vladimir Marko · 9 years ago
  11. 97cd5bb Merge "Optimizing/Thumb2: Improve load/store for large offsets." by Vladimir Marko · 9 years ago
  12. dde8b86 Merge "Fix lint error." by Nicolas Geoffray · 9 years ago
  13. 911542e Merge "ART: Fix uninitialized variable" by David Brazdil · 9 years ago
  14. 317f9ce Fix lint error. by Nicolas Geoffray · 9 years ago
  15. 5c00485 ART: Fix uninitialized variable by David Brazdil · 9 years ago
  16. 2171e2a Merge "Simplify boolean condition compared to 0" by David Brazdil · 9 years ago
  17. 5d78a0f Merge "Revert "Add stats support for existing optimizations"" by Nicolas Geoffray · 9 years ago
  18. e34648d Revert "Add stats support for existing optimizations" by Nicolas Geoffray · 9 years ago
  19. 01b88a2 Merge "Explicitly add HLoadClass/HClinitCheck for HNewInstance." by Nicolas Geoffray · 9 years ago
  20. be0c2d9 Merge "Add stats support for existing optimizations" by Nicolas Geoffray · 9 years ago
  21. 06241b1 Add stats support for existing optimizations by Jean-Philippe Halimi · 9 years ago
  22. d83b904 Merge "Revert "Dynamic BCE (based on induction range analysis)"" by Aart Bik · 9 years ago
  23. d59c706 Revert "Dynamic BCE (based on induction range analysis)" by Aart Bik · 9 years ago
  24. 4b0d02c Merge "Dynamic BCE (based on induction range analysis)" by Aart Bik · 9 years ago
  25. 53fc75a Make target-sync work with verity. by Alex Light · 9 years ago
  26. 0b5849b Dynamic BCE (based on induction range analysis) by Aart Bik · 9 years ago
  27. b48cb93 Merge "lambda: Add support for invoke-interface for boxed innate lambdas" by Igor Murashkin · 9 years ago
  28. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 9 years ago
  29. 3944f71 Merge "Fix null pointer in processing of enum annotations." by Jeff Hao · 9 years ago
  30. d297b55 Fix null pointer in processing of enum annotations. by Jeff Hao · 9 years ago
  31. 729645a Explicitly add HLoadClass/HClinitCheck for HNewInstance. by Nicolas Geoffray · 9 years ago
  32. 9ee6ec5 Merge "Pass DexPathList.Element array to openDexFileNative" by Mathieu Chartier · 9 years ago
  33. e3dbda2 Merge "MIPS32: Miscellaneous bit manipulations routines:" by Andreas Gampe · 9 years ago
  34. bfc9d51 Merge "Kill stale dalvikvm processes at the end of the jdwp test." by Hiroshi Yamauchi · 9 years ago
  35. aac223f Merge "Fix --jvm on run-tests 960 and 961" by Alex Light · 9 years ago
  36. a166bbb Kill stale dalvikvm processes at the end of the jdwp test. by Hiroshi Yamauchi · 9 years ago
  37. a246347 Fix --jvm on run-tests 960 and 961 by Alex Light · 9 years ago
  38. 689a700 Pass DexPathList.Element array to openDexFileNative by Mathieu Chartier · 9 years ago
  39. 039404c Merge "Use arc4random when available to select delta for image relocation." by Alex Light · 9 years ago
  40. b9ededb Merge "Encode function signatures properly in DWARF." by David Srbecky · 9 years ago
  41. f652917 Simplify boolean condition compared to 0 by Mark Mendell · 9 years ago
  42. 04b0526 Encode function signatures properly in DWARF. by David Srbecky · 9 years ago
  43. f9d741e Optimizing/ARM: Improve long shifts by 1. by Vladimir Marko · 9 years ago
  44. 418318f ARM64: Add support for multiply-accumulate. by Alexandre Rames · 9 years ago
  45. 60c4c6a Merge "Opt compiler: More strength reduction for multiplications." by David Brazdil · 9 years ago
  46. 38db785 Opt compiler: More strength reduction for multiplications. by Alexandre Rames · 9 years ago
  47. 6fd0ffe Optimizing/Thumb2: Improve load/store for large offsets. by Vladimir Marko · 9 years ago
  48. 53ced03 Merge "Clean up the special input in HInvokeStaticOrDirect." by Vladimir Marko · 9 years ago
  49. 1532476 Use arc4random when available to select delta for image relocation. by Alex Light · 9 years ago
  50. beb709a Merge "Revert "Use arc4random when available to select delta for image relocation."" by Alex Light · 9 years ago
  51. 732f016 Revert "Use arc4random when available to select delta for image relocation." by Alex Light · 9 years ago
  52. 7dd1260 Merge "Use arc4random when available to select delta for image relocation." by Alex Light · 9 years ago
  53. 7ecbd49 Use arc4random when available to select delta for image relocation. by Alex Light · 9 years ago
  54. d042c45 Merge "Remove thread suspension assertion for SuspendAllForDebugger" by Mathieu Chartier · 9 years ago
  55. e74369f Merge "Create parent class loader for dex2oat" by Mathieu Chartier · 9 years ago
  56. d37d364 Create parent class loader for dex2oat by Mathieu Chartier · 9 years ago
  57. 16cabc4 Merge "Relax CAS in some uses of Object::AtomicSetReadBarrierPointer." by Hiroshi Yamauchi · 9 years ago
  58. ed70b4a Relax CAS in some uses of Object::AtomicSetReadBarrierPointer. by Hiroshi Yamauchi · 9 years ago
  59. 090a481 Merge "Fix cmdline parser test." by Nicolas Geoffray · 9 years ago
  60. 295a596 Fix cmdline parser test. by Nicolas Geoffray · 9 years ago
  61. 33a9a16 Merge "Allow NullConstant to be untyped in GraphVisualiser." by Calin Juravle · 9 years ago
  62. b2d38fd Allow NullConstant to be untyped in GraphVisualiser. by Mark Mendell · 9 years ago
  63. 34053d1 Merge "MIPS64: Add java.lang.String.equals intrinsic." by Andreas Gampe · 9 years ago
  64. c53c079 Clean up the special input in HInvokeStaticOrDirect. by Vladimir Marko · 9 years ago
  65. bc58b02 Merge "Rename options for shorter names." by Nicolas Geoffray · 9 years ago
  66. 5678229 Rename options for shorter names. by Nicolas Geoffray · 9 years ago
  67. ee7d4a3 Merge "ARM read barrier support for concurrent GC in Optimizing." by Roland Levillain · 9 years ago
  68. d846a2c Merge "Fix ClinitCheck pruning." by Vladimir Marko · 9 years ago
  69. fbb184a Fix ClinitCheck pruning. by Vladimir Marko · 9 years ago
  70. 69edd0d Merge "Increase code cache after 1 full collection." by Nicolas Geoffray · 9 years ago
  71. 0a3be16 Increase code cache after 1 full collection. by Nicolas Geoffray · 9 years ago
  72. a43a851 Merge "Add jack as a build target for the buildbot." by Nicolas Geoffray · 9 years ago
  73. 8332cda Add jack as a build target for the buildbot. by Nicolas Geoffray · 9 years ago
  74. 0f0d5f3 Merge "ART: Change Init{From,Without}Image to return bool" by Andreas Gampe · 9 years ago
  75. 3db9c5d ART: Change Init{From,Without}Image to return bool by Andreas Gampe · 9 years ago
  76. 31c0d48 Merge "Add immune spaces abstraction" by Mathieu Chartier · 9 years ago
  77. 763a31e Add immune spaces abstraction by Mathieu Chartier · 9 years ago
  78. 2f99a1c Merge "Fix an assert in lse." by Mingyao Yang · 9 years ago
  79. 0ff7afc Fix an assert in lse. by Mingyao Yang · 9 years ago
  80. b9bbbeb Merge "Revert "Revert "Enable store elimination for singleton objects.""" by Mingyao Yang · 9 years ago
  81. fb8464a Revert "Revert "Enable store elimination for singleton objects."" by Mingyao Yang · 9 years ago
  82. 3f8bf65 MIPS32: Miscellaneous bit manipulations routines: by Chris Larsen · 9 years ago
  83. a341377 Merge "Remove incorrect iterator increment" by Mathieu Chartier · 9 years ago
  84. 055b5f3 Remove incorrect iterator increment by Mathieu Chartier · 9 years ago
  85. 9231730 Merge "Opt compiler: Arm64 packed-switch jump tables." by Vladimir Marko · 9 years ago
  86. 3927c8b Opt compiler: Arm64 packed-switch jump tables. by Zheng Xu · 9 years ago
  87. 349baca Merge "Fix bogus DCHECK and rename DidForkFromZygote." by Nicolas Geoffray · 9 years ago
  88. ba69a51 Fix bogus DCHECK and rename DidForkFromZygote. by Nicolas Geoffray · 9 years ago
  89. f5dd91e Merge "Remove DEBUG_JIT from Zygote flags." by Nicolas Geoffray · 9 years ago
  90. a4d1b64 Merge "Implement common super type in reference type propagation." by Calin Juravle · 9 years ago
  91. a7a3ba7 Merge "Support deoptimization only to set vreg" by Sebastien Hertz · 9 years ago
  92. 3e1ff83 Merge "Fix StackVisitor::GetVReg for reference in shadow frame" by Sebastien Hertz · 9 years ago
  93. 787ae8e Remove DEBUG_JIT from Zygote flags. by Nicolas Geoffray · 9 years ago
  94. cb6638f Merge "RosAlloc fast path inline in assembly for x86 32bit." by Hiroshi Yamauchi · 9 years ago
  95. ed42f39 Merge "Refactor some patching logic" by Mathieu Chartier · 9 years ago
  96. 3b359c7 ARM read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  97. 52503d8 Implement common super type in reference type propagation. by Calin Juravle · 9 years ago
  98. a04f57b Merge "Minor fixes and cleaning of arm64 static and direct calls code." by Vladimir Marko · 9 years ago
  99. 9013bb0 Merge "ART: add kryo to a53 #835769 & #843419 erratum exception list" by Vladimir Marko · 9 years ago
  100. 3ce45f4 Merge "ART: Refactor GenerateTestAndBranch" by David Brazdil · 9 years ago