Added anyext, modelled as zext on X86.
[oota-llvm.git] / lib / CodeGen / AsmPrinter.cpp
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