print all the newlines at the end of instructions with
[oota-llvm.git] / lib / Target / ARM / AsmPrinter / ARMAsmPrinter.cpp
2010-02-10 Chris Lattnerprint all the newlines at the end of instructions with
2010-02-03 Chris Lattnermake MachineModuleInfoMachO hold non-const MCSymbol...
2010-02-03 Chris Lattnerprint instructions through the mcstreamer.
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-01-28 Chris LattnerGive AsmPrinter the most common expected implementation of
2010-01-28 Chris Lattnerswitch ARM to EmitFunctionBody().
2010-01-28 Chris LattnerRemove the argument from EmitJumpTableInfo, because...
2010-01-28 Chris LattnerDrop the argument to AsmPrinter::EmitConstantPool and...
2010-01-27 Chris Lattnerswitch ARM to use EmitFunctionHeader.
2010-01-27 Chris Lattnereliminate the ARMFunctionInfo::Align member, using
2010-01-26 Chris LattnerEliminate SetDirective, and replace it with HasSetDirec...
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-26 Chris Lattnerdon't bother setting the AsmPrinter::MF ivar, now that
2010-01-25 Jim GrosbachMinor jump table cleanup.
2010-01-25 Chris Lattnerfix quoting problem jim noticed!
2010-01-25 Chris Lattnermcize jump table symbol manipulation.
2010-01-25 Chris Lattnersink an arm specific method out of asmprinter into...
2010-01-23 Chris Lattneruse helpers.
2010-01-23 Chris Lattnermove the various directive enums out of the MCStreamer...
2010-01-20 Chris Lattnerinline and radically simplify printDataDirective. ...
2010-01-19 Chris Lattnerzap the ARM version of PrintGlobalVariable, which I...
2010-01-19 Chris Lattnersome cleanups
2010-01-19 Chris Lattneradd a bool for whether .lcomm takes an alignment instea...
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-19 Chris Lattneruse BSSLocal classifier to identify 'lcomm' data instead of
2010-01-19 Chris Lattnernow that elf weak bss symbols are handled correctly...
2010-01-19 Chris Lattnerintroduce a section kind for common linkage. Use this...
2010-01-19 Chris Lattnerchange an accessor to a predicate.
2010-01-19 Chris LattnerCleanup handling of .zerofill on darwin:
2010-01-18 Jim GrosbachMinor cleanup for jump table printing. Need a reference...
2010-01-17 Chris Lattnernow that MCSymbol::print doesn't use it's MAI argument...
2010-01-16 Chris Lattnerrename GetPrivateGlobalValueSymbolStub -> GetSymbolWith...
2010-01-16 Chris LattnerMCize a bunch more stuff, eliminating a lot of uses...
2010-01-15 Chris Lattneradd a version of AsmPrinter::printVisibility that takes...
2010-01-15 Chris Lattneruse MCSymbol instead of getMangledName() in all cases...
2010-01-15 Chris Lattnermc'ize a bunch of symbol stuff, eliminating std::strings.
2010-01-15 Chris Lattneradd a AsmPrinter::GetGlobalValueSymbol and GetExternalS...
2010-01-13 Chris Lattnerupgrade and MC'ize a few uses of makeNameProper.
2010-01-13 Chris Lattnerchange Mangler::makeNameProper to return its result...
2009-12-28 Benjamin KramerAdd missing include (for inline PATypeHolder::get).
2009-12-08 Evan Cheng- Support inline asm 'w' constraint for 128-bit vector...
2009-11-24 Anton KorobeynikovMaterialize global addresses via movt/movw pair, this...
2009-11-23 Jim Grosbachmove fconst[sd] to UAL. <rdar://7414913>
2009-11-19 Evan ChengMore consistent thumb1 asm printing.
2009-11-19 Evan ChengEliminate more * 4 in Thumb1 asm printing for consisten...
2009-11-17 Anton KorobeynikovBoth Darwin as and GNU as violate ARM docs wrt printing...
2009-11-13 David GreeneMove DebugInfo checks into EmitComments and remove...
2009-11-10 Evan ChengChange Thumb1 address mode printing, instead of
2009-11-09 Jim GrosbachUse Unified Assembly Syntax for the ARM backend.
2009-11-07 Jim GrosbachSupport alignment specifier for NEON vld/vst instructions
2009-11-07 Anton KorobeynikovIt turns out that the testcase in question uncovered...
2009-11-06 Anton KorobeynikovHonour subreg machine operands during asmprinting
2009-11-06 Bob WilsonPrint VMOV (immediate) operands as hexadecimal values...
2009-11-06 Evan ChengRemove ARMPCLabelIndex from ARMISelLowering. Use ARMFun...
2009-11-06 Dan GohmanFactor out the printing of the leading tab into printIn...
2009-11-04 Jakob Stoklund OlesenPrint out an informative comment for KILL instructions.
2009-11-03 Evan Chengfconsts / fconstd immediate should be proceeded with #.
2009-11-02 Bob WilsonAdd support for BlockAddress values in ARM constant...
2009-10-28 Evan ChengUse fconsts and fconstd to materialize small fp constants.
2009-10-26 Evan ChengChange ARM asm strings to separate opcode from operands...
2009-10-20 Chris Lattnert2MOVi32imm is currently always lowered by the Thumb2IT...
2009-10-20 Daniel DunbarWire up the ARM MCInst printer, for llvm-mc.
2009-10-20 Chris Lattnerlower ARM::MOVi32imm properly.
2009-10-20 Chris Lattnerget fancy: support basic block operands. Yay for jumps.
2009-10-20 Chris Lattneradd supprort for the 'sbit' operand, MOVi apparently...
2009-10-20 Chris Lattnerimplement printSORegOperand, add lowering for the nasty...
2009-10-19 Chris Lattneruse EmitLabel instead of text emission
2009-10-19 Chris Lattneradd a twine version of MCContext::GetOrCreateSymbol.
2009-10-19 Chris Lattnerlower the ARM::CONSTPOOL_ENTRY pseudo op, giving us...
2009-10-19 Chris Lattneradd MCInstLower support for lowering ARM::PICADD, a...
2009-10-19 Chris Lattneradd jump tables, constant pools and some trivial global
2009-10-19 Chris Lattneradd printing support for SOImm operands, getting us to:
2009-10-19 Chris Lattnerwire up some basic printOperand goodness, giving us...
2009-10-19 Chris Lattnerwire up skeletal support for having llc print instructions
2009-10-19 Chris Lattnerwire up ARM's printMCInst method. Now llvm-mc should...
2009-10-19 Chris Lattnersimplify code, reducing string thrashing.
2009-10-19 Chris Lattnerswitch hidden gv stubs to use MachineModuleInfoMachO...
2009-10-19 Chris Lattneruse MachineModuleInfoMachO for non-lazy gv stubs instea...
2009-10-19 Chris Lattnerremove dead map
2009-10-19 Chris Lattnerdon't bother trying to avoid emitting redundant constan...
2009-10-19 Chris Lattneremit .subsections_via_symbols through MCStreamer instea...
2009-10-19 Chris Lattnercleanup doFinalization -> EmitEndOfAsmFile.
2009-10-13 Bob WilsonRevise ARM inline assembly memory operands to require...
2009-10-08 Anton KorobeynikovUse lower16 / upper16 imm modifiers to asmprint 32...
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-02 Evan ChenggetFunctionAlignment should return log2 alignment.
2009-10-01 Evan ChengChange ld/st multiples to explicitly model the writebac...
2009-09-30 Devang PatelUse MachineInstr as an processDebugLoc() argument.
2009-09-30 Bob WilsonUse OutStreamer.SwitchSection instead of writing out...
2009-09-30 Bob WilsonAdd a new virtual EmitStartOfAsmFile method to the...
2009-09-30 Bob WilsonThe AsmPrinter base class contains a DwarfWriter member...
2009-09-30 Bob WilsonFor Darwin, emit all the text section directives togeth...
2009-09-28 Evan ChengMake ARM and Thumb2 32-bit immediate materialization...
2009-09-15 Sandeep PatelFix superreg use in ARMAsmPrinter. Approved by Anton...
2009-09-13 Chris Lattnerremove all but one reference to TargetRegisterDesc...
2009-09-13 Chris Lattnerthe tblgen produced 'getRegisterName' method does not...
next