index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Age
Commit message (
Expand
)
Author
2010-07-15
Speculatively revert r108378; may be causing bootstrap failures.
Eli Friedman
2010-07-14
Add instcombine transforms to optimize tests of multiple bits of the same val...
Owen Anderson
2010-07-14
Extend SimplifyCFG's common-destination folding heuristic to allow a single
Owen Anderson
2010-07-14
revert r108320, I see the failures now...
Chris Lattner
2010-07-14
reapply benjamin's instcombine patch, I don't see anything wrong with it and ...
Chris Lattner
2010-07-13
Grammar.
Eric Christopher
2010-07-13
Handle the case of a tail recursion in which the tail call is followed
Duncan Sands
2010-07-12
Nope, still breaks the release selfhost bots :(
Benjamin Kramer
2010-07-12
Reapply the "or" half of r108136, which seems to be less problematic.
Benjamin Kramer
2010-07-12
cache result of operator*
Gabor Greif
2010-07-12
Revert r108141 again, sigh.
Benjamin Kramer
2010-07-12
cache result of operator*
Gabor Greif
2010-07-12
cache result of operator*
Gabor Greif
2010-07-12
cache result of operator*
Gabor Greif
2010-07-12
cache result of operator*
Gabor Greif
2010-07-12
cache results of operator*
Gabor Greif
2010-07-12
cache results of operator*
Gabor Greif
2010-07-12
Reapply 108136 with an ugly pasto fixed.
Benjamin Kramer
2010-07-12
Move optimization to avoid redundant matching.
Benjamin Kramer
2010-07-12
Revert r108136 until I figure out why it broke selfhost.
Benjamin Kramer
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
instcombine: fold (x & y) | (~x & z) and (x & y) ^ (~x & z) into ((y ^ z) & x...
Benjamin Kramer
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
cache dereferenced iterators
Gabor Greif
2010-07-12
cache dereferenced iterators
Gabor Greif
2010-07-12
cache dereferenced iterators
Gabor Greif
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
make the prototypes for CreateMalloc and CreateFree more consistent. Patch
Chris Lattner
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*
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
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-09
cache result of operator*
Gabor Greif
2010-07-09
cache result of operator*
Gabor Greif
2010-07-09
cache operator*'s result (in multiple functions)
Gabor Greif
2010-07-09
do not repeatedly dereference use_iterator
Gabor Greif
2010-07-08
Teach instcombine to transform
Benjamin Kramer
2010-07-08
Fix the second half of PR7437: scalarrepl wasn't preserving
Chris Lattner
2010-07-07
Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"
Duncan Sands
2010-07-06
Detabify this file.
Nick Lewycky
[next]