summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/MCTargetDesc/SparcBaseInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* [Sparc] Use SparcMCExpr::VariantKind itself as MachineOperand's target flags.Venkatraman Govindaraju2014-02-071-82/+0
| | | | llvm-svn: 200960
* Fix known typosAlp Toker2014-01-241-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 Govindaraju2013-09-221-1/+21
| | | | llvm-svn: 191164
* Add target flags to SPARC address operands.Jakob Stoklund Olesen2013-04-141-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
OpenPOWER on IntegriCloud