aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore
AgeCommit message (Expand)Author
2010-01-13change makeNameProper to take a stringref instead of std::string.Chris Lattner
2010-01-13Further progration of metadata operands. TheDale Johannesen
2010-01-12Use Twine, instead of StringRef, for consistency.Devang Patel
2010-01-12Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable.Devang Patel
2010-01-11Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer
2010-01-11Respond to Chris' review:Victor Hernandez
2010-01-10fix a buggy assertion, CreateIntegerCast should allow Chris Lattner
2010-01-10Suppress a warning on gcc 4.4.Mikhail Glushenkov
2010-01-10Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe...Victor Hernandez
2010-01-09"In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner
2010-01-09Delete NamedMDSymTable while destrucing Module.Devang Patel
2010-01-09Derive NamedMDNode from Value.Devang Patel
2010-01-07Use separate namespace for named metadata.Devang Patel
2010-01-05Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null}Devang Patel
2010-01-05Fix comment for CheckDebugInfoIntrinsicsVictor Hernandez
2010-01-05Move remaining stuff to the isInteger predicate.Benjamin Kramer
2010-01-05NamedMDNode is a collection MDNodes.Devang Patel
2010-01-05Convert a ton of simple integer type equality tests to the new predicate.Benjamin Kramer
2010-01-05Add a new predicate for integer type equality tests.Benjamin Kramer
2010-01-05Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer
2010-01-05Fix a build error and change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Remove dead debug info intrinsics.Devang Patel
2010-01-04Add a comment.Dan Gohman
2010-01-03it isn't safe to speculative load from a malloc, it might haveChris Lattner
2010-01-03differences between two blockaddress's don't cause a Chris Lattner
2009-12-31fix refactoroChris Lattner
2009-12-31use early exits to reduce indentation.Chris Lattner
2009-12-31eliminate another copy of the mdnode printing logic, simplify theChris Lattner
2009-12-31random tidying for MDNode printing.Chris Lattner
2009-12-31eliminate a bunch of useless forwarding functions with one caller.Chris Lattner
2009-12-31make mdnMap type safe, rename accessors for consistency with the rest of llvm.Chris Lattner
2009-12-31metadata can't be a global var initializer.Chris Lattner
2009-12-31simplify mdnode printing logic. Now N->dump() onlyChris Lattner
2009-12-31unify two copies of the NamedMDNode printing code.Chris Lattner
2009-12-31fix printing of function-local metadata to print all the operands of theChris Lattner
2009-12-31simplify printing of mdstring and Argument.Chris Lattner
2009-12-31simplify asmprinting of NamedMDNodeChris Lattner