aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
...
* 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