* Expose new command line arg --debug-pass for gccas and llc debugging
[oota-llvm.git] / lib / VMCore / AsmWriter.cpp
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerDon't waste as much horizontal space on #uses flag...
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerImplement support for internal methods
2001-11-07 Chris LattnerImplement CachedWriter class to allow module level...
2001-11-06 Chris LattnerPrint out the abridged form of the call instruction.
2001-11-06 Chris LattnerGive me PHI's space back
2001-11-06 Chris LattnerPrint PHI nodes with zero operands even if they are...
2001-10-31 Chris LattnerInitial version of GCC cleanup pass: just removes extra...
2001-10-29 Chris LattnerFix blatent bugs in checkin
2001-10-29 Chris LattnerExpose the WriteTypeSymbolic function from the library...
2001-10-29 Chris LattnerBe careful to output symbolic type name if possible...
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