aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-15[SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...Justin Lebar1-11/+8
2016-06-12Pass DebugLoc and SDLoc by const ref.Benjamin Kramer1-45/+38
2015-07-09Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini1-6/+0
2015-04-28Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"Sergey Dmitrouk1-20/+22
2015-04-28Revert "[DebugInfo] Add debug locations to constant SD nodes"Daniel Jasper1-22/+20
2015-04-28[DebugInfo] Add debug locations to constant SD nodesSergey Dmitrouk1-20/+22
2015-02-19Demote vectors to arrays. No functionality change.Benjamin Kramer1-6/+3
2015-02-12MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit...Benjamin Kramer1-1/+1
2014-06-27Have SystemZSelectionDAGInfo constructor take a DataLayout ratherEric Christopher1-4/+2
2014-06-06Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher1-1/+1
2014-04-26Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper1-1/+1
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-03-06[SystemZ] Use "auto" for cast resultsRichard Sandiford1-5/+5
2013-10-16[SystemZ] Improve handling of SETCCRichard Sandiford1-1/+1
2013-09-06[SystemZ] Use XC for a memset of 0Richard Sandiford1-8/+21
2013-08-28[SystemZ] Extend memcmp support to all constant lengthsRichard Sandiford1-9/+26
2013-08-27[SystemZ] Extend memcpy and memset support to all constant lengthsRichard Sandiford1-24/+40
2013-08-20[SystemZ] Use SRST to optimize memchrRichard Sandiford1-0/+30
2013-08-16[SystemZ] Use SRST to implement strlen and strnlenRichard Sandiford1-0/+34
2013-08-16[SystemZ] Use MVST to implement strcpy and stpcpyRichard Sandiford1-0/+11
2013-08-16[SystemZ] Use CLST to implement strcmpRichard Sandiford1-10/+27
2013-08-16[SystemZ] Fix sign of integer memcmp resultRichard Sandiford1-7/+8
2013-08-12[SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford1-0/+27
2013-07-09[SystemZ] Use "STC;MVC" for memsetRichard Sandiford1-0/+81
2013-07-08[SystemZ] Use MVC for memcpyRichard Sandiford1-0/+46
2011-10-24Remove the SystemZ backend.Dan Gohman1-23/+0
2010-05-11Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman1-2/+3
2010-04-16Add skeleton target-specific SelectionDAGInfo files.Dan Gohman1-0/+22