Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Have TargetSelectionDAGInfo take a DataLayout initializer rather than | Eric Christopher | 2014-06-06 | 1 | -2/+2 |
| | | | | | | a TargetMachine since the only thing it wants is DataLayout. llvm-svn: 210366 | ||||
* | Rename some member variables from TD to DL. | Rafael Espindola | 2014-02-18 | 1 | -1/+1 |
| | | | | | | TargetData was renamed DataLayout back in r165242. llvm-svn: 201581 | ||||
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -1/+1 |
| | | | | llvm-svn: 165402 | ||||
* | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman | 2010-05-11 | 1 | -1/+3 |
| | | | | | | | | Move EmitTargetCodeForMemcpy, EmitTargetCodeForMemset, and EmitTargetCodeForMemmove out of TargetLowering and into SelectionDAGInfo to exercise this. llvm-svn: 103481 | ||||
* | Create a new TargetSelectionDAGInfo class. This will eventually acquire | Dan Gohman | 2010-04-16 | 1 | -0/+21 |
SelectionDAG-specific parts of TargetLowering. llvm-svn: 101537 |