aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis
AgeCommit message (Expand)Author
2013-07-15Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'Eli Bendersky
2013-06-17PNaCl: Turn on ABI verifier by default in sandboxed translatorMark Seaborn
2013-05-31Merging 182989: Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' condit...Andrew Trick
2013-04-26Check for metadata in PNaCl ABI checker.Jan Voung
2013-04-10RegionInfo: Add helpers to replace entry/exit recursivelyTobias Grosser
2013-04-09Revert r176408 and r176407 to address PR15540.Nadav Rotem
2013-04-04CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer
2013-04-01PNaCl: Allow the ABI checker to be used from "opt"Mark Seaborn
2013-03-26Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick
2013-03-20Merge remote-tracking branch 'origin/master'Eli Bendersky
2013-03-20Add std prefixes to fix the build with xlc.Rafael Espindola
2013-03-18Remove unneeded #includes.Jakub Staszak
2013-03-13ABI verifier: Add standalone tool pnacl-abicheckDerek Schuff
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
2013-03-10Remove unneeded #includes. Use forward declarations instead.Jakub Staszak
2013-03-10Remove unneeded #includes. Use forward declarations instead.Jakub Staszak
2013-03-09Remove unneeded const_cast.Jakub Staszak
2013-03-09Use forward declaration instead of #include.Jakub Staszak
2013-03-08Remove -print-dbginfo as it is unused & bitrotten.David Blaikie
2013-03-06Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang
2013-03-06Remove duplicated forward declaration.Jakub Staszak
2013-03-05Fix a few typos in comments.Jakub Staszak
2013-03-05Add some constantness.Jakub Staszak
2013-03-05std::distance() == 0 means that iterators are equal. No functionality change.Jakub Staszak
2013-03-05Use the right number of slashes in comment stringArnold Schwaighofer
2013-03-05Clarify comment for function getObjectSizeArnold Schwaighofer
2013-03-02recommit r172363 & r171325 (reverted in r172756)Nuno Lopes
2013-03-02add getUnderlyingObjectSize()Nuno Lopes
2013-02-18Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie
2013-02-15Pacify -Wnon-virtual-dtorMatt Beaumont-Gay
2013-02-15capitalize SCEV to match the current naming conventionSebastian Pop
2013-02-15add ScevApplyRewriterSebastian Pop
2013-02-15add SCEVParameterRewriterSebastian Pop
2013-02-13Metadata for annotating loops as parallel. The first consumer for this Pekka Jaaskelainen
2013-02-12This CL supersedes the previous 2 outstanding CLs.Derek Schuff
2013-02-09Remove unneeded #includes.Jakub Staszak
2013-02-09Remove trailing spaces.Jakub Staszak
2013-02-09Remove unneeded #includes.Jakub Staszak
2013-02-09Remove #includes from the commonly used LoopInfo.h.Jakub Staszak
2013-02-08ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer
2013-02-06Store bitcode verifier errors rather than dumping to stderrDerek Schuff
2013-01-31Document another instsimplify assumption.Dan Gohman
2013-01-31Cherry-pick r174067Derek Schuff
2013-01-31Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp sinceDan Gohman
2013-01-31Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-28Add a comment mentioning that InstructionSimplify routines do,Dan Gohman
2013-01-22Begin fleshing out an interface in TTI for modelling the costs ofChandler Carruth
2013-01-21Switch CodeMetrics itself over to use TTI to determine if an instructionChandler Carruth
2013-01-21Fix indentation and formatting.Chandler Carruth