| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as | Kevin Enderby | 2009-07-20 | 1 | -6/+8 |
* | Add MCAsmParser interface. | Daniel Dunbar | 2009-07-20 | 1 | -1/+3 |
* | Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a generic | Kevin Enderby | 2009-07-16 | 1 | -1/+1 |
* | Clean up the definition of Str in AsmParser::ParseDirectiveDarwinDumpOrLoad | Kevin Enderby | 2009-07-16 | 1 | -3/+1 |
* | implement .include in the lexer/parser instead of passing it into the streamer. | Chris Lattner | 2009-07-16 | 1 | -7/+13 |
* | Added llvm-mc support for parsing the .dump and .load directives. | Kevin Enderby | 2009-07-15 | 1 | -0/+29 |
* | Added llvm-mc support for parsing the .include directive. | Kevin Enderby | 2009-07-14 | 1 | -0/+24 |
* | Added llvm-mc support for parsing the .lsym directive. | Kevin Enderby | 2009-07-14 | 1 | -0/+32 |
* | Added llvm-mc support for parsing the .desc directive. | Kevin Enderby | 2009-07-14 | 1 | -0/+33 |
* | Added llvm-mc support for parsing the .abort directive. | Kevin Enderby | 2009-07-13 | 1 | -0/+25 |
* | add llvm-mc support for parsing the .subsections_via_symbols directive. | Kevin Enderby | 2009-07-13 | 1 | -0/+16 |
* | silence vc++ warning. | Chris Lattner | 2009-07-11 | 1 | -1/+1 |
* | add support for .zerofill, patch by Kevin Enderby! | Chris Lattner | 2009-07-10 | 1 | -0/+94 |
* | add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! | Chris Lattner | 2009-07-09 | 1 | -11/+14 |
* | Implement parsing support for the .comm directive. Patch by | Chris Lattner | 2009-07-07 | 1 | -0/+59 |
* | implement error recovery in the llvm-mc parser. Feel the power! | Chris Lattner | 2009-07-02 | 1 | -4/+11 |
* | llvm-mc/x86: Fix bug in disambiguation of displacement operand, introduced by me | Daniel Dunbar | 2009-07-02 | 1 | -0/+13 |
* | llvm-mc: Emit parsed instructions to the MCStreamer. | Daniel Dunbar | 2009-07-01 | 1 | -2/+1 |
* | llvm-mc: Introduce method to match a parsed x86 instruction into an MCInst. | Daniel Dunbar | 2009-06-30 | 1 | -1/+1 |
* | llvm-mc: Accept relocatable expressions for .org, assignments, .byte, etc. | Daniel Dunbar | 2009-06-30 | 1 | -12/+16 |
* | llvm-mc: Evaluation for relocatable expressions. | Daniel Dunbar | 2009-06-30 | 1 | -0/+12 |
* | Normalize SourceMgr messages. | Daniel Dunbar | 2009-06-30 | 1 | -7/+11 |
* | llvm-mc: Parse symbol attribute directives. | Daniel Dunbar | 2009-06-30 | 1 | -0/+55 |
* | llvm-mc: Parse .{,b,p2}align{,w,l} directives. | Daniel Dunbar | 2009-06-29 | 1 | -2/+96 |
* | llvm-mc: Diagnose misuse (mix) of defined symbols and labels. | Daniel Dunbar | 2009-06-29 | 1 | -6/+40 |
* | Fix uninitialized variable warning. | Daniel Dunbar | 2009-06-29 | 1 | -1/+1 |
* | MC: Improve expression parsing and implement evaluation of absolute expressions. | Daniel Dunbar | 2009-06-29 | 1 | -31/+118 |
* | MC: Parse .org directives. | Daniel Dunbar | 2009-06-25 | 1 | -1/+30 |
* | MC: Parse .set and assignments. | Daniel Dunbar | 2009-06-25 | 1 | -2/+51 |
* | Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... } | Daniel Dunbar | 2009-06-24 | 1 | -1/+149 |
* | implement a bunch of synonyms for section switching. | Chris Lattner | 2009-06-24 | 1 | -3/+112 |
* | add support for parsing and emitting .section directives. We can now parse | Chris Lattner | 2009-06-24 | 1 | -1/+34 |
* | add trivial support for passing label definitions through the MCStreamer. | Chris Lattner | 2009-06-24 | 1 | -0/+6 |
* | make the lexer unique strings it lexes instead of passing them back as | Chris Lattner | 2009-06-24 | 1 | -1/+1 |
* | Start flushing out MCContext. | Daniel Dunbar | 2009-06-23 | 1 | -0/+2 |
* | refactor a bunch of X86 specific stuff out to its own file. | Chris Lattner | 2009-06-23 | 1 | -197/+5 |
* | implement a trivial binary expression parser, we can now parse all of 176.gcc... | Chris Lattner | 2009-06-23 | 1 | -3/+57 |
* | process memory operands with a parenthesized expression for a displacement, | Chris Lattner | 2009-06-22 | 1 | -2/+12 |
* | Implement full support for parsing primary expressions. We can now parse | Chris Lattner | 2009-06-22 | 1 | -3/+37 |
* | implement parser support for '*' operands, as in "call *%eax". | Chris Lattner | 2009-06-22 | 1 | -6/+13 |
* | implement memory operand parsing. | Chris Lattner | 2009-06-22 | 1 | -14/+130 |
* | start implementing some simple operand parsing. | Chris Lattner | 2009-06-22 | 1 | -14/+115 |
* | rename SourceMgr::PrintError to PrintMessage. | Chris Lattner | 2009-06-21 | 1 | -2/+12 |
* | set up the top-level parsing loop. | Chris Lattner | 2009-06-21 | 1 | -0/+54 |
* | stub out parser for asm files. Change invariant on lexer to always | Chris Lattner | 2009-06-21 | 1 | -0/+19 |