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
/
Scalar
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid to assert on "(KnownZero & KnownOne) == 0".
Zhou Sheng
2007-03-12
1
-1
/
+1
*
In function ComputeMaskedBits():
Zhou Sheng
2007-03-12
1
-6
/
+6
*
Add value ranges. Currently inefficient in both execution time and
Nick Lewycky
2007-03-10
1
-219
/
+397
*
Increment iterator now because IVUseShouldUsePostIncValue may remove
Devang Patel
2007-03-09
1
-2
/
+6
*
Fix a bug in function ComputeMaskedBits().
Zhou Sheng
2007-03-08
1
-2
/
+2
*
This appears correct, enable it so we can see perf changes on testers
Chris Lattner
2007-03-08
1
-1
/
+1
*
Second half of PR1226. This is currently still disabled, until I have a chan...
Chris Lattner
2007-03-08
1
-9
/
+67
*
Fix a bug in APIntified ComputeMaskedBits().
Zhou Sheng
2007-03-08
1
-8
/
+4
*
For PR1205:
Reid Spencer
2007-03-08
1
-0
/
+10
*
For PR1205:
Reid Spencer
2007-03-08
1
-1
/
+206
*
Now IndVarSimplify is a LoopPass.
Devang Patel
2007-03-07
1
-27
/
+32
*
Now LICM is a LoopPass.
Devang Patel
2007-03-07
1
-30
/
+26
*
Now LoopUnroll is a LoopPass.
Devang Patel
2007-03-07
1
-36
/
+7
*
Now LoopUnswitch is a LoopPass.
Devang Patel
2007-03-07
1
-86
/
+17
*
Now LoopStrengthReduce is a LoopPass.
Devang Patel
2007-03-06
1
-23
/
+14
*
Remove an unnecessary if statement and adjust indentation.
Reid Spencer
2007-03-05
1
-23
/
+21
*
This is the first major step of implementing PR1226. We now successfully
Chris Lattner
2007-03-05
1
-5
/
+156
*
fix a subtle bug that caused an MSVC warning. Thanks to Jeffc for pointing t...
Chris Lattner
2007-03-05
1
-2
/
+3
*
Add some simplifications for demanded bits, this allows instcombine to turn:
Chris Lattner
2007-03-05
1
-0
/
+31
*
Unbreak VC++ build.
Jeff Cohen
2007-03-05
2
-1
/
+2
*
simplify some code
Chris Lattner
2007-03-04
1
-18
/
+17
*
minor cleanups
Chris Lattner
2007-03-04
1
-7
/
+8
*
Speed up -instcombine by 20% by avoiding a particularly expensive passmgr call.
Chris Lattner
2007-03-04
1
-1
/
+4
*
switch MarkAliveBlocks over to using SmallPtrSet instead of std::set, speeding
Chris Lattner
2007-03-04
1
-5
/
+5
*
make better use of LCSSA information in RewriteLoopExitValues. Before, we
Chris Lattner
2007-03-04
1
-67
/
+76
*
Implement PR1179/PR1232 and test/Transforms/IndVarsSimplify/loop_evaluate_[23...
Chris Lattner
2007-03-04
1
-46
/
+26
*
Make RewriteLoopExitValues far less nested by using continue in the loop
Chris Lattner
2007-03-03
1
-91
/
+94
*
my recent change caused a failure in a bswap testcase, because it changed
Chris Lattner
2007-03-03
1
-48
/
+71
*
Translate bit operations to English.
Nick Lewycky
2007-03-03
1
-1
/
+2
*
add a top-level iteration loop to instcombine. This means that it will never
Chris Lattner
2007-03-03
1
-4
/
+21
*
APIntify this pass.
Reid Spencer
2007-03-03
1
-28
/
+36
*
Finally get this patch right :)
Reid Spencer
2007-03-02
1
-5
/
+5
*
Dang, I've done that twice now! Undo previous commit.
Reid Spencer
2007-03-02
1
-12
/
+11
*
Use more efficient test for one value in a ConstantInt.
Reid Spencer
2007-03-02
2
-13
/
+14
*
Guard against huge loop trip counts in an APInt safe way.
Reid Spencer
2007-03-02
1
-2
/
+7
*
Fix a significant algorithm problem with the instcombine worklist. removing
Chris Lattner
2007-03-02
1
-54
/
+70
*
minor cleanup
Chris Lattner
2007-03-02
1
-6
/
+2
*
Reverse a premature commital.
Reid Spencer
2007-03-02
1
-21
/
+17
*
Prefer non-virtual calls to ConstantInt::isZero over virtual calls to
Reid Spencer
2007-03-02
4
-25
/
+29
*
Although probably not necessary, guard against a potential assertion by
Reid Spencer
2007-03-01
1
-1
/
+1
*
Use isUnitValue() instead of getZExtValue() == 1 which will prevent an
Reid Spencer
2007-03-01
1
-1
/
+1
*
The 64-bit constructor for ConstantInt changes from int64_t to uint64_t.
Reid Spencer
2007-03-01
1
-1
/
+1
*
Remove the "isSigned" parameters from ConstantRange. It turns out they
Reid Spencer
2007-03-01
1
-6
/
+5
*
For PR1205:
Reid Spencer
2007-02-28
1
-9
/
+15
*
For PR1205:
Reid Spencer
2007-02-28
1
-1
/
+4
*
For PR1205:
Reid Spencer
2007-02-28
1
-4
/
+5
*
Use efficient container SmallPtrSet
Devang Patel
2007-02-26
1
-3
/
+4
*
Do not unswitch loop on same value again and again.
Devang Patel
2007-02-26
1
-0
/
+7
*
Fix InstCombine/2007-02-23-PhiFoldInfLoop.ll and PR1217
Chris Lattner
2007-02-24
1
-1
/
+2
*
convert more vectors to smallvectors, 2.8% speedup
Chris Lattner
2007-02-15
1
-3
/
+3
[next]