summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Have SystemZSelectionDAGInfo constructor take a DataLayout ratherEric Christopher2014-06-271-1/+1
* [SystemZ] Remove "virtual" from override methodsRichard Sandiford2014-03-061-12/+10
* [SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford2014-03-061-1/+1
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-10/+9
* [SystemZ] Use SRST to optimize memchrRichard Sandiford2013-08-201-0/+5
* [SystemZ] Use SRST to implement strlen and strnlenRichard Sandiford2013-08-161-0/+10
* [SystemZ] Use MVST to implement strcpy and stpcpyRichard Sandiford2013-08-161-0/+7
* [SystemZ] Use CLST to implement strcmpRichard Sandiford2013-08-161-0/+6
* [SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford2013-08-121-1/+7
* [SystemZ] Use "STC;MVC" for memsetRichard Sandiford2013-07-091-0/+6
* [SystemZ] Use MVC for memcpyRichard Sandiford2013-07-081-0/+40
* Remove the SystemZ backend.Dan Gohman2011-10-241-31/+0
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-111-1/+3
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-161-0/+29
OpenPOWER on IntegriCloud