Implement smart printing of inline asm strings, handling variants and
[oota-llvm.git] / lib / CodeGen / AsmPrinter.cpp
2006-02-01 Chris LattnerImplement smart printing of inline asm strings, handlin...
2006-02-01 Chris Lattneradjust to changes in InlineAsm interface. Fix a few...
2006-01-31 Evan ChengAllow the specification of explicit alignments for...
2006-01-30 Chris LattnerPrint the most trivial inline asms.
2006-01-27 Chris LattnerStub out a method
2006-01-26 Jim LaskeySet up MachineDebugInfo to scan for debug information...
2006-01-24 Chris Lattnerrename method
2006-01-23 Chris LattnerPrint file-scope inline asm blocks at the start of...
2006-01-12 Chris LattnerIf using __main, emit global ctor/dtor list like any...
2006-01-04 Jim LaskeyApplied some recommend changes from sabre. The dominat...
2006-01-04 Jim LaskeyTie dwarf generation to darwin assembler.
2005-12-28 Duraid Madinaadd these so I can be less naughty
2005-12-21 Chris LattnerDon't emit a null terminator, nor anything after it...
2005-12-13 Chris LattnerAdd a couple more fields, move ctor init list to .cpp...
2005-12-09 Chris LattnerAvoid emitting two tabs when switching to a named section
2005-12-06 Nate BegemanTeach the SelectionDAG ISel how to turn ConstantPacked...
2005-11-21 Chris LattnerAllow target to customize directive used to switch...
2005-11-21 Chris Lattnerincrement the function number in SetupMachineFunction
2005-11-21 Chris LattnerAdjust to capitalized asmprinter method names
2005-11-21 Chris LattnerAdd section switching to common code generator code...
2005-11-15 Chris LattnerRemove extraneous parents around constants when using...
2005-11-14 Chris LattnerTeach emitAlignment to handle explicit alignment reques...
2005-11-10 Chris LattnerGet rid of casts by #including the right header
2005-11-10 Chris LattnerCompile C strings to:
2005-11-10 Chris Lattneradd support for .asciz, and enable it by default. ...
2005-08-17 Jim LaskeyCulling out use of unions for converting FP to bits...
2005-08-08 Chris LattnerHandle 64-bit constant exprs on 64-bit targets.
2005-05-15 Duraid MadinaaCC and STLport complained about this, because they...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-02 Duraid Madinaadd support for prefix/suffix strings to go around...
2005-02-14 Chris LattnerPrint GEP offsets as signed values instead of unsigned...
2005-02-04 Andrew Lenharthfix constant pointer outputing on 64 bit machines
2005-01-08 Chris LattnerSilence VS warnings
2004-11-28 Chris LattnerFix SingleSource/UnitTests/2004-11-28-GlobalBoolLayout...
2004-10-16 Chris LattnerAdd support for undef
2004-08-24 Chris LattnerDo not use .xword and friends to emit zeros on V9....
2004-08-18 Chris LattnerRename var
2004-08-17 Chris LattnerAdd support for targets without a .zero directive
2004-08-17 Chris LattnerAdd support for alignment
2004-08-17 Chris LattnerUse a designated comment character when printing comments.
2004-08-17 Chris LattnerAdd support for targets that have .quad, drop extra...
2004-08-17 Chris LattnerImplement emitGlobalConstant
2004-08-17 Chris LattnerWe now allow targets to use any prefix they want for...
2004-08-17 Chris LattnerSome asmwriters want an _ prefix
2004-08-16 Chris LattnerInitial implementation of the asmprinter base class