aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* 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
* llvm-mc: Support .zerofill emission.Daniel Dunbar2009-08-284-0/+501
* llvm-mc: Emit .lcomm as .zerofill.Daniel Dunbar2009-08-282-4/+4
* For now, only run MC tests if X86 is configured.Daniel Dunbar2009-08-272-2/+8
* llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate textDaniel Dunbar2009-08-261-0/+3
* llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar2009-08-261-1/+2
* llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.Daniel Dunbar2009-08-261-2/+3
* llvm-mc/Mach-O: Add support for relocations.Daniel Dunbar2009-08-261-0/+227
* llvm-mc: Fix tests for python variations in int printing, sigh.Daniel Dunbar2009-08-261-10/+10
* llvm-mc/Mach-O: Add section padding where needed (to align the next section).Daniel Dunbar2009-08-262-0/+224
* llvm-mc/Mach-O: Set addresses for symbols.Daniel Dunbar2009-08-262-10/+140
* llvm-mc: Improve indirect symbol support (add the indirect index table).Daniel Dunbar2009-08-261-0/+273
* llvm-mc/Mach-O: Support symbol attributes.Daniel Dunbar2009-08-241-0/+254
* llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar2009-08-221-0/+160
* Force triple for these tests.Daniel Dunbar2009-08-222-2/+2
* llvm-mc: Improve handling of implicit alignment for magic section directivesDaniel Dunbar2009-08-211-18/+9
* llvm-mc/Mach-O: Support .o emission for .org and .align.Daniel Dunbar2009-08-211-4/+11
* llvm-mc/Mach-O: Support byte and fill value emission.Daniel Dunbar2009-08-211-0/+60
* llvm-mc: Accept .fill size of 8.Daniel Dunbar2009-08-211-0/+5
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-212-0/+535
* Fix typoDaniel Dunbar2009-08-191-1/+1
* fix asmstreaming of 2/4 byte elements with pow-2 alignments.Chris Lattner2009-08-191-2/+2
* llvm-mc: Fix bugs where bytes were unintentionally being printed as signed.Daniel Dunbar2009-08-141-1/+2
* llvm-mc: When handling a .set, make sure to print subsequent references to theDaniel Dunbar2009-08-141-2/+8
* llvm-mc: zerofill shouldn't print quotes around the section,segment.Daniel Dunbar2009-08-141-3/+3
* llvm-mc: Support escaped characters in string literals (for .ascii and .asciz)Daniel Dunbar2009-08-141-2/+26
* Update llvm-mc / MCAsmStreamer to print the instruction using the actual targetDaniel Dunbar2009-08-143-41/+63
* llvm-mc/AsmParser: Match hard coded registers (e.g. 'shldl %cl, %eax, %eax')Daniel Dunbar2009-08-111-0/+4
* llvm-mc: Fix a crash on invalid due to a typo in relocatable expressionDaniel Dunbar2009-08-111-0/+8
* llvm-mc/X86: Parse '*' correctly (in the way the matcher expects).Daniel Dunbar2009-08-111-0/+3
* llvm-mc: Accept .word as a synonym for .shortDaniel Dunbar2009-08-111-0/+5
* llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for theseDaniel Dunbar2009-08-113-0/+18
* llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ','Daniel Dunbar2009-08-111-0/+4