aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/ValueMapper.h
AgeCommit message (Expand)Author
2009-10-24MapValue doesn't needs its LLVMContext argument.Dan Gohman
2009-08-11Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer
2009-08-04Factor some of the constants+context related code out into a separate header,...Owen Anderson
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-06"LLVMContext* " --> "LLVMContext *"Owen Anderson
2009-07-05More LLVMContext-ification.Owen Anderson
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-11-09Make this header publicAnton Korobeynikov