aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Assembly/Writer.h
Commit message (Expand)AuthorAgeFilesLines
* Prune some includes and forward declarations.Craig Topper2012-03-261-1/+0
* Eliminate the WriteTypeSymbolic function. Now that types knowChris Lattner2011-07-091-6/+0
* now that Type::getDescription() is dead, the TypePrinting class can move from...Chris Lattner2011-06-181-34/+0
* eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner2009-08-231-3/+0
* add a #include to improve portability to windows, as requested byChris Lattner2009-03-091-0/+1
* simplify handling "don't print top level name" processing, so that we getChris Lattner2009-03-011-3/+6
* move type name population out of TypePrinting class into a static Chris Lattner2009-02-281-2/+11
* the module is not required to exist, allow it to default, giving thisChris Lattner2009-02-281-1/+1
* disable copying and assignment.Chris Lattner2009-02-281-0/+2
* expose TypePrinting as a public API.Chris Lattner2009-02-281-0/+18
* Change WriteTypeSymbolic to not put a space out before types, also, removeChris Lattner2009-02-281-3/+2
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-0/+4
* Change WriteTypeSymbolic/WriteAsOperand to return void instead of Chris Lattner2008-08-191-3/+3
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner2006-12-061-1/+1
* remove unused apiChris Lattner2006-12-061-3/+0
* Back out last revision which should not have been committed (yet).Reid Spencer2006-08-281-4/+0
* For PR387:Reid Spencer2006-08-281-0/+4
* Convert tabs to spacesMisha Brukman2005-04-221-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* Add a new, compatible, interface function for writing types as operands.Reid Spencer2004-07-041-0/+3
* Remove yet another obsolete comment :)Chris Lattner2004-01-081-3/+0
* Fix typos. Rewrite head-of-file comment.Brian Gaeke2004-01-081-13/+10
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-3/+1
* Allow specifying a module for context instead of a slot calculator directlyChris Lattner2002-07-101-3/+4
* * Trim #includesChris Lattner2002-04-081-64/+4
* VCG output support removed because it was broken and will never be used.Chris Lattner2002-04-071-11/+0
* Change uses of Method to FunctionChris Lattner2002-03-261-7/+3
* Rename Method to FunctionChris Lattner2002-03-231-6/+6
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-19/+19
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-3/+3
* Expose some more printing functionality from the assembly writer libraryChris Lattner2001-10-291-0/+7
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-1/+2
* Commit more code over to new cast styleChris Lattner2001-10-021-6/+6
* Add more support for new style castsChris Lattner2001-10-011-1/+1
* print out value's by pointerChris Lattner2001-09-281-11/+11
* Move operator << from Value.h to Assembly/Writer.hChris Lattner2001-09-181-0/+15
* Moved debugging interfaces for class Value to Value.h.Vikram S. Adve2001-09-181-17/+0
* * Add capability of printing out a global variableChris Lattner2001-09-101-0/+7
* Clean stuff up.Chris Lattner2001-09-071-2/+2
* New function: WriteAsOperand.Chris Lattner2001-07-201-0/+9
* Made it not inlineChris Lattner2001-07-121-3/+1
* Add DebugValue global functionChris Lattner2001-07-121-0/+4
* Remove code for printing out Analysis data structures. It got movedChris Lattner2001-07-031-38/+2
* Enable printing of dominator related information.Chris Lattner2001-07-021-2/+27
* * Added capability to print out an intervalChris Lattner2001-06-211-0/+11
* Implement support for writing VCG format outputChris Lattner2001-06-131-0/+12
* Initial revisionChris Lattner2001-06-061-0/+79