aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/ValueMapper.cpp
AgeCommit message (Expand)Author
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-06Avoid doing pointless work. Amazingly, this makes us go faster.Chris Lattner
2003-04-18New const_cast instead of c style castChris Lattner
2003-01-13Add debugging helperChris Lattner
2002-12-07Fix bug that was bugging bugpointChris Lattner
2002-11-20Initial checkin of Module cloning support stuffChris Lattner