summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis
Commit message (Expand)AuthorAge
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Fixed 80+ violation and added C++ to header.Michael Gottesman2013-07-12
* TargetTransformInfo: address calculation parameter for gather/scatherArnold Schwaighofer2013-07-12
* Fixed comment in header of Block Frequency Impl and added text for C++ mode.Michael Gottesman2013-07-12
* Stylistic change.Shuxin Yang2013-07-12
* Fix a SCEV update problem.Shuxin Yang2013-07-08
* extending the interface of Dependence slightly to support future workPreston Briggs2013-06-28
* Try to unbreak Linux buildbots.Jakob Stoklund Olesen2013-06-28
* Minimize precision loss when computing cyclic probabilities.Jakob Stoklund Olesen2013-06-28
* Merge isReachable into isBackedge.Jakob Stoklund Olesen2013-06-25
* BlockFrequency: Bump up the entry frequency a bit.Benjamin Kramer2013-06-25
* Add a const version of findNearestCommonDominator to PostDom for convenience.Benjamin Kramer2013-06-09
* Remove unneeded #include.Jakub Staszak2013-06-06
* Loop Strength Reduce: Scaling factor cost.Quentin Colombet2013-05-31
* Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' conditions.Andrew Trick2013-05-31
* Add support for llvm.vectorizer metadataPaul Redmond2013-05-28
* Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...Michael Kuperstein2013-05-28
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-24
* Add missing -*- C++ -*- to headersMatt Arsenault2013-05-17
* Fix a typo (ouput => output)Sylvestre Ledru2013-05-17
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* RegionInfo: Add helpers to replace entry/exit recursivelyTobias Grosser2013-04-10
* Revert r176408 and r176407 to address PR15540.Nadav Rotem2013-04-09
* CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer2013-04-04
* Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick2013-03-26
* Add std prefixes to fix the build with xlc.Rafael Espindola2013-03-20
* Remove unneeded #includes.Jakub Staszak2013-03-18
* Remove unneeded #includes. Use forward declarations instead.Jakub Staszak2013-03-10
* Remove unneeded #includes. Use forward declarations instead.Jakub Staszak2013-03-10
* Remove unneeded const_cast.Jakub Staszak2013-03-09
* Use forward declaration instead of #include.Jakub Staszak2013-03-09
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-08
* Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang2013-03-06
* Remove duplicated forward declaration.Jakub Staszak2013-03-06
* Fix a few typos in comments.Jakub Staszak2013-03-05
* Add some constantness.Jakub Staszak2013-03-05
* std::distance() == 0 means that iterators are equal. No functionality change.Jakub Staszak2013-03-05
* Use the right number of slashes in comment stringArnold Schwaighofer2013-03-05
* Clarify comment for function getObjectSizeArnold Schwaighofer2013-03-05
* recommit r172363 & r171325 (reverted in r172756)Nuno Lopes2013-03-02
* add getUnderlyingObjectSize()Nuno Lopes2013-03-02
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-18
* Pacify -Wnon-virtual-dtorMatt Beaumont-Gay2013-02-15
* capitalize SCEV to match the current naming conventionSebastian Pop2013-02-15
* add ScevApplyRewriterSebastian Pop2013-02-15
* add SCEVParameterRewriterSebastian Pop2013-02-15
* Metadata for annotating loops as parallel. The first consumer for this Pekka Jaaskelainen2013-02-13
* Remove unneeded #includes.Jakub Staszak2013-02-09
* Remove trailing spaces.Jakub Staszak2013-02-09
* Remove unneeded #includes.Jakub Staszak2013-02-09