aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Assembly
AgeCommit message (Expand)Author
2002-04-28Remove forward def'ns that are already in Value.hChris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-18Changes to make print pass work!Chris Lattner
2002-04-09Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner
2002-04-08* Trim #includesChris Lattner
2002-04-08s/Method/FunctionChris Lattner
2002-04-08Trim #includesChris Lattner
2002-04-07VCG output support removed because it was broken and will never be used.Chris Lattner
2002-03-26Change uses of Method to FunctionChris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-01-21Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-26Allow output of manipulators for GCC 2.96 compatibilityChris Lattner
2001-11-07Okay, so this is a huge hack. Fixme laterChris Lattner
2001-11-07New class to provide high performance writing.Chris Lattner
2001-10-29Expose some more printing functionality from the assembly writer libraryChris Lattner
2001-10-18initial checkinChris Lattner
2001-10-13Remove exception specification. Only slows code down.Chris Lattner
2001-10-03* Both Method & GlobalVariable now subclass GlobalValueChris Lattner
2001-10-02Commit more code over to new cast styleChris Lattner
2001-10-01Add more support for new style castsChris Lattner
2001-09-28print out value's by pointerChris Lattner
2001-09-18Move operator << from Value.h to Assembly/Writer.hChris Lattner
2001-09-18Moved debugging interfaces for class Value to Value.h.Vikram S. Adve
2001-09-10* Add capability of printing out a global variableChris Lattner
2001-09-07Clean stuff up.Chris Lattner
2001-07-23Large scale changes to implement new command line argument facilityChris Lattner
2001-07-20New function: WriteAsOperand.Chris Lattner
2001-07-12Made it not inlineChris Lattner
2001-07-12Add DebugValue global functionChris Lattner
2001-07-03Remove code for printing out Analysis data structures. It got movedChris Lattner
2001-07-02Enable printing of dominator related information.Chris Lattner
2001-06-21* Added capability to print out an intervalChris Lattner
2001-06-13Implement support for writing VCG format outputChris Lattner
2001-06-06Initial revisionChris Lattner