aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Add support for lexing single quotes like 'c'.Roman Divacky2010-12-181-0/+16
* Rename temporary symbols if they conflict with artificial symbols createdRafael Espindola2010-12-011-0/+10
* Parse and remember discriminators in .loc line. I try to output them withRafael Espindola2010-11-131-1/+1
* Add support for .value.Rafael Espindola2010-11-011-0/+4
* Add support for the .string directive.Rafael Espindola2010-10-281-0/+7
* Implement .equ directive as a synonym to .set.Roman Divacky2010-10-281-0/+5
* MC/AsmParser: Fix relative precedence of {+,-} and comparison ops.Daniel Dunbar2010-10-251-1/+2
* MC/AsmLexer: Fix bug in source location for Slash token.Daniel Dunbar2010-10-251-3/+2
* tweak test.Daniel Dunbar2010-10-251-3/+3
* MC/AsmParser: Rewrite test to actually check some parts of expression parsing,Daniel Dunbar2010-10-251-32/+37
* actually, move the elf tests into the existing elf dir.Chris Lattner2010-10-022-36/+0
* consolidate ELF tests into asmparser tests.Chris Lattner2010-10-023-6/+0
* move ARM MC tests up one level.Chris Lattner2010-10-023-19/+0
* move X86 subdir up a levelChris Lattner2010-10-0114-29242/+0
* 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
* implement rdar://8491845 - Gas supports commuted forms of non-commutable inst...Chris Lattner2010-09-291-0/+8
* 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
* 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
* MC/AsmParser: Handle exponents in floating point literals.Daniel Dunbar2010-09-271-0/+17
* 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
* 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
* fix rdar://8456371 - Handle commutable instructions written backward.Chris Lattner2010-09-221-0/+8
* Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner2010-09-222-4/+6
* fix rdar://8456412 - llvm-mc crash in encoder on "mov %rdx, %cr8"Chris Lattner2010-09-221-1/+13
* fix rdar://8456417 - llvm-mc can't do basic mathChris Lattner2010-09-221-0/+5