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