summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
Commit message (Expand)AuthorAge
* Have SystemZSelectionDAGInfo constructor take a DataLayout ratherEric Christopher2014-06-27
* Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher2014-06-06
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-26
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [SystemZ] Use "auto" for cast resultsRichard Sandiford2014-03-06
* [SystemZ] Improve handling of SETCCRichard Sandiford2013-10-16
* [SystemZ] Use XC for a memset of 0Richard Sandiford2013-09-06
* [SystemZ] Extend memcmp support to all constant lengthsRichard Sandiford2013-08-28
* [SystemZ] Extend memcpy and memset support to all constant lengthsRichard Sandiford2013-08-27
* [SystemZ] Use SRST to optimize memchrRichard Sandiford2013-08-20
* [SystemZ] Use SRST to implement strlen and strnlenRichard Sandiford2013-08-16
* [SystemZ] Use MVST to implement strcpy and stpcpyRichard Sandiford2013-08-16
* [SystemZ] Use CLST to implement strcmpRichard Sandiford2013-08-16
* [SystemZ] Fix sign of integer memcmp resultRichard Sandiford2013-08-16
* [SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford2013-08-12
* [SystemZ] Use "STC;MVC" for memsetRichard Sandiford2013-07-09
* [SystemZ] Use MVC for memcpyRichard Sandiford2013-07-08
* Remove the SystemZ backend.Dan Gohman2011-10-24
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-11
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-16