summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* * Narrow AsmWriter interfaceChris Lattner2002-04-081-37/+40
* * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner2002-04-071-9/+9
* Update commentsChris Lattner2002-04-071-4/+5
* s/Method/FunctionChris Lattner2002-03-291-8/+8
* Change references from Method to FunctionChris Lattner2002-03-261-28/+28
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-6/+10
* Don't waste as much horizontal space on #uses flag when printingChris Lattner2001-12-141-1/+1
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-5/+5
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-8/+8
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-1/+2
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-2/+2
* Implement support for internal methodsChris Lattner2001-11-261-1/+3
* Implement CachedWriter class to allow module level printing of various compon...Chris Lattner2001-11-071-1/+36
* Print out the abridged form of the call instruction.Chris Lattner2001-11-061-2/+15
* Give me PHI's space backChris Lattner2001-11-061-0/+1
* Print PHI nodes with zero operands even if they are illegalChris Lattner2001-11-061-5/+4
* Initial version of GCC cleanup pass: just removes extraneous global symbol ta...Chris Lattner2001-10-311-0/+1
* Fix blatent bugs in checkinChris Lattner2001-10-291-5/+4
* Expose the WriteTypeSymbolic function from the library. Refactor code to makeChris Lattner2001-10-291-119/+183
* Be careful to output symbolic type name if possible for a type. This makesChris Lattner2001-10-291-82/+224
* Fix shift printing when using a ubyte LHSChris Lattner2001-10-201-0/+3
* * Support writing GlobalVariables with info comments by themChris Lattner2001-10-131-19/+58
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-1/+2
* Commit more code over to new cast styleChris Lattner2001-10-021-3/+3
* Convert more code to use new style castsChris Lattner2001-10-011-2/+2
* Add more support for new style castsChris Lattner2001-10-011-2/+2
* Add support for new style castsChris Lattner2001-10-011-7/+7
* Moved DebugValue to Value.cpp.Vikram S. Adve2001-09-181-6/+2
* Add support for global constants, and for initializers for constantsChris Lattner2001-09-181-2/+10
* Add support for printing globalsChris Lattner2001-09-101-0/+7
* Implement global variable supportChris Lattner2001-09-101-2/+14
* * Assembly writer is not a module analyzer anymoreChris Lattner2001-09-071-60/+81
* * Fix bugsChris Lattner2001-07-281-20/+8
* Don't write out constants that do not have a name, they will be inlined.Chris Lattner2001-07-261-5/+5
* Add support for extern varargs methods & varargs method callsChris Lattner2001-07-251-1/+6
* Factor out WriteAsOperand.Chris Lattner2001-07-201-16/+47
* Implement forward/external declarations for methods.Chris Lattner2001-07-151-5/+9
* The parent of a constant pool is a symtabvalue, not a value.Chris Lattner2001-07-141-3/+3
* Add DebugValue member.Chris Lattner2001-07-121-0/+5
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-1/+3
* Broad superficial changes:Chris Lattner2001-07-071-7/+7
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-20/+20
* Miscellaneous cleanups:Chris Lattner2001-06-271-6/+5
* Add a space to the PHI node output code to make it look nicerChris Lattner2001-06-211-2/+2
* Updates to supportChris Lattner2001-06-111-0/+8
* Fixed to print slightly differently. Added use counts for labelsChris Lattner2001-06-071-10/+12
* Initial revisionChris Lattner2001-06-061-0/+328
OpenPOWER on IntegriCloud