index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
/
CloneModule.cpp
Age
Commit message (
Expand
)
Author
2010-08-24
Use MapValue in the Linker instead of having a private function
Dan Gohman
2010-07-21
Make NamedMDNode not be a subclass of Value, and simplify the interface
Dan Gohman
2010-06-24
Use available typedef for " DenseMap<const Value*, Value*>".
Devang Patel
2010-06-23
Cosmetic change.
Devang Patel
2010-06-22
While cloning a module, clone metadata attached with instructions.
Devang Patel
2010-06-22
Clone named metadata while cloning a module.
Devang Patel
2010-06-22
Revert my change to clone named metadata. Buildbots are complaining.
Bob Wilson
2010-06-22
Include named metadata when cloning a module.
Bob Wilson
2010-04-20
There is no need to install ValueMapper.h header.
Devang Patel
2009-10-24
MapValue doesn't needs its LLVMContext argument.
Dan Gohman
2009-08-27
smallvectorize the list of returns built by CloneAndPruneFunctionInto.
Chris Lattner
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-08
Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...
Owen Anderson
2009-07-08
Push LLVMContext through GlobalVariables and IRBuilder.
Owen Anderson
2009-07-05
More LLVMContext-ification.
Owen Anderson
2009-07-01
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2008-10-09
Don't drop alignment on globals when cloning.
Nick Lewycky
2008-05-26
Factor code to copy global value attributes like
Duncan Sands
2008-04-06
API changes for class Use size reduction, wave 1.
Gabor Greif
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-10
Adding a collector name attribute to Function in the IR. These
Gordon Henriksen
2007-11-27
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-09
Forget to commit users part of value mapper interface
Anton Korobeynikov
2007-07-10
During module cloning copy aliases too. This fixes PR1544
Anton Korobeynikov
2007-04-12
Implement the "thread_local" keyword.
Lauro Ramos Venancio
2007-02-05
For PR411:
Reid Spencer
2007-02-03
Switch inliner over to use DenseMap instead of std::map for ValueMap. This
Chris Lattner
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-26
For PR761:
Reid Spencer
2007-01-06
For PR411:
Reid Spencer
2006-05-17
Add a CloneModule call that exposes the mapping of values from the old module
Chris Lattner
2006-01-24
rename method
Chris Lattner
2006-01-23
When cloning a module, clone the inline asm.
Chris Lattner
2006-01-18
Make sure that cloning a module clones its target triple and dependent
Chris Lattner
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-05-09
wrap long lines, preserve calling conventions when cloning functions and
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2004-05-25
Convert to SymbolTable's new iteration interface.
Reid Spencer
2004-01-09
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-10
Fix spelling.
Misha Brukman
2003-04-24
Make sure that the cloned module retains the type symbol table entries!
Chris Lattner
2003-04-24
Make sure to preserve endiannes and pointer size when cloning modules!
Chris Lattner
2003-04-22
Preserve the new moduleID field
Chris Lattner
2003-04-16
Add new linkage types to support a real frontend
Chris Lattner
2002-11-20
Initial checkin of Module cloning support stuff
Chris Lattner