aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Fix missing -*- C++ -*-sMatt Arsenault2013-08-061-1/+1
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-271-0/+69
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-271-0/+6
* Fix typo (ponted -> pointed)Matt Arsenault2013-07-221-7/+7
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-1/+1
* Fixed 80+ violation and added C++ to header.Michael Gottesman2013-07-121-1/+1
* TargetTransformInfo: address calculation parameter for gather/scatherArnold Schwaighofer2013-07-121-1/+5
* Fixed comment in header of Block Frequency Impl and added text for C++ mode.Michael Gottesman2013-07-121-1/+1
* Stylistic change.Shuxin Yang2013-07-121-1/+1
* Fix a SCEV update problem.Shuxin Yang2013-07-081-0/+4
* extending the interface of Dependence slightly to support future workPreston Briggs2013-06-281-1/+35
* Try to unbreak Linux buildbots.Jakob Stoklund Olesen2013-06-281-2/+2
* Minimize precision loss when computing cyclic probabilities.Jakob Stoklund Olesen2013-06-281-35/+49
* Merge isReachable into isBackedge.Jakob Stoklund Olesen2013-06-251-19/+10
* BlockFrequency: Bump up the entry frequency a bit.Benjamin Kramer2013-06-252-5/+5
* Add a const version of findNearestCommonDominator to PostDom for convenience.Benjamin Kramer2013-06-091-0/+5
* Remove unneeded #include.Jakub Staszak2013-06-061-1/+0
* Loop Strength Reduce: Scaling factor cost.Quentin Colombet2013-05-311-0/+10
* Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' conditions.Andrew Trick2013-05-311-4/+6
* Add support for llvm.vectorizer metadataPaul Redmond2013-05-281-0/+17
* Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...Michael Kuperstein2013-05-281-0/+4
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-241-0/+4
* Add missing -*- C++ -*- to headersMatt Arsenault2013-05-171-3/+3
* Fix a typo (ouput => output)Sylvestre Ledru2013-05-171-1/+1
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-151-1/+1
* RegionInfo: Add helpers to replace entry/exit recursivelyTobias Grosser2013-04-101-0/+18
* Revert r176408 and r176407 to address PR15540.Nadav Rotem2013-04-091-11/+1
* CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer2013-04-041-1/+10
* Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick2013-03-261-0/+4
* Add std prefixes to fix the build with xlc.Rafael Espindola2013-03-201-1/+1
* Remove unneeded #includes.Jakub Staszak2013-03-181-1/+0
* Remove unneeded #includes. Use forward declarations instead.Jakub Staszak2013-03-101-5/+4
* Remove unneeded #includes. Use forward declarations instead.Jakub Staszak2013-03-101-3/+5
* Remove unneeded const_cast.Jakub Staszak2013-03-091-5/+5
* Use forward declaration instead of #include.Jakub Staszak2013-03-091-1/+1
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-081-3/+0
* Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang2013-03-061-2/+5
* Remove duplicated forward declaration.Jakub Staszak2013-03-061-1/+0
* Fix a few typos in comments.Jakub Staszak2013-03-054-8/+8
* Add some constantness.Jakub Staszak2013-03-051-6/+6
* std::distance() == 0 means that iterators are equal. No functionality change.Jakub Staszak2013-03-051-2/+1
* Use the right number of slashes in comment stringArnold Schwaighofer2013-03-051-3/+3
* Clarify comment for function getObjectSizeArnold Schwaighofer2013-03-051-1/+3
* recommit r172363 & r171325 (reverted in r172756)Nuno Lopes2013-03-021-1/+3
* add getUnderlyingObjectSize()Nuno Lopes2013-03-021-0/+8
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-181-2/+2
* Pacify -Wnon-virtual-dtorMatt Beaumont-Gay2013-02-151-0/+2
* capitalize SCEV to match the current naming conventionSebastian Pop2013-02-151-15/+15
* add ScevApplyRewriterSebastian Pop2013-02-151-0/+39
* add SCEVParameterRewriterSebastian Pop2013-02-151-0/+104