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