Adjust to the changed StructType interface. In particular, getElementTypes() is...
[oota-llvm.git] / lib / VMCore / AsmWriter.cpp
2004-02-09 Chris LattnerAdjust to the changed StructType interface. In particu...
2004-02-09 Chris LattnerStart using the new and improve interface to FunctionTy...
2004-02-08 Chris Lattnervi failed me again. :)
2004-02-08 Chris LattnerRename the invoke 'except' destination to the 'unwind...
2004-02-08 Chris Lattnerrename the "exceptional" destination of an invoke instr...
2004-01-20 Chris LattnerSlotCalculator.h moved
2004-01-18 Chris LattnerEliminate special case handling for CPR's
2004-01-14 Chris LattnerThe only clients of the slot calculator are now the...
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-20 Chris LattnerDon't crash if we are printing an orphaned basic block!
2003-11-17 Chris LattnerBe a bit more tolerant of broken code
2003-11-16 Brian GaekeWhen you hand WriteAsOperand a type, it now prints...
2003-11-16 Chris LattnerDon't print 'No predecessors!' on the entry block
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-09 Chris LattnerAdd an assertion
2003-10-30 Chris LattnerMake use of the new AssemblyAnnotationWriter interface
2003-10-30 Chris LattnerPrint the names of more opaque types
2003-10-30 Chris LattnerMake sure to print opaque types names if they are avail...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-18 Chris LattnerAdd support for the new varargs intrinsics and instructions
2003-10-17 Alkis EvlogimenosEliminate some extraneous code in SlotCalculator::inser...
2003-10-16 Chris LattnerAdd support for 'weak' linkage.
2003-10-10 Misha BrukmanFix spelling/grammar.
2003-09-08 Chris LattnerAdd support for volatile loads/stores
2003-09-03 Chris LattnerFix bug where we couldn't print a function without...
2003-08-24 Chris LattnerSupport new 'any' support for pointer size and endianness
2003-08-22 Chris LattnerIf an "LLVM name" has wierd characters in it, print...
2003-08-05 Chris LattnerImplement TODO: print out short form of Invoke if possible
2003-07-23 Chris LattnerRemove redundant const qualifiers from cast<> expressions
2003-07-23 Chris LattnerSimplify code by using ConstantInt::getRawValue instead...
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-06-28 Chris LattnerAvoid printing out huge structures or arrays if they...
2003-06-17 Brian Gaekelib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP...
2003-06-01 Chris LattnerDon't print out unique identifier for opaque types
2003-05-14 Chris LattnerPrint opaque types
2003-05-08 Chris LattnerAdd support for the new va_arg instruction
2003-05-08 Chris LattnerRemove using declarations
2003-04-22 Chris LattnerEmit information about target
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-04-16 Chris LattnerImprove the efficiency and cleanup writing a bit
2003-03-06 Chris LattnerClean up cruft
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-10-13 Chris Lattner - Change Function's so that their argument list is...
2002-10-06 Chris LattnerGlobal variables are now external if they don't have...
2002-10-02 Chris Lattner - Print the predecessors of a basic block instead...
2002-09-10 Chris LattnerAdd support for printing constpointerrefs more nicely
2002-08-16 Chris LattnerChanged parser to always use parenthesis on ConstExprs...
2002-08-15 Chris LattnerWrite constexpr casts using the cast X to Y notation...
2002-07-31 Chris LattnerFix bug: test/Regression/Assembler/2002-07-31-SlashInSt...
2002-07-30 Chris LattnerCleanup ConstantExpr handling:
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-25 Chris LattnerFix typeo that caused bug:
2002-07-25 Chris LattnerFix bug: test/Regression/Assembler/2002-07-25-QuoteInSt...
2002-07-23 Chris LattnerRegister Writer passes
2002-07-14 Vikram S. AdveAdded support to write out ConstantExpr nodes.
2002-07-10 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-26 Chris LattnerSupport opaque type printing a little bit at least
2002-05-22 Chris LattnerPrint out function name with % style instead of ""...
2002-05-14 Chris LattnerAvoid emitting a useless comment for a basic block...
2002-05-06 Chris LattnerPrint functions with curly braces instead of begin/end
2002-05-02 Chris LattnerThe implementation keyword is no longer neccesary
2002-04-29 Chris LattnerChanges so that iMemory.h doesn't include DerivedTypes.h
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris LattnerTodo has been implemented, remove it
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-28 Chris LattnerModule's are no longer values
2002-04-18 Chris LattnerPull all of the getStrValue implementation cruft out...
2002-04-16 Chris LattnerChanges to:
2002-04-13 Chris LattnerMinor bugfix for previous checkin
2002-04-13 Chris Lattner* Remove obselete code for unsized arrays
2002-04-13 Chris Lattner* Clean up code to use isa & dyncast instead of poking...
2002-04-12 Chris Lattner* Add comment
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-08 Chris Lattner* Narrow AsmWriter interface
2002-04-07 Chris Lattner* Move include/llvm/Analysis/SlotCalculator.h to includ...
2002-04-07 Chris LattnerUpdate comments
2002-03-29 Chris Lattners/Method/Function
2002-03-26 Chris LattnerChange references from Method to Function
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerDon't waste as much horizontal space on #uses flag...
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerImplement support for internal methods
2001-11-07 Chris LattnerImplement CachedWriter class to allow module level...
2001-11-06 Chris LattnerPrint out the abridged form of the call instruction.
2001-11-06 Chris LattnerGive me PHI's space back
2001-11-06 Chris LattnerPrint PHI nodes with zero operands even if they are...
2001-10-31 Chris LattnerInitial version of GCC cleanup pass: just removes extra...
2001-10-29 Chris LattnerFix blatent bugs in checkin
2001-10-29 Chris LattnerExpose the WriteTypeSymbolic function from the library...
2001-10-29 Chris LattnerBe careful to output symbolic type name if possible...
2001-10-20 Chris LattnerFix shift printing when using a ubyte LHS
2001-10-13 Chris Lattner* Support writing GlobalVariables with info comments...
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd more support for new style casts
next