summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZSelectionDAGInfo.h
AgeCommit message (Expand)Author
2016-06-12Pass DebugLoc and SDLoc by const ref.Benjamin Kramer
2016-01-27Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...Benjamin Kramer
2015-07-09Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-06-27Have SystemZSelectionDAGInfo constructor take a DataLayout ratherEric Christopher
2014-03-06[SystemZ] Remove "virtual" from override methodsRichard Sandiford
2014-03-06[SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper
2013-08-20[SystemZ] Use SRST to optimize memchrRichard Sandiford
2013-08-16[SystemZ] Use SRST to implement strlen and strnlenRichard Sandiford
2013-08-16[SystemZ] Use MVST to implement strcpy and stpcpyRichard Sandiford
2013-08-16[SystemZ] Use CLST to implement strcmpRichard Sandiford
2013-08-12[SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford
2013-07-09[SystemZ] Use "STC;MVC" for memsetRichard Sandiford
2013-07-08[SystemZ] Use MVC for memcpyRichard Sandiford
2011-10-24Remove the SystemZ backend.Dan Gohman
2010-05-11Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman
2010-04-16Add skeleton target-specific SelectionDAGInfo files.Dan Gohman