| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm-mc: Various section parsing fixes. | Daniel Dunbar | 2009-08-21 | 1 | -1/+2 |
* | llvm-mc: Support escaped characters in string literals (for .ascii and .asciz) | Daniel Dunbar | 2009-08-14 | 1 | -0/+4 |
* | llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for these | Daniel Dunbar | 2009-08-11 | 1 | -0/+3 |
* | Make the big switch: Change MCSectionMachO to represent a section *semantically* | Chris Lattner | 2009-08-10 | 1 | -2/+2 |
* | Added Mac OS X assembler style conditional assembly. I may come back and see if | Kevin Enderby | 2009-08-07 | 1 | -1/+15 |
* | llvm-mc: More quoted identifier support. | Daniel Dunbar | 2009-08-01 | 1 | -0/+4 |
* | Move X86 instruction parsing into X86/AsmParser. | Daniel Dunbar | 2009-07-28 | 1 | -9/+0 |
* | Make expression parsing and error/warning reporting available through the | Daniel Dunbar | 2009-07-28 | 1 | -24/+15 |
* | Provide generic MCAsmParser when constructing target specific parsers. | Daniel Dunbar | 2009-07-28 | 1 | -7/+7 |
* | llvm-mc: Implement .abort fully in the front end | Daniel Dunbar | 2009-07-27 | 1 | -2/+3 |
* | llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API. | Daniel Dunbar | 2009-07-27 | 1 | -2/+2 |
* | Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as | Kevin Enderby | 2009-07-20 | 1 | -1/+1 |
* | Add MCAsmLexer interface. | Daniel Dunbar | 2009-07-20 | 1 | -0/+3 |
* | Add MCAsmParser interface. | Daniel Dunbar | 2009-07-20 | 1 | -3/+9 |
* | Added llvm-mc support for parsing the .dump and .load directives. | Kevin Enderby | 2009-07-15 | 1 | -0/+2 |
* | Added llvm-mc support for parsing the .include directive. | Kevin Enderby | 2009-07-14 | 1 | -0/+1 |
* | Added llvm-mc support for parsing the .lsym directive. | Kevin Enderby | 2009-07-14 | 1 | -0/+1 |
* | Added llvm-mc support for parsing the .desc directive. | Kevin Enderby | 2009-07-14 | 1 | -0/+1 |
* | Added llvm-mc support for parsing the .abort directive. | Kevin Enderby | 2009-07-13 | 1 | -0/+2 |
* | add llvm-mc support for parsing the .subsections_via_symbols directive. | Kevin Enderby | 2009-07-13 | 1 | -0/+3 |
* | add support for .zerofill, patch by Kevin Enderby! | Chris Lattner | 2009-07-10 | 1 | -1/+1 |
* | add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! | Chris Lattner | 2009-07-09 | 1 | -1/+1 |
* | Implement parsing support for the .comm directive. Patch by | Chris Lattner | 2009-07-07 | 1 | -0/+2 |
* | llvm-mc/x86: Fix bug in disambiguation of displacement operand, introduced by me | Daniel Dunbar | 2009-07-02 | 1 | -0/+10 |
* | llvm-mc/x86: Factor out ParseX86Register. | Daniel Dunbar | 2009-07-02 | 1 | -0/+1 |
* | llvm-mc: Introduce method to match a parsed x86 instruction into an MCInst. | Daniel Dunbar | 2009-06-30 | 1 | -3/+5 |
* | llvm-mc: Evaluation for relocatable expressions. | Daniel Dunbar | 2009-06-30 | 1 | -4/+13 |
* | Normalize SourceMgr messages. | Daniel Dunbar | 2009-06-30 | 1 | -1/+2 |
* | llvm-mc: Parse symbol attribute directives. | Daniel Dunbar | 2009-06-30 | 1 | -0/+5 |
* | llvm-mc: Parse .{,b,p2}align{,w,l} directives. | Daniel Dunbar | 2009-06-29 | 1 | -0/+2 |
* | MC: Improve expression parsing and implement evaluation of absolute expressions. | Daniel Dunbar | 2009-06-29 | 1 | -4/+19 |
* | MC: Parse .org directives. | Daniel Dunbar | 2009-06-25 | 1 | -0/+1 |
* | MC: Parse .set and assignments. | Daniel Dunbar | 2009-06-25 | 1 | -0/+2 |
* | Basic .s parsing for .asci[iz], .fill, .space, {.byte, .short, ... } | Daniel Dunbar | 2009-06-24 | 1 | -0/+4 |
* | implement a bunch of synonyms for section switching. | Chris Lattner | 2009-06-24 | 1 | -1/+3 |
* | add support for parsing and emitting .section directives. We can now parse | Chris Lattner | 2009-06-24 | 1 | -0/+4 |
* | add trivial support for passing label definitions through the MCStreamer. | Chris Lattner | 2009-06-24 | 1 | -1/+4 |
* | create an MCStreamer and provide it to AsmParser. | Chris Lattner | 2009-06-24 | 1 | -1/+4 |
* | refactor a bunch of X86 specific stuff out to its own file. | Chris Lattner | 2009-06-23 | 1 | -2/+6 |
* | implement a trivial binary expression parser, we can now parse all of 176.gcc... | Chris Lattner | 2009-06-23 | 1 | -0/+1 |
* | Implement full support for parsing primary expressions. We can now parse | Chris Lattner | 2009-06-22 | 1 | -0/+2 |
* | implement memory operand parsing. | Chris Lattner | 2009-06-22 | 1 | -0/+2 |
* | start implementing some simple operand parsing. | Chris Lattner | 2009-06-22 | 1 | -1/+6 |
* | rename SourceMgr::PrintError to PrintMessage. | Chris Lattner | 2009-06-21 | 1 | -0/+2 |
* | set up the top-level parsing loop. | Chris Lattner | 2009-06-21 | 1 | -0/+3 |
* | stub out parser for asm files. Change invariant on lexer to always | Chris Lattner | 2009-06-21 | 1 | -0/+34 |