| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Adding a collector name attribute to Function in the IR. These | Gordon Henriksen | 2007-12-10 | 1 | -0/+2 |
* | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 1 | -2/+1 |
* | Forget to commit users part of value mapper interface | Anton Korobeynikov | 2007-11-09 | 1 | -1/+1 |
* | During module cloning copy aliases too. This fixes PR1544 | Anton Korobeynikov | 2007-07-10 | 1 | -0/+15 |
* | Implement the "thread_local" keyword. | Lauro Ramos Venancio | 2007-04-12 | 1 | -0/+2 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -1/+0 |
* | Switch inliner over to use DenseMap instead of std::map for ValueMap. This | Chris Lattner | 2007-02-03 | 1 | -3/+3 |
* | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -1/+1 |
* | For PR761: | Reid Spencer | 2007-01-26 | 1 | -2/+1 |
* | For PR411: | Reid Spencer | 2007-01-06 | 1 | -5/+5 |
* | Add a CloneModule call that exposes the mapping of values from the old module | Chris Lattner | 2006-05-17 | 1 | -4/+8 |
* | rename method | Chris Lattner | 2006-01-24 | 1 | -1/+1 |
* | When cloning a module, clone the inline asm. | Chris Lattner | 2006-01-23 | 1 | -0/+1 |
* | Make sure that cloning a module clones its target triple and dependent | Chris Lattner | 2006-01-18 | 1 | -3/+7 |
* | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -1/+1 |
* | wrap long lines, preserve calling conventions when cloning functions and | Chris Lattner | 2005-05-09 | 1 | -6/+13 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -2/+2 |
* | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner | 2005-03-15 | 1 | -4/+4 |
* | Convert to SymbolTable's new iteration interface. | Reid Spencer | 2004-05-25 | 1 | -5/+7 |
* | Finegrainify namespacification | Chris Lattner | 2004-01-09 | 1 | -5/+2 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Fix spelling. | Misha Brukman | 2003-10-10 | 1 | -1/+1 |