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
*
ShiftAmt might equal to zero. Handle this situation.
Zhou Sheng
2007-03-14
1
-7
/
+9
*
Enable KnownZero/One.clear().
Zhou Sheng
2007-03-14
1
-2
/
+2
*
Correct type info for isLegalAddressImmediate() check.
Evan Cheng
2007-03-13
1
-12
/
+18
*
ifdef out some dead code.
Chris Lattner
2007-03-13
1
-2
/
+8
*
For expression like
Zhou Sheng
2007-03-13
1
-3
/
+3
*
In APInt version ComputeMaskedBits():
Zhou Sheng
2007-03-13
1
-15
/
+28
*
Use new TargetLowering addressing modes hooks.
Evan Cheng
2007-03-12
1
-20
/
+18
*
Unbreak VC++ build. Do not use identifiers starting with _ as they are reser...
Jeff Cohen
2007-03-12
1
-3
/
+3
*
Add an APInt version of SimplifyDemandedBits.
Reid Spencer
2007-03-12
1
-1
/
+524
*
Add an APInt version of ShrinkDemandedConstant.
Reid Spencer
2007-03-12
1
-0
/
+24
*
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
*
Use range tests in LowerSwitch, where possible
Anton Korobeynikov
2007-03-10
1
-31
/
+114
*
Remove dead comments.
Devang Patel
2007-03-09
1
-3
/
+0
*
Avoid recursion. Use iterative algorithm for RenamePass().
Devang Patel
2007-03-09
1
-4
/
+31
*
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
3
-1
/
+3
*
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
*
Make sure debug code is not evaluated in non-debug case.
Reid Spencer
2007-03-02
1
-2
/
+3
*
1. Sort switch cases using APInt safe comparison.
Reid Spencer
2007-03-02
1
-2
/
+2
[next]