Enable DebugInfo support for COFF object files.
[oota-llvm.git] / lib / MC / MCAsmStreamer.cpp
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2011-02-16 Rafael EspindolaAdd support for pushsection and popsection. Patch by...
2011-01-14 Anton KorobeynikovUse common style for .cfi directives
2011-01-13 Evan ChengAdd comment about Thumb2 fixup comments being completel...
2011-01-13 Evan ChengRelax an assertion. On archs like ARM, an immediate...
2010-12-27 Rafael EspindolaAdd support for .cfi_lsda.
2010-12-27 Rafael EspindolaAdd support for the same encodings of the personality...
2010-12-19 Nick LewyckyAdd missing standard headers. Patch by Joerg Sonnenberger!
2010-12-16 Daniel DunbarMC: Move target specific fixup info descriptors to...
2010-12-16 Daniel DunbarMC: Make TargetAsmBackend available to the AsmStreamer.
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-06 Rafael EspindolaSecond try at making direct object emission produce...
2010-12-04 Rafael EspindolaThere are two reasons why we might want to use
2010-12-04 Rafael EspindolaNext step: Only pad debug_line when the target is darwi...
2010-12-03 Rafael EspindolaMake EmitIntValue more efficient and more like what...
2010-12-03 Rafael EspindolaDo with uleb the same trick we now do with dwarf line...
2010-12-03 Rafael EspindolaTry to resolve symbol differences early, and if success...
2010-12-03 Devang PatelIt may not be an option to skip .debug_line if there...
2010-12-02 Devang PatelUse set directive for StartMinusEndExpr.
2010-12-02 Devang PatelIf tehre are not any line entry then do not try to...
2010-11-28 Rafael EspindolaMake EmitIntValue non virtual.
2010-11-22 Rafael EspindolaAdd basic CFI methods to the streamer interface.
2010-11-19 Kevin EnderbyAdded support for the Mach-O .symbol_resolver directive...
2010-11-19 Rafael EspindolaFix llvm-gcc boostrap on OS X by avoiding printing...
2010-11-19 Rafael EspindolaChange some methods in MCDwarf.cpp to be able to handle...
2010-11-16 Rafael EspindolaAdd .loc methods to the streamer.
2010-11-15 Chris Lattnercorrect the fixup comment printer to work on big endian...
2010-11-13 Rafael EspindolaFix warning and add support for printing gnu_unique_ob...
2010-11-05 Jim GrosbachAdd '.code 32' assembler directive to MC streamers.
2010-11-05 Jim GrosbachMC'ize the '.code 16' and '.thumb_func' ARM directives.
2010-11-04 Rafael EspindolaAdd 118023 back, but with proper spelling for .uleb128...
2010-11-02 Rafael EspindolaAdd support for expressions in .sleb/.uleb directives.
2010-11-01 Rafael EspindolaImplement .weakref.
2010-09-30 Jason W KimTiny patch for proof-of-concept cleanup of ARMAsmPrinte...
2010-09-22 Chris Lattnerallow target-specific label suffixes, patch by Yuri...
2010-09-22 Jim Grosbachgrammar tweakage
2010-09-22 Jim Grosbachremove trailing whitespace
2010-09-15 Rafael EspindolaAdd a InitSections method to the streamer interface.
2010-09-02 Benjamin KramerAdd AsmParser support for the ELF .previous directive...
2010-07-29 Benjamin KramerPlug the remaining MC leaks by giving MCObjectStreamer...
2010-07-08 Kevin EnderbyAdded the darwin .weak_def_can_be_hidden directive.
2010-06-21 Chris Lattner"This is just a cosmetic change in MCAsmStreamer.cpp...
2010-06-01 Dan GohmanDon't call flush() at a library level which isn't check...
2010-05-26 Daniel DunbarMC: Change MCInst::dump_pretty to not include a trailin...
2010-05-18 Eric ChristopherMake EmitTBSSSymbol take a section argument so that...
2010-05-17 Eric ChristopherAssume that we'll handle mangling the symbols earlier...
2010-05-14 Eric ChristopherAdd AsmParser support for darwin tbss directive.
2010-05-08 Chris Lattnerbreak coff symbol definition stuff out into proper...
2010-05-05 Daniel DunbarMC/Mach-O: Mark absolute variable's appropriately,...
2010-05-05 Daniel DunbarMC: Reject attempts to define a variable symbol.
2010-05-05 Daniel DunbarMC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s...
2010-04-04 Chris Lattnerfix an ugly wart in the MCInstPrinter api where the
2010-04-03 Chris Lattnerallow attaching comments to raw text.
2010-04-03 Chris Lattneradd a new EmitInlineAsm function to asmprinter to handl...
2010-03-22 Daniel DunbarMCInst: Add ::dump_pretty.
2010-03-19 Chris Lattnerfix an MCInstPrinter leak that jyasskin pointed out:
2010-03-12 Chris Lattnerremove MAI argument from createAsmStreamer since it
2010-02-23 Chris Lattnergenericize MCAsmStreamer::EmitCodeAlignment to support...
2010-02-23 Kevin EnderbyThis is the first patch to put the needed bits in place...
2010-02-11 Chris Lattneradd a new MCInstPrinter::getOpcodeName interface, when...
2010-02-11 Chris Lattnermake getFixupKindInfo return a const reference, allowing
2010-02-10 Daniel DunbarMC: Switch MCFixup to just hold an MCExpr pointer inste...
2010-02-10 Daniel Dunbarllvm-mc: Remove --show-fixups and always show as part...
2010-02-10 Chris Lattnerdaniel *really* likes fixups!
2010-02-10 Chris LattnerAdd ability for MCInstPrinters to add comments for...
2010-02-09 Daniel Dunbarllvm-mc: Add --show-fixups option, for displaying the...
2010-02-09 Daniel DunbarMC: First cut at MCFixup, for getting fixup/relocation...
2010-02-09 Chris Lattnermake -show-inst be formatted a bit nicer. Before:
2010-02-05 Chris Lattnerprint encodings like this:
2010-02-04 Dan GohmanUse a tab instead of space after .type, for consistency.
2010-02-03 Daniel Dunbarllvm-mc: Add --show-inst option, for showing the MCInst...
2010-02-03 Chris Lattnerprint instruction encodings with the existing comment...
2010-02-02 Chris Lattnerrefactor code so that LLVMTargetMachine creates the...
2010-01-26 Rafael EspindolaEmit .comm alignment in bytes but .align in powers...
2010-01-25 Chris Lattnermcstreamerize gprel32 emission.
2010-01-25 Chris Lattnermcstreamerize .file and .file. This also fixes an...
2010-01-25 Chris Lattneremit ELF .type directives through MCStreamer instead...
2010-01-25 Chris Lattneradd symbol attribute support for the ELF .type directive.
2010-01-25 Chris Lattneremit the .size directive for global variables on ELF...
2010-01-25 Chris Lattnerall supported target now have aligned common support.
2010-01-23 Chris Lattnermcize lcomm, simplify .comm, extend both to support...
2010-01-23 Chris Lattnermove the various directive enums out of the MCStreamer...
2010-01-23 Chris Lattnermcize jump table and constant pool entry labels, .local...
2010-01-23 Chris Lattnerteach MCAsmStreamer::EmitBytes to use .ascii and .asciz
2010-01-22 Chris LattnerChanges to fix buffering that I forgot to commit with...
2010-01-22 Chris LattnerConvert some more random-comment-printing stuff to use
2010-01-22 Chris Lattneradd a new MCAsmStreamer::GetCommentOS method to simplif...
2010-01-22 Chris Lattnerrename addComment -> AddComment for consistency.
2010-01-22 Chris Lattneradd comment support to the rest of the directives.
2010-01-22 Chris LattnerAdd the ability for MCStreamer to emit comments on...
2010-01-22 Chris Lattnerpass "-fasm-verbose" into createAsmStreamer.
2010-01-20 Chris Lattnerdon't forget to initialize an instance variable!
2010-01-20 Chris Lattneruse getGlobalDirective(), don't hardcode .globl. PR6093
2010-01-20 Chris Lattnermake mcasmstreamer handle expanding 8 byte integer...
2010-01-20 Chris Lattnergive createAsmStreamer an 'isLittleEndian' argument.
2010-01-19 Chris Lattneradd a new EmitIntValue method that MCStreamer impls...
2010-01-19 Chris LattnerGeneralize mcasmstreamer data emission APIs to take...
2010-01-19 Chris Lattnermcstreamerize AsmPrinter::EmitZeros, at least when...
next