Fix comment in llvm.mli.
[oota-llvm.git] / test / MC /
2009-08-10 Daniel Dunbarllvm-mc/AsmParser: Check for matches with super classes...
2009-08-09 Daniel DunbarDisable this test for now, we don't check for super...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Implement user defined super classes.
2009-08-08 Chris Lattnersink the 'name' and 'isdirective' state out of MCSectio...
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Improve match code.
2009-08-07 Kevin EnderbyAdded Mac OS X assembler style conditional assembly...
2009-08-07 Daniel DunbarDisable X86 AsmMatcher for now, it is causing gcc-4...
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Move to a slightly more sane matchi...
2009-08-01 Daniel Dunbarllvm-mc: More quoted identifier support.
2009-07-31 Daniel Dunbarllvm-mc: Add -triple, and fix some typos
2009-07-31 Daniel Dunbarllvm-mc: Fix .s output to quote section & symbol names...
2009-07-31 Daniel Dunbarllvm-mc: A few more parsing / match tweaks.
2009-07-31 Daniel Dunbarllvm-mc: Support quoted identifiers.
2009-07-31 Daniel Dunbarllvm-mc/X86: Sketch match functions for immediates...
2009-07-31 Daniel DunbarAdd this test back, the check pattern was too strict.
2009-07-31 Daniel DunbarRemove this test while I figure out why it is failing.
2009-07-31 Daniel Dunbarllvm-mc: Match a few X86 instructions.
2009-07-27 Daniel Dunbarllvm-mc: Implement .abort fully in the front end
2009-07-20 Kevin EnderbyRemoved the DumpSymbolsandMacros and LoadSymbolsandMacr...
2009-07-17 Daniel Dunbarllvm-mc: Add -triple, and start fetching the target...
2009-07-16 Chris Lattnerimplement .include in the lexer/parser instead of passi...
2009-07-15 Kevin EnderbyAdded llvm-mc support for parsing the .dump and .load...
2009-07-14 Kevin EnderbyAdded llvm-mc support for parsing the .include directive.
2009-07-14 Kevin EnderbyAdded llvm-mc support for parsing the .lsym directive.
2009-07-14 Kevin EnderbyAdded llvm-mc support for parsing the .desc directive.
2009-07-13 Kevin EnderbyAdded llvm-mc support for parsing the .abort directive.
2009-07-13 Kevin Enderbyadd llvm-mc support for parsing the .subsections_via_sy...
2009-07-10 Chris Lattneradd support for .zerofill, patch by Kevin Enderby!
2009-07-09 Chris Lattneradd llvm-mc support for parsing the .lcomm directive...
2009-07-08 Chris LattnerSwitch all the MC tests to use FileCheck.
2009-07-08 Chris Lattnerconvert to FileCheck style.
2009-07-07 Chris LattnerImplement parsing support for the .comm directive....
2009-07-02 Daniel Dunbarllvm-mc/x86: Test case for x86 operand parsing.
2009-06-30 Daniel Dunbarllvm-mc: Symbols in a relocatable expression of the...
2009-06-30 Daniel Dunbarllvm-mc: Accept relocatable expressions for .org, assig...
2009-06-30 Daniel Dunbarllvm-mc: Parse symbol attribute directives.
2009-06-29 Daniel Dunbarllvm-mc: Parse .{,b,p2}align{,w,l} directives.
2009-06-29 Daniel Dunbarllvm-mc: Recognize C++ style comments.
2009-06-29 Daniel DunbarMC: Improve expression parsing and implement evaluation...
2009-06-25 Daniel DunbarMC: Parse .org directives.
2009-06-25 Daniel DunbarMC: Parse .set and assignments.
2009-06-24 Daniel DunbarBasic .s parsing for .asci[iz], .fill, .space, {.byte...