summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86SelectionDAGInfo.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-09Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini1-2/+1
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2014-08-29X86: Fix conflict over ESI between base register and rep;movslReid Kleckner1-0/+5
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-06-06Remove all local variables from X86SelectionDAGInfo, the DAG hasEric Christopher1-7/+1
2014-03-09[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-4/+2
2013-05-25Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick1-2/+2
2010-09-21reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner1-6/+3
2010-05-11Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman1-1/+31
2010-04-16Add skeleton target-specific SelectionDAGInfo files.Dan Gohman1-0/+29