| Commit message (Expand) | Author | Age | Files | Lines |
* | Prune some includes and forward declarations. | Craig Topper | 2012-03-26 | 1 | -1/+0 |
* | Eliminate the WriteTypeSymbolic function. Now that types know | Chris Lattner | 2011-07-09 | 1 | -6/+0 |
* | now that Type::getDescription() is dead, the TypePrinting class can move from... | Chris Lattner | 2011-06-18 | 1 | -34/+0 |
* | eliminate the std::ostream form of WriteAsOperand and update clients. | Chris Lattner | 2009-08-23 | 1 | -3/+0 |
* | add a #include to improve portability to windows, as requested by | Chris Lattner | 2009-03-09 | 1 | -0/+1 |
* | simplify handling "don't print top level name" processing, so that we get | Chris Lattner | 2009-03-01 | 1 | -3/+6 |
* | move type name population out of TypePrinting class into a static | Chris Lattner | 2009-02-28 | 1 | -2/+11 |
* | the module is not required to exist, allow it to default, giving this | Chris Lattner | 2009-02-28 | 1 | -1/+1 |
* | disable copying and assignment. | Chris Lattner | 2009-02-28 | 1 | -0/+2 |
* | expose TypePrinting as a public API. | Chris Lattner | 2009-02-28 | 1 | -0/+18 |
* | Change WriteTypeSymbolic to not put a space out before types, also, remove | Chris Lattner | 2009-02-28 | 1 | -3/+2 |
* | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 1 | -0/+4 |
* | Change WriteTypeSymbolic/WriteAsOperand to return void instead of | Chris Lattner | 2008-08-19 | 1 | -3/+3 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Remove the 'printname' argument to WriteAsOperand. It is always true, and | Chris Lattner | 2006-12-06 | 1 | -1/+1 |
* | remove unused api | Chris Lattner | 2006-12-06 | 1 | -3/+0 |
* | Back out last revision which should not have been committed (yet). | Reid Spencer | 2006-08-28 | 1 | -4/+0 |
* | For PR387: | Reid Spencer | 2006-08-28 | 1 | -0/+4 |
* | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 1 | -1/+1 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -3/+3 |
* | Add a new, compatible, interface function for writing types as operands. | Reid Spencer | 2004-07-04 | 1 | -0/+3 |
* | Remove yet another obsolete comment :) | Chris Lattner | 2004-01-08 | 1 | -3/+0 |
* | Fix typos. Rewrite head-of-file comment. | Brian Gaeke | 2004-01-08 | 1 | -13/+10 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+5 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -3/+1 |
* | Allow specifying a module for context instead of a slot calculator directly | Chris Lattner | 2002-07-10 | 1 | -3/+4 |
* | * Trim #includes | Chris Lattner | 2002-04-08 | 1 | -64/+4 |
* | VCG output support removed because it was broken and will never be used. | Chris Lattner | 2002-04-07 | 1 | -11/+0 |
* | Change uses of Method to Function | Chris Lattner | 2002-03-26 | 1 | -7/+3 |
* | Rename Method to Function | Chris Lattner | 2002-03-23 | 1 | -6/+6 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -19/+19 |
* | Rename ConstPoolVal -> Constant | Chris Lattner | 2001-12-03 | 1 | -3/+3 |
* | Expose some more printing functionality from the assembly writer library | Chris Lattner | 2001-10-29 | 1 | -0/+7 |
* | * Both Method & GlobalVariable now subclass GlobalValue | Chris Lattner | 2001-10-03 | 1 | -1/+2 |
* | Commit more code over to new cast style | Chris Lattner | 2001-10-02 | 1 | -6/+6 |
* | Add more support for new style casts | Chris Lattner | 2001-10-01 | 1 | -1/+1 |
* | print out value's by pointer | Chris Lattner | 2001-09-28 | 1 | -11/+11 |
* | Move operator << from Value.h to Assembly/Writer.h | Chris Lattner | 2001-09-18 | 1 | -0/+15 |
* | Moved debugging interfaces for class Value to Value.h. | Vikram S. Adve | 2001-09-18 | 1 | -17/+0 |
* | * Add capability of printing out a global variable | Chris Lattner | 2001-09-10 | 1 | -0/+7 |
* | Clean stuff up. | Chris Lattner | 2001-09-07 | 1 | -2/+2 |
* | New function: WriteAsOperand. | Chris Lattner | 2001-07-20 | 1 | -0/+9 |
* | Made it not inline | Chris Lattner | 2001-07-12 | 1 | -3/+1 |
* | Add DebugValue global function | Chris Lattner | 2001-07-12 | 1 | -0/+4 |
* | Remove code for printing out Analysis data structures. It got moved | Chris Lattner | 2001-07-03 | 1 | -38/+2 |
* | Enable printing of dominator related information. | Chris Lattner | 2001-07-02 | 1 | -2/+27 |
* | * Added capability to print out an interval | Chris Lattner | 2001-06-21 | 1 | -0/+11 |
* | Implement support for writing VCG format output | Chris Lattner | 2001-06-13 | 1 | -0/+12 |
* | Initial revision | Chris Lattner | 2001-06-06 | 1 | -0/+79 |