Regenerate.
[oota-llvm.git] / lib / Transforms /
2007-03-29 Zhou Sheng1. Make more use of APInt::getHighBitsSet/getLowBitsSet.
2007-03-29 Zhou ShengClean up some codes in InstCombiner::SimplifyDemandedBi...
2007-03-29 Zhou ShengClean up codes in InstCombiner::SimplifyDemandedBits():
2007-03-29 Zhou Sheng1. Make the APInt variable do the binary operation...
2007-03-28 Zhou ShengAvoid unnecessary APInt construction.
2007-03-28 Zhou Sheng1. Make more use of getLowBitsSet/getHighBitsSet.
2007-03-28 Zhou Sheng1. Make more use of getLowBitsSet/getHighBitsSet.
2007-03-28 Zhou ShengUse UnknownBIts[BitWidth-1] instead of UnknownBIts...
2007-03-28 Zhou ShengRemove unused APInt variable.
2007-03-28 Zhou ShengClean up codes in ComputeMaskedBits():
2007-03-28 Reid SpencerFor PR1280:
2007-03-27 Evan ChengUnbreaks non-debug builds.
2007-03-26 Reid SpencerImplement some minor review feedback.
2007-03-26 Reid SpencerFor PR1271:
2007-03-26 Devang PatelReduce malloc/free traffic.
2007-03-26 Chris Lattnereliminate use of std::set
2007-03-26 Reid SpencerGet better debug output by having modified instructions...
2007-03-26 Reid SpencerGet the number of bits to set in a mask correct for...
2007-03-26 Reid SpencerFor PR1271:
2007-03-26 Dale JohannesenLook through bitcast when finding IVs. (Chris' patch...
2007-03-25 Reid SpencerFor PR1271:
2007-03-25 Chris Lattnerimplement Transforms/InstCombine/cast2.ll:test3 and...
2007-03-25 Reid SpencerSome cleanup from review:
2007-03-25 Reid SpencerRefactor several ConstantExpr::getXXX calls with Consta...
2007-03-25 Zhou Sheng1. Avoid unnecessary APInt construction if possible.
2007-03-25 Reid SpencerMake more uses of getHighBitsSet and get rid of some...
2007-03-25 Reid SpencerMore APIntification:
2007-03-24 Chris Lattnerfix a regression on vector or instructions.
2007-03-24 Zhou ShengMake some codes more efficient.
2007-03-24 Reid SpencerFor PR1205:
2007-03-23 Reid SpencerFor PR1205:
2007-03-23 Reid SpencerFor PR1205:
2007-03-23 Chris Lattnerswitch AddReachableCodeToWorklist from being recursive...
2007-03-23 Reid SpencerFor PR1205:
2007-03-23 Zhou ShengMake the "KnownZero ^ TypeMask" computation just once.
2007-03-23 Zhou ShengSimplify the code.
2007-03-22 Reid SpencerFor PR1205:
2007-03-22 Reid SpencerFor PR1205:
2007-03-22 Reid SpencerFor PR1205:
2007-03-22 Dan GohmanChange uses of Function::front to Function::getEntryBlo...
2007-03-22 Nick LewyckyFix broken optimization disabled by a logic bug.
2007-03-21 Reid SpencerFor PR1248:
2007-03-20 Dale Johannesendo not share old induction variables when this would...
2007-03-20 Jeff CohenFix some VC++ warnings.
2007-03-20 Devang PatelLoopSimplify::FindPHIToPartitionLoops()
2007-03-20 Zhou ShengSimplify isHighOnes().
2007-03-20 Dale Johannesenuse types of loads and stores, not address, in CheckFor...
2007-03-20 Reid SpencerMake isOneBitSet faster by using APInt::isPowerOf2...
2007-03-19 Reid SpencerAPIntify the isHighOnes utility function.
2007-03-19 Reid SpencerImplement isMaxValueMinusOne in terms of APInt instead...
2007-03-19 Reid SpencerImplement isMinValuePlusOne using facilities of APInt...
2007-03-19 Reid SpencerImplement isOneBitSet in terms of APInt::countPopulation.
2007-03-19 Reid Spencer1. Use APInt::getSignBit to reduce clutter (patch by...
2007-03-19 Reid SpencerRemove a redundant clause in an if statement.
2007-03-19 Chris Lattnerfix ScalarRepl/2007-03-19-CanonicalizeMemcpy.ll
2007-03-19 Chris Lattnerimplement the next chunk of SROA with memset/memcpy...
2007-03-18 Nick LewyckyClean up this code and fix subtract miscompile.
2007-03-18 Chris LattnerImplement InstCombine/and-xor-merge.ll:test[12].
2007-03-18 Nick LewyckyPropagate ValueRanges across equality.
2007-03-17 Anton KorobeynikovSilence warning
2007-03-16 Nick LewyckyAdd more comments and update to new asm syntax.
2007-03-14 Zhou ShengShiftAmt might equal to zero. Handle this situation.
2007-03-14 Zhou ShengEnable KnownZero/One.clear().
2007-03-13 Evan ChengCorrect type info for isLegalAddressImmediate() check.
2007-03-13 Chris Lattnerifdef out some dead code.
2007-03-13 Zhou ShengFor expression like
2007-03-13 Zhou ShengIn APInt version ComputeMaskedBits():
2007-03-12 Evan ChengUse new TargetLowering addressing modes hooks.
2007-03-12 Jeff CohenUnbreak VC++ build. Do not use identifiers starting...
2007-03-12 Reid SpencerAdd an APInt version of SimplifyDemandedBits.
2007-03-12 Reid SpencerAdd an APInt version of ShrinkDemandedConstant.
2007-03-12 Zhou ShengAvoid to assert on "(KnownZero & KnownOne) == 0".
2007-03-12 Zhou ShengIn function ComputeMaskedBits():
2007-03-10 Nick LewyckyAdd value ranges. Currently inefficient in both executi...
2007-03-10 Anton KorobeynikovUse range tests in LowerSwitch, where possible
2007-03-09 Devang PatelRemove dead comments.
2007-03-09 Devang PatelAvoid recursion. Use iterative algorithm for RenamePass().
2007-03-09 Devang PatelIncrement iterator now because IVUseShouldUsePostIncVal...
2007-03-08 Zhou ShengFix a bug in function ComputeMaskedBits().
2007-03-08 Chris LattnerThis appears correct, enable it so we can see perf...
2007-03-08 Chris LattnerSecond half of PR1226. This is currently still disable...
2007-03-08 Zhou ShengFix a bug in APIntified ComputeMaskedBits().
2007-03-08 Reid SpencerFor PR1205:
2007-03-08 Reid SpencerFor PR1205:
2007-03-07 Devang PatelNow IndVarSimplify is a LoopPass.
2007-03-07 Devang PatelNow LICM is a LoopPass.
2007-03-07 Devang PatelNow LoopUnroll is a LoopPass.
2007-03-07 Devang PatelNow LoopUnswitch is a LoopPass.
2007-03-06 Devang PatelNow LoopStrengthReduce is a LoopPass.
2007-03-05 Reid SpencerRemove an unnecessary if statement and adjust indentation.
2007-03-05 Chris LattnerThis is the first major step of implementing PR1226...
2007-03-05 Chris Lattnerfix a subtle bug that caused an MSVC warning. Thanks...
2007-03-05 Chris LattnerAdd some simplifications for demanded bits, this allows...
2007-03-05 Jeff CohenUnbreak VC++ build.
2007-03-04 Chris Lattnersimplify some code
2007-03-04 Chris Lattnerminor cleanups
2007-03-04 Chris LattnerSpeed up -instcombine by 20% by avoiding a particularly...
2007-03-04 Chris Lattnerswitch MarkAliveBlocks over to using SmallPtrSet instea...
2007-03-04 Chris Lattnermake better use of LCSSA information in RewriteLoopExit...
2007-03-04 Chris LattnerImplement PR1179/PR1232 and test/Transforms/IndVarsSimp...
next