summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
* CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer2013-04-04
* Build fixes for STLPort + GCCMatt Arsenault2013-03-29
* Fix loop styleMatt Arsenault2013-03-29
* BasicAA: Only query twice if the result of the more general query was MayAliasArnold Schwaighofer2013-03-26
* Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick2013-03-26
* Support in AAEvaluator to print alias queries of loads/stores with TBAA tags.Manman Ren2013-03-22
* Remove 'else' after 'return'.Jakub Staszak2013-03-20
* Remove trailing spaces.Jakub Staszak2013-03-20
* Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero.Manman Ren2013-03-18
* Small fix for cost analysis of ptrtoint.Patrik Hagglund2013-03-12
* Remove unneeded #includes. Use forward declarations instead.Jakub Staszak2013-03-10
* Early exit from getAllocationData() and isFreeCall() for intrinsics.Michael Ilseman2013-03-08
* Remove trailing whitespaceMichael Ilseman2013-03-08
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-08
* Simplify code. No functionality change.Jakub Staszak2013-03-07
* Change NULL to 0.Jakub Staszak2013-03-07
* ArrayRef ca accept one element. Simplify code a little bit, also it matches nowJakub Staszak2013-03-07
* Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang2013-03-06
* Use dyn_cast instead of isa && cast. No functionality change.Jakub Staszak2013-03-06
* recommit r172363 & r171325 (reverted in r172756)Nuno Lopes2013-03-02
* add getUnderlyingObjectSize()Nuno Lopes2013-03-02
* Cost model support for lowered math builtins.Benjamin Kramer2013-02-28
* Fix a problem in alias analysis. It is about the misinterpretation of "Object".Shuxin Yang2013-02-28
* Constant fold vector bitcasts of halves similarly to how floats and doubles a...Michael Ilseman2013-02-26
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-26
* Formatting.Chad Rosier2013-02-20
* Teach the DataLayout aware constant folder to be much more aggressive towardsNick Lewycky2013-02-14
* Metadata for annotating loops as parallel. The first consumer for this Pekka Jaaskelainen2013-02-13
* [tsan] disable load widening in ThreadSanitizer modeKostya Serebryany2013-02-13
* Cost model: Add check for reverse shuffles to CostModel analysisArnold Schwaighofer2013-02-12
* Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...Bob Wilson2013-02-08
* ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer2013-02-08
* Identify and simplify idempotent intrinsics. Test case included.Michael Ilseman2013-02-07
* Conditionalize constant folding of math intrinsics on the availability of an ...Owen Anderson2013-02-07
* Signficantly generalize our ability to constant fold floating point intrinsic...Owen Anderson2013-02-06
* ConstantFolding: Fix a crash when encoutering a truncating inttoptr.Benjamin Kramer2013-02-05
* use GEP::accumulateConstantOffset() to replace custom written code to compute...Nuno Lopes2013-02-03
* InstSimplify: stripAndComputeConstantOffsets can be called with vectors of po...Benjamin Kramer2013-02-01
* Add a comment explaining an unavailable optimization.Dan Gohman2013-02-01
* Rewrite instsimplify's handling if icmp on pointer values to remove theDan Gohman2013-02-01
* An alloca can be equal to an argument. It can't *alias* an alloca, but it couldDan Gohman2013-01-31
* Change stripAndComputeConstantOffsets to accept a NULL DataLayout pointerDan Gohman2013-01-31
* Add a comment.Dan Gohman2013-01-31
* Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp sinceDan Gohman2013-01-31
* Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman2013-01-31
* Minor code simplification.Dan Gohman2013-01-31
* stripAndComputeConstantOffsets is only called on pointers; check thisDan Gohman2013-01-31
* ConstantFolding: Add a missing folding that leads to a miscompile.Benjamin Kramer2013-01-24
* ConstantFolding: Tweak r173289, it should evaluate in the intptr type, not th...Benjamin Kramer2013-01-23
* ConstantFolding: Evaluate GEP indices in the index type.Benjamin Kramer2013-01-23