aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/ValueMapper.cpp
AgeCommit message (Expand)AuthorFilesLines
2004-08-13Merged from mainline.llvmorg-1.3.0release/1.3.xJohn Criswell1-0/+5
2004-08-04Stop using getValues().Alkis Evlogimenos1-14/+12
2004-07-18Remove an if statement that would never be reached.Reid Spencer1-3/+1
2004-07-18bug 122:Reid Spencer1-3/+3
2004-07-15Progress on PR341Chris Lattner1-2/+2
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer1-0/+2
2004-05-19Move RemapInstruction() to ValueMapper, so that it can be shared withBrian Gaeke1-0/+19
2004-02-15Adjustments to support the new ConstantAggregateZero classChris Lattner1-1/+1
2004-01-12Remove use of ConstantExpr::getShiftChris Lattner1-6/+0
2004-01-09Finegrainify namespacificationChris Lattner1-5/+2
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+3
2003-11-05Yet more fixes for constant expr shiftsChris Lattner1-0/+6
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-10-06Avoid doing pointless work. Amazingly, this makes us go faster.Chris Lattner1-0/+5
2003-04-18New const_cast instead of c style castChris Lattner1-1/+1
2003-01-13Add debugging helperChris Lattner1-1/+2
2002-12-07Fix bug that was bugging bugpointChris Lattner1-2/+2
2002-11-20Initial checkin of Module cloning support stuffChris Lattner1-0/+88