summaryrefslogtreecommitdiff
path: root/include/llvm/Assembly
Commit message (Expand)AuthorAge
* 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
* 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
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-23
* 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