aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar
Commit message (Expand)AuthorAgeFilesLines
* use Value* constructor of CallSite to create potentially improper site, and t...Gabor Greif2010-07-281-2/+1
* recommit simplification (r109502, backed out r109509); seems to innocentGabor Greif2010-07-271-1/+1
* back out this too to restore the botsGabor Greif2010-07-271-1/+1
* simplifyGabor Greif2010-07-271-1/+1
* Add an initial implementation of LazyValueInfo updating for JumpThreading. D...Owen Anderson2010-07-261-0/+3
* Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogusDan Gohman2010-07-262-3/+6
* Use DominatorTree::properlyDominates instead of dominates with anDan Gohman2010-07-261-1/+1
* A block dominates itself, by definition.Dan Gohman2010-07-261-1/+1
* mass elimination of reliance on automatic iterator dereferencingGabor Greif2010-07-224-5/+5
* undo 80 column trespassing I causedGabor Greif2010-07-222-9/+11
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-2128-47/+51
* Remember that the induction variable is always a PHINode andDan Gohman2010-07-201-4/+4
* Reorder the contents of various getAnalysisUsage functions, eliminatingDan Gohman2010-07-162-6/+6
* eliminate CallInst::ArgOffsetGabor Greif2010-07-162-5/+5
* Don't merge uses when they are targetting fixup sites withDan Gohman2010-07-151-1/+20
* Use dbgs() instead of errs() in a DEBUG.Dan Gohman2010-07-151-1/+1
* Watch out for a constant offset cancelling out a base register, formingDan Gohman2010-07-151-2/+9
* Handle the case of a tail recursion in which the tail call is followedDuncan Sands2010-07-131-13/+35
* cache results of operator*Gabor Greif2010-07-121-21/+31
* cache dereferenced iteratorsGabor Greif2010-07-121-2/+3
* recommit r108131 (hich has been backed out in r108135) with a fixGabor Greif2010-07-121-2/+3
* back out r108131 (of TailDuplication.cpp) for now, it causes a buildbot failureGabor Greif2010-07-121-5/+4
* cache dereferenced iteratorsGabor Greif2010-07-122-7/+9
* Convert some tab stops into spaces.Duncan Sands2010-07-122-5/+5
* if jump threading is able to infer interesting values on bothChris Lattner2010-07-121-2/+13
* The accumulator tail recursion transform claims to work for any associativeDuncan Sands2010-07-101-14/+14
* cache result of operator*Gabor Greif2010-07-091-2/+3
* cache result of operator* (found by inspection)Gabor Greif2010-07-091-2/+4
* cache result of operator*Gabor Greif2010-07-091-6/+7
* Fix the second half of PR7437: scalarrepl wasn't preservingChris Lattner2010-07-081-21/+9
* Detabify this file.Nick Lewycky2010-07-061-7/+7
* Don't claim to preserve AliasAnalysis. First, this is doesn't actuallyDan Gohman2010-07-021-1/+0
* use ArgOperand APIGabor Greif2010-06-301-10/+12
* use getArgOperand (corrected by CallInst::ArgOffset) instead of getOperandGabor Greif2010-06-301-1/+2
* use getNumArgOperands instead of getNumOperandsGabor Greif2010-06-301-2/+2
* use getArgOperand instead of getOperandGabor Greif2010-06-301-4/+4
* use getArgOperand instead of getOperandGabor Greif2010-06-301-2/+2
* employ CallInst::ArgOffset (for now)Gabor Greif2010-06-281-2/+2
* 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-251-2/+1
* use ArgOperand API; tighten type of handleFreeWithNonTrivialDependency to be ...Gabor Greif2010-06-251-5/+7
* 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 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