index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Age
Commit message (
Expand
)
Author
2007-03-25
Some cleanup from review:
Reid Spencer
2007-03-25
Refactor several ConstantExpr::getXXX calls with ConstantInt arguments
Reid Spencer
2007-03-25
1. Avoid unnecessary APInt construction if possible.
Zhou Sheng
2007-03-25
Make more uses of getHighBitsSet and get rid of some pointless & of an
Reid Spencer
2007-03-25
More APIntification:
Reid Spencer
2007-03-24
fix a regression on vector or instructions.
Chris Lattner
2007-03-24
Make some codes more efficient.
Zhou Sheng
2007-03-24
For PR1205:
Reid Spencer
2007-03-23
For PR1205:
Reid Spencer
2007-03-23
For PR1205:
Reid Spencer
2007-03-23
switch AddReachableCodeToWorklist from being recursive to being iterative.
Chris Lattner
2007-03-23
For PR1205:
Reid Spencer
2007-03-23
Make the "KnownZero ^ TypeMask" computation just once.
Zhou Sheng
2007-03-23
Simplify the code.
Zhou Sheng
2007-03-22
For PR1205:
Reid Spencer
2007-03-22
For PR1205:
Reid Spencer
2007-03-22
For PR1205:
Reid Spencer
2007-03-22
Change uses of Function::front to Function::getEntryBlock for readability.
Dan Gohman
2007-03-22
Fix broken optimization disabled by a logic bug.
Nick Lewycky
2007-03-21
For PR1248:
Reid Spencer
2007-03-20
do not share old induction variables when this would result in invalid
Dale Johannesen
2007-03-20
Fix some VC++ warnings.
Jeff Cohen
2007-03-20
LoopSimplify::FindPHIToPartitionLoops()
Devang Patel
2007-03-20
Simplify isHighOnes().
Zhou Sheng
2007-03-20
use types of loads and stores, not address, in CheckForIVReuse
Dale Johannesen
2007-03-20
Make isOneBitSet faster by using APInt::isPowerOf2. Thanks Chris.
Reid Spencer
2007-03-19
APIntify the isHighOnes utility function.
Reid Spencer
2007-03-19
Implement isMaxValueMinusOne in terms of APInt instead of uint64_t.
Reid Spencer
2007-03-19
Implement isMinValuePlusOne using facilities of APInt instead of uint64_t
Reid Spencer
2007-03-19
Implement isOneBitSet in terms of APInt::countPopulation.
Reid Spencer
2007-03-19
1. Use APInt::getSignBit to reduce clutter (patch by Sheng Zhou)
Reid Spencer
2007-03-19
Remove a redundant clause in an if statement.
Reid Spencer
2007-03-19
fix ScalarRepl/2007-03-19-CanonicalizeMemcpy.ll
Chris Lattner
2007-03-19
implement the next chunk of SROA with memset/memcpy's of aggregates. This
Chris Lattner
2007-03-18
Clean up this code and fix subtract miscompile.
Nick Lewycky
2007-03-18
Implement InstCombine/and-xor-merge.ll:test[12].
Chris Lattner
2007-03-18
Propagate ValueRanges across equality.
Nick Lewycky
2007-03-17
Silence warning
Anton Korobeynikov
2007-03-16
Add more comments and update to new asm syntax.
Nick Lewycky
2007-03-14
ShiftAmt might equal to zero. Handle this situation.
Zhou Sheng
2007-03-14
Enable KnownZero/One.clear().
Zhou Sheng
2007-03-13
Correct type info for isLegalAddressImmediate() check.
Evan Cheng
2007-03-13
ifdef out some dead code.
Chris Lattner
2007-03-13
For expression like
Zhou Sheng
2007-03-13
In APInt version ComputeMaskedBits():
Zhou Sheng
2007-03-12
Use new TargetLowering addressing modes hooks.
Evan Cheng
2007-03-12
Unbreak VC++ build. Do not use identifiers starting with _ as they are reser...
Jeff Cohen
2007-03-12
Add an APInt version of SimplifyDemandedBits.
Reid Spencer
2007-03-12
Add an APInt version of ShrinkDemandedConstant.
Reid Spencer
2007-03-12
Avoid to assert on "(KnownZero & KnownOne) == 0".
Zhou Sheng
[prev]
[next]