summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* PLD and PLI are not predicable in ARM mode.Jim Grosbach2011-07-281-0/+1
* ARM assembly parsing and encoding for BLX (immediate).Jim Grosbach2011-07-281-0/+11
* ARM assembly parsing and encoding for BFC and BFI.Jim Grosbach2011-07-281-0/+101
* Revert r136295. It broke nightly testers because some parts of codegen weren...Owen Anderson2011-07-281-1/+3
* Refactor and improve the encodings/decodings for addrmode3 loads, and make th...Owen Anderson2011-07-271-3/+1
* Emit an error is asm parser parsed X86_64 only registers, e.g. %rax, %sil.Evan Cheng2011-07-271-5/+0
* ARM assembly parsing and encoding for UMULL.Jim Grosbach2011-07-271-1/+1
* ARM assembly parsing and encoding for UMLAL.Jim Grosbach2011-07-271-1/+2
* ARM parsing and encoding of SBFX and UBFX.Jim Grosbach2011-07-271-0/+9
* ARM assembly parsing and encoding for extend instructions.Jim Grosbach2011-07-271-0/+78
* Support .code32 and .code64 in X86 assembler.Evan Cheng2011-07-271-4/+6
* Fix over-zealous rename from r136095.Jim Grosbach2011-07-261-3/+3
* ARM diagnostics for ldrexd/stredx out of order paired register operands.Jim Grosbach2011-07-261-1/+39
* Clean up the ARM asm parser a bit.Jim Grosbach2011-07-261-86/+88
* ARM parsing and encoding for SVC instruction.Jim Grosbach2011-07-261-0/+13
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-262-14/+14
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-261-1/+1
* ARM assembly parsing and encoding for SSAT16 instruction.Jim Grosbach2011-07-251-0/+16
* ARM assembly parsing and encoding for SSAT instruction.Jim Grosbach2011-07-251-14/+84
* Fix more MC layering violations.Evan Cheng2011-07-251-2/+9
* Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng2011-07-251-17/+6
* ARM asm operand renaming. Make things a bit more explicit.Jim Grosbach2011-07-251-30/+30
* Make assembly parser method names more consistent.Jim Grosbach2011-07-251-21/+21
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-232-2/+2
* ARM SSAT instruction 5-bit immediate handling.Jim Grosbach2011-07-221-0/+16
* ARM assembly parsing and encoding updates.Jim Grosbach2011-07-221-1/+1
* ARM assembly parsing and encoding of SMLAL instruction.Jim Grosbach2011-07-221-1/+1
* ARM assembly parsing and encoding for SETEND instruction.Jim Grosbach2011-07-221-6/+47
* Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn n...Owen Anderson2011-07-211-5/+1
* ARM Asm parser range checking for [0,31] immediates.Jim Grosbach2011-07-211-0/+13
* Tidy up.Jim Grosbach2011-07-211-2/+0
* Split up the ARM so_reg ComplexPattern into so_reg_reg and so_reg_imm, allowi...Owen Anderson2011-07-211-5/+49
* ARM assembly parsing and encoding for PKHBT and PKHTB instructions.Jim Grosbach2011-07-211-0/+84
* Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng2011-07-201-2/+2
* ARM assembly parsing of MUL instruction.Jim Grosbach2011-07-201-1/+2
* Tweak ARM assembly parsing and printing of MSR instruction.Jim Grosbach2011-07-191-2/+2
* ARM assembly parsing for MOV (register).Jim Grosbach2011-07-191-19/+21
* Tidy up.Jim Grosbach2011-07-191-12/+8
* Tighten conditional for 'mov' cc_out.Jim Grosbach2011-07-191-1/+2
* ARM assembly parsing for MOV (immediate).Jim Grosbach2011-07-191-7/+45
* Remove unused code.Jim Grosbach2011-07-191-54/+3
* ARM range checking for so_imm operands in assembly parsing.Jim Grosbach2011-07-191-0/+13
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-1/+1
* ARM diagnostic when 's' suffix on mnemonic that can't set flags.Jim Grosbach2011-07-141-7/+9
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-3/+0
* Don't leak operands when putting them into a shift.Benjamin Kramer2011-07-141-1/+1
* ARM Assembler support for DMB instruction.Jim Grosbach2011-07-131-0/+4
* Range checking for CDP[2] immediates.Jim Grosbach2011-07-131-0/+26
* Range checking for 16-bit immediates in ARM assembly.Jim Grosbach2011-07-131-0/+13
* Improve ARM assembly parsing diagnostics a bit.Jim Grosbach2011-07-131-21/+33
OpenPOWER on IntegriCloud