Implement .weakref.
[oota-llvm.git] / test / MC /
2010-11-01 Rafael EspindolaImplement .weakref.
2010-11-01 Chris Lattner"mov[zs]x (mem), GR16" are not ambiguous: the mem
2010-11-01 Chris LattnerImplement enough of the missing instalias support to get
2010-11-01 Owen AndersonConvert this test to .s form.
2010-11-01 Chris Lattnermake the asm matcher emitter reject instructions that...
2010-10-30 Chris Lattnerfix an encoding mismatch where "sal %eax, 1" was not...
2010-10-30 Chris Lattneradd a test for the ud2a alias.
2010-10-29 Bill WendlingSome instructions end with an "ls" prefix, but it doesn...
2010-10-29 Rafael EspindolaBe more strict on when we produce an undefined referenc...
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonCovert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonCovert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this test to .s form.
2010-10-29 Owen AndersonConvert this file to less fragile .s form.
2010-10-29 Owen AndersonReplace this test with the less fragile .s version...
2010-10-29 Owen AndersonCovert this test to a .s file to reduce fragility.
2010-10-29 Owen AndersonConvert this test to a .s file, so that it's not sensit...
2010-10-29 Chris Lattneradd simple support for addrmode5 operands, allowing
2010-10-28 Rafael EspindolaImprovements to .section parsing:
2010-10-28 Chris Lattnermost simple arm instructions match correctly now,
2010-10-28 Chris Lattnerfix the asmmatcher generator to handle targets with...
2010-10-28 Rafael EspindolaAdd support for the .string directive.
2010-10-28 Rafael EspindolaDefined weak symbols should have non-zero value.
2010-10-28 Rafael EspindolaFix relocations with renamed symbols.
2010-10-28 Rafael EspindolaAliases defined with .symver should copy the binding...
2010-10-28 Roman DivackyImplement .equ directive as a synonym to .set.
2010-10-28 Rafael EspindolaImplement R_X86_64_DTPOFF32.
2010-10-28 Rafael EspindolaImplement TLSLD.
2010-10-28 Rafael EspindolaImplement DTPOFF.
2010-10-28 Rafael EspindolaImplement TLSLDM.
2010-10-28 Rafael EspindolaImplement VK_GOTNTPOFF and switch RelocNeedsGOT to...
2010-10-28 Evan ChengDisable most of the ARM vfp / NEON MC tests. These...
2010-10-28 Owen AndersonAdd correct NEON encodings for vtbl and vtbx.
2010-10-27 Owen AndersonAdd correct NEON encodings for vext, vtrn, vuzp, and...
2010-10-27 Owen AndersonTests for NEON encoding of vrev.
2010-10-27 Owen AndersonProvide correct encodings for NEON vcvt, which has...
2010-10-27 Owen AndersonProvide correct encodings for the get_lane and set_lane...
2010-10-27 Rafael EspindolaAdd support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TL...
2010-10-27 Kevin EnderbyAdded the x86 instruction ud2b (2nd official undefined...
2010-10-27 Rafael EspindolaImplement R_X86_64_GOTTPOFF, R_X86_64_TLSGD and R_X86_6...
2010-10-27 Owen AndersonProvide correct NEON encodings for vdup.
2010-10-27 Rafael EspindolaSet default type and flags for .init and .fini.
2010-10-27 Owen AndersonTests for NEON encoding of vmovl, vmovn, vqmovn, and...
2010-10-27 Owen AndersonTests for NEON encoding of vcls, vclz, and vcnt.
2010-10-27 Owen AndersonTests for NEON encoding of vneg and vqneg.
2010-10-27 Rafael EspindolaProduce an error for an invalid use of .symver.
2010-10-27 Owen AndersonTests for NEON encoding of vabs and vqabs.
2010-10-27 Owen AndersonAdd correct NEON encodings for vsli and vsri.
2010-10-27 Owen AndersonAdd correct NEON encodings for vsra and vrsra.
2010-10-27 Rafael EspindolaSymbols defined as the difference of other two end...
2010-10-27 Rafael EspindolaAdd support for the .symver directive. This is really...
2010-10-27 Kevin EnderbyYet another tweak to X86 instructions to add ud2a as...
2010-10-27 Kevin EnderbyAnother tweak to X86 instructions to add the missing...
2010-10-27 Kevin EnderbyTweaks to X86 instructions to allow the 'w' suffix...
2010-10-27 Kevin EnderbyAdded some aliases to the fcomip and fucompi Intel...
2010-10-26 Owen AndersonAdd correct NEON encodings for vqshl, vqshrn, vqshrun...
2010-10-26 Owen AndersonCorrect NEON encodings for vshrn, vrshl, vrshr, vrshrn.
2010-10-26 Owen AndersonAdd tests for NEON encoding of vshll.
2010-10-26 Owen AndersonTests for NEON encoding of vshr.
2010-10-26 Owen AndersonProvide correct NEON encodings for vshl, register and...
2010-10-26 Rafael EspindolaAdd support for .ident.
2010-10-26 Owen AndersonTests for NEON encoding of vrecpe, vrecps, vrsqrte...
2010-10-26 Owen AndersonTests for NEON encodings of vpmin and vpmax.
2010-10-26 Owen AndersonAdd correct NEON encoding for vpadal.
2010-10-26 Owen AndersonTests for NEON encoding of vpadd and vpaddl.
2010-10-26 Owen AndersonAdd NEON encodings for vmov and vmvn of immediates.
2010-10-26 Rafael EspindolaImplement some relaxations for arithmetic instructions...
2010-10-26 Bob WilsonWhen the "true" and "false" blocks of a diamond if...
2010-10-25 Owen AndersonTests for NEON encoding of vmax.
2010-10-25 Owen AndersonTests for NEON encoding of vmin.
2010-10-25 Owen AndersonAdd correct encodings for NEON vabal.
2010-10-25 Owen AndersonAdd correct NEON encodings for vaba.
2010-10-25 Owen AndersonTests for NEON encoding of vabdl.
2010-10-25 Owen AndersonAdd tests for NEON encoding of vabd.
2010-10-25 Daniel DunbarMC/AsmParser: Fix relative precedence of {+,-} and...
2010-10-25 Daniel DunbarMC/AsmLexer: Fix bug in source location for Slash token.
2010-10-25 Daniel Dunbartweak test.
2010-10-25 Daniel DunbarMC/AsmParser: Rewrite test to actually check some parts...
2010-10-25 Owen AndersonAttempt to provide correct encodings for NEON vbit...
2010-10-25 Owen AndersonProvide correct NEON encodings for vbsl.
2010-10-25 Owen AndersonAdd correct instruction encodings for vbic, vorn, and...
2010-10-25 Owen AndersonProvide correct NEON encodings for vand, veor, and...
2010-10-25 Owen AndersonAdd tests for NEON encoding of vtst.
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.
next