aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-071-398/+216
|\
| * ARMAsmParser: Plug a leak.Benjamin Kramer2013-08-031-3/+11
| * Add a missing 'return' statement.Joey Gouly2013-08-021-0/+1
| * [ARMv8] Add an assembler warning for the deprecated 'setend' instruction.Joey Gouly2013-08-021-0/+12
| * Added the B9.3.19 SUBS PC, LR, #imm (Thumb2) system instruction.Kevin Enderby2013-07-311-0/+20
| * This adds range checking for "ldr Rn, [pc, #imm]" Thumb Mihai Popa2013-07-221-0/+40
| * ARM: remove now unneeded custom Asm convertersTim Northover2013-07-221-346/+3
| * Add a line that got missed off somehow. Sorry about that!Joey Gouly2013-07-191-0/+1
| * [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}.Joey Gouly2013-07-191-0/+30
| * 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
* | Merge commit '100fbdd06be7590b23c4707a98cd605bdb519498' into merge_20130612Stephen Hines2013-06-121-14/+369
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'upstream/master' into merge-20130502Stephen Hines2013-05-021-17/+37
|\ \ | |/
| * 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
* | Merge branch 'upstream' into merge_2013_03_18Stephen Hines2013-03-181-96/+120
|\ \ | |/
| * Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-151-96/+120
* | Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226Stephen Hines2013-03-051-83/+78
|\ \ | |/
| * 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
* | Update LLVM for merge to r171905.Stephen Hines2013-01-211-1/+0