aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Utils/ValueMapper.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-9/+12
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-16/+15
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Extend RemapInstruction and friends to take an optional new parameter, a Valu...James Molloy2013-05-281-6/+25
* Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper2012-09-261-1/+1
* Switch to WeakVHs in the value mapper, and aggressively prune dead basicChandler Carruth2012-03-281-1/+1
* Use cast<> instead of a C-style cast to get some free assertions.Jay Foad2011-08-031-2/+2
* Make the destructor virtual to silence GCC's -Wnon-virtual-dtor. Let meChandler Carruth2011-07-101-1/+1
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-2/+32
* Revamp the ValueMapper interfaces in a couple ways:Chris Lattner2011-01-081-2/+21
* Fix PR8313 by changing ValueToValueMap use a TrackingVH.Rafael Espindola2010-10-131-1/+1
* Reapply r112091 and r111922, support for metadata linking, with aDan Gohman2010-08-261-2/+4
* Use MapValue in the Linker instead of having a private functionDan Gohman2010-08-241-0/+29
* There is no need to install ValueMapper.h header. Devang Patel2010-04-201-29/+0
* MapValue doesn't needs its LLVMContext argument.Dan Gohman2009-10-241-2/+1
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-1/+1
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-061-1/+1
* More LLVMContext-ification.Owen Anderson2009-07-051-1/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Make this header publicAnton Korobeynikov2007-11-091-0/+29