| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove extra parameter. | Devang Patel | 2010-03-13 | 1 | -1/+1 |
* | Do not overestimate code size reduction in presense of debug info. | Devang Patel | 2010-03-13 | 1 | -1/+5 |
* | Add a DominatorTree argument to isLCSSA so that it doesn't have to | Dan Gohman | 2010-03-10 | 1 | -1/+1 |
* | Try to keep the cached inliner costs around for a bit longer for big functions. | Jakob Stoklund Olesen | 2010-03-09 | 1 | -0/+5 |
* | Revert r98089, it was breaking a clang test. | Jakob Stoklund Olesen | 2010-03-09 | 1 | -5/+0 |
* | Try to keep the cached inliner costs around for a bit longer for big functions. | Jakob Stoklund Olesen | 2010-03-09 | 1 | -0/+5 |
* | Start using DIFile. See updated SourceLevelDebugging.html for more information. | Devang Patel | 2010-03-09 | 1 | -29/+62 |
* | Introduce DIFile. This will be used to represent header files and source file... | Devang Patel | 2010-03-08 | 1 | -0/+16 |
* | Derive DIType from DIScope. This simplifies getContext() where for members th... | Devang Patel | 2010-03-08 | 1 | -7/+9 |
* | Remove DbgNode checks in constructor. Debug descriptors are intended to be li... | Devang Patel | 2010-03-08 | 1 | -46/+12 |
* | isNull() is not used any more. | Devang Patel | 2010-03-08 | 1 | -1/+0 |
* | Avoid using DIDescriptor.isNull(). | Devang Patel | 2010-03-08 | 1 | -2/+6 |
* | Revert r97947. | Devang Patel | 2010-03-08 | 1 | -6/+3 |
* | Avoid using DIDescriptor.isNull(). | Devang Patel | 2010-03-08 | 1 | -3/+6 |
* | Add findNearestCommonDominator() for PostDominators. | Tobias Grosser | 2010-03-07 | 1 | -0/+4 |
* | Move GetStringLength and helper from SimplifyLibCalls to ValueTracking. | Eric Christopher | 2010-03-05 | 1 | -0/+4 |
* | remove anders-aa from mainline, it isn't maintained and is | Chris Lattner | 2010-03-01 | 1 | -7/+0 |
* | Spelling fixes. | Dan Gohman | 2010-03-01 | 2 | -8/+8 |
* | Whitespace cleanups. | Dan Gohman | 2010-03-01 | 1 | -24/+24 |
* | Convert a few more backedge-taken count functions to use BackedgeTakenInfo. | Dan Gohman | 2010-02-24 | 1 | -3/+3 |
* | Reapply r97010, the speculative revert failed. | Daniel Dunbar | 2010-02-24 | 1 | -11/+7 |
* | Speculatively revert r97010, "Add an argument to PHITranslateValue to specify | Daniel Dunbar | 2010-02-24 | 1 | -7/+11 |
* | Add an argument to PHITranslateValue to specify the DominatorTree. If this | Bob Wilson | 2010-02-24 | 1 | -11/+7 |
* | Rename a variable to avoid a -Wshadow warning. | Dan Gohman | 2010-02-22 | 1 | -1/+1 |
* | recommit 96626, evidence that it broke things appears | Dale Johannesen | 2010-02-19 | 1 | -0/+5 |
* | Revert 96626, which causes build failure on ppc Darwin. | Dale Johannesen | 2010-02-19 | 1 | -5/+0 |
* | Indvars needs to explicitly notify ScalarEvolution when it is replacing | Dan Gohman | 2010-02-18 | 1 | -0/+5 |
* | Use line and column number to distinguish two lexical blocks at the same level. | Devang Patel | 2010-02-16 | 1 | -4/+7 |
* | Split critical edges as needed for load PRE. | Bob Wilson | 2010-02-16 | 1 | -1/+6 |
* | When restoring a saved insert location, check to see if the saved | Dan Gohman | 2010-02-15 | 1 | -0/+2 |
* | In rememberInstruction, if the value being remembered is the | Dan Gohman | 2010-02-14 | 1 | -3/+1 |
* | Remove a 'protected' keyword, now that SCEVExpander is no longer | Dan Gohman | 2010-02-14 | 1 | -1/+1 |
* | Override dominates and properlyDominates for SCEVAddRecExpr, as a | Dan Gohman | 2010-02-13 | 1 | -0/+4 |
* | Reapply the new LoopStrengthReduction code, with compile time and | Dan Gohman | 2010-02-12 | 2 | -70/+39 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
* | Minor code simplification. | Dan Gohman | 2010-02-10 | 1 | -2/+1 |
* | Mention IndVarSimplify in the comment by getSmallConstantTripCount, as | Dan Gohman | 2010-02-09 | 1 | -0/+4 |
* | Add const qualifiers. | Dan Gohman | 2010-02-08 | 1 | -1/+1 |
* | Set DW_AT_artificial only if argument is marked as artificial. | Devang Patel | 2010-02-06 | 1 | -1/+9 |
* | Update CodeMetrics to count 'big' function calls explicitly. | Jakob Stoklund Olesen | 2010-02-05 | 1 | -10/+13 |
* | Change the argument to getIntegerSCEV to be an int64_t, rather | Dan Gohman | 2010-02-04 | 1 | -1/+1 |
* | Provide interface to identifiy artificial methods. | Devang Patel | 2010-02-03 | 1 | -1/+3 |
* | Fix function names in comments. Thanks Duncan! | Dan Gohman | 2010-02-02 | 1 | -3/+3 |
* | Add "dump" method to IVUsersOneStride. | Bill Wendling | 2010-02-01 | 1 | -0/+5 |
* | Generalize target-independent folding rules for sizeof to handle more | Dan Gohman | 2010-02-01 | 2 | -3/+17 |
* | Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and in their place | Dan Gohman | 2010-01-28 | 2 | -98/+11 |
* | Fix inline cost predictions with SCIENCE. | Jakob Stoklund Olesen | 2010-01-26 | 1 | -1/+3 |
* | Add extra element to composite type. This new element will be used to record ... | Devang Patel | 2010-01-26 | 1 | -1/+5 |
* | Avoid using "Type" as the variable name. | Devang Patel | 2010-01-23 | 1 | -4/+4 |
* | elimiante the dynamic_cast's from opt. | Chris Lattner | 2010-01-22 | 1 | -2/+2 |