Fix a bug found exposed by: Regression/Other/2004-08-20-PackedControlFlow.ll
[oota-llvm.git] / lib / VMCore / AsmWriter.cpp
2004-08-20 Reid SpencerFix a bug found exposed by: Regression/Other/2004-08...
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-08-16 Reid SpencerFix PR422.
2004-07-29 Misha BrukmanFix #includes of i*.h files => Instructions.h as per...
2004-07-25 Reid SpencerAvoid use of size(), which counts, in favor of other...
2004-07-25 Reid SpencerAdjust to new Module.h interface for dependent libraries
2004-07-25 Reid Spencerbug 263:
2004-07-18 Reid SpencerShrink some code.
2004-07-17 Reid Spencerbug 122:
2004-07-15 Chris LattnerFixes for PR341
2004-07-13 Chris LattnerMake Argument::print more resilient to non-verifiable IR
2004-07-04 Reid SpencerAdjust the slot machine to handle Types separately...
2004-06-26 Chris LattnerDon't call getValueType directly. the LLVM optimizer...
2004-06-21 Misha BrukmanUse a reference instead of a pointer for the ostream...
2004-06-18 Chris LattnerFix printing of Argument objects, problem found by...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-15 Chris LattnerDo not dereference end iterators. It's really bad...
2004-06-09 Chris LattnerTolerate more errors
2004-06-09 Chris LattnerMake the asmwriter much more tolerant of errors (which...
2004-06-09 Reid SpencerMade it possible for the printInfoComment method to...
2004-06-04 Chris LattnerSquelch a warning
2004-06-04 Misha Brukman* No more CachedWriter::setStream()
2004-06-01 John CriswellModified calcTypeName() so that it does not allocate...
2004-05-27 Reid SpencerClean up a comment.
2004-05-26 Reid SpencerSeveral clean ups suggested by Chris: remove tabs,...
2004-05-26 Reid SpencerPart of bug 122. Removed dependency of AsmWriter on...
2004-05-25 Reid SpencerDocument a couple functions.
2004-05-25 Reid SpencerConvert to SymbolTable's new iteration interface.
2004-04-28 Misha Brukmanclass AssemblyWriter:
2004-04-28 Misha Brukman* Add ability to print out type as symbolic
2004-03-12 Chris LattnerPrint select instructions correctly
2004-03-08 Chris LattnerAdjust to new interface
2004-03-02 Misha BrukmanDoxygenify comments.
2004-03-01 Misha Brukman* If a badref has a name, print it out for ease of...
2004-02-15 Chris LattnerAdjustments to support the new ConstantAggregateZero...
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
next