aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Print functions with curly braces instead of begin/endChris Lattner2002-05-061-9/+7
* The implementation keyword is no longer neccesaryChris Lattner2002-05-021-1/+1
* Changes so that iMemory.h doesn't include DerivedTypes.hChris Lattner2002-04-291-0/+1
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* Todo has been implemented, remove itChris Lattner2002-04-281-3/+0
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* Module's are no longer valuesChris Lattner2002-04-281-5/+0
* Pull all of the getStrValue implementation cruft out of Constants.cpp andChris Lattner2002-04-181-24/+94
* Changes to:Chris Lattner2002-04-161-44/+106
* Minor bugfix for previous checkinChris Lattner2002-04-131-1/+1
* * Remove obselete code for unsized arraysChris Lattner2002-04-131-20/+67
* * Clean up code to use isa & dyncast instead of poking directly into instruct...Chris Lattner2002-04-131-9/+9
* * Add commentChris Lattner2002-04-121-2/+6
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-8/+9
* * 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