summaryrefslogtreecommitdiff
path: root/test/MC/AsmParser
Commit message (Expand)AuthorAge
* Rename temporary symbols if they conflict with artificial symbols createdRafael Espindola2010-12-01
* Parse and remember discriminators in .loc line. I try to output them withRafael Espindola2010-11-13
* Add support for .value.Rafael Espindola2010-11-01
* Add support for the .string directive.Rafael Espindola2010-10-28
* Implement .equ directive as a synonym to .set.Roman Divacky2010-10-28
* MC/AsmParser: Fix relative precedence of {+,-} and comparison ops.Daniel Dunbar2010-10-25
* MC/AsmLexer: Fix bug in source location for Slash token.Daniel Dunbar2010-10-25
* tweak test.Daniel Dunbar2010-10-25
* MC/AsmParser: Rewrite test to actually check some parts of expression parsing,Daniel Dunbar2010-10-25
* 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
* 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
* implement rdar://8491845 - Gas supports commuted forms of non-commutable inst...Chris Lattner2010-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
* 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
* MC/AsmParser: Handle exponents in floating point literals.Daniel Dunbar2010-09-27
* yet more aliases.Chris Lattner2010-09-27
* add a couple more aliases, rdar://8456378Chris Lattner2010-09-27
* fix rdar://8470918 - llvm-mc can't assemble smovlChris Lattner2010-09-27
* Fix rdar://8468087 - llvm-mc commutes fmul (and friend) operands.Chris Lattner2010-09-27
* implement support for 'clr' alias. This is part of rdar://8416805,Chris Lattner2010-09-27
* MC/AsmParser: Handle a missed case of floating literals in the lexer.Daniel Dunbar2010-09-24
* MC/AsmParser: Support .single and .double for embedding floating point literals.Daniel Dunbar2010-09-24
* fix rdar://8456371 - Handle commutable instructions written backward.Chris Lattner2010-09-22
* Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner2010-09-22
* fix rdar://8456412 - llvm-mc crash in encoder on "mov %rdx, %cr8"Chris Lattner2010-09-22
* fix rdar://8456417 - llvm-mc can't do basic mathChris Lattner2010-09-22
* add the missing aliases for fp stack cmovs, rdar://8456391Chris Lattner2010-09-22