aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
AgeCommit message (Expand)Author
2011-07-27ARM assembly parsing and encoding for UMLAL.Jim Grosbach
2011-07-27ARM parsing and encoding of SBFX and UBFX.Jim Grosbach
2011-07-27ARM assembly parsing and encoding for extend instructions.Jim Grosbach
2011-07-27Support .code32 and .code64 in X86 assembler.Evan Cheng
2011-07-26Fix over-zealous rename from r136095.Jim Grosbach
2011-07-26ARM diagnostics for ldrexd/stredx out of order paired register operands.Jim Grosbach
2011-07-26Clean up the ARM asm parser a bit.Jim Grosbach
2011-07-26ARM parsing and encoding for SVC instruction.Jim Grosbach
2011-07-26Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng
2011-07-25ARM assembly parsing and encoding for SSAT16 instruction.Jim Grosbach
2011-07-25ARM assembly parsing and encoding for SSAT instruction.Jim Grosbach
2011-07-25Fix more MC layering violations.Evan Cheng
2011-07-25ARM asm operand renaming. Make things a bit more explicit.Jim Grosbach
2011-07-25Make assembly parser method names more consistent.Jim Grosbach
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng
2011-07-22ARM SSAT instruction 5-bit immediate handling.Jim Grosbach
2011-07-22ARM assembly parsing and encoding updates.Jim Grosbach
2011-07-22ARM assembly parsing and encoding of SMLAL instruction.Jim Grosbach
2011-07-22ARM assembly parsing and encoding for SETEND instruction.Jim Grosbach
2011-07-21Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn n...Owen Anderson
2011-07-21ARM Asm parser range checking for [0,31] immediates.Jim Grosbach
2011-07-21Tidy up.Jim Grosbach
2011-07-21Split up the ARM so_reg ComplexPattern into so_reg_reg and so_reg_imm, allowi...Owen Anderson
2011-07-21ARM assembly parsing and encoding for PKHBT and PKHTB instructions.Jim Grosbach
2011-07-20Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng
2011-07-20ARM assembly parsing of MUL instruction.Jim Grosbach
2011-07-19Tweak ARM assembly parsing and printing of MSR instruction.Jim Grosbach
2011-07-19ARM assembly parsing for MOV (register).Jim Grosbach
2011-07-19Tidy up.Jim Grosbach
2011-07-19Tighten conditional for 'mov' cc_out.Jim Grosbach
2011-07-19ARM assembly parsing for MOV (immediate).Jim Grosbach
2011-07-19Remove unused code.Jim Grosbach
2011-07-19ARM range checking for so_imm operands in assembly parsing.Jim Grosbach
2011-07-14ARM diagnostic when 's' suffix on mnemonic that can't set flags.Jim Grosbach
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng
2011-07-14Don't leak operands when putting them into a shift.Benjamin Kramer
2011-07-13ARM Assembler support for DMB instruction.Jim Grosbach
2011-07-13Range checking for CDP[2] immediates.Jim Grosbach
2011-07-13Range checking for 16-bit immediates in ARM assembly.Jim Grosbach
2011-07-13Improve ARM assembly parsing diagnostics a bit.Jim Grosbach
2011-07-13Flesh out ARM Parser support for shifted-register operands.Jim Grosbach
2011-07-13Update MCParsedAsmOperand debug methods.Jim Grosbach
2011-07-11Fix recognition of ARM 'adcs' mnemonic.Jim Grosbach
2011-07-09Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng
2011-07-08Fix indentation.Evan Cheng
2011-07-08Add support for ARM / Thumb mode switching with .code 16 and .code 32.Evan Cheng
2011-07-08Plug a leak by giving the AsmParser ownership of the MCSubtargetInfo.Benjamin Kramer
2011-07-08TargetAsmParser doesn't need reference to Target.Evan Cheng
2011-07-08Eliminate asm parser's dependency on TargetMachine:Evan Cheng
2011-06-30Thumb1 register to register MOV instruction is predicable.Jim Grosbach