print all the newlines at the end of instructions with
[oota-llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinter.cpp
2010-02-10 Chris Lattnerprint all the newlines at the end of instructions with
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-09 Dan GohmanImplement AsmPrinter support for several more operators...
2010-02-08 Chris Lattnernow that @GOTOFF is no longer represented as a suffix...
2010-02-08 Dan GohmanConstantFoldConstantExpression can theoretically return...
2010-02-08 Dan GohmanWhen CodeGen'ing unoptimized code, there may be unfolde...
2010-02-05 Bill WendlingAn empty global constant (one of size 0) may have a...
2010-02-03 Chris Lattnerdon't emit \n's at the start of X86AsmPrinter::runOnMac...
2010-02-03 Chris Lattnerprivatize a bunch of methods and move \n printing into...
2010-02-03 Chris Lattnerrejigger the world so that EmitInstruction prints the...
2010-02-03 Chris Lattnersink handling of target-independent machine instrs...
2010-02-02 Chris Lattnerrefactor code so that LLVMTargetMachine creates the...
2010-02-02 Chris Lattnermove handling of asm-verbose out of AsmPrinter.cpp...
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 Lattneremit a 0 byte instead of a noop if a function is empty...
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 Lattnermcize label emission for functions.
2010-01-26 Chris Lattneruse EmitLinkage for functions as well as globals. ...
2010-01-26 Chris Lattnerpull linkage emission code out to a new EmitLinkage...
2010-01-26 Chris Lattnerrearrange some directives, no functionality change.
2010-01-26 Chris Lattnernow that enough stuff is constified, move function...
2010-01-26 Chris Lattneremit jump table an alias ".set" directives through...
2010-01-26 Chris LattnerEliminate SetDirective, and replace it with HasSetDirec...
2010-01-26 Chris Lattnereliminate the TargetLowering::UsesGlobalOffsetTable...
2010-01-26 Chris LattnerNow that printPICJumpTableSetLabel is not overloaded,
2010-01-26 Chris LattnerMove getJTISymbol from MachineJumpTableInfo to MachineF...
2010-01-26 Chris Lattneradd a new MachineJumpTableInfo::getJTISymbol method,
2010-01-26 Chris Lattnersimplify asmprinter: only emit .set directives when...
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-26 Chris LattnerAdd support for target-specific 32-bit custom-lowered
2010-01-26 Chris Lattnerswitch jump table entry emission to be based on EntryKind
2010-01-25 Chris LattnerRearrange handling of jump tables. Highlights:
2010-01-25 Chris Lattnereliminate redundant argument to EmitJumpTableInfo
2010-01-25 Chris Lattnermcstreamerize gprel32 emission.
2010-01-25 Chris Lattnermcize the non-gprel cases of AsmPrinter::printPICJumpTa...
2010-01-25 Chris Lattnerhandle the _set_ symbol with an MCSymbol.
2010-01-25 Chris Lattnerrename MAI::PICJumpTableDirective to MAI::GPRel32Direct...
2010-01-25 Chris Lattnerpull the non-pic jump table case out of printPICJumpTab...
2010-01-25 Chris Lattnerremove JumpTableDirective, it is always null.
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-25 Chris Lattneremit ELF .type directives through MCStreamer instead...
2010-01-25 Chris Lattneradd a comment
2010-01-25 Chris Lattneremit the .size directive for global variables on ELF...
2010-01-23 Chris Lattnermcize lcomm, simplify .comm, extend both to support...
2010-01-23 Chris Lattnerresolve a fixme: the "nonexecutable stack directive...
2010-01-23 Chris Lattnermcize visibility directives.
2010-01-23 Chris Lattnermove the various directive enums out of the MCStreamer...
2010-01-23 Chris LattnerChange constantexpr global variable initializers to...
2010-01-23 Chris Lattnermcstreamerize .no_dead_strip and .reference for static...
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 Lattneradd a new DwarfPrinter::EmitEncodingByte method which...
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-22 Chris Lattnermake the loop comment printer print out a much better...
2010-01-22 Chris LattnerFor blocks that are not loop headers, just print their...
2010-01-22 Chris Lattnerreenable the label loop comments and switch them to...
2010-01-22 Chris LattnerConvert some more random-comment-printing stuff to use
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...
next