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
*
1. Avoid unnecessary APInt construction if possible.
Zhou Sheng
2007-03-25
1
-7
/
+5
*
Make more uses of getHighBitsSet and get rid of some pointless & of an
Reid Spencer
2007-03-25
1
-12
/
+12
*
More APIntification:
Reid Spencer
2007-03-25
1
-24
/
+24
*
fix a regression on vector or instructions.
Chris Lattner
2007-03-24
1
-9
/
+9
*
Make some codes more efficient.
Zhou Sheng
2007-03-24
1
-15
/
+17
*
For PR1205:
Reid Spencer
2007-03-24
1
-12
/
+11
*
For PR1205:
Reid Spencer
2007-03-23
1
-762
/
+37
*
For PR1205:
Reid Spencer
2007-03-23
1
-25
/
+22
*
switch AddReachableCodeToWorklist from being recursive to being iterative.
Chris Lattner
2007-03-23
1
-46
/
+54
*
For PR1205:
Reid Spencer
2007-03-23
1
-37
/
+39
*
Make the "KnownZero ^ TypeMask" computation just once.
Zhou Sheng
2007-03-23
1
-3
/
+4
*
Simplify the code.
Zhou Sheng
2007-03-23
1
-1
/
+1
*
For PR1205:
Reid Spencer
2007-03-22
1
-21
/
+25
*
For PR1205:
Reid Spencer
2007-03-22
1
-16
/
+17
*
For PR1205:
Reid Spencer
2007-03-22
1
-63
/
+63
*
Change uses of Function::front to Function::getEntryBlock for readability.
Dan Gohman
2007-03-22
4
-4
/
+5
*
Fix broken optimization disabled by a logic bug.
Nick Lewycky
2007-03-22
1
-10
/
+51
*
For PR1248:
Reid Spencer
2007-03-21
1
-18
/
+26
*
do not share old induction variables when this would result in invalid
Dale Johannesen
2007-03-20
1
-18
/
+26
*
Fix some VC++ warnings.
Jeff Cohen
2007-03-20
1
-1
/
+1
*
Simplify isHighOnes().
Zhou Sheng
2007-03-20
1
-9
/
+1
*
use types of loads and stores, not address, in CheckForIVReuse
Dale Johannesen
2007-03-20
1
-7
/
+28
*
Make isOneBitSet faster by using APInt::isPowerOf2. Thanks Chris.
Reid Spencer
2007-03-20
1
-1
/
+1
*
APIntify the isHighOnes utility function.
Reid Spencer
2007-03-19
1
-5
/
+6
*
Implement isMaxValueMinusOne in terms of APInt instead of uint64_t.
Reid Spencer
2007-03-19
1
-5
/
+4
*
Implement isMinValuePlusOne using facilities of APInt instead of uint64_t
Reid Spencer
2007-03-19
1
-5
/
+4
*
Implement isOneBitSet in terms of APInt::countPopulation.
Reid Spencer
2007-03-19
1
-2
/
+1
*
1. Use APInt::getSignBit to reduce clutter (patch by Sheng Zhou)
Reid Spencer
2007-03-19
1
-8
/
+4
*
Remove a redundant clause in an if statement.
Reid Spencer
2007-03-19
1
-1
/
+0
*
fix ScalarRepl/2007-03-19-CanonicalizeMemcpy.ll
Chris Lattner
2007-03-19
1
-1
/
+2
*
implement the next chunk of SROA with memset/memcpy's of aggregates. This
Chris Lattner
2007-03-19
1
-36
/
+107
*
Clean up this code and fix subtract miscompile.
Nick Lewycky
2007-03-18
1
-18
/
+22
*
Implement InstCombine/and-xor-merge.ll:test[12].
Chris Lattner
2007-03-18
1
-54
/
+96
*
Propagate ValueRanges across equality.
Nick Lewycky
2007-03-18
1
-67
/
+159
*
Silence warning
Anton Korobeynikov
2007-03-17
1
-2
/
+2
*
Add more comments and update to new asm syntax.
Nick Lewycky
2007-03-16
1
-28
/
+130
*
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
*
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
*
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
[next]