These should probably be errs().
[oota-llvm.git] / lib / VMCore /
2010-01-05 David GreeneFix a build error and change errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 Devang PatelRemove dead debug info intrinsics.
2010-01-04 Dan GohmanAdd a comment.
2010-01-03 Chris Lattnerit isn't safe to speculative load from a malloc, it...
2010-01-03 Chris Lattnerdifferences between two blockaddress's don't cause a
2009-12-31 Chris Lattnerfix refactoro
2009-12-31 Chris Lattneruse early exits to reduce indentation.
2009-12-31 Chris Lattnereliminate another copy of the mdnode printing logic...
2009-12-31 Chris Lattnerrandom tidying for MDNode printing.
2009-12-31 Chris Lattnereliminate a bunch of useless forwarding functions with...
2009-12-31 Chris Lattnermake mdnMap type safe, rename accessors for consistency...
2009-12-31 Chris Lattnermetadata can't be a global var initializer.
2009-12-31 Chris Lattnersimplify mdnode printing logic. Now N->dump() only
2009-12-31 Chris Lattnerunify two copies of the NamedMDNode printing code.
2009-12-31 Chris Lattnerfix printing of function-local metadata to print all...
2009-12-31 Chris Lattnersimplify printing of mdstring and Argument.
2009-12-31 Chris Lattnersimplify asmprinting of NamedMDNode
2009-12-31 Chris LattnerRemove #include of metadata.h from intrinsicinst.h...
2009-12-31 Chris Lattnerrename "elements" of metadata to "operands". "Elements...
2009-12-31 Chris LattnerOptimize MDNode to coallocate the operand list immediately
2009-12-30 Chris Lattnerdo not bother reuniquing mdnodes whose operands drop...
2009-12-30 Chris Lattnerremove some misleading comments.
2009-12-29 Chris LattnerDo not crash when .ll printing metadata that smells...
2009-12-29 Chris LattnerFinal step in the metadata API restructuring: move the
2009-12-29 Chris Lattnerprivatize another interface.
2009-12-29 Chris Lattnerthe only call to this function (from clang) has been...
2009-12-29 Chris Lattnerremove some unneeded Metadata interfaces.
2009-12-29 Chris Lattnertidy up debug info comments, use ->isVoidTy() where...
2009-12-29 Chris LattnerWhen doing v1->RAUW(v2), don't do anything to metadata...
2009-12-29 Chris Lattnersink the Instruction::HasMetadata bit into SubclassData.
2009-12-29 Chris Lattneradd a layer of accessors around the Value::SubClassData...
2009-12-28 Chris LattnerThis is a major cleanup of the instruction metadata...
2009-12-28 Chris Lattneradd IRBuilder.cpp to cmake
2009-12-28 Chris Lattnerremove #include of Function.h from IRBuilder
2009-12-28 Chris Lattnermove debug info stuff out of line, allowing two #includes
2009-12-28 Chris Lattnersplit code that doesn't need to be templated out of...
2009-12-28 Chris Lattnerrename getMDKind -> getMDKindID, make it autoinsert...
2009-12-28 Chris Lattnerrename getHandlerNames to getMDKindNames, simplify...
2009-12-28 Chris Lattnertidy up and delete a dead smallvector.
2009-12-28 Chris Lattneravoid a completely unneeded linear walk.
2009-12-28 Chris LattnerEliminate two bits of ugliness in MDNode::replaceElement:
2009-12-28 Chris Lattnerrearrange some methods, no functionality change.
2009-12-28 Chris Lattneravoid temporary CallbackVH's.
2009-12-28 Chris LattnerRewrite the function-local validation logic for MDNodes...
2009-12-28 Chris Lattnerrename MDNode instance variables to something meaningful.
2009-12-28 Chris Lattnersnip one more #include from Metadata.h
2009-12-28 Chris Lattnerprune some #includes
2009-12-28 Chris Lattnerchange the strange MetadataContext::getMDs function...
2009-12-28 Chris Lattnerchange NamedMDNode to use a pimpl for its operand list...
2009-12-28 Chris Lattnermove ElementVH out of the MDNode class into the MDNode...
2009-12-25 Bill WendlingAvoid assigning to Changed when it won't be used after...
2009-12-19 John McCallQualify a bunch of explicit template instantiations...
2009-12-19 John McCallPut TypesEqual and TypeHasCycleThroughItself in namespa...
2009-12-18 Eli FriedmanFix gcc warning.
2009-12-18 Rafael EspindolaCatch more cases of a pointer being marked garbage...
2009-12-18 Victor HernandezFormalize MDNode's function-localness:
2009-12-18 Dan GohmanAdd utility routines for NSW multiply.
2009-12-18 Dan GohmanAdd utility routines for creating integer negation...
2009-12-17 Jeffrey YasskinThis fixes a memory leak in OpaqueType found by Google...
2009-12-17 Eli FriedmanAggressively flip compare constant expressions where...
2009-12-16 Victor HernandezUse different name for argument and field
2009-12-16 Victor HernandezMDNodes that refer to an instruction are local to a...
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-12-14 Dan GohmanMove several function bodies which are rarely inlined...
2009-12-11 Duncan SandsAdd utility method for determining whether a function...
2009-12-08 Benjamin KramerRemove useless calls to c_str().
2009-12-08 Chris Lattnerwhitespace cleanup
2009-12-07 Anton KorobeynikovAdd MSP430 interrupt calling conv. No functionality...
2009-12-04 Victor HernandezAvoid creating a metadata slot for all metadata that...
2009-12-04 Victor HernandezFix crasher when N->getElement(n) is NULL
2009-12-04 Andreas NeustifterAdded debug output for inherited passes that are invali...
2009-12-04 Victor HernandezTeach AsmWriter to write inline (not via a global metad...
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-11-27 Nick LewyckyOops! Fix bug introduced in my recent cleanup change...
2009-11-26 Nick LewyckyFix typo spotted by Gabor Greif.
2009-11-26 Nick LewyckyClean up file, no functionality change.
2009-11-23 Dan GohmanMove FunctionPassManagerImpl's dumpArguments and dumpPa...
2009-11-23 Duncan SandsI forgot to update the prototype for LLVMBuildIntCast...
2009-11-23 Nick LewyckyStart catching LLVMContext misuse in the verifier.
2009-11-17 Jeffrey YasskinIn GlobalVariable::setInitializer, assert that the...
2009-11-16 Duncan SandsBuildIntCast takes an additional parameter, isSigned.
2009-11-16 Evan ChengSpecial case FixedStackPseudoSourceValueVal as well...
2009-11-13 Eric ChristopherRemove extraneous commit.
2009-11-13 Eric ChristopherPrint out something, even if it's non-parseable later...
2009-11-12 Devang PatelDo not use StringRef in DebugInfo interface.
2009-11-11 Chris LattnerReject duplicate case values in a switch, PR5450.
2009-11-10 Victor Hernandezmake this handle redefinition of malloc function with...
next