1. ebe1674 Properly scope HLoopOptimization's allocator. by Nicolas Geoffray · 9 years ago
  2. 2a5c516 Merge "MIPS32: Fix GenerateVirtualCall in the presence of intrinsics" by Treehugger Robot · 9 years ago
  3. 556c9a2 Merge "Rename ObjPtr::Decode to ObjPtr::Ptr" by Mathieu Chartier · 9 years ago
  4. 26705cc Merge "A first implementation of a loop optimization framework." by Aart Bik · 9 years ago
  5. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 9 years ago
  6. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 9 years ago
  7. e919b07 MIPS32: Fix GenerateVirtualCall in the presence of intrinsics by Goran Jakovljevic · 9 years ago
  8. 281c681 A first implementation of a loop optimization framework. by Aart Bik · 9 years ago
  9. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 9 years ago
  10. e89e1b5 Merge "String Compression for ARM and ARM64" by Jeff Hao · 9 years ago
  11. f2ebe98 Merge "String compression on intrinsics x86 and x86_64" by Jeff Hao · 9 years ago
  12. 0576575 String Compression for ARM and ARM64 by jessicahandojo · 9 years ago
  13. 4877b79 String compression on intrinsics x86 and x86_64 by jessicahandojo · 9 years ago
  14. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 9 years ago
  15. 4287925 Merge "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 9 years ago
  16. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 9 years ago
  17. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  18. 63dccbbe Store resolved Strings for AOT code in .bss. by Vladimir Marko · 9 years ago
  19. 75a7db6 ART: Factor out IMT from ArtMethod by Andreas Gampe · 9 years ago
  20. adc4e82 Merge "Cleanup String.<init> handling." by Nicolas Geoffray · 9 years ago
  21. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 9 years ago
  22. 3cc69a8 Merge "Compensate in compiler for verifier shortcomings." by Treehugger Robot · 9 years ago
  23. 50a9ed0 Compensate in compiler for verifier shortcomings. by Nicolas Geoffray · 9 years ago
  24. b47d9c5 Fix mips build after sharpening change. by Nicolas Geoffray · 9 years ago
  25. 5e4e11e Clean-up sharpening and compiler driver. by Nicolas Geoffray · 9 years ago
  26. 9e5f321 Merge "Revert "Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests.""" by Roland Levillain · 9 years ago
  27. fe88546 Revert "Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests."" by Scott Wakeling · 9 years ago
  28. 4670b99 Merge "Update art tests" by Benoit Lamarche · 9 years ago
  29. be0f728 Merge "Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests."" by Nicolas Geoffray · 9 years ago
  30. 7863a21 Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests." by Nicolas Geoffray · 9 years ago
  31. d26a0a6 Merge "ARM: VIXL32: Add an initial code generator that passes codegen_tests." by Roland Levillain · 9 years ago
  32. 9837caf Update art tests by Sebastien Hertz · 9 years ago
  33. 804b03f Change remaining slow path throw entrypoints to save everything. by Vladimir Marko · 9 years ago
  34. d300d8f ARM: Use vstm/vldm for live floating point registers save/restore in SlowPathCode. by Artem Serov · 9 years ago
  35. 9364383 Merge "ARM: Use stm/ldm for live registers save/restore in SlowPathCode." by Treehugger Robot · 9 years ago
  36. 2722620 Merge "Improve sharpening for read barrier image HLoadClass" by Treehugger Robot · 9 years ago
  37. 4a4a601 Improve sharpening for read barrier image HLoadClass by Mathieu Chartier · 9 years ago
  38. ec88abd Merge "Remove the `CanTriggerGC` side-effects on a few instructions." by Roland Levillain · 9 years ago
  39. 8cb366a Merge "Include `nodes.h` in `nodes_shared.h` to help editing tools." by Treehugger Robot · 9 years ago
  40. 28079d3 Merge "Minor induction variable analysis changes." by Aart Bik · 9 years ago
  41. f4d6aee ARM: Use stm/ldm for live registers save/restore in SlowPathCode. by Artem Serov · 9 years ago
  42. ebc3280 Include `nodes.h` in `nodes_shared.h` to help editing tools. by Alexandre Rames · 9 years ago
  43. 91a6516 Remove the `CanTriggerGC` side-effects on a few instructions. by Alexandre Rames · 9 years ago
  44. f653669 Merge "MIPS64: Fix overlapping use of "in" & "out" registers." by Nicolas Geoffray · 9 years ago
  45. 855c7eb Merge "MIPS32: Improve storing of constants in fields and array elements" by Treehugger Robot · 9 years ago
  46. 009cace Minor induction variable analysis changes. by Aart Bik · 9 years ago
  47. 56f4bdd x86/x86-64: Simplify codegen using helper functions. by Vladimir Marko · 9 years ago
  48. f58b248 MIPS32: Improve storing of constants in fields and array elements by Alexey Frunze · 9 years ago
  49. 6b4d988 Merge "Fix google-explicit-constructor warnings in art." by Chih-hung Hsieh · 9 years ago
  50. 68db2a9 MIPS64: Fix overlapping use of "in" & "out" registers. by Chris Larsen · 9 years ago
  51. 514e346 Merge "Added ability to generate last-value of linear induction. Also added utility to update fetches in induction nodes." by Treehugger Robot · 9 years ago
  52. a593118 Fix google-explicit-constructor warnings in art. by Chih-Hung Hsieh · 9 years ago
  53. 16d3a65 Added ability to generate last-value of linear induction. by Aart Bik · 9 years ago
  54. b138dfb ARM: VIXL32: Add an initial code generator that passes codegen_tests. by Scott Wakeling · 9 years ago
  55. 6f41ec6 Merge "MIPS: Enable the ComparisonsLong test in the code generator test." by Treehugger Robot · 9 years ago
  56. 37c3893 Merge "Add missing OVERRIDE qualifiers in code generators." by Roland Levillain · 9 years ago
  57. 755beba Merge "Move ArrayRef to runtime/base" by David Brazdil · 9 years ago
  58. 63e2113 MIPS: Enable the ComparisonsLong test in the code generator test. by Alexey Frunze · 9 years ago
  59. 20e9db6 Make LinearizeGraph() public (and move it to nodes files) by Aart Bik · 9 years ago
  60. d9c9037 Move ArrayRef to runtime/base by David Brazdil · 9 years ago
  61. f41f956 Add missing OVERRIDE qualifiers in code generators. by Roland Levillain · 9 years ago
  62. 8850c73 Merge "MIPS32: Implement table-based packed switch" by Treehugger Robot · 9 years ago
  63. 3b7537b Revert "Revert "Use implicit null checks inside try blocks."" by Vladimir Marko · 9 years ago
  64. 96b6682 MIPS32: Implement table-based packed switch by Alexey Frunze · 9 years ago
  65. c11d1b4 Merge "Allow for testing alternative code generators in codegen_test.cc" by Roland Levillain · 9 years ago
  66. e204051 Merge "Revert "Use implicit null checks inside try blocks."" by Nicolas Geoffray · 9 years ago
  67. 0719b5b Revert "Use implicit null checks inside try blocks." by Nicolas Geoffray · 9 years ago
  68. a60a705 Remove custom CheckCast slow path caller saves for Baker CC. by Vladimir Marko · 9 years ago
  69. 6ee9a33 Merge "Use implicit null checks inside try blocks." by Treehugger Robot · 9 years ago
  70. 7aa7560 Use implicit null checks inside try blocks. by Vladimir Marko · 9 years ago
  71. e0576d1 Re-enable boot image direct string loads for read barriers by Mathieu Chartier · 9 years ago
  72. abb341b ART: Generate path to entrypoints in VisitLoadString for x86_64 by Christina Wadsworth · 9 years ago
  73. fa7b5c9 Merge "ART: Generate path to entrypoints in VisitLoadString for x86" by Mathieu Chartier · 9 years ago
  74. b9b2671 Merge "Remove unnecessary `static` specifiers in `common_arm64.h`." by Treehugger Robot · 9 years ago
  75. dc7c031 Merge "MIPS32: Implement branchless HCondition for floats" by Treehugger Robot · 9 years ago
  76. e22a8cb Merge "Revert "Revert "Re-enable boot image string sharpening.""" by Treehugger Robot · 9 years ago
  77. 2ddb717 MIPS32: Implement branchless HCondition for floats by Alexey Frunze · 9 years ago
  78. 9502687 Revert "Revert "Re-enable boot image string sharpening."" by Vladimir Marko · 9 years ago
  79. 175d09b ART: Generate path to entrypoints in VisitLoadString for x86 by Christina Wadsworth · 9 years ago
  80. a12943a Merge "ART: Generate path to entrypoints in VisitLoadString for arm64" by Mathieu Chartier · 9 years ago
  81. 1dd6176 Merge "Do type checks in ArraySet without read barriers." by Roland Levillain · 9 years ago
  82. 1fe89ea ART: Generate path to entrypoints in VisitLoadString for arm64 by Christina Wadsworth · 9 years ago
  83. d8ec6db ART: Generate path to entrypoints in VisitLoadString for arm by Christina Wadsworth · 9 years ago
  84. 31b12e3 Avoid read barrier for image HLoadClass by Mathieu Chartier · 9 years ago
  85. 2c76e06 Allow for testing alternative code generators in codegen_test.cc by Scott Wakeling · 9 years ago
  86. 9d6e1f8 Do type checks in ArraySet without read barriers. by Roland Levillain · 9 years ago
  87. 888c2f9 Merge "Optimizing: Fix handling empty fill-array-data." by Treehugger Robot · 9 years ago
  88. c69fba2 Optimizing: Fix handling empty fill-array-data. by Vladimir Marko · 9 years ago
  89. 239d6ea Change deoptimize entrypoint to save everything. by Vladimir Marko · 9 years ago
  90. badf2b2 Remove unnecessary `static` specifiers in `common_arm64.h`. by Alexandre Rames · 9 years ago
  91. 9d185da Merge "MIPS32: Ensure preservation of RA in leaf methods if it's clobbered" by Treehugger Robot · 9 years ago
  92. 86dc59e Merge "Avoid excessive spill slots for slow paths." by Treehugger Robot · 9 years ago
  93. 70e9746 Avoid excessive spill slots for slow paths. by Vladimir Marko · 9 years ago
  94. cf8b2fa Merge changes I3f825746,Ia4284ccd,I437ffd43 by Nicolas Geoffray · 9 years ago
  95. ebb7b22 Merge "Clean up some includes." by Treehugger Robot · 9 years ago
  96. 3a21e38 Clean up some includes. by Vladimir Marko · 9 years ago
  97. 30f7666 Cache result of an expensive DCHECK by David Brazdil · 9 years ago
  98. 58320ce MIPS32: Ensure preservation of RA in leaf methods if it's clobbered by Alexey Frunze · 9 years ago
  99. 370e6e4 Merge "MIPS32: Additional bitCount optimizations." by Treehugger Robot · 9 years ago
  100. f7291f6 Merge "Revert "Re-enable boot image string sharpening."" by Vladimir Marko · 9 years ago