Revert r180737. The companion patch was reverted, and this is not relevant right...
[oota-llvm.git] / include / llvm / CodeGen / AsmPrinter.h
2013-05-01 Bill WendlingRevert r180737. The companion patch was reverted, and...
2013-04-29 Bill WendlingEmit the TLS initialization function pointers into...
2013-04-27 Eric ChristopherUse the target triple from the target machine rather...
2013-04-22 Rafael EspindolaClarify that llvm.used can contain aliases.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-11-14 Anton KorobeynikovUse TARGET2 relocation for TType references on ARM.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-05 Chad Rosier[ms-inline asm] Use the asm dialect from the MI to...
2012-06-22 Nick LewyckyEmit relocations for DW_AT_location entries on systems...
2012-02-22 Hal FinkelAllow the use of an alternate symbol for calculating...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-26 Chris Lattnertidy up forward declarations.
2012-01-26 James MolloyAdd support for the R_ARM_TARGET1 relocation, which...
2012-01-25 Anton KorobeynikovProperly emit ctors / dtors with priorities into desire...
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-06-19 Jay FoadFix a FIXME by making GlobalVariable::getInitializer...
2011-05-28 Charles DavisWhen generating code for Win64 EH, emit StartProc and...
2011-05-27 Rafael EspindolaMake size computation less brittle.
2011-05-10 Rafael EspindolaUse .cfi_sections to put the unwind info in .debug_fram...
2011-05-06 Rafael EspindolaYet more dead code.
2011-05-06 Rafael EspindolaUpdate comments.
2011-05-06 Rafael EspindolaMore dead code elimination.
2011-04-29 Rafael EspindolaFactor some code to needsCFIMoves. Avoid printing moves...
2011-04-28 Devang PatelTeach dwarf writer to handle complex address expression...
2011-04-27 Devang PatelRevert r130178. It turned out to be not the optimal...
2011-04-26 Devang PatelLet dwarf writer allocate extra space in the debug...
2011-04-21 Devang PatelRefactor.
2011-04-15 Rafael EspindolaSome refactoring suggested by Anton Korobeynikov.
2011-04-15 Rafael EspindolaAdd 129518 back with a fix for when we are producing...
2011-04-15 NAKAMURA TakumiRevert r129518, "Change ELF systems to use CFI for...
2011-04-14 Rafael EspindolaChange ELF systems to use CFI for producing the EH...
2011-02-23 Stuart HastingsOmit private_extern declarations of extern symbols...
2011-01-14 Anton KorobeynikovAdd CFI directives-based frame information emission...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-17 Chris Lattnerrefactor the interface to EmitInlineAsm a bit, no funct...
2010-09-13 Benjamin KramerFix linux/msvc build, move include.
2010-09-13 Owen AndersonAttempt to fix the Linux build.
2010-09-02 Devang PatelFix .debug_range for linux. Patch by Krister Wombell.
2010-08-07 Dan GohmanTidy some #includes and forward-declarations, and move...
2010-07-21 Jim GrosbachFor ARM/Darwin, add a dwarf entry indicating whether...
2010-07-21 Jim Grosbachtidy up
2010-07-01 Mikhail GlushenkovTrailing whitespace.
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-04-28 Chris LattnerRework global alignment computation again. Now we...
2010-04-28 Devang PatelEmit debug info for byval parameters.
2010-04-28 Chris Lattnerfurther simplify EmitAlignment by eliminating the
2010-04-28 Chris Lattnerremove a dead argument to EmitAlignment.
2010-04-17 Dan GohmanAdd const qualifiers to TargetLoweringObjectFile usage.
2010-04-16 Devang PatelAdd support to emit dwarf ranges.
2010-04-06 Chris Lattnerpropagate cookie management out one layer of function...
2010-04-05 Chris Lattnerchange AsmPrinter to use DwarfDebug/DwarfException...
2010-04-05 Chris Lattner1) make DIE take AsmPrinter instead of DwarfPrinter.
2010-04-04 Chris LattnerMove EmitFrameMoves into AsmPrinter.
2010-04-04 Chris Lattnermissed a header :(
2010-04-04 Chris Lattnermove some more stuff to asmprinter.
2010-04-04 Chris Lattnersimplify some code.
2010-04-04 Chris Lattnermove gettemplabel and getdwlabel to AsmPrinter and...
2010-04-04 Chris Lattnermove uleb/sleb printing into AsmPrinter from DwarfPrinter.
2010-04-04 Chris Lattnermore interface cleanup make some helpers static functions.
2010-04-04 Chris Lattnerclean up the asmprinter header and privatize some stuff.
2010-04-04 Chris Lattnersplit inline asm support out to its own .cpp file.
2010-04-04 Chris Lattnerinline processDebugLoc and simplify it.
2010-04-04 Chris Lattnerclean up the asmprinter interface a bit, rename a few
2010-04-04 Chris Lattnerremove TargetMachine.h #include, also, TRI isn't used...
2010-04-04 Chris Lattnerlazily allocate the GCMetadataPrinters map and remove...
2010-04-04 Chris LattnerMomentous day: remove the "O" member from AsmPrinter...
2010-04-04 Chris Lattnerfix PrintAsmOperand and PrintAsmMemoryOperand to pass...
2010-04-04 Chris Lattnerchange a ton of code to not implicitly use the "O"...
2010-04-03 Chris Lattnerasmstreamerize the .size directive for function bodies...
2010-04-03 Chris Lattnerstart moving towards emitting inline asm statements...
2010-04-03 Chris Lattneradd a new EmitInlineAsm function to asmprinter to handl...
2010-04-02 Chris Lattnerrename NewDebugLoc -> DebugLoc, prune #includes in...
2010-03-29 Devang PatelRefactor code to push DILocation prcessing into DwarfDe...
2010-03-28 Devang PatelRevert 99772.
2010-03-28 Devang PatelRefactoring. Push DILocation processing in to DwarfDebu...
2010-03-15 Chris Lattnerremove dead method.
2010-03-14 Chris Lattnerfix AsmPrinter::GetBlockAddressSymbol to always return...
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-03-12 Chris Lattnerinline GetGlobalValueSymbol into the rest its callers and
2010-03-12 Chris Lattnereliminate the X86 version of GetGlobalValueSymbol,...
2010-03-08 Chris Lattnermove .set generation out of DwarfPrinter into AsmPrinte...
2010-02-17 Eric ChristopherFix a few unused parameter warnings.
2010-02-17 Chris Lattnermove isOnlyReachableByFallthrough out of MachineBasicBl...
2010-02-12 Anton KorobeynikovCleanup stdcall / fastcall name mangling.
2010-02-10 Chris Lattnerfix a layering violation: VirtRegRewriter.cpp shouldn...
2010-02-10 Chris LattnerMove verbose asm instruction comments to using MCStreamer.
2010-02-08 Chris Lattnernow that @GOTOFF is no longer represented as a suffix...
2010-02-03 Chris Lattnerprivatize a bunch of methods and move \n printing into...
2010-02-02 Chris Lattnerrefactor code so that LLVMTargetMachine creates the...
2010-01-28 Chris Lattneradd target hooks for emitting random gunk before and...
2010-01-28 Chris LattnerGive AsmPrinter the most common expected implementation of
2010-01-28 Chris LattnerRemove the argument from EmitJumpTableInfo, because...
2010-01-28 Chris LattnerDrop the argument to AsmPrinter::EmitConstantPool and...
2010-01-28 Chris Lattnerrename printVisibility to EmitVisibility and make it...
2010-01-27 Chris Lattneradd a new AsmPrinter::EmitFunctionEntryLabel virtual...
2010-01-26 Chris Lattnerpull linkage emission code out to a new EmitLinkage...
2010-01-26 Chris Lattnernow that enough stuff is constified, move function...
2010-01-26 Chris LattnerNow that printPICJumpTableSetLabel is not overloaded,
2010-01-26 Chris Lattnerrename printPICJumpTableEntry -> EmitJumpTableEntry,
next