Convert DOUT to DEBUG(errs()...).
[oota-llvm.git] / lib / VMCore / AsmWriter.cpp
2009-08-20 Dan GohmanRename hasNoUnsignedOverflow and hasNoSignedOverflow...
2009-08-17 Chris Lattnerthe MinPad argument to PadToColumn only really makes...
2009-08-17 Dan GohmanFix printing of instructions with null operands.
2009-08-17 Dan GohmanAlways print at least one space before adding a comment.
2009-08-13 Dan GohmanMake formatted_raw_ostream restore the buffer settings...
2009-08-13 Dan GohmanTake the fast path for any named value and any GlobalVa...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Dan GohmanFix a 4x slowdown in llc -asm-verbose caused by the...
2009-08-13 Dan GohmanChange the indentation for LLVM Assembly files from...
2009-08-12 Dan GohmanNow that numbered types have their number printed,...
2009-08-12 Dan GohmanExtend the AsmWriter to print unnamed numbered types...
2009-08-12 Dan GohmanMake AsmWriter more careful with formatted_raw_ostream...
2009-08-12 Dan GohmanMake LLVM Assembly dramatically easier to read by align...
2009-07-31 Dan GohmanFix printing of Alloca instructions with null operands.
2009-07-30 Devang PatelCheck null NameMDNode elements.
2009-07-30 Devang Patelprint single NamedMDNode.
2009-07-29 Devang PatelPrint named metadata.
2009-07-28 Devang PatelRename MDNode.h header. It defines MDnode and other...
2009-07-27 Dan GohmanAdd a new keyword 'inbounds' for use with getelementptr...
2009-07-27 Devang PatelInitialize mdnNext.
2009-07-27 Dan GohmanChange the assembly syntax for nsw, nuw, and exact...
2009-07-25 Daniel DunbarRemove Value::{isName, getNameRef}.
2009-07-25 Dan GohmanConvert a few more things to use raw_ostream.
2009-07-23 Devang PatelMDString
2009-07-23 Devang PatelDerive MDNode from MetadataBase instead of Constant...
2009-07-22 Dan GohmanRename the new unsigned and signed keywords to nuw...
2009-07-22 Devang PatelDo not print "metadata" twice while printing MDString.
2009-07-22 Devang PatelIntroduce MetadataBase, a base class for MDString and...
2009-07-20 Dan GohmanAssembly and Bitcode support for unsigned/signed overfl...
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-13 Dan GohmanChange printInstruction to not print a trailing newline...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Devang PatelDrop "constant" from
2009-07-08 Devang PatelUpdate SLotTracker to handle MDNode slots.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinStart converting to new error handling API.
2009-07-01 Devang PatelFix metadata unittests
2009-07-01 Devang PatelDo not print stranded metadata.
2009-07-01 Devang PatelSupport stand alone metadata syntax.
2009-06-16 Anton KorobeynikovAddress review comments: add 3 ARM calling conventions.
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-05-10 Nick LewyckyMake MDNode use CallbackVH. Also change MDNode to store...
2009-04-25 Chris LattnerAllow aliasee to be a GEP or bitcast instead of just...
2009-04-20 Dan GohmanDon't discard an AssemblyAnnotationWriter when writing...
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-04-04 Nick LewyckyRemove bogus include.
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-03-23 Dale JohannesenFix internal representation of fp80 to be the
2009-03-23 Dan GohmanNow that errs() is properly non-buffered, there's no...
2009-03-19 Nick LewyckyFix a couple glaring whitespace issues. This file isn...
2009-03-15 Nick LewyckyRemove obviously redundant call.
2009-03-13 Bill WendlingRevert r66920. It was causing failures in the self...
2009-03-13 Gabor GreifSecond installment of "BasicBlock operands to the back"
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-11 Duncan SandsRemove the one-definition-rule version of extern_weak
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-03-01 Chris Lattnersimplify handling "don't print top level name" processi...
2009-03-01 Chris Lattnerwalk type symbol table also, so we get:
2009-03-01 Chris LattnerFix a long-standing bug and misfeature of the disassemb...
2009-02-28 Chris Lattnermove type name population out of TypePrinting class...
2009-02-28 Chris Lattnerswitch to densemap for pointer->word map.
2009-02-28 Chris Lattnermake this work when constructed with a null module*
2009-02-28 Chris Lattnerexpose TypePrinting as a public API.
2009-02-28 Chris Lattnerrename 'Result' to 'OS' in CalcTypeName for consistency
2009-02-28 Chris Lattnerdo not embed the raw_ostream into TypePrinting, pass...
2009-02-28 Chris Lattnerstop calling Type::getDescription().
2009-02-28 Chris Lattnersimplifications
2009-02-28 Chris LattnerChange WriteTypeSymbolic to not put a space out before...
2009-02-28 Chris Lattnermake CalcTypeName take a stream instead of a string...
2009-02-28 Chris Lattnerremove a bunch of nearly-duplicated code.
2009-02-28 Chris Lattnerfix indentation, remove dead integer case.
2009-02-28 Chris Lattnerpull calcTypeName into TypePrinting class, make its...
2009-02-28 Chris Lattnerinline method into its only use and simplify the result.
2009-02-28 Chris Lattnersimplify condition
2009-02-28 Chris Lattnerstart refactoring the .ll printer: introduce a new...
2009-02-18 Chris Lattneradd proper asmwriter and asmparser support for anonymou...
2009-02-11 Dan GohmanDon't print extra spaces in vector and array constants...
2009-02-09 Gabor Greifmake sure that BranchInst::getSuccessor() does not...
2009-01-31 Gabor Greifback out my previous change, it exposes a latent bug...
2009-01-31 Gabor Greifuse precise accessors
2009-01-21 Dale JohannesenDo not use host floating point types when emitting
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Nuno Lopesadd comment to explain my previous commit, as asked...
2009-01-14 Nuno Lopesfix crash in the case when some arg is null
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-12-03 Dan GohmanHave PseudoSourceValue override Value::dump, so that...
2008-11-10 Chris LattnerUse utohex_buffer instead of utohexstr to avoid creatin...
2008-10-28 Daniel DunbarReuse PrintEscapedString for printing names in .ll
2008-10-21 Daniel DunbarPrivatize PrintModulePass and PrintFunctionPass and add
2008-10-15 Dan GohmanFix a missing space after the return type in invoke...
2008-10-14 Daniel DunbarPrevent assert when using '"' in names (via hexadecimal).
2008-10-14 Daniel DunbarChange getLLVMName to use raw_ostream & PrintLLVMName.
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-10-01 Chris Lattneradd a new form of Type::dump that takes a module for...
2008-10-01 Dan GohmanMake some implicit conversions explicit, to avoid compi...
2008-10-01 Dan GohmanDon't prepend a space character for constants in Value...
2008-09-29 Devang PatelSupport inreg, zext and sext as return value attributes.
2008-09-26 Devang PatelImplement function notes as function attributes.
2008-09-26 Devang PatelNow Attributes are divided in three groups
next