aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* - Change Function's so that their argument list is populated when they areChris Lattner2002-10-131-11/+2
* Global variables are now external if they don't have initializers, notChris Lattner2002-10-061-1/+1
* - Print the predecessors of a basic block instead of the number of uses ofChris Lattner2002-10-021-3/+17
* Add support for printing constpointerrefs more nicelyChris Lattner2002-09-101-0/+7
* Changed parser to always use parenthesis on ConstExprs to be consistentChris Lattner2002-08-161-4/+3
* Write constexpr casts using the cast X to Y notation, not using the implicitChris Lattner2002-08-151-1/+6
* Fix bug: test/Regression/Assembler/2002-07-31-SlashInString.llxChris Lattner2002-07-311-1/+1
* Cleanup ConstantExpr handling:Chris Lattner2002-07-301-2/+2
* * Add support for different "PassType's"Chris Lattner2002-07-261-2/+4
* Fix typeo that caused bug:Chris Lattner2002-07-251-1/+1
* Fix bug: test/Regression/Assembler/2002-07-25-QuoteInString.llxChris Lattner2002-07-251-1/+1
* Register Writer passesChris Lattner2002-07-231-0/+4
* Added support to write out ConstantExpr nodes.Vikram S. Adve2002-07-141-4/+21
* *** empty log message ***Chris Lattner2002-07-101-5/+5
* MEGAPATCH checkin.Chris Lattner2002-06-251-76/+72
* Support opaque type printing a little bit at leastChris Lattner2002-05-261-0/+2
* Print out function name with % style instead of "" styleChris Lattner2002-05-221-2/+2
* Avoid emitting a useless comment for a basic block with no uses (whichChris Lattner2002-05-141-3/+6
* 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