| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: Use MCTargetAsmParser::validateTargetOperandClass(). | Jim Grosbach | 2013-02-06 | 1 | -47/+19 |
* | Switch the code added in r173885 to use the new, shiny RTTI | Chandler Carruth | 2013-01-31 | 1 | -3/+3 |
* | This patch implements runtime ARM specific | Jack Carter | 2013-01-30 | 1 | -0/+10 |
* | Fix description of ARMOperand | Joel Jones | 2013-01-09 | 1 | -1/+1 |
* | Last in the series of removing unnecessary '0' arguments for | Eric Christopher | 2013-01-09 | 1 | -1/+1 |
* | Change SMRange to be half-open (exclusive end) instead of closed (inclusive) | Jordan Rose | 2013-01-07 | 1 | -82/+90 |
* | Remove MCTargetAsmLexer and its derived classes now that edis, | Roman Divacky | 2012-12-20 | 1 | -3/+0 |
* | Make sure the alternate PC+imm syntax of LDR instruction with a small | Kevin Enderby | 2012-12-14 | 1 | -1/+6 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -12/+12 |
* | Remove hard coded registers in ARM ldrexd and strexd instructions | Weiming Zhao | 2012-11-16 | 1 | -4/+42 |
* | [ms-inline asm] Add support for creating AsmRewrites in the target specific | Chad Rosier | 2012-10-25 | 1 | -2/+4 |
* | [ms-inline asm] Remove the MatchInstruction() function. Previously, this was | Chad Rosier | 2012-10-13 | 1 | -6/+7 |
* | [ms-inline asm] Use the new API introduced in r165830 in lieu of the | Chad Rosier | 2012-10-12 | 1 | -4/+1 |
* | In parseMSRMaskOperand, add an explicit check for the operand being an identi... | Craig Topper | 2012-10-09 | 1 | -1/+2 |
* | [ms-inline asm] Add a few typedefs to simplify future changes. | Chad Rosier | 2012-10-05 | 1 | -1/+1 |
* | [ms-inline asm] Add the convertToMapAndConstraints() function that is used to | Chad Rosier | 2012-10-01 | 1 | -2/+4 |
* | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 1 | -3/+3 |
* | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 1 | -3/+3 |
* | ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'. | Jim Grosbach | 2012-09-25 | 1 | -0/+14 |
* | Rather then have a wrapper function, have tblgen instantiate the implementation. | Chad Rosier | 2012-09-24 | 1 | -6/+0 |
* | Rather then have a wrapper function, have tblgen instantiate the implementation. | Chad Rosier | 2012-09-24 | 1 | -4/+0 |
* | Fix the handling of edge cases in ARM shifted operands. | Tim Northover | 2012-09-22 | 1 | -0/+6 |
* | [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser. | Chad Rosier | 2012-09-21 | 1 | -0/+4 |
* | Add comment. | Chad Rosier | 2012-09-21 | 1 | -1/+2 |
* | Tidy up. Formatting. | Jim Grosbach | 2012-09-21 | 1 | -1/+1 |
* | Rename the isMemory() function to isMem(). No functional change intended. | Chad Rosier | 2012-09-11 | 1 | -22/+22 |
* | Fix function name per coding standard. | Chad Rosier | 2012-09-05 | 1 | -2/+2 |
* | [ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, add | Chad Rosier | 2012-09-03 | 1 | -2/+2 |
* | [ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the | Chad Rosier | 2012-09-03 | 1 | -0/+6 |
* | Removed unused argument. | Chad Rosier | 2012-09-03 | 1 | -2/+1 |
* | [ms-inline asm] Expose the Kind and Opcode variables from the | Chad Rosier | 2012-09-03 | 1 | -1/+4 |
* | Remove an unused argument. The MCInst opcode is set in the ConvertToMCInst() | Chad Rosier | 2012-08-31 | 1 | -47/+42 |
* | Add a comment to explain what's really going on. | Chad Rosier | 2012-08-31 | 1 | -0/+6 |
* | The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve... | Chad Rosier | 2012-08-31 | 1 | -3/+0 |
* | With the fix in r162954/162955 every cvt function returns true. Thus, have | Chad Rosier | 2012-08-31 | 1 | -64/+42 |
* | Fix for r162954. Return the Error. | Chad Rosier | 2012-08-30 | 1 | -2/+2 |
* | Move a check to the validateInstruction() function where it more properly bel... | Chad Rosier | 2012-08-30 | 1 | -11/+13 |
* | Typo. | Chad Rosier | 2012-08-30 | 1 | -1/+1 |
* | Remove getARMRegisterNumbering and replace with calls into | Eric Christopher | 2012-08-09 | 1 | -9/+9 |
* | Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ... | Jiangning Liu | 2012-08-02 | 1 | -1/+2 |
* | Fix #13138, a bug around ARM instruction DSB encoding and decoding issue. | Jiangning Liu | 2012-08-02 | 1 | -21/+51 |
* | Fix #13241, a bug around shift immediate operand for ARM instruction ADR. | Jiangning Liu | 2012-08-02 | 1 | -0/+23 |
* | Some formatting to keep Clang happy | Richard Barton | 2012-07-09 | 1 | -4/+4 |
* | Prevent ARM assembler from losing a right shift by #32 applied to a register | Richard Barton | 2012-07-09 | 1 | -1/+3 |
* | Spelling! | Richard Barton | 2012-07-09 | 1 | -2/+2 |
* | Teach the assembler to use the narrow thumb encodings of various three-regist... | Richard Barton | 2012-07-09 | 1 | -0/+80 |
* | Teach assembler to handle capitalised operation values for DSB instructions | Richard Barton | 2012-06-27 | 1 | -1/+1 |
* | Prevent ARM Assembler crashing on unrecognised assembly format for DSB instru... | Richard Barton | 2012-06-27 | 1 | -1/+2 |
* | ARM: Add a better diagnostic for some out of range immediates. | Jim Grosbach | 2012-06-22 | 1 | -1/+9 |
* | Fix the encoding of the armv7m (MClass) for MSR registers other than aspr, | Kevin Enderby | 2012-06-15 | 1 | -11/+11 |