my mistake, Mangler::makeNameProper wants to take a twine, not a stringref!
[oota-llvm.git] / lib / VMCore /
2010-01-13 Chris Lattnermy mistake, Mangler::makeNameProper wants to take a...
2010-01-13 Chris Lattnerchange makeNameProper to take a stringref instead of...
2010-01-13 Dale JohannesenFurther progration of metadata operands. The
2010-01-12 Devang PatelUse Twine, instead of StringRef, for consistency.
2010-01-12 Devang PatelUse ilist_tratis to autoinsert and remove NamedMDNode...
2010-01-11 Benjamin KramerReimplement getToken and SplitString as "StringRef...
2010-01-11 Victor HernandezRespond to Chris' review:
2010-01-10 Chris Lattnerfix a buggy assertion, CreateIntegerCast should allow
2010-01-10 Mikhail GlushenkovSuppress a warning on gcc 4.4.
2010-01-10 Victor HernandezCompute isFunctionLocal in MDNode ctor or via argument...
2010-01-09 Chris Lattner"In order to ease automatic bindings generation, it...
2010-01-09 Devang PatelDelete NamedMDSymTable while destrucing Module.
2010-01-09 Devang PatelDerive NamedMDNode from Value.
2010-01-07 Devang PatelUse separate namespace for named metadata.
2010-01-05 Devang PatelAllow null to be an element of NamedMDNode. e.g. !llvm...
2010-01-05 Victor HernandezFix comment for CheckDebugInfoIntrinsics
2010-01-05 Benjamin KramerMove remaining stuff to the isInteger predicate.
2010-01-05 Devang PatelNamedMDNode is a collection MDNodes.
2010-01-05 Benjamin KramerConvert a ton of simple integer type equality tests...
2010-01-05 Benjamin KramerAdd a new predicate for integer type equality tests.
2010-01-05 Benjamin KramerAvoid going through the LLVMContext for type equality...
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().
next