summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/AsmParser
Commit message (Expand)AuthorAge
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-25
* [ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier2012-10-13
* [ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier2012-10-12
* In parseMSRMaskOperand, add an explicit check for the operand being an identi...Craig Topper2012-10-09
* [ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier2012-10-05
* [ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier2012-10-01
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.Jim Grosbach2012-09-25
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-24
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-24
* Fix the handling of edge cases in ARM shifted operands.Tim Northover2012-09-22
* [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier2012-09-21
* Add comment.Chad Rosier2012-09-21
* Tidy up. Formatting.Jim Grosbach2012-09-21
* Rename the isMemory() function to isMem(). No functional change intended.Chad Rosier2012-09-11
* Fix function name per coding standard.Chad Rosier2012-09-05
* [ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier2012-09-03
* [ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier2012-09-03
* Removed unused argument.Chad Rosier2012-09-03
* [ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier2012-09-03
* Remove an unused argument. The MCInst opcode is set in the ConvertToMCInst()Chad Rosier2012-08-31
* Add a comment to explain what's really going on.Chad Rosier2012-08-31
* The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...Chad Rosier2012-08-31
* With the fix in r162954/162955 every cvt function returns true. Thus, haveChad Rosier2012-08-31
* Fix for r162954. Return the Error.Chad Rosier2012-08-30
* Move a check to the validateInstruction() function where it more properly bel...Chad Rosier2012-08-30
* Typo.Chad Rosier2012-08-30
* Remove getARMRegisterNumbering and replace with calls intoEric Christopher2012-08-09
* Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...Jiangning Liu2012-08-02
* Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu2012-08-02
* Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu2012-08-02
* Some formatting to keep Clang happyRichard Barton2012-07-09
* Prevent ARM assembler from losing a right shift by #32 applied to a registerRichard Barton2012-07-09
* Spelling!Richard Barton2012-07-09
* Teach the assembler to use the narrow thumb encodings of various three-regist...Richard Barton2012-07-09
* Teach assembler to handle capitalised operation values for DSB instructionsRichard Barton2012-06-27
* Prevent ARM Assembler crashing on unrecognised assembly format for DSB instru...Richard Barton2012-06-27
* ARM: Add a better diagnostic for some out of range immediates.Jim Grosbach2012-06-22
* Fix the encoding of the armv7m (MClass) for MSR registers other than aspr,Kevin Enderby2012-06-15
* Replace assertion failure for badly formatted CPS instrution with error message.Richard Barton2012-06-14
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* Mark a static array as const.Craig Topper2012-05-24
* Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missingKevin Enderby2012-05-17
* Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate o...Silviu Baranga2012-05-11
* ARM: Thumb add(sp plus register) asm constraints.Jim Grosbach2012-04-27
* Fix ARM assembly parsing for upper case condition codes on IT instructions.Richard Barton2012-04-27
* Refactor IT handling not to store the bottom bit of the condition code in the...Richard Barton2012-04-27
* Unify internal representation of ARM instructions with a register right-shift...Richard Barton2012-04-25
* Add ifdef around getSubtargetFeatureName in tablegen output file so that only...Craig Topper2012-04-25