aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Assembly/Writer.h
AgeCommit message (Expand)Author
2009-03-01simplify handling "don't print top level name" processing, so that we getChris Lattner
2009-02-28move type name population out of TypePrinting class into a static Chris Lattner
2009-02-28the module is not required to exist, allow it to default, giving thisChris Lattner
2009-02-28disable copying and assignment.Chris Lattner
2009-02-28expose TypePrinting as a public API.Chris Lattner
2009-02-28Change WriteTypeSymbolic to not put a space out before types, also, removeChris Lattner
2008-08-23Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner
2008-08-19Change WriteTypeSymbolic/WriteAsOperand to return void instead of Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2006-12-06Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner
2006-12-06remove unused apiChris Lattner
2006-08-28Back out last revision which should not have been committed (yet).Reid Spencer
2006-08-28For PR387:Reid Spencer
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-07-04Add a new, compatible, interface function for writing types as operands.Reid Spencer
2004-01-08Remove yet another obsolete comment :)Chris Lattner
2004-01-08Fix typos. Rewrite head-of-file comment.Brian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Standardize header file commentsChris Lattner
2002-07-10Allow specifying a module for context instead of a slot calculator directlyChris Lattner
2002-04-08* Trim #includesChris Lattner
2002-04-07VCG output support removed because it was broken and will never be used.Chris Lattner
2002-03-26Change uses of Method to FunctionChris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-10-29Expose some more printing functionality from the assembly writer libraryChris Lattner
2001-10-03* Both Method & GlobalVariable now subclass GlobalValueChris Lattner
2001-10-02Commit more code over to new cast styleChris Lattner
2001-10-01Add more support for new style castsChris Lattner
2001-09-28print out value's by pointerChris Lattner
2001-09-18Move operator << from Value.h to Assembly/Writer.hChris Lattner
2001-09-18Moved debugging interfaces for class Value to Value.h.Vikram S. Adve
2001-09-10* Add capability of printing out a global variableChris Lattner
2001-09-07Clean stuff up.Chris Lattner
2001-07-20New function: WriteAsOperand.Chris Lattner
2001-07-12Made it not inlineChris Lattner
2001-07-12Add DebugValue global functionChris Lattner
2001-07-03Remove code for printing out Analysis data structures. It got movedChris Lattner
2001-07-02Enable printing of dominator related information.Chris Lattner
2001-06-21* Added capability to print out an intervalChris Lattner
2001-06-13Implement support for writing VCG format outputChris Lattner
2001-06-06Initial revisionChris Lattner