aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Revert r100143.Eric Christopher2010-04-011-4/+0
* Add some switches helpful for debugging:David Greene2010-04-011-0/+4
* Do not rely on getCompileUnit() to find source file information for a subprog...Devang Patel2010-03-241-2/+15
* Fix coding style.Dan Gohman2010-03-241-16/+17
* Generalize findNearestCommonDominator to work on post-dominators,Dan Gohman2010-03-241-6/+7
* Clear the SCEVExpander's insertion point after making deletions,Dan Gohman2010-03-201-0/+7
* Fix more places to more thoroughly ignore debug intrinsics. This fixesDan Gohman2010-03-191-6/+1
* Add the ability to "intern" FoldingSetNodeID data into aDan Gohman2010-03-182-19/+25
* Reapply r98755 with a thinko which miscompiled gengtype fixed.Dan Gohman2010-03-181-24/+26
* Revert 98755, which may be causing trouble.Dan Gohman2010-03-171-26/+24
* Change SCEVNAryExpr's operand array from a SmallVector to a plainDan Gohman2010-03-171-24/+26
* Remove extra parameter.Devang Patel2010-03-131-1/+1
* Do not overestimate code size reduction in presense of debug info.Devang Patel2010-03-131-1/+5
* Add a DominatorTree argument to isLCSSA so that it doesn't have toDan Gohman2010-03-101-1/+1
* Try to keep the cached inliner costs around for a bit longer for big functions.Jakob Stoklund Olesen2010-03-091-0/+5
* Revert r98089, it was breaking a clang test.Jakob Stoklund Olesen2010-03-091-5/+0
* Try to keep the cached inliner costs around for a bit longer for big functions.Jakob Stoklund Olesen2010-03-091-0/+5
* Start using DIFile. See updated SourceLevelDebugging.html for more information.Devang Patel2010-03-091-29/+62
* Introduce DIFile. This will be used to represent header files and source file...Devang Patel2010-03-081-0/+16
* Derive DIType from DIScope. This simplifies getContext() where for members th...Devang Patel2010-03-081-7/+9
* Remove DbgNode checks in constructor. Debug descriptors are intended to be li...Devang Patel2010-03-081-46/+12
* isNull() is not used any more.Devang Patel2010-03-081-1/+0
* Avoid using DIDescriptor.isNull(). Devang Patel2010-03-081-2/+6
* Revert r97947.Devang Patel2010-03-081-6/+3
* Avoid using DIDescriptor.isNull().Devang Patel2010-03-081-3/+6
* Add findNearestCommonDominator() for PostDominators.Tobias Grosser2010-03-071-0/+4
* Move GetStringLength and helper from SimplifyLibCalls to ValueTracking.Eric Christopher2010-03-051-0/+4
* remove anders-aa from mainline, it isn't maintained and isChris Lattner2010-03-011-7/+0
* Spelling fixes.Dan Gohman2010-03-012-8/+8
* Whitespace cleanups.Dan Gohman2010-03-011-24/+24
* Convert a few more backedge-taken count functions to use BackedgeTakenInfo.Dan Gohman2010-02-241-3/+3
* Reapply r97010, the speculative revert failed.Daniel Dunbar2010-02-241-11/+7
* Speculatively revert r97010, "Add an argument to PHITranslateValue to specifyDaniel Dunbar2010-02-241-7/+11
* Add an argument to PHITranslateValue to specify the DominatorTree. If thisBob Wilson2010-02-241-11/+7
* Rename a variable to avoid a -Wshadow warning.Dan Gohman2010-02-221-1/+1
* recommit 96626, evidence that it broke things appearsDale Johannesen2010-02-191-0/+5
* Revert 96626, which causes build failure on ppc Darwin.Dale Johannesen2010-02-191-5/+0
* Indvars needs to explicitly notify ScalarEvolution when it is replacingDan Gohman2010-02-181-0/+5
* Use line and column number to distinguish two lexical blocks at the same level.Devang Patel2010-02-161-4/+7
* Split critical edges as needed for load PRE.Bob Wilson2010-02-161-1/+6
* When restoring a saved insert location, check to see if the savedDan Gohman2010-02-151-0/+2
* In rememberInstruction, if the value being remembered is theDan Gohman2010-02-141-3/+1
* Remove a 'protected' keyword, now that SCEVExpander is no longerDan Gohman2010-02-141-1/+1
* Override dominates and properlyDominates for SCEVAddRecExpr, as aDan Gohman2010-02-131-0/+4
* Reapply the new LoopStrengthReduction code, with compile time andDan Gohman2010-02-122-70/+39
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Minor code simplification.Dan Gohman2010-02-101-2/+1
* Mention IndVarSimplify in the comment by getSmallConstantTripCount, asDan Gohman2010-02-091-0/+4
* Add const qualifiers.Dan Gohman2010-02-081-1/+1
* Set DW_AT_artificial only if argument is marked as artificial.Devang Patel2010-02-061-1/+9