aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Assembly
Commit message (Expand)AuthorAgeFilesLines
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-2/+2
* Fixes for PR341Chris Lattner2004-07-151-11/+3
* Add a new, compatible, interface function for writing types as operands.Reid Spencer2004-07-041-0/+3
* Added #include <iostream> since this header is no longer picked up fromReid Spencer2004-07-041-0/+1
* 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
* Add the ability to put an annotation at the end of a basic block as well.Chris Lattner2004-03-081-3/+9
* The cbackend has never had anything to do with llvm assembly writingChris Lattner2004-02-131-27/+0
* Change access to the cwriterChris Lattner2004-02-131-2/+2
* Remove yet another obsolete comment :)Chris Lattner2004-01-081-3/+0
* Fix typos. Rewrite head-of-file comment.Brian Gaeke2004-01-081-13/+10
* 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-116-0/+27
* New interfaceChris Lattner2003-10-301-0/+40
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-205-0/+35
* Standardize header file commentsChris Lattner2003-09-305-9/+6
* Workaround for bug in GCC 3.1.1 iostreams library on sparc. It apprarentlyChris Lattner2002-09-191-1/+1
* Convert cwriter to be a pass.Chris Lattner2002-08-311-13/+7
* Update commentsChris Lattner2002-08-301-3/+5
* Module's do not subclass from Value, so this code caused a segfault.Chris Lattner2002-08-181-3/+2
* Regularize the Print*Passes so they have default ctors.Chris Lattner2002-07-231-8/+6
* Allow specifying a module for context instead of a slot calculator directlyChris Lattner2002-07-101-3/+4
* MEGAPATCH checkin.Chris Lattner2002-06-251-4/+4
* *** empty log message ***Sumant Kowshik2002-05-081-0/+21
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+4
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-281-0/+8
* Remove forward def'ns that are already in Value.hChris Lattner2002-04-281-11/+1
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-8/+9
* Changes to make print pass work!Chris Lattner2002-04-181-1/+2
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-2/+2
* * Trim #includesChris Lattner2002-04-081-64/+4
* s/Method/FunctionChris Lattner2002-04-081-7/+6
* Trim #includesChris Lattner2002-04-081-2/+11
* 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-262-9/+5
* Rename Method to FunctionChris Lattner2002-03-231-6/+6
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-19/+27
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-204-33/+36
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-032-4/+4
* 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
* Expose some more printing functionality from the assembly writer libraryChris Lattner2001-10-291-0/+7
* initial checkinChris Lattner2001-10-181-0/+49
* Remove exception specification. Only slows code down.Chris Lattner2001-10-131-1/+1
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-1/+2
* Commit more code over to new cast styleChris Lattner2001-10-021-6/+6