| Age | Commit message (Expand) | Author |
| 2009-07-31 | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner |
| 2009-07-31 | split MCSection stuff out to its own .cpp file, add a new | Chris Lattner |
| 2009-07-31 | create sections with MCSection::Create instead of Context->getOrCreateSection. | Chris Lattner |
| 2009-07-29 | Add missing include. | Daniel Dunbar |
| 2009-07-28 | Make expression parsing and error/warning reporting available through the | Daniel Dunbar |
| 2009-07-28 | Expose Tokens to target specific assembly parsers. | Daniel Dunbar |
| 2009-07-27 | llvm-mc: Implement .abort fully in the front end | Daniel Dunbar |
| 2009-07-27 | llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API. | Daniel Dunbar |
| 2009-07-27 | Move MCContext and friends to StringRef based APIs. | Daniel Dunbar |
| 2009-07-20 | Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as | Kevin Enderby |
| 2009-07-20 | Add MCAsmLexer interface. | Daniel Dunbar |
| 2009-07-20 | Add MCAsmParser interface. | Daniel Dunbar |
| 2009-07-16 | Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a generic | Kevin Enderby |
| 2009-07-16 | implement .include in the lexer/parser instead of passing it into the streamer. | Chris Lattner |
| 2009-07-15 | Added llvm-mc support for parsing the .dump and .load directives. | Kevin Enderby |
| 2009-07-14 | Added llvm-mc support for parsing the .include directive. | Kevin Enderby |
| 2009-07-14 | Added llvm-mc support for parsing the .lsym directive. | Kevin Enderby |
| 2009-07-14 | Added llvm-mc support for parsing the .desc directive. | Kevin Enderby |
| 2009-07-13 | Added llvm-mc support for parsing the .abort directive. | Kevin Enderby |
| 2009-07-13 | add llvm-mc support for parsing the .subsections_via_symbols directive. | Kevin Enderby |
| 2009-07-10 | add support for .zerofill, patch by Kevin Enderby! | Chris Lattner |
| 2009-07-09 | add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! | Chris Lattner |
| 2009-07-07 | Implement parsing support for the .comm directive. Patch by | Chris Lattner |
| 2009-07-01 | Tweak MCSymbol doxyments. | Daniel Dunbar |
| 2009-07-01 | Rename MCValue::isConstant to isAbsolute. | Daniel Dunbar |
| 2009-07-01 | add comments, privatize interface | Chris Lattner |
| 2009-07-01 | disable some ctors. | Chris Lattner |
| 2009-07-01 | add some comments to MCSymbol header, make the ctor private so that only MCCo... | Chris Lattner |
| 2009-07-01 | improve comments. | Chris Lattner |
| 2009-06-30 | Fill in some methods for the MCValue field of an MCOperand. | Daniel Dunbar |
| 2009-06-30 | llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form are | Daniel Dunbar |
| 2009-06-30 | llvm-mc: Evaluation for relocatable expressions. | Daniel Dunbar |
| 2009-06-29 | llvm-mc: Parse .{,b,p2}align{,w,l} directives. | Daniel Dunbar |
| 2009-06-29 | llvm-mc: Diagnose misuse (mix) of defined symbols and labels. | Daniel Dunbar |
| 2009-06-29 | Rename MCValue::getCst to getConstant and add MCValue::isConstant. | Daniel Dunbar |
| 2009-06-24 | Sketch streamer support for .align, .org functionality. | Daniel Dunbar |
| 2009-06-24 | We decided to not worry about Atoms for now, it should be straightforward to | Daniel Dunbar |
| 2009-06-24 | MCStreamer: Add a few more "symbol attributes". | Daniel Dunbar |
| 2009-06-24 | add trivial support for passing label definitions through the MCStreamer. | Chris Lattner |
| 2009-06-24 | Start MCAsmStreamer implementation. | Daniel Dunbar |
| 2009-06-24 | stub out a trivial constructor method. | Chris Lattner |
| 2009-06-23 | Update for MCImm -> MCValue rename. | Daniel Dunbar |
| 2009-06-23 | rename MCImm ->MCValue. | Chris Lattner |
| 2009-06-23 | Add comments for the MCStreamer interface. | Daniel Dunbar |
| 2009-06-23 | Start flushing out MCContext. | Daniel Dunbar |
| 2009-06-23 | Start sketching MCStreamer interface. | Daniel Dunbar |
| 2009-06-23 | Add include file to get the type for in64_t. | Bill Wendling |
| 2009-06-23 | add a simple MCImm class. | Chris Lattner |
| 2009-06-23 | add an accessor. | Chris Lattner |
| 2009-06-20 | implement support for lowering subregs when preparing to print | Chris Lattner |