Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Assembly / Writer.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2002-07-10 Chris LattnerAllow specifying a module for context instead of a...
2002-04-08 Chris Lattner* Trim #includes
2002-04-07 Chris LattnerVCG output support removed because it was broken and...
2002-03-26 Chris LattnerChange uses of Method to Function
2002-03-23 Chris LattnerRename Method to Function
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-10-29 Chris LattnerExpose some more printing functionality from the assemb...
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 LattnerAdd more support for new style casts
2001-09-28 Chris Lattnerprint out value's by pointer
2001-09-18 Chris LattnerMove operator << from Value.h to Assembly/Writer.h
2001-09-18 Vikram S. AdveMoved debugging interfaces for class Value to Value.h.
2001-09-10 Chris Lattner* Add capability of printing out a global variable
2001-09-07 Chris LattnerClean stuff up.
2001-07-20 Chris LattnerNew function: WriteAsOperand.
2001-07-12 Chris LattnerMade it not inline
2001-07-12 Chris LattnerAdd DebugValue global function
2001-07-03 Chris LattnerRemove code for printing out Analysis data structures...
2001-07-02 Chris LattnerEnable printing of dominator related information.
2001-06-21 Chris Lattner* Added capability to print out an interval
2001-06-13 Chris LattnerImplement support for writing VCG format output
2001-06-06 Chris LattnerInitial revision