aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/AsmWriter.cpp
AgeCommit message (Expand)Author
2004-04-28class AssemblyWriter:Misha Brukman
2004-04-28* Add ability to print out type as symbolicMisha Brukman
2004-03-12Print select instructions correctlyChris Lattner
2004-03-08Adjust to new interfaceChris Lattner
2004-03-02Doxygenify comments.Misha Brukman
2004-03-01* If a badref has a name, print it out for ease of debuggingMisha Brukman
2004-02-15Adjustments to support the new ConstantAggregateZero classChris Lattner
2004-02-09Adjust to the changed StructType interface. In particular, getElementTypes()...Chris Lattner
2004-02-09Start using the new and improve interface to FunctionType argumentsChris Lattner
2004-02-08vi failed me again. :)Chris Lattner
2004-02-08Rename the invoke 'except' destination to the 'unwind' destinationChris Lattner
2004-02-08rename the "exceptional" destination of an invoke instruction to the 'unwind'...Chris Lattner
2004-01-20SlotCalculator.h movedChris Lattner
2004-01-18Eliminate special case handling for CPR'sChris Lattner
2004-01-14The only clients of the slot calculator are now the asmwriter and bcwriter.Chris Lattner
2003-11-21Finegrainify namespacificationChris Lattner
2003-11-20Don't crash if we are printing an orphaned basic block!Chris Lattner
2003-11-17Be a bit more tolerant of broken codeChris Lattner
2003-11-16When you hand WriteAsOperand a type, it now prints out its symbolic name.Brian Gaeke
2003-11-16Don't print 'No predecessors!' on the entry blockChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-09Add an assertionChris Lattner
2003-10-30Make use of the new AssemblyAnnotationWriter interfaceChris Lattner
2003-10-30Print the names of more opaque typesChris Lattner
2003-10-30Make sure to print opaque types names if they are available.Chris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-18Add support for the new varargs intrinsics and instructionsChris Lattner
2003-10-17Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos
2003-10-16Add support for 'weak' linkage.Chris Lattner
2003-10-10Fix spelling/grammar.Misha Brukman
2003-09-08Add support for volatile loads/storesChris Lattner
2003-09-03Fix bug where we couldn't print a function without a nameChris Lattner
2003-08-24Support new 'any' support for pointer size and endiannessChris Lattner
2003-08-22If an "LLVM name" has wierd characters in it, print it out in double quotes i...Chris Lattner
2003-08-05Implement TODO: print out short form of Invoke if possibleChris Lattner
2003-07-23Remove redundant const qualifiers from cast<> expressionsChris Lattner
2003-07-23Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner
2003-07-14The word `separate' only has one `e'.Misha Brukman
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