| Commit message (Expand) | Author | Age | Files | Lines |
* | Preserve extern_weak linkage in CloneModule. | Evgeniy Stepanov | 2016-03-31 | 1 | -10/+15 |
* | Cloning: Reduce complexity of debug info cloning and fix correctness issue. | Peter Collingbourne | 2016-03-30 | 1 | -1/+0 |
* | Remove personality for declarations in CloneModule. | Evgeniy Stepanov | 2016-03-28 | 1 | -0/+2 |
* | [Cloning] Clone every Function's Debug Info | Keno Fischer | 2016-02-13 | 1 | -0/+1 |
* | GlobalValue: use getValueType() instead of getType()->getPointerElementType(). | Manuel Jacob | 2016-01-16 | 1 | -2/+2 |
* | Return a std::unique_ptr from CloneModule. NFC. | Rafael Espindola | 2015-12-08 | 1 | -13/+15 |
* | TransformUtils: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-13 | 1 | -17/+16 |
* | [opaque pointer types] Switch a few cases of getElementType over, since I had... | David Blaikie | 2015-09-14 | 1 | -4/+3 |
* | Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather... | David Blaikie | 2015-09-14 | 1 | -1/+3 |
* | TransformUtils: Introduce module splitter. | Peter Collingbourne | 2015-08-21 | 1 | -0/+39 |
* | [Cloning] Teach CloneModule about personality functions | David Majnemer | 2015-06-30 | 1 | -0/+4 |
* | [opaque pointer type] Pass GlobalAlias the actual pointer type rather than de... | David Blaikie | 2015-04-29 | 1 | -3/+1 |
* | Remove a bad cast in CloneModule() | Michael Kuperstein | 2014-12-23 | 1 | -1/+1 |
* | Rename MapValue(Metadata*) to MapMetadata() | Duncan P. N. Exon Smith | 2014-12-19 | 1 | -1/+1 |
* | C API: Add LLVMCloneModule() | Tom Stellard | 2014-10-01 | 1 | -0/+9 |
* | Allow alias to point to an arbitrary ConstantExpr. | Rafael Espindola | 2014-06-03 | 1 | -1/+1 |
* | Use create methods since msvc doesn't handle delegating constructors. | Rafael Espindola | 2014-05-17 | 1 | -2/+3 |
* | Reduce abuse of default values in the GlobalAlias constructor. | Rafael Espindola | 2014-05-17 | 1 | -3/+2 |
* | Fix most of PR10367. | Rafael Espindola | 2014-05-16 | 1 | -2/+2 |
* | Change the GlobalAlias constructor to look a bit more like GlobalVariable. | Rafael Espindola | 2014-05-16 | 1 | -2/+4 |
* | [C++] Use 'nullptr'. Transforms edition. | Craig Topper | 2014-04-25 | 1 | -3/+3 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -3/+3 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
* | Remove the dependent libraries feature. | Bill Wendling | 2012-11-27 | 1 | -4/+0 |
* | Extend the IL for selecting TLS models (PR9788) | Hans Wennborg | 2012-06-23 | 1 | -1/+1 |
* | Fix llvm::CloneModule to correctly clone globals. Patch per bug report by Si... | Eli Friedman | 2011-08-15 | 1 | -14/+13 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -17/+7 |
* | Revamp the ValueMapper interfaces in a couple ways: | Chris Lattner | 2011-01-08 | 1 | -4/+4 |
* | Reapply r112091 and r111922, support for metadata linking, with a | Dan Gohman | 2010-08-26 | 1 | -19/+5 |
* | Revert r112091, "Remap metadata attached to instructions when remapping | Daniel Dunbar | 2010-08-26 | 1 | -0/+15 |
* | Remap metadata attached to instructions when remapping individual | Dan Gohman | 2010-08-25 | 1 | -15/+0 |
* | Use MapValue in the Linker instead of having a private function | Dan Gohman | 2010-08-24 | 1 | -1/+1 |
* | Make NamedMDNode not be a subclass of Value, and simplify the interface | Dan Gohman | 2010-07-21 | 1 | -4/+2 |
* | Use available typedef for " DenseMap<const Value*, Value*>". | Devang Patel | 2010-06-24 | 1 | -2/+2 |
* | Cosmetic change. | Devang Patel | 2010-06-23 | 1 | -16/+16 |
* | While cloning a module, clone metadata attached with instructions. | Devang Patel | 2010-06-22 | 1 | -1/+16 |
* | Clone named metadata while cloning a module. | Devang Patel | 2010-06-22 | 1 | -0/+11 |
* | Revert my change to clone named metadata. Buildbots are complaining. | Bob Wilson | 2010-06-22 | 1 | -11/+0 |
* | Include named metadata when cloning a module. | Bob Wilson | 2010-06-22 | 1 | -0/+11 |
* | There is no need to install ValueMapper.h header. | Devang Patel | 2010-04-20 | 1 | -1/+1 |
* | MapValue doesn't needs its LLVMContext argument. | Dan Gohman | 2009-10-24 | 1 | -3/+2 |
* | smallvectorize the list of returns built by CloneAndPruneFunctionInto. | Chris Lattner | 2009-08-27 | 1 | -1/+1 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -2/+2 |
* | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson | 2009-07-08 | 1 | -2/+2 |
* | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson | 2009-07-08 | 1 | -1/+2 |
* | More LLVMContext-ification. | Owen Anderson | 2009-07-05 | 1 | -2/+3 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
* | Don't drop alignment on globals when cloning. | Nick Lewycky | 2008-10-09 | 1 | -5/+9 |
* | Factor code to copy global value attributes like | Duncan Sands | 2008-05-26 | 1 | -4/+1 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -2/+2 |