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