aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* more cleanups.Chris Lattner2010-09-307-7903/+7897
* merge and clean up tests.Chris Lattner2010-09-306-51/+55
* merge two tests.Chris Lattner2010-09-302-10074/+10073
* rename testChris Lattner2010-09-301-0/+0
* generalize test.Chris Lattner2010-09-301-0/+0
* rename test.Chris Lattner2010-09-301-0/+0
* merge two tests.Chris Lattner2010-09-302-262/+256
* preemptively add the rest of the non-n fpstack instructions.Chris Lattner2010-09-301-0/+4
* merge two tests.Chris Lattner2010-09-302-7/+5
* fix this to not be completely broken.Chris Lattner2010-09-301-2/+1
* update, unxfail, fix bogus encodings.Chris Lattner2010-09-301-12/+11
* update and unxfailChris Lattner2010-09-301-19/+18
* unxfail this by fixing syntactic differences.Chris Lattner2010-09-301-6/+5
* implement support for finit, PR8258Chris Lattner2010-09-301-0/+10
* add support for fstcw, PR8259Chris Lattner2010-09-301-0/+6
* Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung2010-09-301-0/+44
* Add another test that now passes.Rafael Espindola2010-09-301-0/+10
* Correctly produce R_X86_64_32 or R_X86_64_32S.Rafael Espindola2010-09-301-5/+41
* Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when Jan Wen Voung2010-09-301-0/+69
* Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola2010-09-301-0/+38
* implement rdar://8491845 - Gas supports commuted forms of non-commutable inst...Chris Lattner2010-09-291-0/+8
* Move "local commons" to the end of .bss to match the gnu as behavior.Rafael Espindola2010-09-291-0/+21
* Add a test that I forgot to add with a previous commit.Rafael Espindola2010-09-291-0/+13
* fix rdar://8490728 - llvm-mc rejects gpr64 form of 'movmskpd'Chris Lattner2010-09-291-0/+7
* add assembler support for the cvtsd2sil/cvtsd2siq mnemonics, rdar://8456382Chris Lattner2010-09-291-2/+7
* MC-COFF: Fix test. IMAGE_SYM_CLASS_LABEL should never have been emitted.Michael J. Spencer2010-09-291-1/+1
* make the x86 mccode emitter emit the 0x67 and 0x66 prefix bytes in the sameChris Lattner2010-09-291-0/+5
* implement support for 32-bit address operands in 64-bit mode, which Chris Lattner2010-09-291-1/+14
* add basic avx support to the disassembler, also teach it about ssmem/sdmemChris Lattner2010-09-291-0/+6
* add asmparser support for cvttpd2dq by removing some Int_ prefixes.Chris Lattner2010-09-291-0/+5
* implement rdar://8456382 - cvtsd2si support, by removing some Int_ prefixes.Chris Lattner2010-09-291-0/+10
* implement rdar://8456378 and PR7557 - support for the fstsw,Chris Lattner2010-09-291-0/+8
* On elf, undefined symbols can start with .L.Rafael Espindola2010-09-281-0/+15
* Write relocations in the end of the file. This matches what gas does andRafael Espindola2010-09-273-50/+50
* Make sure .text doesn't produce extra alignment.Rafael Espindola2010-09-271-0/+19
* MC/AsmParser: Handle exponents in floating point literals.Daniel Dunbar2010-09-271-0/+17
* MC-COFF: Drop empty sections, and label symbols. Convert relocationsMichael J. Spencer2010-09-272-61/+33
* yet more aliases.Chris Lattner2010-09-271-0/+4
* add a couple more aliases, rdar://8456378Chris Lattner2010-09-271-0/+5
* fix rdar://8470918 - llvm-mc can't assemble smovlChris Lattner2010-09-271-0/+7
* Fix rdar://8468087 - llvm-mc commutes fmul (and friend) operands.Chris Lattner2010-09-271-0/+16
* implement support for 'clr' alias. This is part of rdar://8416805,Chris Lattner2010-09-271-0/+14
* Move ELF to HasReliableSymbolDifference=true. Also take the opportunity to putRafael Espindola2010-09-252-1/+27
* Reapply 114678 and 114667. Reverting them did not fix the bot:Rafael Espindola2010-09-241-0/+32
* Revert 114678 and 114667 to see ifRafael Espindola2010-09-241-32/+0
* MC/AsmParser: Handle a missed case of floating literals in the lexer.Daniel Dunbar2010-09-241-0/+3
* MC/AsmParser: Support .single and .double for embedding floating point literals.Daniel Dunbar2010-09-241-0/+12
* Correctly handle weak undefined symbols. Before we would get a invalid bindingRafael Espindola2010-09-231-0/+14
* Represent relocations against local symbols as relocations against the sectionRafael Espindola2010-09-231-0/+32
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-221-0/+32