aboutsummaryrefslogtreecommitdiff
path: root/test/MC
AgeCommit message (Expand)Author
2011-08-04print st_shndx with the correct number of bits.Rafael Espindola
2011-08-04print st_other with the correct number of bits.Rafael Espindola
2011-08-04print st_type with the correct number of bits.Rafael Espindola
2011-08-04Print st_bind with the correct number of bits.Rafael Espindola
2011-08-04Print r_sym with the correct number of bits.Rafael Espindola
2011-08-04Print r_type with the correct number of bits.Rafael Espindola
2011-08-04Another counter goes decimal.Rafael Espindola
2011-08-04Change anther counter to decimal.Rafael Espindola
2011-08-04Don't print a counter in hex.Rafael Espindola
2011-08-04Print all the bits in the addend.Rafael Espindola
2011-08-04Fix http://llvm.org/bugs/show_bug.cgi?id=10568Jason W Kim
2011-08-03ARM refactoring assembly parsing of memory address operands.Jim Grosbach
2011-07-29ARM SRS instruction parsing, diassembly and encoding support.Jim Grosbach
2011-07-29ARM assembly parsing and encoding for RFE instruction.Jim Grosbach
2011-07-29ARM update tests for CPS instruction.Jim Grosbach
2011-07-28CBZ/CBNZ are Thumb2 only. No need for ARM mode tests for them.Jim Grosbach
2011-07-28ARM assembly parsing and encoding for BLX (immediate).Jim Grosbach
2011-07-28Remove obsolete FIXME reference in comment.Jim Grosbach
2011-07-28ARM assembly parsing and encoding for BFC and BFI.Jim Grosbach
2011-07-28ARM parsing and encoding for ADR.Jim Grosbach
2011-07-28Update ARM tests for parsing and encoding of WFE, WFI and YIELD.Jim Grosbach
2011-07-28ARM parsing and encoding tests.Jim Grosbach
2011-07-27Emit an error is asm parser parsed X86_64 only registers, e.g. %rax, %sil.Evan Cheng
2011-07-27ARM assembly parsing and encoding for USUB16 and USUB8.Jim Grosbach
2011-07-27ARM assembly parsing and encoding for USAX.Jim Grosbach
2011-07-27Fix llvm-mc handing of x86 instructions that take 8-bit unsigned immediates.Kevin Enderby
2011-07-27Clean up tabs.Jim Grosbach
2011-07-27ARM assembly parsing and encoding support for USAT and USAT16.Jim Grosbach
2011-07-27ARM assembly parsing and encoding tests for USAD8 and USADA8.Jim Grosbach
2011-07-27ARM assembly parsing and encoding tests for UQSUB16 and UQSUB8.Jim Grosbach
2011-07-27Fix comment copy/paste-o.Jim Grosbach
2011-07-27ARM assembly parsing and encoding tests for UQASX and UQSAX.Jim Grosbach
2011-07-27ARM assembly parsing and encoding tests for UQADD16 and UQADD8.Jim Grosbach
2011-07-27ARM assembly parsing and encoding for UMULL.Jim Grosbach
2011-07-27ARM assembly parsing and encoding for UMLAL.Jim Grosbach
2011-07-27ARM assembly parsing and encoding tests for UMAAL.Jim Grosbach
2011-07-27ARM assembly parsing and encoding tests for UHSUB16 and UHSUB8.Jim Grosbach
2011-07-27ARM assembly parsing and encoding tests for UHADD16, UHADD8 and UHASX.Jim Grosbach
2011-07-27ARM parsing and encoding of SBFX and UBFX.Jim Grosbach
2011-07-27ARM assembly parsing and encoding tests for UADD16, UADD8 and UASX.Jim Grosbach
2011-07-27ARM assembly parsing and encoding tests for TST instruction.Jim Grosbach
2011-07-27ARM assembly parsing and encoding tests for TEQ instruction.Jim Grosbach
2011-07-27Refactor the STRT and STRBT instructions to distinguish between the register-...Owen Anderson
2011-07-27ARM assembly parsing and encoding for extend instructions.Jim Grosbach
2011-07-26ARM diagnostics for ldrexd/stredx out of order paired register operands.Jim Grosbach
2011-07-26ARM parsing and encoding tests for load/store exclusive instructions.Jim Grosbach
2011-07-26ARM assembly parsing and encoding for SWP[B] instructions.Jim Grosbach
2011-07-26ARM parsing and encoding for SVC instruction.Jim Grosbach
2011-07-26ARM assembly parsing and encoding tests for SUB instruction.Jim Grosbach
2011-07-26Update ARM STM tests. Fix check: prefix for diagnostic tests.Jim Grosbach