summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZSelectionDAGInfo.h
Commit message (Expand)AuthorAge
* Have SystemZSelectionDAGInfo constructor take a DataLayout ratherEric Christopher2014-06-27
* [SystemZ] Remove "virtual" from override methodsRichard Sandiford2014-03-06
* [SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford2014-03-06
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* [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] 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