summaryrefslogtreecommitdiff
path: root/include/llvm/Assembly
Commit message (Expand)AuthorAge
* Fixes for PR341Chris Lattner2004-07-15
* Add a new, compatible, interface function for writing types as operands.Reid Spencer2004-07-04
* Added #include <iostream> since this header is no longer picked up fromReid Spencer2004-07-04
* Revert ostream back to reference: the only user (llvm-tv) no longer needs it.Misha Brukman2004-06-04
* Remove support for printing strings from the cached writerChris Lattner2004-06-04
* Part of bug 122:Reid Spencer2004-05-26
* * Make contained ostream not public.Misha Brukman2004-04-28
* * Add ability to get and set the output streamMisha Brukman2004-04-28
* Add the ability to put an annotation at the end of a basic block as well.Chris Lattner2004-03-08
* The cbackend has never had anything to do with llvm assembly writingChris Lattner2004-02-13
* Change access to the cwriterChris Lattner2004-02-13
* Remove yet another obsolete comment :)Chris Lattner2004-01-08
* Fix typos. Rewrite head-of-file comment.Brian Gaeke2004-01-08
* Fix typos. Regularize include guard.Brian Gaeke2004-01-08
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* New interfaceChris Lattner2003-10-30
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Workaround for bug in GCC 3.1.1 iostreams library on sparc. It apprarentlyChris Lattner2002-09-19
* Convert cwriter to be a pass.Chris Lattner2002-08-31
* Update commentsChris Lattner2002-08-30
* Module's do not subclass from Value, so this code caused a segfault.Chris Lattner2002-08-18
* Regularize the Print*Passes so they have default ctors.Chris Lattner2002-07-23
* Allow specifying a module for context instead of a slot calculator directlyChris Lattner2002-07-10
* MEGAPATCH checkin.Chris Lattner2002-06-25
* *** empty log message ***Sumant Kowshik2002-05-08
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-28
* Remove forward def'ns that are already in Value.hChris Lattner2002-04-28
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Changes to make print pass work!Chris Lattner2002-04-18
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-09
* * Trim #includesChris Lattner2002-04-08
* s/Method/FunctionChris Lattner2002-04-08
* 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
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Allow output of manipulators for GCC 2.96 compatibilityChris Lattner2001-11-26
* Okay, so this is a huge hack. Fixme laterChris Lattner2001-11-07
* New class to provide high performance writing.Chris Lattner2001-11-07
* Expose some more printing functionality from the assembly writer libraryChris Lattner2001-10-29
* initial checkinChris Lattner2001-10-18
* Remove exception specification. Only slows code down.Chris Lattner2001-10-13
* * 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