aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/CloneFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-091-3/+3
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-061-2/+2
* Thread LLVMContext through the constant folding APIs, which touches a lot of ...Owen Anderson2009-07-061-3/+4
* More LLVMContext-ification.Owen Anderson2009-07-051-4/+11
* While inlining, clone llvm.dbg.func.start intrinsic and adjust Devang Patel2009-04-151-3/+7
* Factorize out a concept - no functionality change.Duncan Sands2009-03-211-2/+1
* Don't load values out of global constants with weakDuncan Sands2009-03-201-1/+2
* Don't consider debug intrinsics when checkingDale Johannesen2009-03-101-2/+2
* Do not clone llvm.dbg.func.start and corresponding llvm.dbg.region.end durin...Devang Patel2009-02-101-3/+14
* Correctly set attributes when removing args during cloning. Fixes PR2765Andrew Lenharth2008-10-071-1/+17
* 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