Age | Commit message (Expand) | Author |
2010-01-26 | Avoid extra calls to MD->getNumOperands() | Victor Hernandez |
2010-01-21 | It turns out that this #include is needed because otherwise | Chris Lattner |
2010-01-21 | unbreak the build, apparently without this transformutils starts depending on... | Chris Lattner |
2010-01-21 | tidy up | Chris Lattner |
2010-01-21 | Don't need to include IntrinsicInst.h any more | Victor Hernandez |
2010-01-21 | No need to map NULL operands of metadata | Victor Hernandez |
2010-01-20 | Switch Elts from vector to SmallVector | Victor Hernandez |
2010-01-20 | Map operands of all function-local metadata, not just metadata passed to llvm... | Victor Hernandez |
2010-01-18 | While mapping llvm.dbg.declare intrinsic manually map its operand, if possible, | Devang Patel |
2009-11-01 | Revert 85678/85680. The decision is to stay with the current form of | Chris Lattner |
2009-10-31 | adjust a couple xforms to work with null bb's in BlockAddress. | Chris Lattner |
2009-10-29 | teach various passes about blockaddress. We no longer | Chris Lattner |
2009-10-29 | teach ValueMapper about BlockAddress', making bugpoint a lot more useful. | Chris Lattner |
2009-10-29 | unindent massive blocks, no functionality change. | Chris Lattner |
2009-10-24 | MapValue doesn't needs its LLVMContext argument. | Dan Gohman |
2009-07-28 | Rename MDNode.h header. It defines MDnode and other metadata classes. | Devang Patel |
2009-07-28 | Return ConstantVector to 2.5 API. | Owen Anderson |
2009-07-28 | Change ConstantArray to 2.5 API. | Owen Anderson |
2009-07-27 | Move ConstantStruct back to 2.5 API. | Owen Anderson |
2009-07-27 | Do not seed mstadata into the value map. | Devang Patel |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-07-06 | "LLVMContext* " --> "LLVMContext *" | Owen Anderson |
2009-07-05 | More LLVMContext-ification. | Owen Anderson |
2009-05-30 | Give embedded metadata its own type instead of relying on EmptyStructTy. | Nick Lewycky |
2008-05-30 | rewrite operand loops to use iterators | Gabor Greif |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-11-09 | Forget to commit users part of value mapper interface | Anton Korobeynikov |
2007-07-16 | Fix comments about vectors to use the current wording. | Dan Gohman |
2007-02-23 | fix an obscure and tricky bug the inliner can hit sometimes. | Chris Lattner |
2007-02-15 | For PR1195: | Reid Spencer |
2007-02-03 | Switch inliner over to use DenseMap instead of std::map for ValueMap. This | Chris Lattner |
2007-01-11 | For PR1043: | Zhou Sheng |
2006-07-14 | eliminate some ugly code, using ConstantExpr::getWithOperands instead. | Chris Lattner |
2006-05-27 | Implement a new method, CloneAndPruneFunctionInto, as documented. | Chris Lattner |
2006-04-08 | Add supprot for shufflevector | Chris Lattner |
2006-04-07 | Fix inlining of insert/extract element constantexprs | Chris Lattner |
2006-04-01 | add valuemapper support for inline asm | Chris Lattner |
2006-03-27 | teach the inliner to work with packed constants | Chris Lattner |
2006-01-26 | teach the cloner to handle inline asms | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2004-10-16 | Add support for UndefValue | Chris Lattner |
2004-08-13 | Add value mapper support for select constant exprs. This should fix a bug | Chris Lattner |
2004-08-04 | Stop using getValues(). | Alkis Evlogimenos |
2004-07-18 | Remove an if statement that would never be reached. | Reid Spencer |
2004-07-18 | bug 122: | Reid Spencer |
2004-07-15 | Progress on PR341 | Chris Lattner |
2004-07-04 | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer |
2004-05-19 | Move RemapInstruction() to ValueMapper, so that it can be shared with | Brian Gaeke |