Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [XCore] Add support for the "m" inline asm constraint. | Richard Osborne | 2014-03-06 | 1 | -0/+21 |
| | | | | | | | | | | | | | | Summary: This provides support for CP and DP relative global accesses in inline asm. Reviewers: robertlytton Reviewed By: robertlytton Differential Revision: http://llvm-reviews.chandlerc.com/D2943 llvm-svn: 203129 | ||||
* | [XCore] Fix printing of inline asm operands. | Richard Osborne | 2013-07-16 | 1 | -0/+32 |
Previously an asm operand with no operand modifier would give the error "invalid operand in inline asm". llvm-svn: 186407 |