Add support for printing constpointerrefs more nicely
[oota-llvm.git] / lib / VMCore / AsmWriter.cpp
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
2001-10-01 Chris LattnerAdd support for new style casts
2001-09-18 Vikram S. AdveMoved DebugValue to Value.cpp.
2001-09-18 Chris LattnerAdd support for global constants, and for initializers...
2001-09-10 Chris LattnerAdd support for printing globals
2001-09-10 Chris LattnerImplement global variable support
2001-09-07 Chris Lattner* Assembly writer is not a module analyzer anymore
2001-07-28 Chris Lattner* Fix bugs
2001-07-26 Chris LattnerDon't write out constants that do not have a name,...
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-20 Chris LattnerFactor out WriteAsOperand.
2001-07-15 Chris LattnerImplement forward/external declarations for methods.
2001-07-14 Chris LattnerThe parent of a constant pool is a symtabvalue, not...
2001-07-12 Chris LattnerAdd DebugValue member.
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-21 Chris LattnerAdd a space to the PHI node output code to make it...
2001-06-11 Chris LattnerUpdates to support
2001-06-07 Chris LattnerFixed to print slightly differently. Added use counts...
2001-06-06 Chris LattnerInitial revision