Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / MC / MCAsmStreamer.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-25 Rafael EspindolaAdd support for .cfi_register now that it is easy to...
2012-11-23 Rafael EspindolaImplement .cfi_undefined. Based on a patch from PaX...
2012-10-15 Adhemerval ZanellaPowerPC: add EmitTCEntry class for TOC creation
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-06-22 Evan ChengEmitZerofill should take a 64-bit size or else it's...
2012-05-31 Eric ChristopherFix typo in assembly directive. Noticed by inspection.
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-11 Jim GrosbachTidy up. Trailing whitespace.
2012-03-03 Rafael EspindolaCorrectly initialize LineSectionSymbol. Thanks to Dunca...
2012-02-28 Rafael EspindolaOn ELF, create relocations to the abbreviation and...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-01-27 Jim GrosbachBetter diagnostic for malformed .org assembly directive.
2012-01-23 Rafael EspindolaAdd support for .cfi_signal_frame. Fixes pr11762.
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2012-01-09 Rafael EspindolaDon't print an unused label before .cfi_endproc.
2012-01-07 Rafael EspindolaDon't print a label before .cfi_startproc when we don...
2012-01-07 Rafael EspindolaSplit Finish into Finish and FinishImpl to have a commo...
2011-12-17 Rafael EspindolaAdd back the MC bits of 126425. Original patch by Natha...
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-07-27 Evan ChengSupport .code32 and .code64 in X86 assembler.
2011-07-26 Evan ChengRemove one last reference to Target in MC library.
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
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...
next