aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/AsmParser
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'upstream/master' into merge-llvmStephen Hines2013-01-213-281/+208
|\ \ | |/
| * Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-071-82/+90
| * Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-203-138/+0
| * Make sure the alternate PC+imm syntax of LDR instruction with a smallKevin Enderby2012-12-141-1/+6
| * Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-032-18/+14
| * Remove hard coded registers in ARM ldrexd and strexd instructionsWeiming Zhao2012-11-161-4/+42
| * [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-251-2/+4
| * [ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier2012-10-131-6/+7
| * [ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier2012-10-121-4/+1
| * In parseMSRMaskOperand, add an explicit check for the operand being an identi...Craig Topper2012-10-091-1/+2
| * [ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier2012-10-051-1/+1
| * [ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier2012-10-011-2/+4
| * Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-3/+3
| * Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-3/+3
| * ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.Jim Grosbach2012-09-251-0/+14
| * Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-241-6/+0
| * Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-241-4/+0
| * Fix the handling of edge cases in ARM shifted operands.Tim Northover2012-09-221-0/+6
| * [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier2012-09-211-0/+4
| * Add comment.Chad Rosier2012-09-211-1/+2
| * Tidy up. Formatting.Jim Grosbach2012-09-211-1/+1
| * Rename the isMemory() function to isMem(). No functional change intended.Chad Rosier2012-09-111-22/+22
* | am 1c4ad5ef: Merge branch \'upstream\' into merge-2012_09_10Stephen Hines2012-09-131-106/+92
|\ \
| * \ Merge branch 'upstream' into merge-2012_09_10Stephen Hines2012-09-101-106/+92
| |\ \ | | |/
| | * Fix function name per coding standard.Chad Rosier2012-09-051-2/+2
| | * [ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier2012-09-031-2/+2
| | * [ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier2012-09-031-0/+6
| | * Removed unused argument.Chad Rosier2012-09-031-2/+1
| | * [ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier2012-09-031-1/+4
| | * Remove an unused argument. The MCInst opcode is set in the ConvertToMCInst()Chad Rosier2012-08-311-47/+42
| | * Add a comment to explain what's really going on.Chad Rosier2012-08-311-0/+6
| | * The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...Chad Rosier2012-08-311-3/+0
| | * With the fix in r162954/162955 every cvt function returns true. Thus, haveChad Rosier2012-08-311-64/+42
| | * Fix for r162954. Return the Error.Chad Rosier2012-08-301-2/+2
| | * Move a check to the validateInstruction() function where it more properly bel...Chad Rosier2012-08-301-11/+13
| | * Typo.Chad Rosier2012-08-301-1/+1
* | | Use O0 for the win_sdk build tooYing Wang2012-09-111-2/+4
|/ /
* | Merge branch 'upstream' into merge_2Stephen Hines2012-08-231-31/+85
|\ \ | |/
| * Remove getARMRegisterNumbering and replace with calls intoEric Christopher2012-08-091-9/+9
| * Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...Jiangning Liu2012-08-021-1/+2
| * Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu2012-08-021-21/+51
| * Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu2012-08-021-0/+23
* | Use -O0 to speed up compiling of ARMAsmParser.cppYing Wang2012-08-201-0/+5
* | Merge with LLVM upstream r160668 (Jul 24th 2012)Shih-wei Liao2012-08-031-37/+194
|\ \ | |/
| * Some formatting to keep Clang happyRichard Barton2012-07-091-4/+4
| * Prevent ARM assembler from losing a right shift by #32 applied to a registerRichard Barton2012-07-091-1/+3
| * Spelling!Richard Barton2012-07-091-2/+2
| * Teach the assembler to use the narrow thumb encodings of various three-regist...Richard Barton2012-07-091-0/+80
| * Teach assembler to handle capitalised operation values for DSB instructionsRichard Barton2012-06-271-1/+1
| * Prevent ARM Assembler crashing on unrecognised assembly format for DSB instru...Richard Barton2012-06-271-1/+2