index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement review feedback
Anton Korobeynikov
2007-04-29
1
-1
/
+1
*
Implement review feedback. Aliasees can be either GlobalValue's or
Anton Korobeynikov
2007-04-28
1
-6
/
+2
*
fix a bug triggered by 403.gcc
Chris Lattner
2007-04-28
1
-2
/
+1
*
Fix several latent bugs in EmitGEPOffset that didn't manifest with its
Chris Lattner
2007-04-28
1
-36
/
+52
*
uhn zap cvs
Chris Lattner
2007-04-28
1
-6
/
+0
*
Implement PR1345 and Transforms/InstCombine/bitcast-gep.ll
Chris Lattner
2007-04-28
1
-28
/
+104
*
refactor some code relating to pointer cast xforms, pulling it out of the cod...
Chris Lattner
2007-04-27
1
-53
/
+56
*
Using APInt more efficiently.
Zhou Sheng
2007-04-26
1
-5
/
+4
*
Mem2Reg does not need TargetData.
Devang Patel
2007-04-25
4
-15
/
+9
*
Remove unused function argument.
Devang Patel
2007-04-25
3
-4
/
+4
*
Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part
Anton Korobeynikov
2007-04-25
1
-1
/
+12
*
If an alloca only has two types of uses: 1) reads 2) a memcpy/memmove that
Chris Lattner
2007-04-25
1
-4
/
+105
*
refactor the SROA code out into its own method, no functionality change.
Chris Lattner
2007-04-25
1
-98
/
+107
*
Undo my previous changes. Since my approach to this problem is being revised,
Owen Anderson
2007-04-25
1
-32
/
+31
*
Fix
Devang Patel
2007-04-25
1
-0
/
+12
*
Rollback some changes that adversely affected performance. I'm currently ret...
Owen Anderson
2007-04-24
1
-22
/
+26
*
Fix
Devang Patel
2007-04-23
1
-5
/
+9
*
Make PredicateSimplifier not use DominatorTree.
Owen Anderson
2007-04-21
1
-31
/
+32
*
Fix a comment.
Owen Anderson
2007-04-21
2
-2
/
+2
*
Comment out usage of write() for now.
Jeff Cohen
2007-04-20
1
-0
/
+6
*
Avoid recursion.
Devang Patel
2007-04-20
1
-6
/
+13
*
Move more passes to using ETForest instead of DominatorTree.
Owen Anderson
2007-04-20
4
-21
/
+17
*
Make use of ConstantInt::isZero instead of ConstantInt::isNullValue.
Zhou Sheng
2007-04-19
2
-5
/
+5
*
Make the operations of APInt variables more efficient.
Zhou Sheng
2007-04-19
1
-27
/
+21
*
Revert Owen's last check-in. This is breaking Mac OS X / PPC llvm-gcc bootstrap.
Evan Cheng
2007-04-18
1
-18
/
+21
*
Revert changes that caused breakage.
Owen Anderson
2007-04-18
1
-15
/
+19
*
Switch more uses of DominatorTree over to ETForest.
Owen Anderson
2007-04-18
1
-22
/
+24
*
Use ETForest instead of DominatorTree.
Owen Anderson
2007-04-18
1
-11
/
+11
*
Use ETForest instead of DominatorTree.
Owen Anderson
2007-04-18
1
-19
/
+15
*
Use new ETForest accessor.
Owen Anderson
2007-04-18
1
-4
/
+4
*
Use ETForest instead of DominatorTree.
Owen Anderson
2007-04-18
1
-21
/
+18
*
Spell doFinalization right, so that it is a proper virtual override and
Dan Gohman
2007-04-17
1
-1
/
+1
*
remove use of BasicBlock::getNext
Chris Lattner
2007-04-17
2
-3
/
+6
*
remove use of BasicBlock::getNext
Chris Lattner
2007-04-17
1
-3
/
+4
*
eliminate use of Instruction::getNext()
Chris Lattner
2007-04-17
1
-13
/
+15
*
remove use of Instruction::getNext
Chris Lattner
2007-04-17
1
-3
/
+5
*
Fix
Devang Patel
2007-04-16
1
-0
/
+6
*
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-16
11
-34
/
+35
*
Fix PR1335 and Transforms/Inline/2007-04-15-InlineEH.ll
Chris Lattner
2007-04-15
1
-4
/
+5
*
Remove ImmediateDominator analysis. The same information can be obtained fro...
Owen Anderson
2007-04-15
3
-51
/
+0
*
fix SimplifyLibCalls/IsDigit.ll
Chris Lattner
2007-04-15
1
-1
/
+1
*
Extend store merging to support the 'if/then' version in addition to if/then/...
Chris Lattner
2007-04-15
1
-26
/
+60
*
refactor some code, no functionality change.
Chris Lattner
2007-04-15
1
-58
/
+77
*
fix long lines
Chris Lattner
2007-04-14
6
-18
/
+20
*
Implement Transforms/InstCombine/vec_extract_elt.ll, transforming:
Chris Lattner
2007-04-14
1
-0
/
+11
*
Implement InstCombine/vec_demanded_elts.ll:test2. This allows us to turn
Chris Lattner
2007-04-14
1
-0
/
+66
*
avoid copying sets and vectors around.
Chris Lattner
2007-04-14
1
-7
/
+6
*
avoid iterator invalidation.
Chris Lattner
2007-04-14
1
-2
/
+4
*
An even better fix.
Jeff Cohen
2007-04-14
1
-3
/
+2
*
Fix recent regression that broke several llvm-tests.
Jeff Cohen
2007-04-14
1
-0
/
+2
[next]