switchinst ctor now takes a hint for the number of cases that it will have.
[oota-llvm.git] / lib / CodeGen / AsmPrinter.cpp
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