index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
Age
Commit message (
Expand
)
Author
2010-07-22
undo 80 column trespassing I caused
Gabor Greif
2010-07-21
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-20
Remember that the induction variable is always a PHINode and
Dan Gohman
2010-07-16
Reorder the contents of various getAnalysisUsage functions, eliminating
Dan Gohman
2010-07-16
eliminate CallInst::ArgOffset
Gabor Greif
2010-07-15
Don't merge uses when they are targetting fixup sites with
Dan Gohman
2010-07-15
Use dbgs() instead of errs() in a DEBUG.
Dan Gohman
2010-07-15
Watch out for a constant offset cancelling out a base register, forming
Dan Gohman
2010-07-13
Handle the case of a tail recursion in which the tail call is followed
Duncan Sands
2010-07-12
cache results of operator*
Gabor Greif
2010-07-12
cache dereferenced iterators
Gabor Greif
2010-07-12
recommit r108131 (hich has been backed out in r108135) with a fix
Gabor Greif
2010-07-12
back out r108131 (of TailDuplication.cpp) for now, it causes a buildbot failure
Gabor Greif
2010-07-12
cache dereferenced iterators
Gabor Greif
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
if jump threading is able to infer interesting values on both
Chris Lattner
2010-07-10
The accumulator tail recursion transform claims to work for any associative
Duncan Sands
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache result of operator* (found by inspection)
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
2010-07-08
Fix the second half of PR7437: scalarrepl wasn't preserving
Chris Lattner
2010-07-06
Detabify this file.
Nick Lewycky
2010-07-02
Don't claim to preserve AliasAnalysis. First, this is doesn't actually
Dan Gohman
2010-06-30
use ArgOperand API
Gabor Greif
2010-06-30
use getArgOperand (corrected by CallInst::ArgOffset) instead of getOperand
Gabor Greif
2010-06-30
use getNumArgOperands instead of getNumOperands
Gabor Greif
2010-06-30
use getArgOperand instead of getOperand
Gabor Greif
2010-06-30
use getArgOperand instead of getOperand
Gabor Greif
2010-06-28
employ CallInst::ArgOffset (for now)
Gabor Greif
2010-06-28
use cached value
Gabor Greif
2010-06-27
minor cleanup to SROA: when lowering type unsafe accesses to
Chris Lattner
2010-06-26
Fix PR7328: when turning a tail recursion into a loop, need to preserve
Duncan Sands
2010-06-25
In GenerateReassociations, don't bother thinking about individual
Dan Gohman
2010-06-25
The hasMemory argument is irrelevant to how the argument
Dale Johannesen
2010-06-25
use ArgOperand API; tighten type of handleFreeWithNonTrivialDependency to be ...
Gabor Greif
2010-06-24
A few minor micro-optimizations.
Dan Gohman
2010-06-24
Teach getExactSDiv to evaluate x/1 to x up front, as it's a common
Dan Gohman
2010-06-24
Fix copy+pasto issues in isMulSExtable.
Dan Gohman
2010-06-24
use ArgOperand API; introduce downcasted pointers into scope to facilitate this
Gabor Greif
2010-06-24
use ArgOperand API
Gabor Greif
2010-06-24
use ArgOperand API
Gabor Greif
2010-06-24
use callsite to obtain all arguments
Gabor Greif
2010-06-24
use getNumArgOperands
Gabor Greif
2010-06-24
use ArgOperand API
Gabor Greif
2010-06-24
Use ValueMap instead of DenseMap.
Devang Patel
2010-06-22
Fix OptimizeMax to handle an odd case where one of the max operands
Dan Gohman
2010-06-22
Use pre-increment instead of post-increment when the result is not used.
Dan Gohman
2010-06-21
Use A.append(...) instead of A.insert(A.end(), ...) when A is a
Dan Gohman
2010-06-19
Add a TODO comment.
Dan Gohman
2010-06-19
Include the use kind along with the expression in the key of the
Dan Gohman
[prev]
[next]