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
/
CloneFunction.cpp
Age
Commit message (
Expand
)
Author
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-10
Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.
Chris Lattner
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-03-22
Change uses of Function::front to Function::getEntryBlock for readability.
Dan Gohman
2007-03-02
switch the inliner from being recursive to being iterative.
Chris Lattner
2007-02-05
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-03
Switch inliner over to use DenseMap instead of std::map for ValueMap. This
Chris Lattner
2007-02-01
Fix bugs in the inliner having to do with single-entry phi nodes and valuemap
Chris Lattner
2007-01-30
Adjust #includes to match movement of constant folding code from transformuti...
Chris Lattner
2007-01-30
The inliner/cloner can now optionally take TargetData info, which can be
Chris Lattner
2007-01-30
Change constant folding APIs to take an optional TargetData, and change
Chris Lattner
2007-01-12
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-11
For PR1043:
Zhou Sheng
2006-12-23
For PR950:
Reid Spencer
2006-11-05
Unbreak VC++ build.
Jeff Cohen
2006-11-02
For PR786:
Reid Spencer
2006-09-13
Second half of the fix for Transforms/Inline/inline_cleanup.ll
Chris Lattner
2006-06-01
Remove dead #include
Chris Lattner
2006-06-01
Make the "pruning cloner" smarter. As it propagates constants through the
Chris Lattner
2006-05-27
Fix some regression from the inliner patch I committed last night. This fixes
Chris Lattner
2006-05-27
Implement a new method, CloneAndPruneFunctionInto, as documented.
Chris Lattner
2006-01-13
Allow the code cloning interfaces to capture some important info about the
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-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-05-19
Move RemapInstruction() to ValueMapper, so that it can be shared with
Brian Gaeke
2004-02-04
Minor speedup, don't query ValueMap each time through the loop
Chris Lattner
2004-02-04
Give CloneBasicBlock an optional function argument to specify which function
Chris Lattner
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-04-18
Refactor CloneFunction to expose the new CloneBasicBlock function
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
2002-11-20
Fix minor bugs
Chris Lattner
2002-11-19
Remove unneccesary #include
Chris Lattner
2002-11-19
Implement the CloneFunction function
Chris Lattner
2002-11-19
Minor changes to cloning interface
Chris Lattner
2002-11-19
Fix two fixmes: integrate with inlining, and document
Chris Lattner
2002-11-19
Rework inline pass to use cloning infrastructure to do the dirty work
Chris Lattner
2002-11-19
Start using the new function cloning header
Chris Lattner
2002-06-30
*** empty log message ***
Chris Lattner
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
*** empty log message ***
Chris Lattner
2002-05-07
Updates to move some header files out of include/llvm/Transforms into
Chris Lattner
2002-04-27
s/Method/Function
Chris Lattner
2002-03-29
New clone function routine
Chris Lattner