Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Have SparcSelectionDAGInfo take a DataLayout to initialize since | Eric Christopher | 2014-06-26 | 1 | -3/+3 |
| | | | | | | that's all it needs. llvm-svn: 211810 | ||||
* | Have TargetSelectionDAGInfo take a DataLayout initializer rather than | Eric Christopher | 2014-06-06 | 1 | -1/+1 |
| | | | | | | a TargetMachine since the only thing it wants is DataLayout. llvm-svn: 210366 | ||||
* | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
| | | | | | | | definition below all of the header #include lines, lib/Target/... edition. llvm-svn: 206842 | ||||
* | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman | 2010-05-11 | 1 | -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 Gohman | 2010-04-16 | 1 | -0/+22 |
llvm-svn: 101564 |