1. c34dba7 ARM: VIXL32: Implement ArrayGet, ArraySet, BoundsCheck etc. by Scott Wakeling · 9 years ago
  2. 54f07b5 Merge changes I6c3a84f5,I05414f3b by Treehugger Robot · 9 years ago
  3. cc7e013 Merge "ART: Make graph visualizer thread-safe" by Treehugger Robot · 9 years ago
  4. a0d81af ART: Make graph visualizer thread-safe by Andreas Gampe · 9 years ago
  5. 02d3783 ARM: VIXL32: Move code to ease the diff with old codegen. by Artem Serov · 9 years ago
  6. 02109dd ARM: VIXL32: Implement Shifts, Neg, Bitwise and Rotate visitors. by Artem Serov · 9 years ago
  7. 5edd951 Merge "Remove default argument values in GenerateGcRootFieldLoad." by Roland Levillain · 9 years ago
  8. 270b6ae Merge "Use CLREX in ARM/ARM64 CAS intrinsic Baker read barrier slow paths." by Roland Levillain · 9 years ago
  9. c369f6b Merge "Add support for Baker read barriers in UnsafeCASObject intrinsics." by Roland Levillain · 9 years ago
  10. 00468f3 Remove default argument values in GenerateGcRootFieldLoad. by Roland Levillain · 9 years ago
  11. 384cb66 Merge "Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator." by Vladimir Marko · 9 years ago
  12. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 9 years ago
  13. b88c0ec Merge "ARM: VIXL32: Pass test 406-fields and a few others." by Roland Levillain · 9 years ago
  14. 24a4d11 Use CLREX in ARM/ARM64 CAS intrinsic Baker read barrier slow paths. by Roland Levillain · 9 years ago
  15. 874462f Merge "Improved induction variable analysis and loop optimizations." by Aart Bik · 9 years ago
  16. 0440ade Merge "ART: Change InstructionSetFeatures to return unique_ptr" by Treehugger Robot · 9 years ago
  17. f9450a9 Merge "ARM: VIXL32: Implement more codegen code to pass a few more tests." by Roland Levillain · 9 years ago
  18. 0415b4e ART: Change InstructionSetFeatures to return unique_ptr by Andreas Gampe · 11 years ago
  19. a1aa3b1 Add support for Baker read barriers in UnsafeCASObject intrinsics. by Roland Levillain · 9 years ago
  20. 11e7f99 Merge "Revert "Disable kBssEntry LoadString sharpening."" by Vladimir Marko · 9 years ago
  21. b45fbaa5 ARM: VIXL32: Pass test 406-fields and a few others. by Alexandre Rames · 9 years ago
  22. 1bc4b17 Revert "Disable kBssEntry LoadString sharpening." by Vladimir Marko · 9 years ago
  23. cc42be0 Improved induction variable analysis and loop optimizations. by Aart Bik · 9 years ago
  24. 1ceb37c Remove unnecessary load class for new instance by Mathieu Chartier · 9 years ago
  25. 9c19bd6 ARM: VIXL32: Implement more codegen code to pass a few more tests. by Alexandre Rames · 9 years ago
  26. 6c42676 Merge "Disable kBssEntry LoadString sharpening." by Vladimir Marko · 9 years ago
  27. d681d9b Merge "MIPS32: Implement HSelect" by Treehugger Robot · 9 years ago
  28. b55fdbb Disable kBssEntry LoadString sharpening. by Vladimir Marko · 9 years ago
  29. a818819 Merge "Improve recognition of select-based period induction." by Treehugger Robot · 9 years ago
  30. 674b9ee MIPS32: Implement HSelect by Alexey Frunze · 9 years ago
  31. 639cc8c Improve recognition of select-based period induction. by Aart Bik · 9 years ago
  32. 2f2533f Merge "ARM: VIXL32: Pass initial ART tests with new code generator." by Roland Levillain · 9 years ago
  33. d985a5a Merge "Change pResolveString entrypoint to kSaveEverything." by Vladimir Marko · 9 years ago
  34. c6c5f6c Merge "Move most of class linker to ObjPtr" by Mathieu Chartier · 9 years ago
  35. 3941c88 Merge "Fix bug in dynamic BCE. With regression test." by Treehugger Robot · 9 years ago
  36. 12a1060 Fix bug in dynamic BCE. With regression test. by Aart Bik · 9 years ago
  37. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 9 years ago
  38. 94ce9c2 Change pResolveString entrypoint to kSaveEverything. by Vladimir Marko · 9 years ago
  39. b0d2fe8 Merge "Delete unused blocked_register_pairs_ in code generators" by Mathieu Chartier · 9 years ago
  40. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  41. 58a4c61 Delete unused blocked_register_pairs_ in code generators by Mathieu Chartier · 9 years ago
  42. 6310435 Merge "Enable last value generation of periodic sequence." by Treehugger Robot · 9 years ago
  43. 9abf894 Enable last value generation of periodic sequence. by Aart Bik · 9 years ago
  44. 0a84520 More store/allocation elimination for singletons in case of loops by Mingyao Yang · 9 years ago
  45. a7812ae ARM: VIXL32: Pass initial ART tests with new code generator. by Scott Wakeling · 9 years ago
  46. 8de327e Merge "Small clean up in art::x86_64::ReadBarrierMarkSlowPathX86_64." by Roland Levillain · 9 years ago
  47. a497095 Merge "MIPS32: Improve integer comparison with constants." by Nicolas Geoffray · 9 years ago
  48. 6b577cf Small clean up in art::x86_64::ReadBarrierMarkSlowPathX86_64. by Roland Levillain · 9 years ago
  49. 9989b16 Fix optimizing_cfi_test and arm64 code generation. by Nicolas Geoffray · 9 years ago
  50. 68f1128 Merge "Update HInstruction::NeedsCurrentMethod." by Nicolas Geoffray · 9 years ago
  51. e769771 MIPS32: Improve integer comparison with constants. by Alexey Frunze · 9 years ago
  52. 480ddd6 Merge "Replace StackHandleScopeCollection with VariableSizedHandleScope" by Mathieu Chartier · 9 years ago
  53. 96eeb4e Update HInstruction::NeedsCurrentMethod. by Nicolas Geoffray · 9 years ago
  54. 7dc9693 Recognize XOR-based periodic induction. by Aart Bik · 9 years ago
  55. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 9 years ago
  56. 482095d Improved and simplified loop optimizations. by Aart Bik · 9 years ago
  57. 8c4a854 Improved and simplified loop optimizations. by Aart Bik · 9 years ago
  58. 78c6fef Merge "Refactoring of graph linearization and linear order." by Treehugger Robot · 9 years ago
  59. 9620230 Refactoring of graph linearization and linear order. by Aart Bik · 9 years ago
  60. 2f61867 Merge "Remove #include "oat_file.h" from class_linker.h ." by Vladimir Marko · 9 years ago
  61. 5ed20f9 Make it possible to pass an arena allocator to HLoopOptimization. by Nicolas Geoffray · 9 years ago
  62. 97d7e1c Remove #include "oat_file.h" from class_linker.h . by Vladimir Marko · 9 years ago
  63. ebe1674 Properly scope HLoopOptimization's allocator. by Nicolas Geoffray · 9 years ago
  64. 2a5c516 Merge "MIPS32: Fix GenerateVirtualCall in the presence of intrinsics" by Treehugger Robot · 9 years ago
  65. 556c9a2 Merge "Rename ObjPtr::Decode to ObjPtr::Ptr" by Mathieu Chartier · 9 years ago
  66. 26705cc Merge "A first implementation of a loop optimization framework." by Aart Bik · 9 years ago
  67. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 9 years ago
  68. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 9 years ago
  69. e919b07 MIPS32: Fix GenerateVirtualCall in the presence of intrinsics by Goran Jakovljevic · 9 years ago
  70. 281c681 A first implementation of a loop optimization framework. by Aart Bik · 9 years ago
  71. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 9 years ago
  72. e89e1b5 Merge "String Compression for ARM and ARM64" by Jeff Hao · 9 years ago
  73. f2ebe98 Merge "String compression on intrinsics x86 and x86_64" by Jeff Hao · 9 years ago
  74. 0576575 String Compression for ARM and ARM64 by jessicahandojo · 9 years ago
  75. 4877b79 String compression on intrinsics x86 and x86_64 by jessicahandojo · 9 years ago
  76. 5f92605 Revert "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 9 years ago
  77. 4287925 Merge "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 9 years ago
  78. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 9 years ago
  79. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  80. 63dccbbe Store resolved Strings for AOT code in .bss. by Vladimir Marko · 9 years ago
  81. 75a7db6 ART: Factor out IMT from ArtMethod by Andreas Gampe · 9 years ago
  82. adc4e82 Merge "Cleanup String.<init> handling." by Nicolas Geoffray · 9 years ago
  83. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 9 years ago
  84. 3cc69a8 Merge "Compensate in compiler for verifier shortcomings." by Treehugger Robot · 9 years ago
  85. 50a9ed0 Compensate in compiler for verifier shortcomings. by Nicolas Geoffray · 9 years ago
  86. b47d9c5 Fix mips build after sharpening change. by Nicolas Geoffray · 9 years ago
  87. 5e4e11e Clean-up sharpening and compiler driver. by Nicolas Geoffray · 9 years ago
  88. 9e5f321 Merge "Revert "Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests.""" by Roland Levillain · 9 years ago
  89. fe88546 Revert "Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests."" by Scott Wakeling · 9 years ago
  90. 4670b99 Merge "Update art tests" by Benoit Lamarche · 9 years ago
  91. be0f728 Merge "Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests."" by Nicolas Geoffray · 9 years ago
  92. 7863a21 Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests." by Nicolas Geoffray · 9 years ago
  93. d26a0a6 Merge "ARM: VIXL32: Add an initial code generator that passes codegen_tests." by Roland Levillain · 9 years ago
  94. 9837caf Update art tests by Sebastien Hertz · 9 years ago
  95. 804b03f Change remaining slow path throw entrypoints to save everything. by Vladimir Marko · 9 years ago
  96. d300d8f ARM: Use vstm/vldm for live floating point registers save/restore in SlowPathCode. by Artem Serov · 9 years ago
  97. 9364383 Merge "ARM: Use stm/ldm for live registers save/restore in SlowPathCode." by Treehugger Robot · 9 years ago
  98. 2722620 Merge "Improve sharpening for read barrier image HLoadClass" by Treehugger Robot · 9 years ago
  99. 4a4a601 Improve sharpening for read barrier image HLoadClass by Mathieu Chartier · 9 years ago
  100. ec88abd Merge "Remove the `CanTriggerGC` side-effects on a few instructions." by Roland Levillain · 9 years ago