aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Assembly
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more support for new style castsChris Lattner2001-10-011-1/+1
* print out value's by pointerChris Lattner2001-09-281-11/+11
* Move operator << from Value.h to Assembly/Writer.hChris Lattner2001-09-181-0/+15
* Moved debugging interfaces for class Value to Value.h.Vikram S. Adve2001-09-181-17/+0
* * Add capability of printing out a global variableChris Lattner2001-09-101-0/+7
* Clean stuff up.Chris Lattner2001-09-071-2/+2
* Large scale changes to implement new command line argument facilityChris Lattner2001-07-231-6/+5
* New function: WriteAsOperand.Chris Lattner2001-07-201-0/+9
* Made it not inlineChris Lattner2001-07-121-3/+1
* Add DebugValue global functionChris Lattner2001-07-121-0/+4
* Remove code for printing out Analysis data structures. It got movedChris Lattner2001-07-031-38/+2
* Enable printing of dominator related information.Chris Lattner2001-07-021-2/+27
* * Added capability to print out an intervalChris Lattner2001-06-211-0/+11
* Implement support for writing VCG format outputChris Lattner2001-06-131-0/+12
* Initial revisionChris Lattner2001-06-062-0/+145