summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* Some instructions end with an "ls" prefix, but it doesn't indicate that they areBill Wendling2010-10-29
* Be more strict on when we produce an undefined reference. In gas a file withRafael Espindola2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Covert this test to .s form.Owen Anderson2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Covert this test to .s form.Owen Anderson2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Convert this file to less fragile .s form.Owen Anderson2010-10-29
* Replace this test with the less fragile .s version. Still XFAIL'd, since the...Owen Anderson2010-10-29
* Covert this test to a .s file to reduce fragility.Owen Anderson2010-10-29
* Convert this test to a .s file, so that it's not sensitive to codegen changes.Owen Anderson2010-10-29
* add simple support for addrmode5 operands, allowingChris Lattner2010-10-29
* Improvements to .section parsing:Rafael Espindola2010-10-28
* most simple arm instructions match correctly now,Chris Lattner2010-10-28
* fix the asmmatcher generator to handle targets with no RegisterPrefixChris Lattner2010-10-28
* Add support for the .string directive.Rafael Espindola2010-10-28
* Defined weak symbols should have non-zero value.Rafael Espindola2010-10-28
* Fix relocations with renamed symbols.Rafael Espindola2010-10-28
* Aliases defined with .symver should copy the binding of the symbols they alias.Rafael Espindola2010-10-28
* Implement .equ directive as a synonym to .set.Roman Divacky2010-10-28
* Implement R_X86_64_DTPOFF32.Rafael Espindola2010-10-28
* Implement TLSLD.Rafael Espindola2010-10-28
* Implement DTPOFF.Rafael Espindola2010-10-28
* Implement TLSLDM.Rafael Espindola2010-10-28
* Implement VK_GOTNTPOFF and switch RelocNeedsGOT to use VariantKind.Rafael Espindola2010-10-28
* Disable most of the ARM vfp / NEON MC tests. These are too fragile to be useful.Evan Cheng2010-10-28
* Add correct NEON encodings for vtbl and vtbx.Owen Anderson2010-10-28
* Add correct NEON encodings for vext, vtrn, vuzp, and vzip.Owen Anderson2010-10-27
* Tests for NEON encoding of vrev.Owen Anderson2010-10-27
* Provide correct encodings for NEON vcvt, which has its own special immediate ...Owen Anderson2010-10-27
* Provide correct encodings for the get_lane and set_lane variants of vmov.Owen Anderson2010-10-27
* Add support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TLS_IE and R_386_TLS_LE.Rafael Espindola2010-10-27
* Added the x86 instruction ud2b (2nd official undefined instruction).Kevin Enderby2010-10-27
* Implement R_X86_64_GOTTPOFF, R_X86_64_TLSGD and R_X86_64_TPOFF32.Rafael Espindola2010-10-27
* Provide correct NEON encodings for vdup.Owen Anderson2010-10-27
* Set default type and flags for .init and .fini.Rafael Espindola2010-10-27
* Tests for NEON encoding of vmovl, vmovn, vqmovn, and vqmovun.Owen Anderson2010-10-27
* Tests for NEON encoding of vcls, vclz, and vcnt.Owen Anderson2010-10-27
* Tests for NEON encoding of vneg and vqneg.Owen Anderson2010-10-27
* Produce an error for an invalid use of .symver.Rafael Espindola2010-10-27
* Tests for NEON encoding of vabs and vqabs.Owen Anderson2010-10-27
* Add correct NEON encodings for vsli and vsri.Owen Anderson2010-10-27