summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/ValueMapper.h
Commit message (Expand)AuthorAge
* Use MapValue in the Linker instead of having a private functionDan Gohman2010-08-24
* Use ValueMap instead of DenseMap.Devang Patel2010-06-24
* Rename ValueMapTy as ValueToValueMapTy to clearly indicate that this has no r...Devang Patel2010-04-20
* There is no need to install ValueMapper.h header. Devang Patel2010-04-20
* And delete this oneAnton Korobeynikov2007-11-09
* Switch inliner over to use DenseMap instead of std::map for ValueMap. ThisChris Lattner2007-02-03
* Remove trailing whitespaceMisha Brukman2005-04-21
* Move RemapInstruction() to ValueMapper, so that it can be shared withBrian Gaeke2004-05-19
* Finegrainify namespacificationChris Lattner2004-01-09
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header.John Criswell2003-10-21
* Initial checkin of Module cloning support stuffChris Lattner2002-11-20