1. 2227fe4 Small refactor of MIN/MAX compiler code. by Petre-Ionut Tudor · 6 years ago
  2. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  3. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 7 years ago
  4. 8dfe746 ARM64: Encode constants when it is possible. by Artem Serov · 7 years ago
  5. b31f91f ARM64: Support vectorization for double and long. by Artem Serov · 7 years ago
  6. d4bccf1 ARM64: Support 128-bit registers for SIMD. by Artem Serov · 7 years ago
  7. 74234da ARM: Merge data-processing instructions and shifts/(un)signed extensions by Anton Kirilov · 8 years ago
  8. 79db997 ARM64: VIXL: Fix breaking changes to ternary operator with Register inputs. by Scott Wakeling · 8 years ago
  9. 804b03f Change remaining slow path throw entrypoints to save everything. by Vladimir Marko · 8 years ago
  10. badf2b2 Remove unnecessary `static` specifiers in `common_arm64.h`. by Alexandre Rames · 8 years ago
  11. be919d9 ARM64: Use the zero register for field and array set operations. by Alexandre Rames · 8 years ago
  12. af4e42a ARM64: VIXL: Support a newer version of VIXL. by Artem Serov · 8 years ago
  13. 328429f ARM: Port instr simplification of array accesses. by Artem Serov · 8 years ago
  14. 97c72b7 Fixes to build against new VIXL interface. by Scott Wakeling · 8 years ago
  15. 46817b8 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 8 years ago
  16. 3a448e4 Improve debugging in art/compiler/optimizing/common_arm64.h. by Roland Levillain · 8 years ago
  17. 22c4922 Ensure art::HRor support boolean, byte, short and char inputs. by Roland Levillain · 8 years ago
  18. 40a04bf Replace rotate patterns and invokes with HRor IR. by Scott Wakeling · 9 years ago
  19. 8626b74 ARM64: Use the shifter operands. by Alexandre Rames · 9 years ago
  20. e6dbf48 ARM64: Instruction simplification for array accesses. by Alexandre Rames · 9 years ago
  21. b69fbfb ARM64: Better recognition of constants encodable as immediates. by Alexandre Rames · 9 years ago
  22. 82000b0 Improve code generation for ARM64 VisitArrayGet/Set. by Alexandre Rames · 9 years ago
  23. da40309 Opt compiler: ARM64: Use ldp/stp on arm64 for slow paths. by Zheng Xu · 9 years ago
  24. 760d8ef Opt Compiler: ARM64 goodness by Serban Constantinescu · 9 years ago
  25. 82e52ce ARM64: Update to VIXL 1.9. by Serban Constantinescu · 9 years ago
  26. 2d35d9d Opt Compiler: Materialise constants that cannot be encoded by Serban Constantinescu · 9 years ago
  27. 3ce57ab Revert "Opt Compiler: Materialise constants that cannot be encoded" by Nicolas Geoffray · 9 years ago
  28. 758c2f6 Opt Compiler: Materialise constants that cannot be encoded by Serban Constantinescu · 9 years ago
  29. de0eb6f Fix arm64 build. by Nicolas Geoffray · 9 years ago
  30. 542361f Introduce primitive type helpers. by Alexandre Rames · 10 years ago
  31. 878d58c ART: Arm64 optimizing compiler intrinsics by Andreas Gampe · 10 years ago