summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/ValueMapper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add value mapper support for select constant exprs. This should fix a bugChris Lattner2004-08-131-0/+5
| | | | | | Nate ran into when bugpointing siod. This fix should go into LLVM 1.3 llvm-svn: 15712
* Stop using getValues().Alkis Evlogimenos2004-08-041-14/+12
| | | | llvm-svn: 15487
* Remove an if statement that would never be reached.Reid Spencer2004-07-181-3/+1
| | | | llvm-svn: 14968
* bug 122:Reid Spencer2004-07-181-3/+3
| | | | | | - Replace ConstantPointerRef usage with GlobalValue usage llvm-svn: 14953
* Progress on PR341Chris Lattner2004-07-151-2/+2
| | | | llvm-svn: 14840
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+2
| | | | llvm-svn: 14622
* Move RemapInstruction() to ValueMapper, so that it can be shared withBrian Gaeke2004-05-191-0/+19
| | | | | | | | CloneTrace, and because it is primarily an operation on ValueMaps. It is now a global (non-static) function which can be pulled in using ValueMapper.h. llvm-svn: 13600
* Adjustments to support the new ConstantAggregateZero classChris Lattner2004-02-151-1/+1
| | | | llvm-svn: 11474
* Remove use of ConstantExpr::getShiftChris Lattner2004-01-121-6/+0
| | | | llvm-svn: 10792
* Finegrainify namespacificationChris Lattner2004-01-091-5/+2
| | | | llvm-svn: 10727
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+3
| | | | llvm-svn: 9903
* Yet more fixes for constant expr shiftsChris Lattner2003-11-051-0/+6
| | | | llvm-svn: 9739
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
| | | | | | Header files will be on the way. llvm-svn: 9298
* Avoid doing pointless work. Amazingly, this makes us go faster.Chris Lattner2003-10-061-0/+5
| | | | | | | | | | Running the inliner on 252.eon used to take 48.4763s, now it takes 14.4148s. In release mode, it went from taking 25.8741s to taking 11.5712s. This also fixes a FIXME. llvm-svn: 8890
* New const_cast instead of c style castChris Lattner2003-04-181-1/+1
| | | | llvm-svn: 5805
* Add debugging helperChris Lattner2003-01-131-1/+2
| | | | llvm-svn: 5235
* Fix bug that was bugging bugpointChris Lattner2002-12-071-2/+2
| | | | llvm-svn: 4953
* Initial checkin of Module cloning support stuffChris Lattner2002-11-201-0/+88
llvm-svn: 4788
OpenPOWER on IntegriCloud