add a new MCAsmStreamer::GetCommentOS method to simplify stuff
[oota-llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinter.cpp
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 the ability for MCStreamer to emit comments on...
2010-01-22 Chris Lattnerpass "-fasm-verbose" into createAsmStreamer.
2010-01-20 Chris Lattnerdon't send null pointers through the constantexpr codep...
2010-01-20 Chris Lattnereliminate some uses of AsmPrinter::EmitIntXXX
2010-01-20 Chris Lattnerinline and radically simplify printDataDirective. ...
2010-01-20 Chris Lattneremit basic block labels with mcstreamer.
2010-01-20 Chris Lattneremit integer and fp zeros as (e.g.) .byte 0 instead...
2010-01-20 Chris Lattnersignficant cleanups to EmitGlobalConstant (including...
2010-01-20 Chris Lattnerswitch ConstantFP emission to use MCStreamer, significantly
2010-01-20 Chris Lattnermake mcasmstreamer handle expanding 8 byte integer...
2010-01-20 Chris Lattnergive createAsmStreamer an 'isLittleEndian' argument.
2010-01-19 Chris Lattnersimplify the rest of fp constant printing.
2010-01-19 Chris Lattnersimplify the code for printing x86 long double, don...
2010-01-19 Chris Lattnereliminate AsmPrinter::EmitZeros: just use MCStreamer...
2010-01-19 Chris LattnerGeneralize mcasmstreamer data emission APIs to take...
2010-01-19 Chris Lattnerrefactor code to be static functions instead of methods...
2010-01-19 Chris Lattnermcstreamerize AsmPrinter::EmitZeros, at least when...
2010-01-19 Chris Lattnerremove MAI::ZeroDirectiveSuffix, which is only used...
2010-01-19 Chris Lattnermcstreamer'ize the rest of EmitGlobalVariable that...
2010-01-19 Chris Lattnerstop using the .lcomm pseudoop on darwin, instead,...
2010-01-19 Devang PatelAvoid including DebugInfo.h in AsmPrinter.h
2010-01-19 Chris Lattnermc'ize some stuff, don't comment out .lcomm directive...
2010-01-19 Chris Lattnerfactor this code better.
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-19 Chris Lattnermove production of .reference directives for static...
2010-01-17 Chris Lattnernow that MCSymbol::print doesn't use it's MAI argument...
2010-01-17 Chris Lattnernow that mangler is in libtarget, it can use MCAsmInfo...
2010-01-17 Benjamin KramerSwitch some functions to take Twines, eliminate uses...
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.
2010-01-16 Chris Lattnerunbreak the build.
2010-01-16 Chris Lattnerrename GetPrivateGlobalValueSymbolStub -> GetSymbolWith...
2010-01-16 Chris Lattnereliminate uses of getMangledName from AsmPrinter.cpp...
2010-01-16 Devang PatelReplace DebugLocTuple with DILocation.
2010-01-16 Chris Lattnerfix inverted conditional
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...
2010-01-14 Dale JohannesenFix a comment.
2010-01-13 Chris Lattnerremove uses of deprecated functions, this generates...
2010-01-13 Chris Lattneruse the new form of getNameWithPrefix, not makeNameProper.
2010-01-13 Chris Lattnerchange Mangler::makeNameProper to return its result...
2010-01-13 Chris Lattnerfix assert in AsmPrinter::EmitGlobalConstantLargeInt...
2010-01-13 Chris Lattnerreduce nesting and code duplication in AsmPrinter:...
2010-01-13 Chris Lattnerreduce indentation and add a fast-path to EmitGlobalCon...
2010-01-13 Chris Lattnerreduce indentation and use early exits in AsmPrinter...
2010-01-03 Chris Lattnerfix PR5930, allowing the asmprinter to emit difference...
2009-12-25 Bill WendlingRemove dead store.
2009-12-19 Douglas GregorFix a bunch of little errors that Clang complains about...
2009-12-05 Dan GohmanPrint newlines after printing labels for debug info...
2009-12-05 Dan GohmanFix this code to use DIScope instead of DICompileUnit...
2009-12-04 Dan GohmanPrint a space between the comment character and the...
2009-12-04 David GreeneUse new interfaces to print spill size.
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 David GreeneSupport spill comments.
2009-11-14 Sanjiv Guptarevert 88761 as it fails builds.
2009-11-14 Sanjiv GuptaFix debug info crashes for PIC16.
2009-11-13 Dan GohmanUse .data() instead of .c_str() when nul-termination...
2009-11-13 David GreeneMove DebugInfo checks into EmitComments and remove...
2009-11-10 Devang PatelImplement support to debug inlined functions.
2009-11-06 Bob WilsonFix comment typos.
2009-11-06 Dan GohmanFactor out the printing of the leading tab into printIn...
2009-11-05 Dan GohmanFix the label name generation for address-taken labels...
2009-11-04 Jakob Stoklund OlesenPrint out an informative comment for KILL instructions.
2009-10-31 Dan GohmanFix a missing newline in the dwarf output code.
2009-10-30 Dan GohmanAdd support for BlockAddress static initializers.
2009-10-30 Dan GohmanAdd a FIXME comment.
2009-10-30 Dan GohmanAdd some comments.
2009-10-30 Dan GohmanInitial target-independent CodeGen support for BlockAdd...
2009-10-13 Devang Patels/DebugLoc.CompileUnit/DebugLoc.Scope/g
2009-10-06 Devang PatelAdd support to handle debug info attached to an instruc...
2009-10-06 Dan GohmanInstead of printing unnecessary basic block labels...
2009-10-06 Devang PatelUpdate processDebugLoc() so that it can be used to...
2009-10-05 Chris Lattnerstrength reduce a ton of type equality tests to check...
2009-10-01 Devang PatelAdd another MDNode into DebugLocTuple. This will be...
2009-09-30 Devang PatelUse MachineInstr as an processDebugLoc() argument.
2009-09-30 Devang PatelUse MDNode * directly as an RecordSourceLine() argument.
2009-09-30 Bob WilsonAdd a new virtual EmitStartOfAsmFile method to the...
2009-09-30 Bob WilsonFix a comment.
2009-09-29 Devang PatelRemove std::string uses from DebugInfo interface.
2009-09-24 Chris Lattnerunconditionally compute MMI even if the target doesn...
2009-09-18 Chris Lattneradd a new hook to allow targets to splat stuff at the...
2009-09-18 Anton KorobeynikovAllow symbols to start from the digit if target request...
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 LattnerEliminate AsmPrinter::EmitExternalGlobal, inlining...
2009-09-16 Chris Lattnereliminate the horrid AsmPrinter::getGlobalLinkName...
2009-09-15 Chris Lattnerremove some horrible MAI hooks which fortunately turn...
2009-09-14 Chris LattnerPIC16 does allow colon after MBB labels, simplify EmitB...
2009-09-14 Chris LattnerChange MCAsmStreamer to take an MCInstPrinter instead...
2009-09-13 Chris Lattnereliminate an extraneous use of TRI::getAsmName in a...
2009-09-13 Chris Lattnerremove MAI::JumpTableSpecialLabelPrefix now that MAI
2009-09-13 Chris Lattnerreplace printBasicBlockLabel with EmitBasicBlockStart,
2009-09-13 Chris Lattnerconvert some uses of printBasicBlockLabel to use GetMBB...
next