aboutsummaryrefslogtreecommitdiff
path: root/test/MC
AgeCommit message (Expand)Author
2009-08-31Merge r80213 from mainline.Tanya Lattner
2009-08-31Merge 79737 from mainline.Tanya Lattner
2009-08-21llvm-mc: Improve handling of implicit alignment for magic section directivesDaniel Dunbar
2009-08-21llvm-mc/Mach-O: Support .o emission for .org and .align.Daniel Dunbar
2009-08-21llvm-mc/Mach-O: Support byte and fill value emission.Daniel Dunbar
2009-08-21llvm-mc: Accept .fill size of 8.Daniel Dunbar
2009-08-21llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar
2009-08-19Fix typoDaniel Dunbar
2009-08-19fix asmstreaming of 2/4 byte elements with pow-2 alignments.Chris Lattner
2009-08-14llvm-mc: Fix bugs where bytes were unintentionally being printed as signed.Daniel Dunbar
2009-08-14llvm-mc: When handling a .set, make sure to print subsequent references to theDaniel Dunbar
2009-08-14llvm-mc: zerofill shouldn't print quotes around the section,segment.Daniel Dunbar
2009-08-14llvm-mc: Support escaped characters in string literals (for .ascii and .asciz)Daniel Dunbar
2009-08-14Update llvm-mc / MCAsmStreamer to print the instruction using the actual targetDaniel Dunbar
2009-08-11llvm-mc/AsmParser: Match hard coded registers (e.g. 'shldl %cl, %eax, %eax')Daniel Dunbar
2009-08-11llvm-mc: Fix a crash on invalid due to a typo in relocatable expressionDaniel Dunbar
2009-08-11llvm-mc/X86: Parse '*' correctly (in the way the matcher expects).Daniel Dunbar
2009-08-11llvm-mc: Accept .word as a synonym for .shortDaniel Dunbar
2009-08-11llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for theseDaniel Dunbar
2009-08-11llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ','Daniel Dunbar
2009-08-11llvm-mc/AsmParser: Implement automatic classification of RegisterClass operands.Daniel Dunbar
2009-08-10llvm-mc/AsmParser: Disambiguate i64i8imm.Daniel Dunbar
2009-08-10llvm-mc/AsmParser: Check for matches with super classes when matchingDaniel Dunbar
2009-08-09Disable this test for now, we don't check for super classes when matching yet.Daniel Dunbar
2009-08-09llvm-mc/AsmParser: Implement user defined super classes.Daniel Dunbar
2009-08-08sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner
2009-08-08llvm-mc/AsmMatcher: Improve match code.Daniel Dunbar
2009-08-07Added Mac OS X assembler style conditional assembly. I may come back and see ifKevin Enderby
2009-08-07Disable X86 AsmMatcher for now, it is causing gcc-4.0 to run out of memory onDaniel Dunbar
2009-08-07llvm-mc/AsmMatcher: Move to a slightly more sane matching design.Daniel Dunbar
2009-08-01llvm-mc: More quoted identifier support.Daniel Dunbar
2009-07-31llvm-mc: Add -triple, and fix some typosDaniel Dunbar
2009-07-31llvm-mc: Fix .s output to quote section & symbol names when necessary.Daniel Dunbar
2009-07-31llvm-mc: A few more parsing / match tweaks.Daniel Dunbar
2009-07-31llvm-mc: Support quoted identifiers.Daniel Dunbar
2009-07-31llvm-mc/X86: Sketch match functions for immediates and memory operands.Daniel Dunbar
2009-07-31Add this test back, the check pattern was too strict.Daniel Dunbar
2009-07-31Remove this test while I figure out why it is failing.Daniel Dunbar
2009-07-31llvm-mc: Match a few X86 instructions.Daniel Dunbar
2009-07-27llvm-mc: Implement .abort fully in the front endDaniel Dunbar
2009-07-20Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API asKevin Enderby
2009-07-17llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar
2009-07-16implement .include in the lexer/parser instead of passing it into the streamer.Chris Lattner
2009-07-15Added llvm-mc support for parsing the .dump and .load directives.Kevin Enderby
2009-07-14Added llvm-mc support for parsing the .include directive.Kevin Enderby
2009-07-14Added llvm-mc support for parsing the .lsym directive.Kevin Enderby
2009-07-14Added llvm-mc support for parsing the .desc directive.Kevin Enderby
2009-07-13Added llvm-mc support for parsing the .abort directive.Kevin Enderby
2009-07-13add llvm-mc support for parsing the .subsections_via_symbols directive.Kevin Enderby
2009-07-10add support for .zerofill, patch by Kevin Enderby!Chris Lattner