aboutsummaryrefslogtreecommitdiff
path: root/test/MC
AgeCommit message (Expand)Author
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2012-06-29X86: add more GATHER intrinsics in LLVMManman Ren
2012-06-27This allows hello world to be compiled for Mips 64 direct object.Jack Carter
2012-06-27Teach assembler to handle capitalised operation values for DSB instructionsRichard Barton
2012-06-26X86: add GATHER intrinsics (AVX2) in LLVMManman Ren
2012-06-26Remove some duplicate instructions that exist only to given different mnemoni...Craig Topper
2012-06-25PR13013: ELF Type identification fails for MSB type ELF files.Meador Inge
2012-06-22ARM: Add a better diagnostic for some out of range immediates.Jim Grosbach
2012-06-20Revert r158846.Akira Hatanaka
2012-06-20In MipsDisassembler.cpp, instead of defining register class tables, use the onesAkira Hatanaka
2012-06-19Have ARM ELF use correct reloc for "b" instr.Jan Wen Voung
2012-06-18ARM: Define generic HINT instruction.Jim Grosbach
2012-06-16Implement irpc. Extracted from a patch by the PaX team. I just added the test.Rafael Espindola
2012-06-15Fix the encoding of the armv7m (MClass) for MSR registers other than aspr,Kevin Enderby
2012-06-15Factor macro argument parsing into helper methods and add support for .irp.Rafael Espindola
2012-06-14Replace assertion failure for badly formatted CPS instrution with error message.Richard Barton
2012-06-06Correct decoder for T1 conditional B encodingRichard Barton
2012-05-31Add lit.local.cfg to run the tests in test/MC/Disassembler/Mips.Akira Hatanaka
2012-05-29Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...Benjamin Kramer
2012-05-18Refactor data-in-code annotations.Jim Grosbach
2012-05-18Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby
2012-05-17Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missingKevin Enderby
2012-05-15Add a test case for r156840, a fix to llvm-objdump when disassembling usingKevin Enderby
2012-05-12Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola
2012-05-12ELF: Add support for the asm .version directive.Benjamin Kramer
2012-05-12AsmParser: Add support for the .purgem directive.Benjamin Kramer
2012-05-12AsmParser: ignore the .extern directive.Benjamin Kramer
2012-05-12AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer
2012-05-12AsmParser: Add support for .ifb and .ifnb directives.Benjamin Kramer
2012-05-12Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka
2012-05-12Insert instructions to the entry basic block which initializes the globalAkira Hatanaka
2012-05-11Added the missing bit definition for the 4th bit of the STR (post reg) instru...Silviu Baranga
2012-05-11Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate o...Silviu Baranga
2012-05-03Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bitsKevin Enderby
2012-05-03Fixed disassembler for vstm/vldm ARM VFP instructions.Silviu Baranga
2012-05-02ARM: Add missing two-operand VBIC aliases.Jim Grosbach
2012-05-02Disallow YIELD and other allocated nop hints in pre-ARMv6 architectures.Richard Barton
2012-05-01ARM: Add a few missing add->sub aliases w/ 'w' suffix.Jim Grosbach
2012-05-01ARM: allow vanilla expressions for movw/movt.Jim Grosbach
2012-05-01MC: Unknown assembler directives are now hard errors.Jim Grosbach
2012-04-27ARM: Thumb add(sp plus register) asm constraints.Jim Grosbach
2012-04-27Fix ARM assembly parsing for upper case condition codes on IT instructions.Richard Barton
2012-04-27Missed some register numbers.Benjamin Kramer
2012-04-27Update edis test for r155704.Benjamin Kramer
2012-04-26Specify cpu to unbreak tests.Evan Cheng
2012-04-24ARM: improved assembler diagnostics for missing CPU features.Jim Grosbach
2012-04-24Add missing test cases for ARM VLD3 (single 3-element structure to all lanes)Kevin Enderby
2012-04-24Add missing test cases for ARM VLD4 (single 4-element structure to all lanes)Kevin Enderby
2012-04-23ARM: Add testcases for two-operand variants of VSRA/VRSRA/VSRI.Jim Grosbach