1. 804b03f Change remaining slow path throw entrypoints to save everything. by Vladimir Marko · 8 years ago
  2. d300d8f ARM: Use vstm/vldm for live floating point registers save/restore in SlowPathCode. by Artem Serov · 8 years ago
  3. 9364383 Merge "ARM: Use stm/ldm for live registers save/restore in SlowPathCode." by Treehugger Robot · 8 years ago
  4. 2722620 Merge "Improve sharpening for read barrier image HLoadClass" by Treehugger Robot · 8 years ago
  5. 4a4a601 Improve sharpening for read barrier image HLoadClass by Mathieu Chartier · 8 years ago
  6. ec88abd Merge "Remove the `CanTriggerGC` side-effects on a few instructions." by Roland Levillain · 8 years ago
  7. 8cb366a Merge "Include `nodes.h` in `nodes_shared.h` to help editing tools." by Treehugger Robot · 8 years ago
  8. 28079d3 Merge "Minor induction variable analysis changes." by Aart Bik · 8 years ago
  9. f4d6aee ARM: Use stm/ldm for live registers save/restore in SlowPathCode. by Artem Serov · 8 years ago
  10. ebc3280 Include `nodes.h` in `nodes_shared.h` to help editing tools. by Alexandre Rames · 8 years ago
  11. 91a6516 Remove the `CanTriggerGC` side-effects on a few instructions. by Alexandre Rames · 8 years ago
  12. f653669 Merge "MIPS64: Fix overlapping use of "in" & "out" registers." by Nicolas Geoffray · 8 years ago
  13. 855c7eb Merge "MIPS32: Improve storing of constants in fields and array elements" by Treehugger Robot · 8 years ago
  14. 009cace Minor induction variable analysis changes. by Aart Bik · 8 years ago
  15. 56f4bdd x86/x86-64: Simplify codegen using helper functions. by Vladimir Marko · 8 years ago
  16. f58b248 MIPS32: Improve storing of constants in fields and array elements by Alexey Frunze · 8 years ago
  17. 6b4d988 Merge "Fix google-explicit-constructor warnings in art." by Chih-hung Hsieh · 8 years ago
  18. 68db2a9 MIPS64: Fix overlapping use of "in" & "out" registers. by Chris Larsen · 8 years ago
  19. 514e346 Merge "Added ability to generate last-value of linear induction. Also added utility to update fetches in induction nodes." by Treehugger Robot · 8 years ago
  20. a593118 Fix google-explicit-constructor warnings in art. by Chih-Hung Hsieh · 8 years ago
  21. 16d3a65 Added ability to generate last-value of linear induction. by Aart Bik · 8 years ago
  22. 6f41ec6 Merge "MIPS: Enable the ComparisonsLong test in the code generator test." by Treehugger Robot · 8 years ago
  23. 37c3893 Merge "Add missing OVERRIDE qualifiers in code generators." by Roland Levillain · 8 years ago
  24. 755beba Merge "Move ArrayRef to runtime/base" by David Brazdil · 8 years ago
  25. 63e2113 MIPS: Enable the ComparisonsLong test in the code generator test. by Alexey Frunze · 8 years ago
  26. 20e9db6 Make LinearizeGraph() public (and move it to nodes files) by Aart Bik · 8 years ago
  27. d9c9037 Move ArrayRef to runtime/base by David Brazdil · 8 years ago
  28. f41f956 Add missing OVERRIDE qualifiers in code generators. by Roland Levillain · 8 years ago
  29. 8850c73 Merge "MIPS32: Implement table-based packed switch" by Treehugger Robot · 8 years ago
  30. 3b7537b Revert "Revert "Use implicit null checks inside try blocks."" by Vladimir Marko · 8 years ago
  31. 96b6682 MIPS32: Implement table-based packed switch by Alexey Frunze · 8 years ago
  32. c11d1b4 Merge "Allow for testing alternative code generators in codegen_test.cc" by Roland Levillain · 8 years ago
  33. e204051 Merge "Revert "Use implicit null checks inside try blocks."" by Nicolas Geoffray · 8 years ago
  34. 0719b5b Revert "Use implicit null checks inside try blocks." by Nicolas Geoffray · 8 years ago
  35. a60a705 Remove custom CheckCast slow path caller saves for Baker CC. by Vladimir Marko · 8 years ago
  36. 6ee9a33 Merge "Use implicit null checks inside try blocks." by Treehugger Robot · 8 years ago
  37. 7aa7560 Use implicit null checks inside try blocks. by Vladimir Marko · 8 years ago
  38. e0576d1 Re-enable boot image direct string loads for read barriers by Mathieu Chartier · 8 years ago
  39. abb341b ART: Generate path to entrypoints in VisitLoadString for x86_64 by Christina Wadsworth · 8 years ago
  40. fa7b5c9 Merge "ART: Generate path to entrypoints in VisitLoadString for x86" by Mathieu Chartier · 8 years ago
  41. b9b2671 Merge "Remove unnecessary `static` specifiers in `common_arm64.h`." by Treehugger Robot · 8 years ago
  42. dc7c031 Merge "MIPS32: Implement branchless HCondition for floats" by Treehugger Robot · 8 years ago
  43. e22a8cb Merge "Revert "Revert "Re-enable boot image string sharpening.""" by Treehugger Robot · 8 years ago
  44. 2ddb717 MIPS32: Implement branchless HCondition for floats by Alexey Frunze · 8 years ago
  45. 9502687 Revert "Revert "Re-enable boot image string sharpening."" by Vladimir Marko · 8 years ago
  46. 175d09b ART: Generate path to entrypoints in VisitLoadString for x86 by Christina Wadsworth · 8 years ago
  47. a12943a Merge "ART: Generate path to entrypoints in VisitLoadString for arm64" by Mathieu Chartier · 8 years ago
  48. 1dd6176 Merge "Do type checks in ArraySet without read barriers." by Roland Levillain · 8 years ago
  49. 1fe89ea ART: Generate path to entrypoints in VisitLoadString for arm64 by Christina Wadsworth · 8 years ago
  50. d8ec6db ART: Generate path to entrypoints in VisitLoadString for arm by Christina Wadsworth · 8 years ago
  51. 31b12e3 Avoid read barrier for image HLoadClass by Mathieu Chartier · 8 years ago
  52. 2c76e06 Allow for testing alternative code generators in codegen_test.cc by Scott Wakeling · 8 years ago
  53. 9d6e1f8 Do type checks in ArraySet without read barriers. by Roland Levillain · 8 years ago
  54. 888c2f9 Merge "Optimizing: Fix handling empty fill-array-data." by Treehugger Robot · 8 years ago
  55. c69fba2 Optimizing: Fix handling empty fill-array-data. by Vladimir Marko · 8 years ago
  56. 239d6ea Change deoptimize entrypoint to save everything. by Vladimir Marko · 8 years ago
  57. badf2b2 Remove unnecessary `static` specifiers in `common_arm64.h`. by Alexandre Rames · 8 years ago
  58. 9d185da Merge "MIPS32: Ensure preservation of RA in leaf methods if it's clobbered" by Treehugger Robot · 8 years ago
  59. 86dc59e Merge "Avoid excessive spill slots for slow paths." by Treehugger Robot · 8 years ago
  60. 70e9746 Avoid excessive spill slots for slow paths. by Vladimir Marko · 8 years ago
  61. cf8b2fa Merge changes I3f825746,Ia4284ccd,I437ffd43 by Nicolas Geoffray · 8 years ago
  62. ebb7b22 Merge "Clean up some includes." by Treehugger Robot · 8 years ago
  63. 3a21e38 Clean up some includes. by Vladimir Marko · 8 years ago
  64. 30f7666 Cache result of an expensive DCHECK by David Brazdil · 8 years ago
  65. 58320ce MIPS32: Ensure preservation of RA in leaf methods if it's clobbered by Alexey Frunze · 8 years ago
  66. 370e6e4 Merge "MIPS32: Additional bitCount optimizations." by Treehugger Robot · 8 years ago
  67. f7291f6 Merge "Revert "Re-enable boot image string sharpening."" by Vladimir Marko · 8 years ago
  68. f508c56 Revert "Re-enable boot image string sharpening." by Vladimir Marko · 8 years ago
  69. 433b738 Merge "Constant fold Equal/NotEqual between null and non-null." by Vladimir Marko · 8 years ago
  70. a2ab404 Merge "Remove workarounds for [D]CHECK()s in constexpr functions." by Vladimir Marko · 8 years ago
  71. 3d08238 Merge "ART: SHARED_REQUIRES to REQUIRES_SHARED" by Andreas Gampe · 8 years ago
  72. fc73408 Extend the InvokeRuntime() changes to mips64. by Serban Constantinescu · 8 years ago
  73. fca1666 Extend the InvokeRuntime() changes to mips. by Serban Constantinescu · 8 years ago
  74. ba45db0 Extend the InvokeRuntime() changes to x86 and x86_64. by Serban Constantinescu · 8 years ago
  75. f04cf54 Remove workarounds for [D]CHECK()s in constexpr functions. by Vladimir Marko · 8 years ago
  76. a341f35 Constant fold Equal/NotEqual between null and non-null. by Vladimir Marko · 8 years ago
  77. 081e7a1 Merge "MIPS32: Fill branch delay slots" by Vladimir Marko · 8 years ago
  78. d707979 Merge "Re-enable boot image string sharpening." by Vladimir Marko · 8 years ago
  79. 19a3f55 Merge "Add entrypoint type information." by Roland Levillain · 8 years ago
  80. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  81. 57eb0f5 MIPS32: Fill branch delay slots by Alexey Frunze · 8 years ago
  82. 9ed010e Re-enable boot image string sharpening. by Vladimir Marko · 8 years ago
  83. 8ca4f97 MIPS32: Additional bitCount optimizations. by Chris Larsen · 8 years ago
  84. cc55a7c Merge "ARM/MIPS: Avoid dead dex cache arrays base for intrinsics." by Treehugger Robot · 8 years ago
  85. da8ffec Add entrypoint type information. by Serban Constantinescu · 8 years ago
  86. 68c981f ARM/MIPS: Avoid dead dex cache arrays base for intrinsics. by Vladimir Marko · 8 years ago
  87. 4bb30ac ARM: Make runtime invokes use InvokeRuntime(). by Serban Constantinescu · 8 years ago
  88. a8c6d70 Address missing variable definition to fix the build. by Roland Levillain · 8 years ago
  89. cf073b3 Merge "Re-enable the ArraySet fast path with Baker read barriers." by Roland Levillain · 8 years ago
  90. 521691a Merge "ArraySet without type check does not need read barrier." by Vladimir Marko · 8 years ago
  91. ca11dc0 Merge "ARM64: Make runtime invokes use InvokeRuntime()." by Roland Levillain · 8 years ago
  92. 16d9f94 Re-enable the ArraySet fast path with Baker read barriers. by Roland Levillain · 8 years ago
  93. 8812e8f Merge "ARM64: Use the zero register for field and array set operations." by Vladimir Marko · 8 years ago
  94. 22f81d3 ARM64: Make runtime invokes use InvokeRuntime(). by Serban Constantinescu · 8 years ago
  95. 8d49fd7 ArraySet without type check does not need read barrier. by Vladimir Marko · 8 years ago
  96. be919d9 ARM64: Use the zero register for field and array set operations. by Alexandre Rames · 8 years ago
  97. a518c15 Merge "ARM: Purge Arm32Assembler." by Roland Levillain · 8 years ago
  98. 2923db7 MIPS32: Refactor implicit null checks in array/field get/set. by Alexey Frunze · 8 years ago
  99. 953437b Revert "Revert "x86/x86-64: Avoid temporary for read barrier field load."" by Vladimir Marko · 8 years ago
  100. ccf15bc Revert "x86/x86-64: Avoid temporary for read barrier field load." by Vladimir Marko · 8 years ago