summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* Add 3DNowA instructions.Eli Friedman2010-10-03
* the immediate field of pshufw is actually an 8-bit field, not a 8-bit field t...Chris Lattner2010-10-03
* add support for the prefetch/prefetchw instructions, move femms intoChris Lattner2010-10-03
* what the heck, add support for the rest of the 3dNow! binary operations.Chris Lattner2010-10-03
* Implement support for the bizarre 3DNow! encoding (which is unlike anythingChris Lattner2010-10-03
* Implement a very basic PIC case.Rafael Espindola2010-10-03
* fix a regression introduced in r115243, in which the instructionChris Lattner2010-10-02
* actually, move the elf tests into the existing elf dir.Chris Lattner2010-10-02
* consolidate ELF tests into asmparser tests.Chris Lattner2010-10-02
* move ARM MC tests up one level.Chris Lattner2010-10-02
* move X86 subdir up a levelChris Lattner2010-10-01
* Factor some logic into ShouldRelocOnSymbol. This simplifies the code andRafael Espindola2010-09-30
* more cleanups.Chris Lattner2010-09-30
* merge and clean up tests.Chris Lattner2010-09-30
* merge two tests.Chris Lattner2010-09-30
* rename testChris Lattner2010-09-30
* generalize test.Chris Lattner2010-09-30
* rename test.Chris Lattner2010-09-30
* merge two tests.Chris Lattner2010-09-30
* preemptively add the rest of the non-n fpstack instructions.Chris Lattner2010-09-30
* merge two tests.Chris Lattner2010-09-30
* fix this to not be completely broken.Chris Lattner2010-09-30
* update, unxfail, fix bogus encodings.Chris Lattner2010-09-30
* update and unxfailChris Lattner2010-09-30
* unxfail this by fixing syntactic differences.Chris Lattner2010-09-30
* implement support for finit, PR8258Chris Lattner2010-09-30
* add support for fstcw, PR8259Chris Lattner2010-09-30
* Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung2010-09-30
* Add another test that now passes.Rafael Espindola2010-09-30
* Correctly produce R_X86_64_32 or R_X86_64_32S.Rafael Espindola2010-09-30
* Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when Jan Wen Voung2010-09-30
* Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola2010-09-30
* implement rdar://8491845 - Gas supports commuted forms of non-commutable inst...Chris Lattner2010-09-29
* Move "local commons" to the end of .bss to match the gnu as behavior.Rafael Espindola2010-09-29
* Add a test that I forgot to add with a previous commit.Rafael Espindola2010-09-29
* fix rdar://8490728 - llvm-mc rejects gpr64 form of 'movmskpd'Chris Lattner2010-09-29
* add assembler support for the cvtsd2sil/cvtsd2siq mnemonics, rdar://8456382Chris Lattner2010-09-29
* MC-COFF: Fix test. IMAGE_SYM_CLASS_LABEL should never have been emitted.Michael J. Spencer2010-09-29
* make the x86 mccode emitter emit the 0x67 and 0x66 prefix bytes in the sameChris Lattner2010-09-29
* implement support for 32-bit address operands in 64-bit mode, which Chris Lattner2010-09-29
* add basic avx support to the disassembler, also teach it about ssmem/sdmemChris Lattner2010-09-29
* add asmparser support for cvttpd2dq by removing some Int_ prefixes.Chris Lattner2010-09-29
* implement rdar://8456382 - cvtsd2si support, by removing some Int_ prefixes.Chris Lattner2010-09-29
* implement rdar://8456378 and PR7557 - support for the fstsw,Chris Lattner2010-09-29
* On elf, undefined symbols can start with .L.Rafael Espindola2010-09-28
* Write relocations in the end of the file. This matches what gas does andRafael Espindola2010-09-27
* Make sure .text doesn't produce extra alignment.Rafael Espindola2010-09-27
* MC/AsmParser: Handle exponents in floating point literals.Daniel Dunbar2010-09-27
* MC-COFF: Drop empty sections, and label symbols. Convert relocationsMichael J. Spencer2010-09-27
* yet more aliases.Chris Lattner2010-09-27