Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sparc] Use SparcMCExpr::VariantKind itself as MachineOperand's target flags. | Venkatraman Govindaraju | 2014-02-07 | 1 | -82/+0 |
| | | | | llvm-svn: 200960 | ||||
* | Fix known typos | Alp Toker | 2014-01-24 | 1 | -1/+1 |
| | | | | | | | Sweep the codebase for common typos. Includes some changes to visible function names that were misspelt. llvm-svn: 200018 | ||||
* | [Sparc] Add support for TLS in sparc. | Venkatraman Govindaraju | 2013-09-22 | 1 | -1/+21 |
| | | | | llvm-svn: 191164 | ||||
* | Add target flags to SPARC address operands. | Jakob Stoklund Olesen | 2013-04-14 | 1 | -0/+62 |
SDNodes and MachineOperands get target flags representing the %hi() and %lo() assembly annotations that eventually become relocations. Also define flags to be used by the 64-bit code models. llvm-svn: 179468 |