aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Use an AssemblyAnnotatorWriter to clean up IVUsers' debug output.Dan Gohman2010-02-101-1/+10
* Fix "the the" and similar typos.Dan Gohman2010-02-104-5/+5
* Add const qualifiers.Dan Gohman2010-02-081-2/+2
* Set DW_AT_artificial only if argument is marked as artificial.Devang Patel2010-02-061-0/+23
* Update CodeMetrics to count 'big' function calls explicitly.Jakob Stoklund Olesen2010-02-051-5/+9
* 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-5/+8
* Various code simplifications.Dan Gohman2010-02-021-31/+28
* Add "dump" method to IVUsersOneStride.Bill Wendling2010-02-011-0/+23
* Generalize target-independent folding rules for sizeof to handle moreDan Gohman2010-02-013-40/+98
* Before inserting llvm.dbg.declare intrinsic at the end of a basic block, ch...Devang Patel2010-01-291-2/+7
* It looks like the changes to the SRem logic of SimplifyDemandedUseBitsDuncan Sands2010-01-291-8/+17
* Check Type::isSized before calling ScalarEvolution::getAllocSizeExpr,Dan Gohman2010-01-281-21/+23
* Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and in their placeDan Gohman2010-01-282-105/+100
* Fix inline cost predictions with SCIENCE.Jakob Stoklund Olesen2010-01-261-28/+31
* Revert test polarity to match comment and desired outcome. Remove undeserved ...Jakob Stoklund Olesen2010-01-261-2/+2
* Remove dead code.Jakob Stoklund Olesen2010-01-261-3/+0
* Skip calculation of ArgumentWeights if it will never be used.Jakob Stoklund Olesen2010-01-261-0/+6
* Add extra element to composite type. This new element will be used to record ...Devang Patel2010-01-261-3/+5
* Make the unsigned-range code more consistent with the signed-range code,Dan Gohman2010-01-261-25/+29
* Fix a typo in a comment that Duncan noticed.Dan Gohman2010-01-261-1/+1
* Rename ItCount to BECount, since it holds a backedge-taken count ratherDan Gohman2010-01-261-9/+9
* Fix the the ceiling-division used in computing the MaxBECount so that it doesn'tDan Gohman2010-01-261-51/+72
* Assert when debug intrinsic insert functions are passed empty argumentsVictor Hernandez2010-01-261-0/+6
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-242-2/+0
* Avoid using "Type" as the variable name.Devang Patel2010-01-231-11/+12
* Make sure ValueFn starts off emptyVictor Hernandez2010-01-231-1/+1
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-222-0/+3
* drop the pass name from the output.Chris Lattner2010-01-221-3/+1
* eliminate dynamic_cast from this file.Chris Lattner2010-01-221-17/+20
* eliminate a bunch more unneeded dynamic_cast's.Chris Lattner2010-01-222-35/+27
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-221-0/+3
* When re-using an existing cast for a user, it's still necessary to callDan Gohman2010-01-211-1/+3
* Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman2010-01-213-81/+359
* adopt getAdjustedAnalysisPointer in a few more passes.Chris Lattner2010-01-206-0/+64
* adopt getAdjustedAnalysisPointer in two more passes.Chris Lattner2010-01-202-0/+20
* adopt getAdjustedAnalysisPointer in BasicCallGraph.Chris Lattner2010-01-201-1/+11
* add some new methods to adjust this pointers. Not used yet.Chris Lattner2010-01-201-0/+20
* Avoid unnecessary Elts arrayVictor Hernandez2010-01-201-4/+2
* Add a comment and tidy up some whitespace.Dan Gohman2010-01-191-2/+2
* Fix a typo and an 80-column violation in comments.Dan Gohman2010-01-191-3/+3
* Give ScalarEvolution access to the DominatorTree. It'll need thisDan Gohman2010-01-191-0/+2
* Add a new helper function to IVUsers for returning the "canonical"Dan Gohman2010-01-191-0/+13
* Make findDbgDeclare/findDbgGlobalDeclare local static functions; avoid Elts a...Victor Hernandez2010-01-181-6/+7
* Create Generic DOTGraphTraits Printer/ViewerTobias Grosser2010-01-161-56/+18
* Replace DebugLocTuple with DILocation.Devang Patel2010-01-161-12/+4
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-151-29/+22
* Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez2010-01-151-22/+29
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-151-29/+22
* Pad my commit stats by reducing indentation in this now separateEric Christopher2010-01-141-19/+20