aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for volatile loads/storesChris Lattner2003-09-081-0/+5
* Fix bug where we couldn't print a function without a nameChris Lattner2003-09-031-1/+3
* Support new 'any' support for pointer size and endiannessChris Lattner2003-08-241-3/+11
* If an "LLVM name" has wierd characters in it, print it out in double quotes i...Chris Lattner2003-08-221-9/+32
* Implement TODO: print out short form of Invoke if possibleChris Lattner2003-08-051-8/+23
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-231-19/+19
* Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner2003-07-231-3/+1
* The word `separate' only has one `e'.Misha Brukman2003-07-141-1/+1
* Avoid printing out huge structures or arrays if they are just filled with zerosChris Lattner2003-06-281-0/+10
* lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code hereBrian Gaeke2003-06-171-1/+1
* Don't print out unique identifier for opaque typesChris Lattner2003-06-011-1/+1
* Print opaque typesChris Lattner2003-05-141-0/+3
* Add support for the new va_arg instructionChris Lattner2003-05-081-3/+6
* Remove using declarationsChris Lattner2003-05-081-32/+33
* Emit information about targetChris Lattner2003-04-221-0/+3
* Add new linkage types to support a real frontendChris Lattner2003-04-161-4/+21
* Improve the efficiency and cleanup writing a bitChris Lattner2003-04-161-10/+12
* Clean up cruftChris Lattner2003-03-061-4/+1
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-201-18/+16
* - 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