summaryrefslogtreecommitdiff
path: root/include/llvm/MC
Commit message (Expand)AuthorAge
* Add relax all support to the COFF object streamer.Michael J. Spencer2010-07-31
* Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer2010-07-29
* Stop leaking std::strings in GetDwarfFile.Benjamin Kramer2010-07-29
* Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby2010-07-28
* MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh).Daniel Dunbar2010-07-28
* Initial modifications to MCAssembler and TargetMachine for the MCJIT.Reid Kleckner2010-07-22
* MC: Add WinCOFFStreamer implementation and merge common code from MachOMichael J. Spencer2010-07-19
* MC/AsmParser: Stop playing unsafe member function pointer calls, this isn'tDaniel Dunbar2010-07-18
* MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary tokenDaniel Dunbar2010-07-18
* MC/AsmParser: Fix TokError() to accept a Twine.Daniel Dunbar2010-07-18
* MC/AsmParser: Hide the AsmParser implementation.Daniel Dunbar2010-07-18
* MC/AsmParser: Lift Run() and TargetParser to base class.Daniel Dunbar2010-07-17
* Don't pass StringRef by reference.Benjamin Kramer2010-07-14
* use a typedef instead of its expansion, patch by Michael SpencerChris Lattner2010-07-13
* MC/AsmParser: Move .section parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer.Daniel Dunbar2010-07-12
* MC/AsmParser: Move special section directive parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmParser: Inline AsmParser::CreateSymbol into callers.Daniel Dunbar2010-07-12
* MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmParser: Move .desc parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmParser: Move .lsym parsing to Darwin specific parser.Daniel Dunbar2010-07-12
* MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser.Daniel Dunbar2010-07-12
* MCAsmParser: Add getSourceManager().Daniel Dunbar2010-07-12
* MC/AsmParser: Add a DarwinAsmParser extension.Daniel Dunbar2010-07-12
* MCAsmParser: Pull some directive handling out into a helper class, and changeDaniel Dunbar2010-07-12
* MC: Add MCAsmParserExtension, a base class for all the target/object specificDaniel Dunbar2010-07-12
* MC: Move AsmParser::TokError to MCAsmParser().Daniel Dunbar2010-07-12
* MC: Move getLoc() to MCAsmLexer().Daniel Dunbar2010-07-12
* introduce WinCOFFObjectWriter, patch by Michael Spencer!Chris Lattner2010-07-11
* introduce WinCOFFStreamer.cpp, patch by Michael Spencer!Chris Lattner2010-07-11
* Revert some unneeded parts of the change in r107886 for theKevin Enderby2010-07-08
* Added the darwin .weak_def_can_be_hidden directive.Kevin Enderby2010-07-08
* MC: Fix some stray hunks I didn't intend to commit.Daniel Dunbar2010-07-01
* MC: Pass the target instance to the AsmParser constructor.Daniel Dunbar2010-07-01
* MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by MichaelDaniel Dunbar2010-07-01
* Trailing whitespace.Mikhail Glushenkov2010-07-01
* Revert r107205 and r107207.Bill Wendling2010-06-29
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-29
* Added the darwin .secure_log_unique and .secure_log_reset directives.Kevin Enderby2010-06-28
* MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol.Daniel Dunbar2010-06-16
* MC: Lift SwitchSection() and Finish() into MCObjectStreamer.Daniel Dunbar2010-06-16
* MC: Factor out an MCObjectStreamer class, which will be shared by the concreteDaniel Dunbar2010-06-16
* Don't call flush() at a library level which isn't checking for errorsDan Gohman2010-06-01
* Fix a typo in a comment.Dan Gohman2010-06-01
* MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar2010-05-26
* MC: Simplify MCFixup and increase the available offset size.Daniel Dunbar2010-05-26
* MC: Use accessors for access to MCAsmFixup.Daniel Dunbar2010-05-26
* MC: Eliminate MCFragment vtable, which was unnecessary.Daniel Dunbar2010-05-26
* Start adding mach-o tls reloc support.Eric Christopher2010-05-26
* MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.Daniel Dunbar2010-05-23