Added name-mangling routines for future use.
[oota-llvm.git] / lib / VMCore / AsmWriter.cpp
2001-10-20 Chris LattnerFix shift printing when using a ubyte LHS
2001-10-13 Chris Lattner* Support writing GlobalVariables with info comments...
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd more support for new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-09-18 Vikram S. AdveMoved DebugValue to Value.cpp.
2001-09-18 Chris LattnerAdd support for global constants, and for initializers...
2001-09-10 Chris LattnerAdd support for printing globals
2001-09-10 Chris LattnerImplement global variable support
2001-09-07 Chris Lattner* Assembly writer is not a module analyzer anymore
2001-07-28 Chris Lattner* Fix bugs
2001-07-26 Chris LattnerDon't write out constants that do not have a name,...
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-20 Chris LattnerFactor out WriteAsOperand.
2001-07-15 Chris LattnerImplement forward/external declarations for methods.
2001-07-14 Chris LattnerThe parent of a constant pool is a symtabvalue, not...
2001-07-12 Chris LattnerAdd DebugValue member.
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-21 Chris LattnerAdd a space to the PHI node output code to make it...
2001-06-11 Chris LattnerUpdates to support
2001-06-07 Chris LattnerFixed to print slightly differently. Added use counts...
2001-06-06 Chris LattnerInitial revision