summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcSelectionDAGInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Have SparcSelectionDAGInfo take a DataLayout to initialize sinceEric Christopher2014-06-261-3/+3
| | | | | | that's all it needs. llvm-svn: 211810
* Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher2014-06-061-1/+1
| | | | | | a TargetMachine since the only thing it wants is DataLayout. llvm-svn: 210366
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
| | | | | | | definition below all of the header #include lines, lib/Target/... edition. llvm-svn: 206842
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-111-2/+3
| | | | | | | | Move EmitTargetCodeForMemcpy, EmitTargetCodeForMemset, and EmitTargetCodeForMemmove out of TargetLowering and into SelectionDAGInfo to exercise this. llvm-svn: 103481
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-161-0/+22
llvm-svn: 101564
OpenPOWER on IntegriCloud