summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
...
* llvm-mc: Support escaped characters in string literals (for .ascii and .asciz)Daniel Dunbar2009-08-14
* Update llvm-mc / MCAsmStreamer to print the instruction using the actual targetDaniel Dunbar2009-08-14
* llvm-mc/AsmParser: Match hard coded registers (e.g. 'shldl %cl, %eax, %eax')Daniel Dunbar2009-08-11
* llvm-mc: Fix a crash on invalid due to a typo in relocatable expressionDaniel Dunbar2009-08-11
* llvm-mc/X86: Parse '*' correctly (in the way the matcher expects).Daniel Dunbar2009-08-11
* llvm-mc: Accept .word as a synonym for .shortDaniel Dunbar2009-08-11
* llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for theseDaniel Dunbar2009-08-11
* llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ','Daniel Dunbar2009-08-11
* llvm-mc/AsmParser: Implement automatic classification of RegisterClass operands.Daniel Dunbar2009-08-11
* llvm-mc/AsmParser: Disambiguate i64i8imm.Daniel Dunbar2009-08-10
* llvm-mc/AsmParser: Check for matches with super classes when matchingDaniel Dunbar2009-08-10
* Disable this test for now, we don't check for super classes when matching yet.Daniel Dunbar2009-08-09
* llvm-mc/AsmParser: Implement user defined super classes.Daniel Dunbar2009-08-09
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-08
* llvm-mc/AsmMatcher: Improve match code.Daniel Dunbar2009-08-08
* Added Mac OS X assembler style conditional assembly. I may come back and see ifKevin Enderby2009-08-07
* Disable X86 AsmMatcher for now, it is causing gcc-4.0 to run out of memory onDaniel Dunbar2009-08-07
* llvm-mc/AsmMatcher: Move to a slightly more sane matching design.Daniel Dunbar2009-08-07
* llvm-mc: More quoted identifier support.Daniel Dunbar2009-08-01
* llvm-mc: Add -triple, and fix some typosDaniel Dunbar2009-07-31
* llvm-mc: Fix .s output to quote section & symbol names when necessary.Daniel Dunbar2009-07-31
* llvm-mc: A few more parsing / match tweaks.Daniel Dunbar2009-07-31
* llvm-mc: Support quoted identifiers.Daniel Dunbar2009-07-31
* llvm-mc/X86: Sketch match functions for immediates and memory operands.Daniel Dunbar2009-07-31
* Add this test back, the check pattern was too strict.Daniel Dunbar2009-07-31
* Remove this test while I figure out why it is failing.Daniel Dunbar2009-07-31
* llvm-mc: Match a few X86 instructions.Daniel Dunbar2009-07-31
* llvm-mc: Implement .abort fully in the front endDaniel Dunbar2009-07-27
* Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API asKevin Enderby2009-07-20
* llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar2009-07-17
* implement .include in the lexer/parser instead of passing it into the streamer.Chris Lattner2009-07-16
* Added llvm-mc support for parsing the .dump and .load directives.Kevin Enderby2009-07-15
* Added llvm-mc support for parsing the .include directive.Kevin Enderby2009-07-14
* Added llvm-mc support for parsing the .lsym directive.Kevin Enderby2009-07-14
* Added llvm-mc support for parsing the .desc directive.Kevin Enderby2009-07-14
* Added llvm-mc support for parsing the .abort directive.Kevin Enderby2009-07-13
* add llvm-mc support for parsing the .subsections_via_symbols directive.Kevin Enderby2009-07-13
* add support for .zerofill, patch by Kevin Enderby!Chris Lattner2009-07-10
* add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!Chris Lattner2009-07-09
* Switch all the MC tests to use FileCheck.Chris Lattner2009-07-08
* convert to FileCheck style.Chris Lattner2009-07-08
* Implement parsing support for the .comm directive. Patch byChris Lattner2009-07-07
* llvm-mc/x86: Test case for x86 operand parsing.Daniel Dunbar2009-07-02
* llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form areDaniel Dunbar2009-06-30
* llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc.Daniel Dunbar2009-06-30
* llvm-mc: Parse symbol attribute directives.Daniel Dunbar2009-06-30
* llvm-mc: Parse .{,b,p2}align{,w,l} directives.Daniel Dunbar2009-06-29
* llvm-mc: Recognize C++ style comments.Daniel Dunbar2009-06-29
* MC: Improve expression parsing and implement evaluation of absolute expressions.Daniel Dunbar2009-06-29
* MC: Parse .org directives.Daniel Dunbar2009-06-25