aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmStreamer.cpp
AgeCommit message (Expand)Author
2010-12-19Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky
2010-12-16MC: Move target specific fixup info descriptors to TargetAsmBackend instead ofDaniel Dunbar
2010-12-16MC: Make TargetAsmBackend available to the AsmStreamer.Daniel Dunbar
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola
2010-12-09Initial support for the cfi directives. This is just enough to getRafael Espindola
2010-12-06Second try at making direct object emission produce the same resultsRafael Espindola
2010-12-04There are two reasons why we might want to useRafael Espindola
2010-12-04Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoidRafael Espindola
2010-12-03Make EmitIntValue more efficient and more like what we do for leb128. TheRafael Espindola
2010-12-03Do with uleb the same trick we now do with dwarf line/address advances. ThisRafael Espindola
2010-12-03Try to resolve symbol differences early, and if successful create a plainRafael Espindola
2010-12-03It may not be an option to skip .debug_line if there are file reference in al...Devang Patel
2010-12-02Use set directive for StartMinusEndExpr.Devang Patel
2010-12-02If tehre are not any line entry then do not try to emit .debug_line section.Devang Patel
2010-11-28Make EmitIntValue non virtual.Rafael Espindola
2010-11-22Add basic CFI methods to the streamer interface.Rafael Espindola
2010-11-19Added support for the Mach-O .symbol_resolver directive. rdar://8673046Kevin Enderby
2010-11-19Fix llvm-gcc boostrap on OS X by avoiding printing sleb and uleb whenRafael Espindola
2010-11-19Change some methods in MCDwarf.cpp to be able to handle an arbitraryRafael Espindola
2010-11-16Add .loc methods to the streamer.Rafael Espindola
2010-11-15correct the fixup comment printer to work on big endian platforms.Chris Lattner
2010-11-13Fix warning and add support for printing gnu_unique_object.Rafael Espindola
2010-11-05Add '.code 32' assembler directive to MC streamers.Jim Grosbach
2010-11-05MC'ize the '.code 16' and '.thumb_func' ARM directives.Jim Grosbach
2010-11-04Add 118023 back, but with proper spelling for .uleb128/.sleb128.Rafael Espindola
2010-11-02Add support for expressions in .sleb/.uleb directives.Rafael Espindola
2010-11-01Implement .weakref.Rafael Espindola
2010-09-30Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()Jason W Kim
2010-09-22allow target-specific label suffixes, patch by Yuri Gribov!Chris Lattner
2010-09-22grammar tweakageJim Grosbach
2010-09-22remove trailing whitespaceJim Grosbach
2010-09-15Add a InitSections method to the streamer interface.Rafael Espindola
2010-09-02Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer
2010-07-29Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer
2010-07-08Added the darwin .weak_def_can_be_hidden directive.Kevin Enderby
2010-06-21"This is just a cosmetic change in MCAsmStreamer.cpp/EmitSymbolAttribute: all...Chris Lattner
2010-06-01Don't call flush() at a library level which isn't checking for errorsDan Gohman
2010-05-26MC: Change MCInst::dump_pretty to not include a trailing newline.Daniel Dunbar
2010-05-18Make EmitTBSSSymbol take a section argument so that we can find it later.Eric Christopher
2010-05-17Assume that we'll handle mangling the symbols earlier and just put theEric Christopher
2010-05-14Add AsmParser support for darwin tbss directive.Eric Christopher
2010-05-08break coff symbol definition stuff out into proper MCStreamer callbacks,Chris Lattner
2010-05-05MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support forDaniel Dunbar
2010-05-05MC: Reject attempts to define a variable symbol.Daniel Dunbar
2010-05-05MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue.Daniel Dunbar
2010-04-04fix an ugly wart in the MCInstPrinter api where theChris Lattner
2010-04-03allow attaching comments to raw text.Chris Lattner
2010-04-03add a new EmitInlineAsm function to asmprinter to handle inline asm.Chris Lattner
2010-03-22MCInst: Add ::dump_pretty.Daniel Dunbar