Age | Commit message (Expand) | Author |
2010-02-23 | Remove the code which constant-folded ptrtoint(inttoptr(x)+c) to | Dan Gohman |
2010-02-22 | Canonicalize ConstantInts to the right operand of commutative | Dan Gohman |
2010-02-22 | Minor formatting cleanup. | Dan Gohman |
2010-02-22 | Remove unused variables and parameters. | Dan Gohman |
2010-02-22 | Constant-fold certain comparisons with infinity and negative infinity. | Dan Gohman |
2010-02-19 | Add a comment. | Dan Gohman |
2010-02-19 | Teach ScalarEvolution how to compute a tripcount for a loop with | Dan Gohman |
2010-02-19 | recommit 96626, evidence that it broke things appears | Dale Johannesen |
2010-02-19 | Revert 96626, which causes build failure on ppc Darwin. | Dale Johannesen |
2010-02-18 | Indvars needs to explicitly notify ScalarEvolution when it is replacing | Dan Gohman |
2010-02-17 | Fix SCEVExpander's existing PHI reuse checking to recognize the | Dan Gohman |
2010-02-17 | Fold bswap(undef) to undef. | Dan Gohman |
2010-02-16 | Use line and column number to distinguish two lexical blocks at the same level. | Devang Patel |
2010-02-16 | Split critical edges as needed for load PRE. | Bob Wilson |
2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
2010-02-16 | When reusing an existing PHI node in a loop, be even more | Dan Gohman |
2010-02-15 | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands |
2010-02-15 | When testing whether a given SCEV depends on a temporary symbolic | Dan Gohman |
2010-02-15 | When restoring a saved insert location, check to see if the saved | Dan Gohman |
2010-02-14 | In rememberInstruction, if the value being remembered is the | Dan Gohman |
2010-02-14 | Simplify this code; no need for a custom subclass if it doesn't need | Dan Gohman |
2010-02-13 | Override dominates and properlyDominates for SCEVAddRecExpr, as a | Dan Gohman |
2010-02-12 | Fix a case of mismatched types in an Add that turned up in 447.dealII. | Dan Gohman |
2010-02-12 | Reapply the new LoopStrengthReduction code, with compile time and | Dan Gohman |
2010-02-10 | Use an AssemblyAnnotatorWriter to clean up IVUsers' debug output. | Dan Gohman |
2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
2010-02-08 | Add const qualifiers. | Dan Gohman |
2010-02-06 | Set DW_AT_artificial only if argument is marked as artificial. | Devang Patel |
2010-02-05 | Update CodeMetrics to count 'big' function calls explicitly. | Jakob Stoklund Olesen |
2010-02-04 | Change the argument to getIntegerSCEV to be an int64_t, rather | Dan Gohman |
2010-02-03 | Provide interface to identifiy artificial methods. | Devang Patel |
2010-02-02 | Various code simplifications. | Dan Gohman |
2010-02-01 | Add "dump" method to IVUsersOneStride. | Bill Wendling |
2010-02-01 | Generalize target-independent folding rules for sizeof to handle more | Dan Gohman |
2010-01-29 | Before inserting llvm.dbg.declare intrinsic at the end of a basic block, ch... | Devang Patel |
2010-01-29 | It looks like the changes to the SRem logic of SimplifyDemandedUseBits | Duncan Sands |
2010-01-28 | Check Type::isSized before calling ScalarEvolution::getAllocSizeExpr, | Dan Gohman |
2010-01-28 | Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and in their place | Dan Gohman |
2010-01-26 | Fix inline cost predictions with SCIENCE. | Jakob Stoklund Olesen |
2010-01-26 | Revert test polarity to match comment and desired outcome. Remove undeserved ... | Jakob Stoklund Olesen |
2010-01-26 | Remove dead code. | Jakob Stoklund Olesen |
2010-01-26 | Skip calculation of ArgumentWeights if it will never be used. | Jakob Stoklund Olesen |
2010-01-26 | Add extra element to composite type. This new element will be used to record ... | Devang Patel |
2010-01-26 | Make the unsigned-range code more consistent with the signed-range code, | Dan Gohman |
2010-01-26 | Fix a typo in a comment that Duncan noticed. | Dan Gohman |
2010-01-26 | Rename ItCount to BECount, since it holds a backedge-taken count rather | Dan Gohman |
2010-01-26 | Fix the the ceiling-division used in computing the MaxBECount so that it doesn't | Dan Gohman |
2010-01-26 | Assert when debug intrinsic insert functions are passed empty arguments | Victor Hernandez |
2010-01-24 | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner |
2010-01-23 | Avoid using "Type" as the variable name. | Devang Patel |