Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / include / llvm / Assembly / Writer.h
2012-03-26 Craig TopperPrune some includes and forward declarations.
2011-07-09 Chris LattnerEliminate the WriteTypeSymbolic function. Now that...
2011-06-18 Chris Lattnernow that Type::getDescription() is dead, the TypePrinti...
2009-08-23 Chris Lattnereliminate the std::ostream form of WriteAsOperand and...
2009-03-09 Chris Lattneradd a #include to improve portability to windows, as...
2009-03-01 Chris Lattnersimplify handling "don't print top level name" processi...
2009-02-28 Chris Lattnermove type name population out of TypePrinting class...
2009-02-28 Chris Lattnerthe module is not required to exist, allow it to defaul...
2009-02-28 Chris Lattnerdisable copying and assignment.
2009-02-28 Chris Lattnerexpose TypePrinting as a public API.
2009-02-28 Chris LattnerChange WriteTypeSymbolic to not put a space out before...
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-19 Chris LattnerChange WriteTypeSymbolic/WriteAsOperand to return void...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2006-12-06 Chris LattnerRemove the 'printname' argument to WriteAsOperand....
2006-12-06 Chris Lattnerremove unused api
2006-08-28 Reid SpencerBack out last revision which should not have been commi...
2006-08-28 Reid SpencerFor PR387:
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-07-04 Reid SpencerAdd a new, compatible, interface function for writing...
2004-01-08 Chris LattnerRemove yet another obsolete comment :)
2004-01-08 Brian GaekeFix typos. Rewrite head-of-file comment.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
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