aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/ValueMapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid extra calls to MD->getNumOperands()Victor Hernandez2010-01-261-1/+1
* It turns out that this #include is needed because otherwiseChris Lattner2010-01-211-1/+1
* unbreak the build, apparently without this transformutils starts depending on...Chris Lattner2010-01-211-0/+1
* tidy upChris Lattner2010-01-211-14/+7
* Don't need to include IntrinsicInst.h any moreVictor Hernandez2010-01-211-1/+0
* No need to map NULL operands of metadataVictor Hernandez2010-01-211-1/+1
* Switch Elts from vector to SmallVectorVictor Hernandez2010-01-201-2/+1
* Map operands of all function-local metadata, not just metadata passed to llvm...Victor Hernandez2010-01-201-19/+13
* While mapping llvm.dbg.declare intrinsic manually map its operand, if possible,Devang Patel2010-01-181-0/+18
* Revert 85678/85680. The decision is to stay with the current form of Chris Lattner2009-11-011-7/+2
* adjust a couple xforms to work with null bb's in BlockAddress.Chris Lattner2009-10-311-2/+7
* teach various passes about blockaddress. We no longerChris Lattner2009-10-291-2/+2
* teach ValueMapper about BlockAddress', making bugpoint a lot more useful.Chris Lattner2009-10-291-7/+10
* unindent massive blocks, no functionality change.Chris Lattner2009-10-291-69/+75
* MapValue doesn't needs its LLVMContext argument.Dan Gohman2009-10-241-10/+9
* Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel2009-07-281-1/+1
* Return ConstantVector to 2.5 API.Owen Anderson2009-07-281-1/+1
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-281-1/+1
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-271-1/+1
* Do not seed mstadata into the value map.Devang Patel2009-07-271-25/+4
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-5/+5
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-1/+1
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-1/+2
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-061-1/+1
* More LLVMContext-ification.Owen Anderson2009-07-051-15/+17
* Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2009-05-301-1/+24
* rewrite operand loops to use iteratorsGabor Greif2008-05-301-24/+26
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Forget to commit users part of value mapper interfaceAnton Korobeynikov2007-11-091-1/+1
* Fix comments about vectors to use the current wording.Dan Gohman2007-07-161-2/+2
* fix an obscure and tricky bug the inliner can hit sometimes.Chris Lattner2007-02-231-1/+1
* For PR1195:Reid Spencer2007-02-151-2/+2
* Switch inliner over to use DenseMap instead of std::map for ValueMap. ThisChris Lattner2007-02-031-9/+11
* For PR1043:Zhou Sheng2007-01-111-1/+1
* eliminate some ugly code, using ConstantExpr::getWithOperands instead.Chris Lattner2006-07-141-35/+4
* Implement a new method, CloneAndPruneFunctionInto, as documented.Chris Lattner2006-05-271-3/+1
* Add supprot for shufflevectorChris Lattner2006-04-081-0/+5
* Fix inlining of insert/extract element constantexprsChris Lattner2006-04-071-0/+9
* add valuemapper support for inline asmChris Lattner2006-04-011-1/+1
* teach the inliner to work with packed constantsChris Lattner2006-03-271-0/+19
* teach the cloner to handle inline asmsChris Lattner2006-01-261-9/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* Add support for UndefValueChris Lattner2004-10-161-1/+2
* Add value mapper support for select constant exprs. This should fix a bugChris Lattner2004-08-131-0/+5
* Stop using getValues().Alkis Evlogimenos2004-08-041-14/+12
* Remove an if statement that would never be reached.Reid Spencer2004-07-181-3/+1
* bug 122:Reid Spencer2004-07-181-3/+3
* Progress on PR341Chris Lattner2004-07-151-2/+2
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+2
* Move RemapInstruction() to ValueMapper, so that it can be shared withBrian Gaeke2004-05-191-0/+19