summaryrefslogtreecommitdiff
path: root/include/llvm/Assembly/Writer.h
Commit message (Expand)AuthorAge
* Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner2006-12-06
* remove unused apiChris Lattner2006-12-06
* Back out last revision which should not have been committed (yet).Reid Spencer2006-08-28
* For PR387:Reid Spencer2006-08-28
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add a new, compatible, interface function for writing types as operands.Reid Spencer2004-07-04
* Remove yet another obsolete comment :)Chris Lattner2004-01-08
* Fix typos. Rewrite head-of-file comment.Brian Gaeke2004-01-08
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Allow specifying a module for context instead of a slot calculator directlyChris Lattner2002-07-10
* * Trim #includesChris Lattner2002-04-08
* VCG output support removed because it was broken and will never be used.Chris Lattner2002-04-07
* Change uses of Method to FunctionChris Lattner2002-03-26
* Rename Method to FunctionChris Lattner2002-03-23
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Expose some more printing functionality from the assembly writer libraryChris Lattner2001-10-29
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-03
* Commit more code over to new cast styleChris Lattner2001-10-02
* Add more support for new style castsChris Lattner2001-10-01
* print out value's by pointerChris Lattner2001-09-28
* Move operator << from Value.h to Assembly/Writer.hChris Lattner2001-09-18
* Moved debugging interfaces for class Value to Value.h.Vikram S. Adve2001-09-18
* * Add capability of printing out a global variableChris Lattner2001-09-10
* Clean stuff up.Chris Lattner2001-09-07
* New function: WriteAsOperand.Chris Lattner2001-07-20
* Made it not inlineChris Lattner2001-07-12
* Add DebugValue global functionChris Lattner2001-07-12
* Remove code for printing out Analysis data structures. It got movedChris Lattner2001-07-03
* Enable printing of dominator related information.Chris Lattner2001-07-02
* * Added capability to print out an intervalChris Lattner2001-06-21
* Implement support for writing VCG format outputChris Lattner2001-06-13
* Initial revisionChris Lattner2001-06-06