Unfortunately several files in MC are badly violating layering rule by using
[oota-llvm.git] / lib / MC / MCAsmStreamer.cpp
2011-07-14 Evan ChengUnfortunately several files in MC are badly violating...
2011-07-08 Evan ChengFix comment.
2011-07-07 Akira HatanakaThis patch adds a flag in MCAsmInfo that indicates...
2011-06-23 Jay FoadReinstate r133513 (reverted in r133700) with an additio...
2011-06-23 Eric ChristopherRevert r133513:
2011-06-20 Bill WendlingRemove the subclassing. This will be moved to the ASM...
2011-06-18 Bill Wendling* Override the "EmitBytes" function, since it can sneak...
2011-06-17 Bill WendlingRemove false assertion.
2011-06-17 Bill WendlingDisable for another investigation.
2011-06-17 Bill WendlingSupport only DwarfCFI or SjLj exception handling in...
2011-06-17 Bill WendlingSjLj exception handling LSDA decoding support wasn...
2011-06-17 Bill WendlingDisable to investigate ARM failure.
2011-06-17 Bill WendlingUse the verbose asm flag instead of a new flag for...
2011-06-17 Bill WendlingAdd an option that allows one to "decode" the LSDA.
2011-06-02 Rafael EspindolaDon't hardcode the %reg format in the streamer.
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-27 Charles DavisAdd a parameter to the Win64 EH section getters to...
2011-05-25 Charles DavisAdd tests for .seh_setframe and .seh_handlerdata parsin...
2011-05-22 Charles DavisAdd methods to parse the SEH directives to the COFFAsmP...
2011-05-20 Jim GrosbachAdd missing leading \t when printing .cfi_def_cfa in...
2011-05-20 Charles DavisNow that they're implemented, make the Win64 EH MCAsmSt...
2011-05-19 Rafael EspindolaMisc code refactorings:
2011-05-19 Charles DavisImplement the Win64 EH prolog instruction methods on...
2011-05-19 Charles DavisTurns out GAS does have Win64 EH directives. (It also...
2011-05-18 Charles DavisRemove comments as Chris requested.
2011-05-18 Cameron ZwarichFix an obvious typo in r131572.
2011-05-18 Charles DavisAdd some more Win64 EH directives:
2011-05-18 Charles DavisImplement the Win64 EH directive methods for the assemb...
2011-05-16 Rafael Espindolasets bit 0 of the function address of thumb function...
2011-05-10 Rafael EspindolaAdd CFIStartSections to the asm printer. Add an assert...
2011-05-10 Rafael EspindolaFactor some code into a new EmitFrames method.
2011-05-01 Rafael EspindolaGCC uses a different encoding of pointers in the FDE...
2011-05-01 Rafael EspindolaSimplify the handling of pcrel relocations on ELF....
2011-04-30 Rafael EspindolaRevert the previous patch while I figure out how to...
2011-04-30 Rafael EspindolaEnable CFI on OS X.
2011-04-30 Rafael EspindolaImplement MCAsmStreamer::EmitEHSymAttributes. Doing...
2011-04-30 Rafael EspindolaAdd all the plumbing needed for MC to expand cfi to...
2011-04-30 Rafael EspindolaImplement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.
2011-04-29 Rafael EspindolaImplement MCAsmStreamer::EmitCFIDefCfa.
2011-04-29 Devang PatelHoist MCLineEntry construction AsmPrinter so that anyon...
2011-04-27 Rafael EspindolaFactor a bit of code to MCStreamer::EmitLabel. Keep...
2011-04-21 Rafael EspindolaRemove unused argument.
2011-04-18 Devang PatelReduce clutter in asm output. Do not emit source locati...
2011-04-12 Rafael EspindolaBe consistent about being virtual and returning void...
2011-03-27 NAKAMURA TakumiFix whitespace.
2011-03-05 Anton KorobeynikovPreliminary support for ARM frame save directives emiss...
2011-03-05 Anton KorobeynikovSome first rudimentary support for ARM EHABI: print...
2011-02-25 Cameron ZwarichRoll out r126425 and r126450 to see if it fixes the...
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.
next