[ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}.
[oota-llvm.git] / lib / Target / ARM / AsmParser / ARMAsmParser.cpp
2013-07-19 Joey Gouly[ARMv8] Implement the NEON instructions VRINT{N, X...
2013-07-09 Joey GoulyAdd MC assembly/disassembly support for VRINT{A, N...
2013-07-09 Joey GoulyAdd MC assembly/disassembly support for VCVT{A, N,...
2013-07-06 Joey GoulyAdd MC support for the v8fp instructions: vmaxnm and...
2013-07-04 Joey GoulyAdd support for MC assembling and disassembling of...
2013-07-03 Tilmann SchellerARM: Prevent ARMAsmParser::shouldOmitCCOutOperand(...
2013-07-03 Mihai PopaThis corrects the implementation of Thumb ADR instruct...
2013-07-01 Chad Rosier[ARMAsmParser] Sort the ARM register lists based on...
2013-06-26 Joey GoulyAdd a subtarget feature 'v8' to the ARM backend.
2013-06-26 Tim NorthoverARM: fix more cases where predication may or may not...
2013-06-26 Tim NorthoverARM: allow predicated barriers in Thumb mode
2013-06-18 Kevin EnderbyChange the arm assembler to support this from the v7c...
2013-06-18 Amaury de la VieuvilleARM: fix literal load with positive offset encoding
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-06-11 Mihai PopaIt adds support for negative zero offsets for loads...
2013-06-10 Tim NorthoverARM: diagnose ARM/Thumb assembly switches on CPUs only...
2013-06-10 Amaury de la VieuvilleFix misleading comments in ARMAsmParser
2013-06-10 Amaury de la VieuvilleARM: ISB cannot be passed the same options as DMB
2013-05-31 Tim NorthoverARM: permit upper-case BE/LE on setend instruction
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-19 Benjamin KramerReplace some bit operations with simpler ones. No funct...
2013-05-10 Logan ChienImplement AsmParser for ARM unwind directives.
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-04-26 Quentin ColombetARM: Fix encoding of hint instruction for Thumb.
2013-04-18 Chad Rosier[asm parser] Add support for predicating MnemonicAlias...
2013-04-17 Quentin ColombetFix treatment of ARM unallocated hint instructions.
2013-04-15 Jim GrosbachARM: Add VACLT and VACLE assembly aliases.
2013-03-19 Chad RosierFix pr13145 - Naming a function like a register name...
2013-03-15 Eric ChristopherSilence anonymous type in anonymous union warnings.
2013-02-23 Jim GrosbachARM: Convenience aliases for 'srs*' instructions.
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-02-14 Kristof BeylsMake ARMAsmParser accept the correct alignment specifie...
2013-02-06 Jim GrosbachARM: Use MCTargetAsmParser::validateTargetOperandClass().
2013-01-31 Chandler CarruthSwitch the code added in r173885 to use the new, shiny...
2013-01-30 Jack CarterThis patch implements runtime ARM specific
2013-01-09 Joel JonesFix description of ARMOperand
2013-01-09 Eric ChristopherLast in the series of removing unnecessary '0' argument...
2013-01-07 Jordan RoseChange SMRange to be half-open (exclusive end) instead...
2012-12-20 Roman DivackyRemove MCTargetAsmLexer and its derived classes now...
2012-12-14 Kevin EnderbyMake sure the alternate PC+imm syntax of LDR instructio...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-16 Weiming ZhaoRemove hard coded registers in ARM ldrexd and strexd...
2012-10-25 Chad Rosier[ms-inline asm] Add support for creating AsmRewrites...
2012-10-13 Chad Rosier[ms-inline asm] Remove the MatchInstruction() function...
2012-10-12 Chad Rosier[ms-inline asm] Use the new API introduced in r165830...
2012-10-09 Craig TopperIn parseMSRMaskOperand, add an explicit check for the...
2012-10-05 Chad Rosier[ms-inline asm] Add a few typedefs to simplify future...
2012-10-01 Chad Rosier[ms-inline asm] Add the convertToMapAndConstraints...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-25 Jim GrosbachARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-22 Tim NorthoverFix the handling of edge cases in ARM shifted operands.
2012-09-21 Chad Rosier[ms-inline asm] Expose the mnemonicIsValid() function...
2012-09-21 Chad RosierAdd comment.
2012-09-21 Jim GrosbachTidy up. Formatting.
2012-09-11 Chad RosierRename the isMemory() function to isMem(). No function...
2012-09-05 Chad RosierFix function name per coding standard.
2012-09-03 Chad Rosier[ms-inline asm] Asm operands can map to one or more...
2012-09-03 Chad Rosier[ms-inline asm] Add an interface to the GetMCInstOperan...
2012-09-03 Chad RosierRemoved unused argument.
2012-09-03 Chad Rosier[ms-inline asm] Expose the Kind and Opcode variables...
2012-08-31 Chad RosierRemove an unused argument. The MCInst opcode is set...
2012-08-31 Chad RosierAdd a comment to explain what's really going on.
2012-08-31 Chad RosierThe ConvertToMCInst() function can't fail, so remove...
2012-08-31 Chad RosierWith the fix in r162954/162955 every cvt function retur...
2012-08-30 Chad RosierFix for r162954. Return the Error.
2012-08-30 Chad RosierMove a check to the validateInstruction() function...
2012-08-30 Chad RosierTypo.
2012-08-09 Eric ChristopherRemove getARMRegisterNumbering and replace with calls...
2012-08-02 Jiangning LiuFix #13035, a bug around Thumb instruction LDRD/STRD...
2012-08-02 Jiangning LiuFix #13138, a bug around ARM instruction DSB encoding...
2012-08-02 Jiangning LiuFix #13241, a bug around shift immediate operand for...
2012-07-09 Richard BartonSome formatting to keep Clang happy
2012-07-09 Richard BartonPrevent ARM assembler from losing a right shift by...
2012-07-09 Richard BartonSpelling!
2012-07-09 Richard BartonTeach the assembler to use the narrow thumb encodings...
2012-06-27 Richard BartonTeach assembler to handle capitalised operation values...
2012-06-27 Richard BartonPrevent ARM Assembler crashing on unrecognised assembly...
2012-06-22 Jim GrosbachARM: Add a better diagnostic for some out of range...
2012-06-15 Kevin EnderbyFix the encoding of the armv7m (MClass) for MSR registe...
2012-06-14 Richard BartonReplace assertion failure for badly formatted CPS instr...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-05-24 Craig TopperMark a static array as const.
2012-05-17 Kevin EnderbyFix the encoding of the armv7m (MClass) for MSR APSR...
2012-05-11 Silviu BarangaFixed the LLVM ARM v7 assembler and instruction printer...
2012-04-27 Jim GrosbachARM: Thumb add(sp plus register) asm constraints.
2012-04-27 Richard BartonFix ARM assembly parsing for upper case condition codes...
2012-04-27 Richard BartonRefactor IT handling not to store the bottom bit of...
2012-04-25 Richard BartonUnify internal representation of ARM instructions with...
2012-04-25 Craig TopperAdd ifdef around getSubtargetFeatureName in tablegen...
2012-04-24 Jim GrosbachARM: improved assembler diagnostics for missing CPU...
2012-04-16 Jim GrosbachARM handle :lower16: and :upper16: after a '#' prefix.
2012-04-15 Benjamin KramerWire up support for diagnostic ranges in the ARMAsmParser.
2012-04-11 Jim GrosbachARM add missing Thumb1 two-operand aliases for shift...
2012-04-11 Evan ChengFix a number of problems with ARM fused multiply add...
2012-04-10 Jim GrosbachARM fix cc_out operand handling for t2SUBrr instructions.
2012-04-05 Jim GrosbachARM assembly aliases for add negative immediates using...
2012-04-05 Jim GrosbachARM assembly parsing for 'msr' plain 'cpsr' operand.
next