aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
...
* implement the rest of correct x86-64 encoder support for Chris Lattner2010-02-121-0/+30
* fix the encodings of monitor and mwait, which were completelyChris Lattner2010-02-121-0/+14
* Remove the few # TAILCALL comments that snuck in. As they may fail on linux.Kevin Enderby2010-02-111-4/+4
* Update the X86 assembler matcher test case now that a few more things matchKevin Enderby2010-02-111-5/+161
* MC/X86 AsmMatcher: Fix a use after free spotted by d0k, and de-XFAILDaniel Dunbar2010-02-101-4/+0
* XFAIL this on linux until I figure out what is happening.Daniel Dunbar2010-02-101-0/+4
* Replace this file containing 4 tests of x86 32-bit encodings with a fileKevin Enderby2010-02-101-9/+9857
* Fix the encoding of the movntdqa X86 instruction. It was missing the 0x66Kevin Enderby2010-02-101-0/+2
* fix X86 encoder to output [disp] only addresses with no SIB byteChris Lattner2010-02-091-1/+4
* Implement x86 asm parsing support for %st and %st(4)Chris Lattner2010-02-091-0/+7
* fix incorrect encoding of SBB8mi that Kevin noticed.Chris Lattner2010-02-051-1/+4
* fix a case where we'd mis-encode fisttp because of an incorrect (andChris Lattner2010-02-051-0/+5
* remove fixmeChris Lattner2010-02-051-2/+0
* Added support for X86 instruction prefixes so llvm-mc can assemble them. TheKevin Enderby2010-02-031-0/+68
* AsmParser/X86: Add temporary hack to allow parsing "sal". Eventually we needDaniel Dunbar2010-02-021-0/+6
* remove the # TAILCALL markers, which was causing the to fail.Chris Lattner2010-02-021-16/+15
* MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch ofDaniel Dunbar2010-02-022-0/+555
* MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.Daniel Dunbar2010-02-021-0/+14
* this apparently depends on the host somehow.Chris Lattner2010-02-021-3/+2
* disable this test for now.Chris Lattner2010-02-021-0/+2
* Added another version of the X86 assembler matcher test case.Kevin Enderby2010-02-021-0/+7653
* MC/X86 AsmParser: Handle absolute memory operands correctly. We were doingDaniel Dunbar2010-01-302-1/+7
* MC/X86: Add a nice X86 assembler matcher test case from Kevin Enderby.Daniel Dunbar2010-01-292-1/+1631
* wirte up .file and .file to the mc asmparser.Chris Lattner2010-01-251-2/+5
* fix a parsing problem on instructions like:Chris Lattner2010-01-241-0/+1
* teach MCAsmStreamer::EmitBytes to use .ascii and .ascizChris Lattner2010-01-231-17/+2
* Mark EH_RETURN64 as CodeGenOnly.Daniel Dunbar2010-01-221-1/+3
* add an MCAsmStreamer::EmitFill specialization of EmitFill thatChris Lattner2010-01-191-4/+3
* only darwin has zerofillChris Lattner2010-01-191-1/+1
* specify a triple to use, fixing the test on non-x86-64 hosts.Chris Lattner2009-12-221-1/+1
* various cleanups, make the disassemble reject lines with too muchChris Lattner2009-12-221-1/+1
* rewrite the file parser for the disassembler, implementing support forChris Lattner2009-12-222-0/+19
* Force triple in tests.Daniel Dunbar2009-10-162-2/+2
* MC: Tweak variable assignment diagnostics, and make reassignment of non-absoluteDaniel Dunbar2009-10-161-0/+17
* MC: When parsing a variable reference, substitute absolute variables immediatelyDaniel Dunbar2009-10-162-9/+24
* Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" soKevin Enderby2009-10-071-39/+52
* Move ARM and X86 specific AsmParser tests into separate subdirectories, and onlyDaniel Dunbar2009-09-217-3/+11
* Add an intel syntax MCInstPrinter implementation. You can nowChris Lattner2009-09-201-0/+1
* Added the first bits of the ARM target assembler to llvm-mc. For now it onlyKevin Enderby2009-09-153-5/+12
* unbreak this test by working around an asmparser bug.Chris Lattner2009-09-131-1/+1
* Unbreak these tests. Chris, please verify that these changes are intended.Dan Gohman2009-09-083-8/+8
* use a darwin tripleChris Lattner2009-09-031-1/+1
* adjust expected lines.Chris Lattner2009-09-031-5/+5
* update test for alignment value in hexChris Lattner2009-09-031-1/+1
* llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.Daniel Dunbar2009-08-313-2/+7
* llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').Daniel Dunbar2009-08-313-6/+6
* llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.Daniel Dunbar2009-08-312-7/+7
* Update test.Daniel Dunbar2009-08-301-2/+4
* llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...Daniel Dunbar2009-08-301-0/+5
* llvm-mc: Support .comm emission.Daniel Dunbar2009-08-281-0/+114