aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
...
* llvm-mc/AsmParser: Implement automatic classification of RegisterClass operands.Daniel Dunbar2009-08-111-4/+17
* llvm-mc/AsmParser: Disambiguate i64i8imm.Daniel Dunbar2009-08-101-1/+7
* llvm-mc/AsmParser: Check for matches with super classes when matchingDaniel Dunbar2009-08-101-1/+0
* Disable this test for now, we don't check for super classes when matching yet.Daniel Dunbar2009-08-091-1/+2
* llvm-mc/AsmParser: Implement user defined super classes.Daniel Dunbar2009-08-091-0/+14
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-081-2/+2
* llvm-mc/AsmMatcher: Improve match code.Daniel Dunbar2009-08-082-6/+0
* Added Mac OS X assembler style conditional assembly. I may come back and see ifKevin Enderby2009-08-071-0/+12
* Disable X86 AsmMatcher for now, it is causing gcc-4.0 to run out of memory onDaniel Dunbar2009-08-072-0/+6
* llvm-mc/AsmMatcher: Move to a slightly more sane matching design.Daniel Dunbar2009-08-071-1/+0
* llvm-mc: More quoted identifier support.Daniel Dunbar2009-08-011-0/+25
* llvm-mc: Add -triple, and fix some typosDaniel Dunbar2009-07-312-3/+3
* llvm-mc: Fix .s output to quote section & symbol names when necessary.Daniel Dunbar2009-07-312-8/+8
* llvm-mc: A few more parsing / match tweaks.Daniel Dunbar2009-07-311-0/+27
* llvm-mc: Support quoted identifiers.Daniel Dunbar2009-07-311-0/+26
* llvm-mc/X86: Sketch match functions for immediates and memory operands.Daniel Dunbar2009-07-311-2/+14
* Add this test back, the check pattern was too strict.Daniel Dunbar2009-07-311-0/+7
* Remove this test while I figure out why it is failing.Daniel Dunbar2009-07-311-5/+0
* llvm-mc: Match a few X86 instructions.Daniel Dunbar2009-07-312-1/+6
* llvm-mc: Implement .abort fully in the front endDaniel Dunbar2009-07-271-4/+2
* Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API asKevin Enderby2009-07-201-8/+0
* llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar2009-07-1720-25/+25
* implement .include in the lexer/parser instead of passing it into the streamer.Chris Lattner2009-07-161-6/+7
* Added llvm-mc support for parsing the .dump and .load directives.Kevin Enderby2009-07-151-0/+8
* Added llvm-mc support for parsing the .include directive.Kevin Enderby2009-07-141-0/+8
* Added llvm-mc support for parsing the .lsym directive.Kevin Enderby2009-07-141-0/+8
* Added llvm-mc support for parsing the .desc directive.Kevin Enderby2009-07-141-0/+8
* Added llvm-mc support for parsing the .abort directive.Kevin Enderby2009-07-131-0/+8
* add llvm-mc support for parsing the .subsections_via_symbols directive.Kevin Enderby2009-07-131-0/+6
* add support for .zerofill, patch by Kevin Enderby!Chris Lattner2009-07-101-0/+10
* add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!Chris Lattner2009-07-091-0/+10
* Switch all the MC tests to use FileCheck.Chris Lattner2009-07-089-45/+47
* convert to FileCheck style.Chris Lattner2009-07-081-11/+10
* Implement parsing support for the .comm directive. Patch byChris Lattner2009-07-071-0/+8
* llvm-mc/x86: Test case for x86 operand parsing.Daniel Dunbar2009-07-021-0/+36
* llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form areDaniel Dunbar2009-06-301-0/+7
* llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc.Daniel Dunbar2009-06-301-1/+17
* llvm-mc: Parse symbol attribute directives.Daniel Dunbar2009-06-301-0/+7
* llvm-mc: Parse .{,b,p2}align{,w,l} directives.Daniel Dunbar2009-06-291-0/+16
* llvm-mc: Recognize C++ style comments.Daniel Dunbar2009-06-291-4/+4
* MC: Improve expression parsing and implement evaluation of absolute expressions.Daniel Dunbar2009-06-291-0/+39
* MC: Parse .org directives.Daniel Dunbar2009-06-251-0/+11
* MC: Parse .set and assignments.Daniel Dunbar2009-06-252-0/+14
* Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... }Daniel Dunbar2009-06-245-0/+71