aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-7/+4
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-4/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-5/+5
* [SystemZ] Improve handling of SETCCRichard Sandiford2013-10-161-1/+1
* [SystemZ] Use XC for a memset of 0Richard Sandiford2013-09-061-8/+21
* [SystemZ] Extend memcmp support to all constant lengthsRichard Sandiford2013-08-281-9/+26
* [SystemZ] Extend memcpy and memset support to all constant lengthsRichard Sandiford2013-08-271-24/+40
* [SystemZ] Use SRST to optimize memchrRichard Sandiford2013-08-201-0/+30
* [SystemZ] Use SRST to implement strlen and strnlenRichard Sandiford2013-08-161-0/+34
* [SystemZ] Use MVST to implement strcpy and stpcpyRichard Sandiford2013-08-161-0/+11
* [SystemZ] Use CLST to implement strcmpRichard Sandiford2013-08-161-10/+27
* [SystemZ] Fix sign of integer memcmp resultRichard Sandiford2013-08-161-7/+8
* [SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford2013-08-121-0/+27
* [SystemZ] Use "STC;MVC" for memsetRichard Sandiford2013-07-091-0/+81
* [SystemZ] Use MVC for memcpyRichard Sandiford2013-07-081-0/+46
* Remove the SystemZ backend.Dan Gohman2011-10-241-23/+0
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-111-2/+3
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-161-0/+22