1. cb3cf4a ARM: Add vldm/vstm assembler support. by Artem Serov · 8 years ago
  2. 60b1e1d ART: Extract JNI macro assembler for arm by Andreas Gampe · 8 years ago
  3. ebdbf4b ARM: Use 64-bit literals for LoadDImmediate(). by Vladimir Marko · 8 years ago
  4. e652c12 ARM assembler support for VCNT and VPADDL. by xueliang.zhong · 8 years ago
  5. a64f249 Revert "Revert "Thumb2: Reduce memory used for fixup dependencies."" by Vladimir Marko · 8 years ago
  6. d89e241 Revert "Thumb2: Reduce memory used for fixup dependencies." by Guang Zhu · 8 years ago
  7. 1f2ce44 Thumb2: Reduce memory used for fixup dependencies. by Vladimir Marko · 8 years ago
  8. 93205e3 Move Assemblers to the Arena. by Vladimir Marko · 8 years ago
  9. c257da7 ARM: Implement Reverse bits and bytes intrinsic. by Artem Serov · 8 years ago
  10. f5c09c3 Optimizing/ARM: Fix AddConstant() to adhere to set_cc. by Vladimir Marko · 9 years ago
  11. 6fd0ffe Optimizing/Thumb2: Improve load/store for large offsets. by Vladimir Marko · 9 years ago
  12. 10ef694 Delay emitting CFI PC adjustments until after Thumb2/Mips fixup. by Vladimir Marko · 9 years ago
  13. 7cffc3b ART: Arm32 packed-switch jump tables by Andreas Gampe · 9 years ago
  14. 6440443 Merge "Improve Thumb2 bitwise operations." by Vladimir Marko · 9 years ago
  15. d2b4ca2 Improve Thumb2 bitwise operations. by Vladimir Marko · 9 years ago
  16. 5bd05a5 Implement System.arraycopy intrinsic for arm. by Nicolas Geoffray · 9 years ago
  17. 619552b Merge "ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight" by Vladimir Marko · 9 years ago
  18. 9ee23f4 ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight by Scott Wakeling · 9 years ago
  19. 449b109 ART: Clean up Thumb2Assembler's AddConstant(). by Vladimir Marko · 9 years ago
  20. 73cf0fb ART: Add 16-bit Thumb2 ROR, NEGS and CMP for high registers. by Vladimir Marko · 9 years ago
  21. 663c934 ART: Fix Thumb2 literal fixup. by Vladimir Marko · 9 years ago
  22. 6b756b5 Improve Thumb2 branch/load-literal fixup performance. by Vladimir Marko · 9 years ago
  23. cf93a5c Revert "Revert "ART: Implement literal pool for arm, fix branch fixup."" by Vladimir Marko · 9 years ago
  24. fbeb4ae Revert "ART: Implement literal pool for arm, fix branch fixup." by Vladimir Marko · 9 years ago
  25. f38caa6 ART: Implement literal pool for arm, fix branch fixup. by Vladimir Marko · 9 years ago
  26. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 9 years ago
  27. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  28. d56376c Revert "Revert "Introduce a NearLabel in thumb2."" by Nicolas Geoffray · 9 years ago
  29. 1f277e3 Revert "Introduce a NearLabel in thumb2." by Nicolas Geoffray · 9 years ago
  30. db0bbab Introduce a NearLabel in thumb2. by Nicolas Geoffray · 9 years ago
  31. d126ba1 [Optimizing] Thumb2 assembler: use 16bits branches when we can. by Nicolas Geoffray · 9 years ago
  32. c666710 Opt compiler: Speedup div/rem by constants on arm32 and arm64. by Zheng Xu · 9 years ago
  33. 4af147e Exercise art::arm::Thumb2Assembler::StoreToOffset for word pairs. by Roland Levillain · 9 years ago
  34. 52c4896 [optimizing compiler] Add support for volatile by Calin Juravle · 10 years ago
  35. 3bcc8ea Don't use CanHoldArm in the code generator. by Nicolas Geoffray · 10 years ago
  36. 981e454 Add support for int-to-char in the optimizing compiler. by Roland Levillain · 10 years ago
  37. 51d3fc4 Add support for int-to-byte in the optimizing compiler. by Roland Levillain · 10 years ago
  38. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  39. 19a19cf Add support for static fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  40. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  41. 169277a Fix lint errors. by Nicolas Geoffray · 10 years ago
  42. 8d48673 Use the thumb2 assembler for the optimizing compiler. by Nicolas Geoffray · 10 years ago
  43. 45fdb93 Support additional instructions in ARM and thumb assemblers by Dave Allison · 10 years ago
  44. 65fcc2c Thumb2 assembler for JNI compiler and optimizing compiler by Dave Allison · 10 years ago