summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/ValueMapper.h
Commit message (Expand)AuthorAge
* Extend RemapInstruction and friends to take an optional new parameter, a Valu...James Molloy2013-05-28
* Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper2012-09-26
* Switch to WeakVHs in the value mapper, and aggressively prune dead basicChandler Carruth2012-03-28
* Use cast<> instead of a C-style cast to get some free assertions.Jay Foad2011-08-03
* Make the destructor virtual to silence GCC's -Wnon-virtual-dtor. Let meChandler Carruth2011-07-10
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Revamp the ValueMapper interfaces in a couple ways:Chris Lattner2011-01-08
* Fix PR8313 by changing ValueToValueMap use a TrackingVH.Rafael Espindola2010-10-13
* Reapply r112091 and r111922, support for metadata linking, with aDan Gohman2010-08-26
* Use MapValue in the Linker instead of having a private functionDan Gohman2010-08-24
* There is no need to install ValueMapper.h header. Devang Patel2010-04-20
* MapValue doesn't needs its LLVMContext argument.Dan Gohman2009-10-24
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-06
* More LLVMContext-ification.Owen Anderson2009-07-05
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Make this header publicAnton Korobeynikov2007-11-09