aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP.Joey Gouly2013-07-091-3/+6
* Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP.Joey Gouly2013-07-091-3/+5
* Add MC support for the v8fp instructions: vmaxnm and vminnm.Joey Gouly2013-07-061-2/+4
* Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr...Joey Gouly2013-07-041-2/+2
* ARM: Prevent ARMAsmParser::shouldOmitCCOutOperand() from misidentifying certa...Tilmann Scheller2013-07-031-9/+5
* This corrects the implementation of Thumb ADR instruction. There are three i...Mihai Popa2013-07-031-0/+25
* [ARMAsmParser] Sort the ARM register lists based on the encoding value, not theChad Rosier2013-07-011-15/+23
* Add a subtarget feature 'v8' to the ARM backend.Joey Gouly2013-06-261-0/+3
* ARM: fix more cases where predication may or may not be allowedTim Northover2013-06-261-19/+17
* ARM: allow predicated barriers in Thumb modeTim Northover2013-06-261-6/+6
* Change the arm assembler to support this from the v7c spec:Kevin Enderby2013-06-181-1/+11
* ARM: fix literal load with positive offset encodingAmaury de la Vieuville2013-06-181-1/+3
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-3/+3
* It adds support for negative zero offsets for loads and stores.Mihai Popa2013-06-111-1/+1
* ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one.Tim Northover2013-06-101-0/+19
* Fix misleading comments in ARMAsmParserAmaury de la Vieuville2013-06-101-6/+6
* ARM: ISB cannot be passed the same options as DMBAmaury de la Vieuville2013-06-101-0/+84
* ARM: permit upper-case BE/LE on setend instructionTim Northover2013-05-311-1/+1
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-2/+2
* Replace some bit operations with simpler ones. No functionality change.Benjamin Kramer2013-05-191-2/+1
* Implement AsmParser for ARM unwind directives.Logan Chien2013-05-101-1/+254
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-051-2/+2
* ARM: Fix encoding of hint instruction for Thumb.Quentin Colombet2013-04-261-0/+5
* [asm parser] Add support for predicating MnemonicAlias based on the assemblerChad Rosier2013-04-181-3/+4
* Fix treatment of ARM unallocated hint instructions.Quentin Colombet2013-04-171-0/+7
* ARM: Add VACLT and VACLE assembly aliases.Jim Grosbach2013-04-151-0/+1
* Fix pr13145 - Naming a function like a register name confuses the asm parser.Chad Rosier2013-03-191-14/+20
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-151-96/+120
* ARM: Convenience aliases for 'srs*' instructions.Jim Grosbach2013-02-231-0/+9
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-201-30/+30
* Make ARMAsmParser accept the correct alignment specifier syntax in instructions.Kristof Beyls2013-02-141-4/+8
* ARM: Use MCTargetAsmParser::validateTargetOperandClass().Jim Grosbach2013-02-061-47/+19
* Switch the code added in r173885 to use the new, shiny RTTIChandler Carruth2013-01-311-3/+3
* This patch implements runtime ARM specificJack Carter2013-01-301-0/+10
* Fix description of ARMOperandJoel Jones2013-01-091-1/+1
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-091-1/+1
* 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