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
2007-05-23
Fixing patch mistake.
Tanya Lattner
2007-05-23
Merge from mainline
Tanya Lattner
2007-05-22
Merge from mainline
Tanya Lattner
2007-05-18
Merge from mainline.
Tanya Lattner
2007-05-18
Merge from mainline.
Tanya Lattner
2007-05-08
Don't generate branch to entry block.
Dale Johannesen
2007-05-06
Fix PR1395, by passing the ID correctly
Chris Lattner
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-06
Fix a bug in my previous patch
Chris Lattner
2007-05-05
Implement Transforms/InstCombine/cast_ptr.ll
Chris Lattner
2007-05-05
wrap long lines
Chris Lattner
2007-05-05
Fix Transforms/LoopUnroll/2007-05-05-UnrollMiscomp.ll and PR1385.
Chris Lattner
2007-05-05
make a temporary for *SI, no functionality change.
Chris Lattner
2007-05-05
Fix InstCombine/2007-05-04-Crash.ll and PR1384
Chris Lattner
2007-05-04
Use IntrinsicInst to test for prefetch instructions, which is ever so
Dan Gohman
2007-05-03
Allow strength reduction to make use of addressing modes for the
Dan Gohman
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
Fix build error.
Lauro Ramos Venancio
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-29
Implement review feedback
Anton Korobeynikov
2007-04-28
Implement review feedback. Aliasees can be either GlobalValue's or
Anton Korobeynikov
2007-04-28
fix a bug triggered by 403.gcc
Chris Lattner
2007-04-28
Fix several latent bugs in EmitGEPOffset that didn't manifest with its
Chris Lattner
2007-04-28
uhn zap cvs
Chris Lattner
2007-04-28
Implement PR1345 and Transforms/InstCombine/bitcast-gep.ll
Chris Lattner
2007-04-27
refactor some code relating to pointer cast xforms, pulling it out of the cod...
Chris Lattner
2007-04-26
Using APInt more efficiently.
Zhou Sheng
2007-04-25
Mem2Reg does not need TargetData.
Devang Patel
2007-04-25
Remove unused function argument.
Devang Patel
2007-04-25
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-25
If an alloca only has two types of uses: 1) reads 2) a memcpy/memmove that
Chris Lattner
2007-04-25
refactor the SROA code out into its own method, no functionality change.
Chris Lattner
2007-04-25
Undo my previous changes. Since my approach to this problem is being revised,
Owen Anderson
2007-04-25
Fix
Devang Patel
2007-04-24
Rollback some changes that adversely affected performance. I'm currently ret...
Owen Anderson
2007-04-23
Fix
Devang Patel
2007-04-21
Make PredicateSimplifier not use DominatorTree.
Owen Anderson
2007-04-21
Fix a comment.
Owen Anderson
2007-04-20
Comment out usage of write() for now.
Jeff Cohen
2007-04-20
Avoid recursion.
Devang Patel
2007-04-20
Move more passes to using ETForest instead of DominatorTree.
Owen Anderson
2007-04-19
Make use of ConstantInt::isZero instead of ConstantInt::isNullValue.
Zhou Sheng
2007-04-19
Make the operations of APInt variables more efficient.
Zhou Sheng
2007-04-18
Revert Owen's last check-in. This is breaking Mac OS X / PPC llvm-gcc bootstrap.
Evan Cheng
2007-04-18
Revert changes that caused breakage.
Owen Anderson
2007-04-18
Switch more uses of DominatorTree over to ETForest.
Owen Anderson
2007-04-18
Use ETForest instead of DominatorTree.
Owen Anderson
2007-04-18
Use ETForest instead of DominatorTree.
Owen Anderson
2007-04-18
Use new ETForest accessor.
Owen Anderson
[next]