aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Utils/ValueMapper.h
Commit message (Expand)AuthorAgeFilesLines
* 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