aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-291-0/+1
* Return Changed. This required setting Changed if dbg metadataDuncan Sands2010-06-291-5/+7
* use ArgOperand APIGabor Greif2010-06-281-12/+12
* use ArgOperand APIGabor Greif2010-06-281-4/+4
* employ CallInst::ArgOffset (for now)Gabor Greif2010-06-281-2/+2
* use setArgOperandGabor Greif2010-06-281-6/+6
* use CallInst::ArgOffsetGabor Greif2010-06-281-1/+1
* use ArgOperand API and CallInst::ArgOffsetGabor Greif2010-06-281-17/+17
* use cached valueGabor Greif2010-06-281-1/+1
* minor cleanup to SROA: when lowering type unsafe accesses toChris Lattner2010-06-271-1/+6
* Fix PR7328: when turning a tail recursion into a loop, need to preserveDuncan Sands2010-06-261-6/+6
* In GenerateReassociations, don't bother thinking about individualDan Gohman2010-06-251-8/+22
* The hasMemory argument is irrelevant to how the argumentDale Johannesen2010-06-252-4/+2
* use ArgOperand API (one more hunk I could split)Gabor Greif2010-06-251-2/+2
* use ArgOperand API (some hunks I could split)Gabor Greif2010-06-252-14/+14
* use ArgOperand API; tighten type of handleFreeWithNonTrivialDependency to be ...Gabor Greif2010-06-251-5/+7
* Add an exports file for the Hello example plugin.Dan Gohman2010-06-242-0/+8
* A few minor micro-optimizations.Dan Gohman2010-06-241-5/+11
* Teach getExactSDiv to evaluate x/1 to x up front, as it's a commonDan Gohman2010-06-241-8/+16
* Fix copy+pasto issues in isMulSExtable.Dan Gohman2010-06-241-4/+5
* use ArgOperand APIGabor Greif2010-06-241-3/+3
* use (even more, still) ArgOperand APIGabor Greif2010-06-241-8/+8
* use ArgOperand API and CallSite for arg range; add necessary casts and perfor...Gabor Greif2010-06-241-11/+14
* use ArgOperand API and CallSite for arg rangeGabor Greif2010-06-241-4/+6
* use (even more) ArgOperand APIGabor Greif2010-06-241-5/+5
* use ArgOperand APIGabor Greif2010-06-241-6/+5
* use ArgOperand APIGabor Greif2010-06-241-31/+30
* use ArgOperand APIGabor Greif2010-06-241-4/+4
* use ArgOperand API, also tighten the type of visitFree to make this work out ...Gabor Greif2010-06-242-7/+7
* use ArgOperand API; introduce downcasted pointers into scope to facilitate thisGabor Greif2010-06-241-7/+9
* use ArgOperand APIGabor Greif2010-06-241-75/+75
* use ArgOperand APIGabor Greif2010-06-241-6/+6
* use callsite to obtain all argumentsGabor Greif2010-06-241-1/+2
* use callsite to obtain all argumentsGabor Greif2010-06-241-1/+2
* use getNumArgOperandsGabor Greif2010-06-241-1/+1
* use ArgOperand APIGabor Greif2010-06-243-4/+4
* Use ValueMap instead of DenseMap.Devang Patel2010-06-248-46/+45
* Use available typedef for " DenseMap<const Value*, Value*>".Devang Patel2010-06-242-8/+8
* Cosmetic change.Devang Patel2010-06-236-102/+102
* Revert 106592 for now. It causes clang-selfhost build failure.Devang Patel2010-06-221-34/+13
* Fix OptimizeMax to handle an odd case where one of the max operandsDan Gohman2010-06-221-1/+4
* If a metadata operand is seeded in value map and the metadata should also be ...Devang Patel2010-06-221-13/+34
* While cloning a module, clone metadata attached with instructions.Devang Patel2010-06-221-1/+16
* Clone named metadata while cloning a module.Devang Patel2010-06-221-0/+11
* Use pre-increment instead of post-increment when the result is not used.Dan Gohman2010-06-2212-48/+48
* Revert 106528. It is causing self host failures.Devang Patel2010-06-221-5/+7
* Do not rely on DenseMap slot which can be easily invalidated when DenseMap gr...Devang Patel2010-06-221-7/+5
* Revert my change to clone named metadata. Buildbots are complaining.Bob Wilson2010-06-221-11/+0
* Include named metadata when cloning a module.Bob Wilson2010-06-221-0/+11
* Use A.append(...) instead of A.insert(A.end(), ...) when A is aDan Gohman2010-06-212-10/+8