summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* 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
* MC: Parse .set and assignments.Daniel Dunbar2009-06-25
* Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... }Daniel Dunbar2009-06-24