| Age | Commit message (Expand) | Author |
| 2010-07-12 | MC/AsmParser: Move .desc parsing to Darwin specific parser. | Daniel Dunbar |
| 2010-07-12 | MC/AsmParser: Move .lsym parsing to Darwin specific parser. | Daniel Dunbar |
| 2010-07-12 | MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser. | Daniel Dunbar |
| 2010-07-12 | MCAsmParser: Add getSourceManager(). | Daniel Dunbar |
| 2010-07-12 | MC/AsmParser: Add a DarwinAsmParser extension. | Daniel Dunbar |
| 2010-07-12 | MCAsmParser: Pull some directive handling out into a helper class, and change | Daniel Dunbar |
| 2010-07-12 | MC: Add MCAsmParserExtension, a base class for all the target/object specific | Daniel Dunbar |
| 2010-07-12 | MC: Move AsmParser::TokError to MCAsmParser(). | Daniel Dunbar |
| 2010-07-12 | MC: Move getLoc() to MCAsmLexer(). | Daniel Dunbar |
| 2010-07-11 | introduce WinCOFFObjectWriter, patch by Michael Spencer! | Chris Lattner |
| 2010-07-11 | introduce WinCOFFStreamer.cpp, patch by Michael Spencer! | Chris Lattner |
| 2010-07-08 | Revert some unneeded parts of the change in r107886 for the | Kevin Enderby |
| 2010-07-08 | Added the darwin .weak_def_can_be_hidden directive. | Kevin Enderby |
| 2010-07-01 | MC: Fix some stray hunks I didn't intend to commit. | Daniel Dunbar |
| 2010-07-01 | MC: Pass the target instance to the AsmParser constructor. | Daniel Dunbar |
| 2010-07-01 | MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by Michael | Daniel Dunbar |
| 2010-07-01 | Trailing whitespace. | Mikhail Glushenkov |
| 2010-06-29 | Revert r107205 and r107207. | Bill Wendling |
| 2010-06-29 | Introducing the "linker_weak" linkage type. This will be used for Objective-C | Bill Wendling |
| 2010-06-28 | Added the darwin .secure_log_unique and .secure_log_reset directives. | Kevin Enderby |
| 2010-06-16 | MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol. | Daniel Dunbar |
| 2010-06-16 | MC: Lift SwitchSection() and Finish() into MCObjectStreamer. | Daniel Dunbar |
| 2010-06-16 | MC: Factor out an MCObjectStreamer class, which will be shared by the concrete | Daniel Dunbar |
| 2010-06-01 | Don't call flush() at a library level which isn't checking for errors | Dan Gohman |
| 2010-06-01 | Fix a typo in a comment. | Dan Gohman |
| 2010-05-26 | MC: Eliminate MCAsmFixup, replace with MCFixup. | Daniel Dunbar |
| 2010-05-26 | MC: Simplify MCFixup and increase the available offset size. | Daniel Dunbar |
| 2010-05-26 | MC: Use accessors for access to MCAsmFixup. | Daniel Dunbar |
| 2010-05-26 | MC: Eliminate MCFragment vtable, which was unnecessary. | Daniel Dunbar |
| 2010-05-26 | Start adding mach-o tls reloc support. | Eric Christopher |
| 2010-05-23 | MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches. | Daniel Dunbar |
| 2010-05-21 | Fix comment and whitespace. | Eric Christopher |
| 2010-05-21 | added an assertion to MCObjectWriter::WriteBytes to catch misuse of the ZeroF... | Nathan Jeffords |
| 2010-05-21 | Add support for parsing the ELF .type assembler directive. | Matt Fleming |
| 2010-05-20 | Fix build by actually declaring the variable. | Eric Christopher |
| 2010-05-20 | Partial code for emitting thread local bss data. | Eric Christopher |
| 2010-05-18 | Make EmitTBSSSymbol take a section argument so that we can find it later. | Eric Christopher |
| 2010-05-17 | Added support in MC for Directional Local Labels. | Kevin Enderby |
| 2010-05-17 | More data/parsing support for tls directives. Add a few more testcases | Eric Christopher |
| 2010-05-17 | MC: Add dyn_cast support to MCSection. | Daniel Dunbar |
| 2010-05-17 | Add some section and constant support for darwin TLS. | Eric Christopher |
| 2010-05-17 | llvm-mc: Support reassignment of variables in one special case, when the | Daniel Dunbar |
| 2010-05-14 | Add AsmParser support for darwin tbss directive. | Eric Christopher |
| 2010-05-14 | Fix typo. | Nick Lewycky |
| 2010-05-14 | MC: Switch to completely lazy layout. | Daniel Dunbar |
| 2010-05-14 | MC: Extend MCAsmLayout to explicitly track which fragments have been layed ou... | Daniel Dunbar |
| 2010-05-14 | MC: Switch MCFragment to storing the layout order index, not its index in the... | Daniel Dunbar |
| 2010-05-14 | MC: Change LayoutSection() to only do the section initializiation. | Daniel Dunbar |
| 2010-05-13 | MC: Move Layout{Fragment,Section} into MCAsmLayout, and add LayoutFile(). | Daniel Dunbar |
| 2010-05-13 | MC: Factor out MCAssembler::ComputeFragmentSize. | Daniel Dunbar |