aboutsummaryrefslogtreecommitdiff
path: root/lib/MC
AgeCommit message (Expand)Author
2010-07-18MC/AsmParser: Hide the AsmParser implementation.Daniel Dunbar
2010-07-17Start of .sleb128/.uleb128 parsing support.Eli Friedman
2010-07-17Work-in-progress parsing for ELF .section directive.Eli Friedman
2010-07-17Add support for parsing .size directives for ELF.Eli Friedman
2010-07-17MC/AsmParser: Lift Run() and TargetParser to base class.Daniel Dunbar
2010-07-15fix indentation and 80 colsChris Lattner
2010-07-14Don't pass StringRef by reference.Benjamin Kramer
2010-07-12MC/AsmParser: Move ELF specific parser to ELFAsmParser.cpp.Daniel Dunbar
2010-07-12MC/AsmParser: Move Darwin specific parse to DarwinAsmParser.cpp.Daniel Dunbar
2010-07-12MC/AsmParser: Move .section parsing to Darwin specific parser.Daniel Dunbar
2010-07-12MC/AsmParser: Move special section directive parsing to Darwin specific parser.Daniel Dunbar
2010-07-12MC/AsmParser: Add a basic ELFAsmParser extension.Daniel Dunbar
2010-07-12MC/AsmParser: Inline AsmParser::CreateSymbol into callers.Daniel Dunbar
2010-07-12MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.Daniel Dunbar
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-12MC/AsmParser: Add a DarwinAsmParser extension.Daniel Dunbar
2010-07-12MC/AsmParser: Switch a bunch of directive parsing to use accessors.Daniel Dunbar
2010-07-12MCAsmParser: Pull some directive handling out into a helper class, and changeDaniel Dunbar
2010-07-12MC/AsmParser: Switch some directive parsing to use accessor methods.Daniel 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-12Convert some tab stops into spaces.Duncan Sands
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-07finish up support for callw: PR7195Chris Lattner
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: Fix an error message.Daniel Dunbar
2010-07-01MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by MichaelDaniel Dunbar
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-29The variable ValueSize is set to 1 on both code paths, and thenDuncan Sands
2010-06-29The variable "Value" is carefully set to Layout.getSymbolAddress,Duncan Sands
2010-06-29Remove unused calls to Lexer.getLoc and the pointless variable HasFillExpr.Duncan Sands
2010-06-28Added the darwin .secure_log_unique and .secure_log_reset directives.Kevin Enderby
2010-06-22Get the addend correct for i386 pic.Eric Christopher
2010-06-21"This is just a cosmetic change in MCAsmStreamer.cpp/EmitSymbolAttribute: all...Chris Lattner
2010-06-17Update comment.Eric Christopher
2010-06-16In progress on 32-bit addends.Eric Christopher
2010-06-16MC/Mach-O: Rewrite atom association to be a final pass we do in Finish(), ins...Daniel Dunbar
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-16Fix indentation.Eric Christopher
2010-06-15Some more work on mach-o TLV relocations.Eric Christopher