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