aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update CodeMetrics to count 'big' function calls explicitly.Jakob Stoklund Olesen2010-02-051-10/+13
* Change the argument to getIntegerSCEV to be an int64_t, ratherDan Gohman2010-02-041-1/+1
* Provide interface to identifiy artificial methods.Devang Patel2010-02-031-1/+3
* Fix function names in comments. Thanks Duncan!Dan Gohman2010-02-021-3/+3
* Add "dump" method to IVUsersOneStride.Bill Wendling2010-02-011-0/+5
* Generalize target-independent folding rules for sizeof to handle moreDan Gohman2010-02-012-3/+17
* Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and in their placeDan Gohman2010-01-282-98/+11
* Fix inline cost predictions with SCIENCE.Jakob Stoklund Olesen2010-01-261-1/+3
* Add extra element to composite type. This new element will be used to record ...Devang Patel2010-01-261-1/+5
* Avoid using "Type" as the variable name.Devang Patel2010-01-231-4/+4
* elimiante the dynamic_cast's from opt.Chris Lattner2010-01-221-2/+2
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-221-0/+3
* Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman2010-01-221-0/+3
* struct/class mismatch.Benjamin Kramer2010-01-211-1/+1
* Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman2010-01-211-3/+63
* Make SCEVAddRecExpr's getType return a pointer type when the addDan Gohman2010-01-191-0/+7
* Give ScalarEvolution access to the DominatorTree. It'll need thisDan Gohman2010-01-191-0/+4
* Add a new helper function to IVUsers for returning the "canonical"Dan Gohman2010-01-191-0/+5
* remove extraneous ;Chris Lattner2010-01-191-1/+1
* Make findDbgDeclare/findDbgGlobalDeclare local static functions; avoid Elts a...Victor Hernandez2010-01-181-7/+0
* Fix PR6047Tobias Grosser2010-01-161-13/+1
* Create Generic DOTGraphTraits Printer/ViewerTobias Grosser2010-01-161-0/+83
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-151-2/+1
* Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez2010-01-151-1/+2
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-151-2/+1
* Remove trailing white spaces in post dominators header fileTobias Grosser2010-01-111-6/+6
* Add getNode() to post dominators.Tobias Grosser2010-01-111-0/+4
* Respond to Chris' review:Victor Hernandez2010-01-111-2/+2
* Add assert to check dominance dfs numbers.Tobias Grosser2010-01-071-0/+7
* Remove workaround in PostDominatorsTobias Grosser2010-01-072-19/+6
* Fix DFS number calculation for postdominatorsTobias Grosser2010-01-071-23/+29
* Fix struct/class mismatchDouglas Gregor2010-01-061-1/+1
* Partially address a README by having functionattrs consider calls toDuncan Sands2010-01-061-0/+4
* Restore dump() methods to Loop and MachineLoop.Dan Gohman2010-01-051-1/+3
* Remove dead debug info intrinsics.Devang Patel2010-01-051-22/+0
* this #include is ok.Chris Lattner2009-12-311-1/+1
* fix Analysis/DebugInfo.h to not include Metadata.h. Do thisChris Lattner2009-12-311-15/+7
* rename "elements" of metadata to "operands". "Elements" areChris Lattner2009-12-311-4/+4
* remove a bunch of unneeded functions.Chris Lattner2009-12-291-21/+0
* one pass of cleanup over DebugInfo.h. Much more is still needed.Chris Lattner2009-12-291-25/+16