| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Have MipsSelectionDAGInfo constructor take a DataLayout rather | Eric Christopher | 2014-06-27 | 1 | -2/+2 |
| | | | | | | | | than a target machine since it doesn't need anything past the DataLayout. llvm-svn: 211863 | ||||
| * | Have TargetSelectionDAGInfo take a DataLayout initializer rather than | Eric Christopher | 2014-06-06 | 1 | -2/+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 | ||||
| * | remove Emacs-tag form .cpp files in Mips Backend, and fix some typo. | Jia Liu | 2012-02-17 | 1 | -1/+1 |
| | | | | | llvm-svn: 150805 | ||||
| * | add Emacs tag and fix some comment error in file headers | Jia Liu | 2012-02-17 | 1 | -1/+1 |
| | | | | | llvm-svn: 150775 | ||||
| * | Reverse unnecessary changes made in r129606 and r129608. There is no change ↵ | Akira Hatanaka | 2011-04-15 | 1 | -3/+3 |
| | | | | | | | in functionality. llvm-svn: 129612 | ||||
| * | Fix lines that have incorrect indentation or exceed 80 columns. There is no ↵ | Akira Hatanaka | 2011-04-15 | 1 | -3/+3 |
| | | | | | | | change in functionality. llvm-svn: 129606 | ||||
| * | 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 | |||||

