simplify some code.
[oota-llvm.git] / include / llvm / CodeGen / AsmPrinter.h
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,
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-26 Chris Lattnermake MachineFunction keep track of its ID and make
2010-01-25 Chris Lattnereliminate redundant argument to EmitJumpTableInfo
2010-01-25 Chris Lattnerhandle the _set_ symbol with an MCSymbol.
2010-01-25 Chris Lattnersink an arm specific method out of asmprinter into...
2010-01-25 Chris Lattnermcstreamerize .file and .file. This also fixes an...
2010-01-23 Chris Lattnermcize visibility directives.
2010-01-23 Chris LattnerChange constantexpr global variable initializers to...
2010-01-23 Chris Lattnermcize jump table and constant pool entry labels, .local...
2010-01-23 Chris Lattneremit .ascii and .asciz through MCStreamer.
2010-01-23 Chris Lattnerremove one form of EmitString, just use EmitBytes inste...
2010-01-22 Chris Lattnermove "EOL" from asmprinter to dwarfprinter. It should...
2010-01-22 Chris Lattnermove uleb printing from asmprinter to dwarfprinter...
2010-01-22 Chris Lattnermove sleb printing out of asmprinter into dwarf printer...
2010-01-22 Chris Lattnerinline away the trivial AsmPrinter::EOL() method.
2010-01-22 Chris Lattnerinline AsmPrinter::PrintHex into its two trivial callers.
2010-01-22 Chris Lattnerchange this to be a static function instead of a method...
2010-01-20 Chris Lattnerinline and radically simplify printDataDirective. ...
2010-01-20 Chris Lattnersignficant cleanups to EmitGlobalConstant (including...
2010-01-19 Chris Lattnereliminate AsmPrinter::EmitZeros: just use MCStreamer...
2010-01-19 Chris Lattnerrefactor code to be static functions instead of methods...
2010-01-19 Devang PatelAvoid including DebugInfo.h in AsmPrinter.h
2010-01-19 Chris LattnerNow that we have everything nicely factored (e.g. asmpr...
2010-01-19 Chris Lattnerhoist handling of external globals and special globals...
2010-01-18 Chris LattnerChange CurrentFnSym to be a non-const pointer since...
2010-01-17 Benjamin KramerSwitch some functions to take Twines, eliminate uses...
2010-01-16 Chris Lattnerrename GetPrivateGlobalValueSymbolStub -> GetSymbolWith...
2010-01-16 Devang PatelReplace DebugLocTuple with DILocation.
2010-01-16 Chris LattnerCurrentFnName is now dead, remove it.
2010-01-16 Chris Lattnerremove the string form of printVisibility.
2010-01-15 Chris Lattnersupplement CurrentFnName with CurrentFnSym, which will...
2010-01-15 Chris Lattneradd a version of AsmPrinter::printVisibility that takes...
2010-01-15 Chris Lattneradd another helper
2010-01-15 Chris Lattneradd a AsmPrinter::GetGlobalValueSymbol and GetExternalS...
2009-11-24 Devang PatelUse StringRef instead of std::string in DIEString.
2009-11-20 Dan GohmanTarget-independent support for TargetFlags on BlockAddr...
2009-11-16 Eric ChristopherFix unused variables warnings.
2009-11-12 David GreeneAdd comment flags so AsmPrinter can output additional...
2009-11-06 Dan GohmanMake printImplicitDef and printKill non-virtual, since...
2009-11-04 Jakob Stoklund OlesenPrint out an informative comment for KILL instructions.
2009-10-30 Dan GohmanInitial target-independent CodeGen support for BlockAdd...
2009-10-06 Devang PatelUpdate processDebugLoc() so that it can be used to...
2009-09-30 Devang PatelUse MachineInstr as an processDebugLoc() argument.
2009-09-30 Bob WilsonAdd a new virtual EmitStartOfAsmFile method to the...
2009-09-18 Chris Lattneradd a new hook to allow targets to splat stuff at the...
2009-09-16 Chris Lattnermove FnStubs/GVSTubs/HiddenGVStub handling out of the...
2009-09-16 Chris Lattnerremove the AsmPrinter::printMCInst hook hack now that
2009-09-16 Chris Lattnerinline AsmPrinter::getCurrentFunctionEHName into its...
2009-09-16 Chris Lattnerremove a dead bool.
2009-09-16 Chris LattnerEliminate AsmPrinter::EmitExternalGlobal, inlining...
2009-09-16 Chris Lattnereliminate the horrid AsmPrinter::getGlobalLinkName...
2009-09-14 Chris LattnerPIC16 does allow colon after MBB labels, simplify EmitB...
2009-09-13 Chris Lattnerreplace printBasicBlockLabel with EmitBasicBlockStart,
2009-09-12 Chris Lattnerdevirtualize AsmPrinter::printBasicBlockLabel since...
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-01 Jim GrosbachClean up LSDA name generation and use for SJLJ exceptio...
next