aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/AsmWriter.cpp
AgeCommit message (Expand)Author
2003-06-28Avoid printing out huge structures or arrays if they are just filled with zerosChris Lattner
2003-06-17lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code hereBrian Gaeke
2003-06-01Don't print out unique identifier for opaque typesChris Lattner
2003-05-14Print opaque typesChris Lattner
2003-05-08Add support for the new va_arg instructionChris Lattner
2003-05-08Remove using declarationsChris Lattner
2003-04-22Emit information about targetChris Lattner
2003-04-16Add new linkage types to support a real frontendChris Lattner
2003-04-16Improve the efficiency and cleanup writing a bitChris Lattner
2003-03-06Clean up cruftChris Lattner
2002-11-20 - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner
2002-10-13 - Change Function's so that their argument list is populated when they areChris Lattner
2002-10-06Global variables are now external if they don't have initializers, notChris Lattner
2002-10-02 - Print the predecessors of a basic block instead of the number of uses ofChris Lattner
2002-09-10Add support for printing constpointerrefs more nicelyChris Lattner
2002-08-16Changed parser to always use parenthesis on ConstExprs to be consistentChris Lattner
2002-08-15Write constexpr casts using the cast X to Y notation, not using the implicitChris Lattner
2002-07-31Fix bug: test/Regression/Assembler/2002-07-31-SlashInString.llxChris Lattner
2002-07-30Cleanup ConstantExpr handling:Chris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-07-25Fix typeo that caused bug:Chris Lattner
2002-07-25Fix bug: test/Regression/Assembler/2002-07-25-QuoteInString.llxChris Lattner
2002-07-23Register Writer passesChris Lattner
2002-07-14Added support to write out ConstantExpr nodes.Vikram S. Adve
2002-07-10*** empty log message ***Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-26Support opaque type printing a little bit at leastChris Lattner
2002-05-22Print out function name with % style instead of "" styleChris Lattner
2002-05-14Avoid emitting a useless comment for a basic block with no uses (whichChris Lattner
2002-05-06Print functions with curly braces instead of begin/endChris Lattner
2002-05-02The implementation keyword is no longer neccesaryChris Lattner
2002-04-29Changes so that iMemory.h doesn't include DerivedTypes.hChris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-28Todo has been implemented, remove itChris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-28Module's are no longer valuesChris Lattner
2002-04-18Pull all of the getStrValue implementation cruft out of Constants.cpp andChris Lattner
2002-04-16Changes to:Chris Lattner
2002-04-13Minor bugfix for previous checkinChris Lattner
2002-04-13* Remove obselete code for unsized arraysChris Lattner
2002-04-13* Clean up code to use isa & dyncast instead of poking directly into instruct...Chris Lattner
2002-04-12* Add commentChris Lattner
2002-04-09Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner
2002-04-08* Narrow AsmWriter interfaceChris Lattner
2002-04-07* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner
2002-04-07Update commentsChris Lattner
2002-03-29s/Method/FunctionChris Lattner
2002-03-26Change references from Method to FunctionChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-14Don't waste as much horizontal space on #uses flag when printingChris Lattner