[SystemZ] Use XC for a memset of 0
[oota-llvm.git] / lib / Target / SystemZ / SystemZSelectionDAGInfo.cpp
2013-09-06 Richard Sandiford[SystemZ] Use XC for a memset of 0
2013-08-28 Richard Sandiford[SystemZ] Extend memcmp support to all constant lengths
2013-08-27 Richard Sandiford[SystemZ] Extend memcpy and memset support to all const...
2013-08-20 Richard Sandiford[SystemZ] Use SRST to optimize memchr
2013-08-16 Richard Sandiford[SystemZ] Use SRST to implement strlen and strnlen
2013-08-16 Richard Sandiford[SystemZ] Use MVST to implement strcpy and stpcpy
2013-08-16 Richard Sandiford[SystemZ] Use CLST to implement strcmp
2013-08-16 Richard Sandiford[SystemZ] Fix sign of integer memcmp result
2013-08-12 Richard Sandiford[SystemZ] Use CLC and IPM to implement memcmp
2013-07-09 Richard Sandiford[SystemZ] Use "STC;MVC" for memset
2013-07-08 Richard Sandiford[SystemZ] Use MVC for memcpy
2011-10-24 Dan GohmanRemove the SystemZ backend.
2010-05-11 Dan GohmanImplement a bunch more TargetSelectionDAGInfo infrastru...
2010-04-16 Dan GohmanAdd skeleton target-specific SelectionDAGInfo files.