aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/ValueMapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Finegrainify namespacificationChris Lattner2004-01-091-5/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+3
* Yet more fixes for constant expr shiftsChris Lattner2003-11-051-0/+6
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Avoid doing pointless work. Amazingly, this makes us go faster.Chris Lattner2003-10-061-0/+5
* New const_cast instead of c style castChris Lattner2003-04-181-1/+1
* Add debugging helperChris Lattner2003-01-131-1/+2
* Fix bug that was bugging bugpointChris Lattner2002-12-071-2/+2
* Initial checkin of Module cloning support stuffChris Lattner2002-11-201-0/+88