[ARM] In ARMAsmParser, MatchCoprocessorOperandName() permitted p10 and p11 as operand...
[oota-llvm.git] / lib / Target / ARM / AsmParser / ARMAsmParser.cpp
2013-11-08 Artyom Skrobov[ARM] In ARMAsmParser, MatchCoprocessorOperandName...
2013-10-28 Logan Chien[arm] Implement eabi_attribute, cpu, and fpu directives.
2013-10-25 Tim NorthoverARM: allow .thumb_func to be separated from symbol...
2013-10-24 Tim NorthoverARM: fix assert on unpredictable POP instruction.
2013-10-23 Artyom SkrobovMake ARM hint ranges consistent, and add tests for...
2013-10-22 Tim NorthoverARM: provide diagnostics on more writeback LDM/STM...
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-07 Tim NorthoverARM: allow cortex-m0 to use hint instructions
2013-10-05 Rafael EspindolaRemove some really nasty uses of hasRawTextSupport.
2013-10-03 Amara Emerson[ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.
2013-10-01 Joey Gouly[ARM] Introduce the 'sevl' instruction in ARMv8.
2013-09-30 Tilmann Scheller[ARM] Clean up ARMAsmParser::validateInstruction().
2013-09-30 Tilmann Scheller[ARM] Assembler: ARM LDRD with writeback requires the...
2013-09-27 Tilmann SchellerARM: Teach assembler to enforce constraints for ARM...
2013-09-27 Tilmann SchellerFix comment.
2013-09-27 Tilmann SchellerARM: Teach assembler to enforce constraint for Thumb2...
2013-09-19 Amara Emerson[ARMv8] Add support for the v8 cryptography extensions.
2013-09-18 Joey Gouly[ARMv8] Add CRC instructions.
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-05 Joey Gouly[ARMv8] Implement the new DMB/DSB operands.
2013-09-05 Richard BartonAdd AArch32 DCPS{1,2,3} and HLT instructions.
2013-08-27 Joey Gouly[ARMv8] Add MC support for the new load/store acquire...
2013-08-21 Mihai PopaMake "mov" work for all Thumb2 MOV encodings
2013-08-16 Mihai PopaAdd support for Thumb2 literal loads with negative...
2013-08-16 Mihai PopaFix Thumb2 aliasing complementary instructions taking...
2013-08-15 Mihai PopaThis fixes three issues related to Thumb literal loads:
2013-08-09 Mihai PopaFix assembling of Thumb2 branch instructions.
2013-08-03 Benjamin KramerARMAsmParser: Plug a leak.
2013-08-02 Joey GoulyAdd a missing 'return' statement.
2013-08-02 Joey Gouly[ARMv8] Add an assembler warning for the deprecated...
2013-07-31 Kevin EnderbyAdded the B9.3.19 SUBS PC, LR, #imm (Thumb2) system...
2013-07-22 Mihai PopaThis adds range checking for "ldr Rn, [pc, #imm]" Thumb
2013-07-22 Tim NorthoverARM: remove now unneeded custom Asm converters
2013-07-19 Joey GoulyAdd a line that got missed off somehow. Sorry about...
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...
next