index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Transforms/InstCombine/2007-05-18-CastFoldBug.ll, a bug that devastates
Chris Lattner
2007-05-19
1
-0
/
+8
*
Handle negative strides much more optimally. This compiles X86/lsr-negative-...
Chris Lattner
2007-05-19
1
-3
/
+26
*
Fix PR1431
Devang Patel
2007-05-17
1
-1
/
+1
*
selects can also reach here
Chris Lattner
2007-05-15
1
-2
/
+3
*
Fix Transforms/InstCombine/2007-05-14-Crash.ll
Chris Lattner
2007-05-15
1
-7
/
+16
*
Correct a few comments.
Dan Gohman
2007-05-14
1
-5
/
+5
*
Fix Transforms/GlobalOpt/2007-05-13-Crash.ll
Chris Lattner
2007-05-13
1
-1
/
+4
*
significantly improve debug output of lsr
Chris Lattner
2007-05-11
1
-6
/
+13
*
Fix typos.
Dan Gohman
2007-05-11
3
-4
/
+4
*
This patch extends the LoopUnroll pass to be able to unroll loops
Dan Gohman
2007-05-11
1
-58
/
+193
*
fix regressions from my previous checking, including
Chris Lattner
2007-05-11
1
-2
/
+2
*
fix Transforms/InstCombine/2007-05-10-icmp-or.ll
Chris Lattner
2007-05-11
1
-5
/
+10
*
Fix PR1333
Devang Patel
2007-05-09
1
-5
/
+25
*
Fix various whitespace inconsistencies.
Dan Gohman
2007-05-08
1
-10
/
+10
*
Correct the comment for ApproximateLoopSize to reflect what it actually does.
Dan Gohman
2007-05-08
1
-2
/
+1
*
Don't generate branch to entry block.
Dale Johannesen
2007-05-08
1
-1
/
+3
*
Fix PR1395, by passing the ID correctly
Chris Lattner
2007-05-06
3
-5
/
+4
*
Fix typo in comment.
Nick Lewycky
2007-05-06
50
-55
/
+55
*
Fix a bug in my previous patch
Chris Lattner
2007-05-06
1
-1
/
+1
*
Implement Transforms/InstCombine/cast_ptr.ll
Chris Lattner
2007-05-05
1
-1
/
+22
*
wrap long lines
Chris Lattner
2007-05-05
3
-14
/
+15
*
Fix Transforms/LoopUnroll/2007-05-05-UnrollMiscomp.ll and PR1385.
Chris Lattner
2007-05-05
1
-18
/
+17
*
make a temporary for *SI, no functionality change.
Chris Lattner
2007-05-05
1
-6
/
+7
*
Fix InstCombine/2007-05-04-Crash.ll and PR1384
Chris Lattner
2007-05-05
1
-10
/
+14
*
Use IntrinsicInst to test for prefetch instructions, which is ever so
Dan Gohman
2007-05-04
1
-6
/
+5
*
Allow strength reduction to make use of addressing modes for the
Dan Gohman
2007-05-03
1
-1
/
+10
*
Drop 'const'
Devang Patel
2007-05-03
60
-133
/
+133
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
60
-133
/
+133
*
Fix build error.
Lauro Ramos Venancio
2007-05-02
1
-3
/
+4
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
60
-18
/
+260
*
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
[next]