Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a bug where the x86 backend would lower memcpy/memset of segment ↵ | Chris Lattner | 2010-09-21 | 1 | -0/+9 |
| | | | | | | | | relative operations into non-segment-relative copies. llvm-svn: 114402 | ||||
* | reimplement memcpy/memmove/memset lowering to use MachinePointerInfo | Chris Lattner | 2010-09-21 | 1 | -9/+6 |
| | | | | | | | instead of srcvalue/offset pairs. This corrects SV info for mem operations whose size is > 32-bits. llvm-svn: 114401 | ||||
* | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman | 2010-05-11 | 1 | -2/+223 |
| | | | | | | | | 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 |