aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Assembly/CachedWriter.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Fixes for PR341Chris Lattner2004-07-151-11/+3
* Revert ostream back to reference: the only user (llvm-tv) no longer needs it.Misha Brukman2004-06-041-8/+5
* Remove support for printing strings from the cached writerChris Lattner2004-06-041-4/+0
* Part of bug 122:Reid Spencer2004-05-261-2/+5
* * Make contained ostream not public.Misha Brukman2004-04-281-26/+11
* * Add ability to get and set the output streamMisha Brukman2004-04-281-11/+23
* Fix typos. Regularize include guard.Brian Gaeke2004-01-081-3/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Remove forward def'ns that are already in Value.hChris Lattner2002-04-281-11/+1
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-2/+2
* Trim #includesChris Lattner2002-04-081-2/+11
* Change uses of Method to FunctionChris Lattner2002-03-261-2/+2
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-4/+6
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-1/+1
* Allow output of manipulators for GCC 2.96 compatibilityChris Lattner2001-11-261-6/+10
* Okay, so this is a huge hack. Fixme laterChris Lattner2001-11-071-4/+36
* New class to provide high performance writing.Chris Lattner2001-11-071-0/+41