aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/CloneFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Factor code to copy global value attributes likeDuncan Sands2008-05-261-7/+4
* Feedback from chrisNate Begeman2008-04-251-2/+2
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-251-7/+1
* Teach the PruningFunctionCloner how to look through loads with Nate Begeman2008-04-251-4/+12
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-5/+5
* Preserve calling convention during function cloningAnton Korobeynikov2008-03-231-0/+3
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-101-1/+1
* Update the block cloner which fixes bugpoint on code using unwind_to (phew!)Nick Lewycky2008-03-091-1/+7
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.Chris Lattner2007-12-101-1/+7
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-1/+4
* Forget to commit users part of value mapper interfaceAnton Korobeynikov2007-11-091-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+485