aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/ValueMapper.h
AgeCommit message (Expand)Author
2010-08-24Use MapValue in the Linker instead of having a private functionDan Gohman
2010-06-24Use ValueMap instead of DenseMap.Devang Patel
2010-04-20Rename ValueMapTy as ValueToValueMapTy to clearly indicate that this has no r...Devang Patel
2010-04-20There is no need to install ValueMapper.h header. Devang Patel
2007-11-09And delete this oneAnton Korobeynikov
2007-02-03Switch inliner over to use DenseMap instead of std::map for ValueMap. ThisChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-05-19Move RemapInstruction() to ValueMapper, so that it can be shared withBrian Gaeke
2004-01-09Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-21Added LLVM copyright header.John Criswell
2002-11-20Initial checkin of Module cloning support stuffChris Lattner