aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/ValueMapper.cpp
AgeCommit message (Expand)Author
2005-04-21Remove trailing whitespaceMisha Brukman
2004-10-16Add support for UndefValueChris Lattner
2004-08-13Add value mapper support for select constant exprs. This should fix a bugChris Lattner
2004-08-04Stop using getValues().Alkis Evlogimenos
2004-07-18Remove an if statement that would never be reached.Reid Spencer
2004-07-18bug 122:Reid Spencer
2004-07-15Progress on PR341Chris Lattner
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-05-19Move RemapInstruction() to ValueMapper, so that it can be shared withBrian Gaeke
2004-02-15Adjustments to support the new ConstantAggregateZero classChris Lattner
2004-01-12Remove use of ConstantExpr::getShiftChris Lattner
2004-01-09Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-05Yet more fixes for constant expr shiftsChris Lattner
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