silence a bogus warning
[oota-llvm.git] / lib / CodeGen / AsmPrinter.cpp
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