aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/ValueMapper.h
AgeCommit message (Expand)Author
2012-09-26Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper
2012-03-28Switch to WeakVHs in the value mapper, and aggressively prune dead basicChandler Carruth
2011-08-03Use cast<> instead of a C-style cast to get some free assertions.Jay Foad
2011-07-10Make the destructor virtual to silence GCC's -Wnon-virtual-dtor. Let meChandler Carruth
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-01-08Revamp the ValueMapper interfaces in a couple ways:Chris Lattner
2010-10-13Fix PR8313 by changing ValueToValueMap use a TrackingVH.Rafael Espindola
2010-08-26Reapply r112091 and r111922, support for metadata linking, with aDan Gohman
2010-08-24Use MapValue in the Linker instead of having a private functionDan Gohman
2010-04-20There is no need to install ValueMapper.h header. Devang Patel
2009-10-24MapValue doesn't needs its LLVMContext argument.Dan Gohman
2009-08-11Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer
2009-08-04Factor some of the constants+context related code out into a separate header,...Owen Anderson
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-06"LLVMContext* " --> "LLVMContext *"Owen Anderson
2009-07-05More LLVMContext-ification.Owen Anderson
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-11-09Make this header publicAnton Korobeynikov