| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Make the big switch: Change MCSectionMachO to represent a section *semantically* | Chris Lattner | 2009-08-10 | 1 | -92/+96 |
| * | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner | 2009-08-08 | 1 | -4/+4 |
| * | switch this to create coff sections for now, it doesn't really matter for | Chris Lattner | 2009-08-08 | 1 | -4/+4 |
| * | Added Mac OS X assembler style conditional assembly. I may come back and see if | Kevin Enderby | 2009-08-07 | 1 | -1/+158 |
| * | update for API change. | Chris Lattner | 2009-08-01 | 1 | -4/+4 |
| * | All MCSections are now required to have a SectionKind. | Chris Lattner | 2009-08-01 | 1 | -4/+4 |
| * | llvm-mc: More quoted identifier support. | Daniel Dunbar | 2009-08-01 | 1 | -43/+59 |
| * | llvm-mc: Support quoted identifiers. | Daniel Dunbar | 2009-07-31 | 1 | -5/+7 |
| * | fix some more issues where we expected GetSection to do "get or create" | Chris Lattner | 2009-07-31 | 1 | -2/+12 |
| * | fix a bunch of failing tests now that MCContext::GetSection doesn't create se... | Chris Lattner | 2009-07-31 | 1 | -2/+13 |
| * | Move X86 instruction parsing into X86/AsmParser. | Daniel Dunbar | 2009-07-28 | 1 | -2/+1 |
| * | Switch AsmLexer::Lex to returning a reference to the current token. | Daniel Dunbar | 2009-07-28 | 1 | -2/+2 |
| * | Drop some AsmLexer methods in favor of their AsmToken equivalents. | Daniel Dunbar | 2009-07-28 | 1 | -19/+18 |
| * | llvm-mc: Sink token enum into AsmToken. | Daniel Dunbar | 2009-07-28 | 1 | -98/+98 |
| * | llvm-mc: Implement .abort fully in the front end | Daniel Dunbar | 2009-07-27 | 1 | -5/+12 |
| * | llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API. | Daniel Dunbar | 2009-07-27 | 1 | -90/+91 |
| * | 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 |