aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* bug 122:Reid Spencer2004-07-171-23/+19
* Fixes for PR341Chris Lattner2004-07-151-11/+11
* Make Argument::print more resilient to non-verifiable IRChris Lattner2004-07-131-1/+2
* Adjust the slot machine to handle Types separately from Values. This wasReid Spencer2004-07-041-25/+171
* Don't call getValueType directly. the LLVM optimizer will turn it into the s...Chris Lattner2004-06-261-10/+12
* Use a reference instead of a pointer for the ostream. The pointer was onlyMisha Brukman2004-06-211-103/+102
* Fix printing of Argument objects, problem found by Patrick MeredithChris Lattner2004-06-181-1/+1
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-1/+1
* Do not dereference end iterators. It's really bad for the asmwriter's health.Chris Lattner2004-06-151-1/+4
* Tolerate more errorsChris Lattner2004-06-091-1/+2
* Make the asmwriter much more tolerant of errors (which are common when workingChris Lattner2004-06-091-16/+23
* Made it possible for the printInfoComment method to invoke getSlot inReid Spencer2004-06-091-17/+16
* Squelch a warningChris Lattner2004-06-041-1/+2
* * No more CachedWriter::setStream()Misha Brukman2004-06-041-52/+47
* Modified calcTypeName() so that it does not allocate a std::string forJohn Criswell2004-06-011-24/+37
* Clean up a comment.Reid Spencer2004-05-271-1/+1
* Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazyReid Spencer2004-05-261-94/+97
* Part of bug 122. Removed dependency of AsmWriter on SlotCalculator byReid Spencer2004-05-261-52/+426
* Document a couple functions.Reid Spencer2004-05-251-0/+5
* Convert to SymbolTable's new iteration interface.Reid Spencer2004-05-251-29/+34
* class AssemblyWriter:Misha Brukman2004-04-281-103/+109
* * Add ability to print out type as symbolicMisha Brukman2004-04-281-3/+15
* Print select instructions correctlyChris Lattner2004-03-121-2/+3
* Adjust to new interfaceChris Lattner2004-03-081-1/+3
* Doxygenify comments.Misha Brukman2004-03-021-28/+27
* * If a badref has a name, print it out for ease of debuggingMisha Brukman2004-03-011-15/+17
* Adjustments to support the new ConstantAggregateZero classChris Lattner2004-02-151-10/+2
* Adjust to the changed StructType interface. In particular, getElementTypes()...Chris Lattner2004-02-091-8/+6
* Start using the new and improve interface to FunctionType argumentsChris Lattner2004-02-091-11/+9
* vi failed me again. :)Chris Lattner2004-02-081-1/+1
* Rename the invoke 'except' destination to the 'unwind' destinationChris Lattner2004-02-081-1/+1
* rename the "exceptional" destination of an invoke instruction to the 'unwind'...Chris Lattner2004-02-081-1/+1
* SlotCalculator.h movedChris Lattner2004-01-201-3/+3
* Eliminate special case handling for CPR'sChris Lattner2004-01-181-17/+6
* The only clients of the slot calculator are now the asmwriter and bcwriter.Chris Lattner2004-01-141-6/+6
* Finegrainify namespacificationChris Lattner2003-11-211-9/+7
* Don't crash if we are printing an orphaned basic block!Chris Lattner2003-11-201-13/+17
* Be a bit more tolerant of broken codeChris Lattner2003-11-171-3/+3
* When you hand WriteAsOperand a type, it now prints out its symbolic name.Brian Gaeke2003-11-161-0/+3
* Don't print 'No predecessors!' on the entry blockChris Lattner2003-11-161-11/+13
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Add an assertionChris Lattner2003-11-091-0/+1
* Make use of the new AssemblyAnnotationWriter interfaceChris Lattner2003-10-301-13/+21
* Print the names of more opaque typesChris Lattner2003-10-301-5/+7
* Make sure to print opaque types names if they are available.Chris Lattner2003-10-301-1/+5
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Add support for the new varargs intrinsics and instructionsChris Lattner2003-10-181-2/+9
* Eliminate some extraneous code in SlotCalculator::insertVal().Alkis Evlogimenos2003-10-171-6/+6
* Add support for 'weak' linkage.Chris Lattner2003-10-161-4/+6
* Fix spelling/grammar.Misha Brukman2003-10-101-3/+3