Add a new utility function SimplifyICmpOperands. Much of this code is
[oota-llvm.git] / lib / Analysis / ScalarEvolution.cpp
2010-04-24 Dan GohmanAdd a new utility function SimplifyICmpOperands. Much...
2010-04-23 Dan GohmanWhen it doesn't matter whether zero or sign extension...
2010-04-22 Dan GohmanDon't attempt to analyze values which are obviously...
2010-04-21 Dan GohmanMake ScalarEvolution::getConstant support pointer types...
2010-04-16 Dan GohmanFix SCEVCommutativeExpr::print to be robust in the...
2010-04-15 Dan GohmanMake getPredecessorWithUniqueSuccessorForBB return...
2010-04-14 Dan GohmanAdd a comment.
2010-04-13 Dan GohmanTeach ScalarEvolution to simplify smax and umax when...
2010-04-13 Dan GohmanMinor code micro-optimizations.
2010-04-12 Dan GohmanMicro-optimize a few hot spots.
2010-04-12 Dan GohmanAdd fast paths to ScalarEvolution::getSizeOf and getOff...
2010-04-12 Dan GohmanGeneralize ScalarEvolution's PHI analysis to handle...
2010-04-12 Dan GohmanRewrite the overflow checking in the get{Signed,Unsigne...
2010-04-11 Dan GohmanFix indentation.
2010-04-11 Dan GohmanEnhance ScalarEvolution::isKnownPredicate with support for
2010-04-11 Dan GohmanMinor code simplification.
2010-04-11 Dan GohmanWhen creating a ConstantRange for [n,UINT_MAX], special...
2010-04-11 Dan GohmanRename isLoopGuardedByCond to isLoopEntryGuardedByCond...
2010-04-08 Dan GohmanAdd variants of ult, ule, etc. which take a uint64_t...
2010-04-08 Dan GohmanRevert this change from a while ago; ScalarEvolution...
2010-03-18 Dan GohmanDefine placement new wrappers for BumpPtrAllocator and
2010-03-18 Dan GohmanAdd the ability to "intern" FoldingSetNodeID data into a
2010-03-18 Dan GohmanReapply r98755 with a thinko which miscompiled gengtype...
2010-03-17 Dan GohmanRevert 98755, which may be causing trouble.
2010-03-17 Dan GohmanChange SCEVNAryExpr's operand array from a SmallVector...
2010-03-09 Dan GohmanAvoid analyzing instructions in blocks not reachable...
2010-03-01 Dan GohmanSpelling fixes.
2010-02-25 Dan GohmanMake LoopSimplify change conditional branches in loop...
2010-02-24 Dan GohmanConstantFoldInstOperands can theoretically return null...
2010-02-24 Dan GohmanSimplify this code; these casts aren't necessary.
2010-02-24 Dan GohmanConvert a few more backedge-taken count functions to...
2010-02-22 Dan GohmanRemove unused variables and parameters.
2010-02-19 Dan GohmanAdd a comment.
2010-02-19 Dan GohmanTeach ScalarEvolution how to compute a tripcount for...
2010-02-19 Dale Johannesenrecommit 96626, evidence that it broke things appears
2010-02-19 Dale JohannesenRevert 96626, which causes build failure on ppc Darwin.
2010-02-18 Dan GohmanIndvars needs to explicitly notify ScalarEvolution...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-15 Dan GohmanWhen testing whether a given SCEV depends on a temporar...
2010-02-13 Dan GohmanOverride dominates and properlyDominates for SCEVAddRec...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-04 Dan GohmanChange the argument to getIntegerSCEV to be an int64_t...
2010-02-02 Dan GohmanVarious code simplifications.
2010-02-01 Dan GohmanGeneralize target-independent folding rules for sizeof...
2010-01-28 Dan GohmanRemove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and...
2010-01-26 Dan GohmanMake the unsigned-range code more consistent with the...
2010-01-26 Dan GohmanFix a typo in a comment that Duncan noticed.
2010-01-26 Dan GohmanRename ItCount to BECount, since it holds a backedge...
2010-01-26 Dan GohmanFix the the ceiling-division used in computing the...
2010-01-21 Dan GohmanRe-implement the main strength-reduction portion of...
2010-01-19 Dan GohmanAdd a comment and tidy up some whitespace.
2010-01-19 Dan GohmanGive ScalarEvolution access to the DominatorTree. It...
2010-01-09 Dan GohmanUse WriteAsOperand instead of getName() to print loop...
2009-12-23 David GreeneRemove dump routine and the associated Debug.h from...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-19 Dan GohmanFix a spello in a comment that Nick spotted.
2009-12-18 Dan GohmanMake this comment more precise.
2009-12-18 Dan GohmanRevert this use of NUW/NSW also. Overflow-undefined...
2009-12-18 Dan GohmanRevert this use of NSW; this one isn't actually safe...
2009-12-18 Dan GohmanDelete an unused variable.
2009-12-18 Dan GohmanPreserve NSW information in more places.
2009-12-18 Dan GohmanAdd Loop contains utility methods for testing whether...
2009-12-18 Dan GohmanWhitespace cleanups.
2009-11-23 Nick LewyckyRemove dead LLVMContext argument.
2009-11-09 Dan GohmanPass the (optional) TargetData object to ConstantFoldIn...
2009-11-09 Chris Lattnerfix ConstantFoldCompareInstOperands to take the LHS...
2009-11-06 Chris Lattnerremove a bunch of extraneous LLVMContext arguments
2009-11-01 Douglas GregorReverting 85714, 85715, 85716, which are breaking the...
2009-11-01 Dan GohmanAdd a function to Passes.h to allow clients to create...
2009-10-31 Dan GohmanRename forgetLoopBackedgeTakenCount to forgetLoop,...
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-09 Dan GohmanRevert r83606 and add comments explaining why it isn...
2009-10-09 Dan GohmanPreserve HasNSW and HasNUW when constructing SCEVs...
2009-10-09 Dan GohmanAdd the ability to track HasNSW and HasNUW on more...
2009-09-27 Dan GohmanAdd a properlyDominates member function to ScalarEvolution.
2009-09-17 Dan GohmanTeach ScalarEvolution how to reason about no-wrap flags...
2009-09-03 Dan GohmanRemove references to expression "handles", which are...
2009-08-31 Dan GohmanDon't use an iterator which is potentially invalidated.
2009-08-31 Dan GohmanExtend the ValuesAtScope cache to cover all expressions...
2009-08-25 Dan GohmanDon't assume that two identical instructions that read...
2009-08-25 Dan GohmanTeach ScalarEvolution about GlobalAliases.
2009-08-24 Chris Lattnerremove a few dead insertion methods.
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-20 Dan GohmanRename hasNoUnsignedOverflow and hasNoSignedOverflow...
2009-08-20 Dan GohmanVarious comment and whitespace cleanups.
2009-08-19 Dan GohmanUse hasDefinitiveInitializer() instead of testing the...
2009-08-18 Dan GohmanGeneralize ScalarEvolution to be able to analyze GEPs...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-07 Andreas BolkaFix copy-pasto.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-27 Dan GohmanFix wording in comments.
2009-07-25 Dan GohmanSCEV objects are no longer reference-counted.
2009-07-25 Dan GohmanWhen attempting to sign-extend an addrec by interpreting
2009-07-25 Dan GohmanTeach ScalarEvolution to make use of no-overflow flags...
2009-07-25 Dan GohmanInstead of eagerly creating new SCEVs to replace all...
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
next