Add NEON encoding tests for vcgt and vacgt.
[oota-llvm.git] / test / MC /
2010-10-25 Owen AndersonAdd NEON encoding tests for vcgt and vacgt.
2010-10-25 Owen AndersonAdd tests for NEON encodings of vcge and vacge.
2010-10-25 Owen AndersonAdd a warning about our inability to test the encoding...
2010-10-25 Owen AndersonAdd tests for NEON encoding of vceq.
2010-10-25 Owen AndersonAdd tests for NEON encoding of vsubhn and vrsubhn.
2010-10-23 Owen AndersonAdd tests for NEON encoding of vqsub.
2010-10-22 Owen AndersonAdd tests for NEON encoding of vhsub.
2010-10-22 Jim GrosbachAdd a CMP test.
2010-10-22 Owen AndersonAdd tests for NEON encoding of vsubw.
2010-10-22 Owen AndersonAdd tests for NEON encoding of vsubl.
2010-10-22 Owen AndersonAdd tests for NEON encoding of vsub.
2010-10-22 Owen AndersonAdd tests for NEON encoding of vqdmlsl.
2010-10-22 Owen AndersonAdd tests for NEON encoding of vmlsl.
2010-10-22 Jim Grosbachtidy up.
2010-10-22 Jim GrosbachARM mode encoding information for CLZ, RBIT, REV*,...
2010-10-22 Owen AndersonAdd tests for the correct encoding of NEON vmls.
2010-10-22 Owen AndersonAdd correct NEON encodings for vqdmlal.
2010-10-22 Jim GrosbachAdd the encoding information for the rest of the ARM...
2010-10-22 Owen AndersonProvide correct encodings for NEON vmlal.
2010-10-22 Owen AndersonProvide correct NEON encodings for vmla.
2010-10-22 Jim GrosbachMore ARM multiply instuction binary encodings.
2010-10-22 Owen AndersonAdd testscases for encoding of NEON vdqmull.
2010-10-22 Jim GrosbachMore ARM multiply instruction encoding information.
2010-10-22 Andrew TrickReverting r117031 to cleanup valgrind errors.
2010-10-22 Sean CallananFixed handling of immediate operand sizes, which
2010-10-21 Owen AndersonAdd tests for NEON encoding of vmull.
2010-10-21 Jim GrosbachARM binary encodings for MVN variants.
2010-10-21 Owen AndersonAdd tests for NEON encoding of vqdmulh and vqrdmulh.
2010-10-21 Jim GrosbachARM Binary encoding information for BFC/BFI instructions.
2010-10-21 Owen AndersonAdd tests for NEON vmul encoding.
2010-10-21 Owen AndersonRename this test to better reflect its contents.
2010-10-21 Owen AndersonAdd tests for NEON encodings of vaddhn and vraddhn.
2010-10-21 Owen AndersonAdd tests for NEON encodings of vqadd, which was alread...
2010-10-21 Owen AndersonAdd correct NEON encodings for vhadd and vrhadd.
2010-10-21 Owen AndersonAdd correct encodings for NEON vaddw.s* and vaddw.u*.
2010-10-21 Owen AndersonProvide correct NEON encodings for vaddl.u* and vaddl.s*.
2010-10-21 Rafael EspindolaDo not recurse into symbol refs that have a variant...
2010-10-21 Kevin EnderbyMore tweaks to X86 instructions to allow the 'w' suffix...
2010-10-21 Bill WendlingFix whitespace.
2010-10-21 Andrew Trickputback r116983 and fix simple-fp-encoding.ll tests
2010-10-21 Owen AndersonImplement correct encodings for NEON vadd, both integer...
2010-10-20 Bill WendlingAdd encoding for moving a value between two ARM core...
2010-10-20 Bill WendlingAdd encodings for movement between ARM core registers...
2010-10-20 Rafael EspindolaHandle _GLOBAL_OFFSET_TABLE_ correctly.
2010-10-19 Jason W KimFixing r116753 r116756 r116777
2010-10-19 Eric ChristopherSpeculatively revert 116753 and 116756 to attempt to...
2010-10-19 Kevin EnderbyAdded a few tweaks to the Intel Descriptor-table suppor...
2010-10-18 Jason W KimChanged elf-dump to output hex format by default.
2010-10-18 Rafael EspindolaImplement R_386_GOT32.
2010-10-18 Rafael EspindolaRelocate with .bss instead of using the symbol. Matches...
2010-10-18 Rafael EspindolaProduce ELF::R_386_GOTPC relocations.
2010-10-18 Kevin EnderbyAdded a handful of x86-32 instructions that were missin...
2010-10-18 Rafael EspindolaProduce a R_386_PLT32 when needed. Moved the default...
2010-10-18 Rafael EspindolaHandle GOTOFF correctly on i386.
2010-10-16 Rafael EspindolaAdd a MCObjectFormat class so that code common to all...
2010-10-16 Benjamin KramerUnbreak test on non-COFF targets.
2010-10-16 Michael J. SpencerMC-COFF: Add support for default-null weak externals.
2010-10-15 Jim GrosbachARM mode encoding information for UBFX and SBFX instruc...
2010-10-15 Rafael EspindolaRefactor code a bit and avoid creating unnecessary...
2010-10-15 Bob WilsonARM instructions that are both predicated and set the...
2010-10-14 Jim GrosbachSimplify test file a bit.
2010-10-14 Jim GrosbachAdd testcase for RRX and ASRS (which effectively tests...
2010-10-14 Jim GrosbachMOVi16 and MOVT ARM mode encodings.
2010-10-14 Rafael EspindolaRemove some code duplication.
2010-10-14 Bill WendlingAdd support for vmov.f64/.f32 encoding. There's a bit...
2010-10-14 Bill WendlingAdd encoding for 'fmstat'.
2010-10-14 Bill Wendling- Add encodings for multiply add/subtract instructions...
2010-10-13 Jim GrosbachRefactor the ARM 'setend' instruction pattern. Use...
2010-10-13 Bill WendlingAdd MC encodings for VCVT* instrunctions.
2010-10-13 Jim GrosbachAdd ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH...
2010-10-13 Jim GrosbachAdd ARM mode operand encoding information for ADDE...
2010-10-13 Bill WendlingAdd encodings for VNEG and VSQRT. Also add encodings...
2010-10-13 Bill WendlingAdd encodings for VCVT instructions.
2010-10-13 Jim GrosbachAdd ARM encoding information for comparisons, forced...
2010-10-13 Bill WendlingAdd VCMPZ and VABS.
2010-10-13 Bill WendlingRefactor VCMP instructions.
2010-10-12 Bill WendlingAdd encodings for VNMUL[SD].
2010-10-12 Bill WendlingAdd encodings for VDIV and VMUL.
2010-10-12 Jim GrosbachBe nitpicky and line up the comments.
2010-10-12 Bill WendlingAdd encoding for VSUB and VCMP.
2010-10-12 Bill WendlingDon't need to specify calling convention. Add 'readnone...
2010-10-12 Bill WendlingEncoding for VADDD. Plus a test for the VFP instructions.
2010-10-12 Jim GrosbachAdd encoding information for the remainder of the gener...
2010-10-11 Jim GrosbachMC machine encoding for simple aritmetic instructions...
2010-10-09 Michael J. SpencerMC-COFF: Fix .bss section size. Fixes PR8335. Patch...
2010-10-09 Michael J. SpencerMC-COFF: Implement InitSections. Fixes PR8335.
2010-10-09 Michael J. SpencerMC-COFF: Add COFFAsmParser. Completes PR8343.
2010-10-08 Jim GrosbachImplement a few more binary encoding bits. Still very...
2010-10-08 Rafael EspindolaCall InitSections in llc and clang so that the binaries...
2010-10-08 Jim GrosbachAdd test file for simple ARM binary encodings with MC
2010-10-08 Michael J. SpencerMC-COFF: Add test for my last commit.
2010-10-07 Michael J. SpencerMC-COFF: Fix symbol aliases. Fixes PR8251.
2010-10-06 Rafael EspindolaGet binding and visibility info from the the alias...
2010-10-06 Rafael EspindolaIf a symbol is global, reloc against it even if it...
2010-10-06 Rafael EspindolaMake sure weak symbols are listed after the local ones.
2010-10-06 Rafael EspindolaCorrectly handle GOTPCREL relocations.
2010-10-05 Rafael EspindolaUse a relocation against the symbol if it is a PLT...
2010-10-05 Rafael EspindolaImplement more alias cases.
2010-10-05 Chris LattnerReplace a gross hack (the MOV64ri_alt instruction)...
2010-10-05 Rafael EspindolaDon't crash in a strange .size directive.
next