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
/
test
/
Transforms
Age
Commit message (
Expand
)
Author
2010-09-15
Approved by Chris:
Bill Wendling
2010-09-14
Approved by Chris:
Bill Wendling
2010-09-14
Approved by Chris:
Bill Wendling
2010-09-07
Approved by Chris:
Bill Wendling
2010-09-06
Approved by Chris:
Bill Wendling
2010-09-05
Approved by Chris:
Bill Wendling
2010-09-04
fix a bug in my licm rewrite when a load from the promoted memory
Chris Lattner
2010-09-03
Propagate non-local comparisons. Fixes PR1757.
Owen Anderson
2010-09-03
Add support for simplifying a load from a computed value to a load from a glo...
Owen Anderson
2010-09-03
Add a test for PR4413, which was apparently fixed at some point in the past.
Owen Anderson
2010-09-03
Add PR number to test.
Owen Anderson
2010-09-02
more test cleanup
Chris Lattner
2010-09-02
remove some noise from tests.
Chris Lattner
2010-09-02
fix more AST updating bugs, correcting miscompilation in PR8041
Chris Lattner
2010-09-02
Fix typo. I accidentally edited the wrong file before my last commit.
Owen Anderson
2010-09-02
Fix a bug in LazyValueInfo that CorrelatedValuePropagation exposed: In the LV...
Owen Anderson
2010-09-02
Print the number of uses of a function in the .ll since it can be informative
Duncan Sands
2010-09-01
deepen my MMX/SRoA hack to avoid hurting non-x86 codegen.
Chris Lattner
2010-09-01
Fix loop unswitching's assumption that a code path which either
Dan Gohman
2010-09-01
The output of opt -stats must be sent to stderr. Patch by NAKAMURA Takumi!
Bill Wendling
2010-09-01
add a gross hack to work around a problem that Argiris reported
Chris Lattner
2010-09-01
filecheckize
Chris Lattner
2010-08-31
licm is wasting time hoisting constant foldable operations,
Chris Lattner
2010-08-31
Merge 2010-08-31-InfiniteRecursion.ll into crash.ll.
Owen Anderson
2010-08-31
Add a test for the duplicated-conditional situation illutrated by PR5652.
Owen Anderson
2010-08-31
merge two tests.
Chris Lattner
2010-08-31
Manually reduce this testcase.
Owen Anderson
2010-08-31
merge two tests and convert to filecheck.
Chris Lattner
2010-08-31
Add a micro-test for the transforms I added to JumpThreading.
Owen Anderson
2010-08-31
Rename test directory to reflect new pass name.
Owen Anderson
2010-08-31
Rename ValuePropagation to a more descriptive CorrelatedValuePropagation.
Owen Anderson
2010-08-31
More Chris-inspired JumpThreading fixes: use ConstantExpr to correctly consta...
Owen Anderson
2010-08-31
Remove r111665, which implemented store-narrowing in InstCombine. Chris disc...
Owen Anderson
2010-08-30
Combine these two tests, and make sure there's a newline at the end of the file.
Owen Anderson
2010-08-30
Correct bogus module triple specifications.
Duncan Sands
2010-08-29
LICM does get dead instructions input to it. Instead of sinking them
Chris Lattner
2010-08-28
remove the ABCD and SSI passes. They don't have any clients that
Chris Lattner
2010-08-28
handle the constant case of vector insertion. For something
Chris Lattner
2010-08-28
optimize bitcasts from large integers to vector into vector
Chris Lattner
2010-08-27
Add a prototype of a new peephole optimizing pass that uses LazyValue info to...
Owen Anderson
2010-08-27
tidy up test.
Chris Lattner
2010-08-27
Enhance the shift propagator to handle the case when you have:
Chris Lattner
2010-08-27
Implement a pretty general logical shift propagation
Chris Lattner
2010-08-27
merge and filecheckize test
Chris Lattner
2010-08-27
merge two tests
Chris Lattner
2010-08-27
teach the truncation optimization that an entire chain of
Chris Lattner
2010-08-27
Add an instcombine to clean up a common pattern produced
Chris Lattner
2010-08-27
Use LVI to eliminate conditional branches where we've tested a related condit...
Owen Anderson
2010-08-26
filecheckize
Chris Lattner
2010-08-26
rename test.
Chris Lattner
[next]