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
*
Remove #include <iostream> and use llvm_* streams instead.
Bill Wendling
2006-11-26
3
-40
/
+37
*
Replace #include <iostream> with llvm_* streams.
Bill Wendling
2006-11-26
6
-69
/
+62
*
Removed #include <iostream> and replaced with llvm_* streams.
Bill Wendling
2006-11-26
11
-115
/
+100
*
Removed #include <iostream> and used the llvm_cerr/DOUT streams instead.
Bill Wendling
2006-11-26
7
-44
/
+34
*
Update to new predicate simplifier VRP design. Fixes PR966 and PR967.
Nick Lewycky
2006-11-22
1
-574
/
+1105
*
This xform is handled by FoldOpIntoPhi in visitCastInst in a more elegant way.
Chris Lattner
2006-11-21
1
-30
/
+1
*
Do not convert massive blocks on phi nodes into select statements. Instead
Chris Lattner
2006-11-18
1
-0
/
+27
*
If an indvar with a variable stride is used by the exit condition, go ahead
Chris Lattner
2006-11-17
1
-4
/
+0
*
Fix a gcc 4.2 warning.
Chris Lattner
2006-11-15
1
-0
/
+2
*
implement InstCombine/shift-simplify.ll by transforming:
Chris Lattner
2006-11-14
1
-3
/
+46
*
implement InstCombine/and-compare.ll:test1. This compiles:
Chris Lattner
2006-11-14
1
-0
/
+26
*
Fix InstCombine/2006-11-10-ashr-miscompile.ll a miscompilation introduced
Chris Lattner
2006-11-10
1
-3
/
+3
*
second patch to fix PR992/993.
Chris Lattner
2006-11-09
1
-4
/
+17
*
Minimal patch to fix PR992/PR993
Chris Lattner
2006-11-09
1
-2
/
+1
*
Teach ShrinkDemandedConstant how to handle X+C. This implements:
Chris Lattner
2006-11-09
1
-1
/
+100
*
reenable factoring of GEP expressions, being more precise about the
Chris Lattner
2006-11-08
1
-5
/
+10
*
make this code more efficient by not creating a phi node we are just going to
Chris Lattner
2006-11-08
1
-36
/
+33
*
Remove redundant <cmath>.
Jim Laskey
2006-11-08
1
-1
/
+0
*
disable this factoring optzn for GEPs for now, this severely pessimizes some
Chris Lattner
2006-11-08
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-11-08
5
-215
/
+194
*
scalarrepl should not split the two elements of the vsiidx array:
Chris Lattner
2006-11-07
1
-3
/
+7
*
Unbreak VC++ build.
Jeff Cohen
2006-11-05
2
-6
/
+6
*
Remove commented line from earlier debugging.
Nick Lewycky
2006-11-05
1
-2
/
+0
*
The wrong parameter was being tested to deturmine i32 vs i64
Andrew Lenharth
2006-11-03
1
-1
/
+1
*
remove dead code
Chris Lattner
2006-11-03
1
-13
/
+0
*
For PR786:
Reid Spencer
2006-11-02
22
-47
/
+22
*
For PR950:
Reid Spencer
2006-11-02
3
-119
/
+134
*
There can be more than one PHINode at the start of the block.
Devang Patel
2006-11-01
1
-5
/
+4
*
Handle PHINode with only one incoming value.
Devang Patel
2006-11-01
1
-5
/
+9
*
Fix GlobalOpt/2006-11-01-ShrinkGlobalPhiCrash.ll and McGill/chomp
Chris Lattner
2006-11-01
1
-8
/
+14
*
Factor gep instructions through phi nodes.
Chris Lattner
2006-11-01
1
-10
/
+39
*
Turn a phi of many loads into a phi of the address and a single load of the
Chris Lattner
2006-11-01
1
-41
/
+30
*
Fix a bug in the previous patch
Chris Lattner
2006-11-01
1
-3
/
+6
*
Fold things like "phi [add (a,b), add(c,d)]" into two phi's and one add.
Chris Lattner
2006-11-01
1
-3
/
+57
*
generalize the fix for PR977 to also fix
Chris Lattner
2006-10-31
1
-28
/
+26
*
Fix PR977 and Transforms/LCSSA/2006-10-31-UnreachableBlock.ll
Chris Lattner
2006-10-31
1
-1
/
+8
*
Fix SimplifyCFG/2006-10-29-InvokeCrash.ll, a crash compiling QT.
Chris Lattner
2006-10-29
1
-1
/
+1
*
add option to isCriticalEdge
Chris Lattner
2006-10-28
1
-3
/
+12
*
break edges more intelligently
Chris Lattner
2006-10-28
1
-2
/
+3
*
Expose a smarter way to break critical edges.
Chris Lattner
2006-10-28
1
-5
/
+24
*
SplitCriticalEdge checks to see if an edge is critical, don't check twice
Chris Lattner
2006-10-28
1
-2
/
+1
*
prepare for a change I'm about to make
Chris Lattner
2006-10-28
1
-0
/
+6
*
Simplify code a bit by changing instances of:
Reid Spencer
2006-10-26
1
-47
/
+27
*
For PR950:
Reid Spencer
2006-10-26
4
-135
/
+256
*
Fix 2006-10-25-AddSetCC. A relational operator (like setlt) can never
Nick Lewycky
2006-10-26
1
-27
/
+46
*
Resurrect r1.25.
Nick Lewycky
2006-10-25
1
-117
/
+154
*
hide symbols properly
Chris Lattner
2006-10-25
1
-1
/
+1
*
Fix Transforms/ScalarRepl/2006-10-23-PointerUnionCrash.ll
Chris Lattner
2006-10-24
1
-5
/
+10
*
Revert back to r1.21, which was the last revision of predsimplify that
Chris Lattner
2006-10-24
1
-134
/
+109
*
Handle fallout from the recent branch-on-undef changes. This fixes
Chris Lattner
2006-10-23
1
-1
/
+24
[next]