aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Support in AAEvaluator to print alias queries of loads/stores with TBAA tags.Manman Ren2013-03-221-0/+72
* Remove 'else' after 'return'.Jakub Staszak2013-03-201-2/+4
* Remove trailing spaces.Jakub Staszak2013-03-201-133/+133
* Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero.Manman Ren2013-03-181-0/+2
* Small fix for cost analysis of ptrtoint.Patrik Hagglund2013-03-121-2/+2
* Remove unneeded #includes. Use forward declarations instead.Jakub Staszak2013-03-101-0/+5
* Early exit from getAllocationData() and isFreeCall() for intrinsics.Michael Ilseman2013-03-081-1/+5
* Remove trailing whitespaceMichael Ilseman2013-03-081-5/+5
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-083-226/+0
* Simplify code. No functionality change.Jakub Staszak2013-03-071-3/+3
* Change NULL to 0.Jakub Staszak2013-03-071-8/+8
* ArrayRef ca accept one element. Simplify code a little bit, also it matches nowJakub Staszak2013-03-071-3/+5
* Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang2013-03-061-4/+14
* Use dyn_cast instead of isa && cast. No functionality change.Jakub Staszak2013-03-061-4/+4
* recommit r172363 & r171325 (reverted in r172756)Nuno Lopes2013-03-021-12/+29
* add getUnderlyingObjectSize()Nuno Lopes2013-03-022-30/+21
* Cost model support for lowered math builtins.Benjamin Kramer2013-02-281-0/+11
* Fix a problem in alias analysis. It is about the misinterpretation of "Object".Shuxin Yang2013-02-281-0/+29
* Constant fold vector bitcasts of halves similarly to how floats and doubles a...Michael Ilseman2013-02-261-6/+8
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-261-2/+2
* Formatting.Chad Rosier2013-02-201-2/+1
* Teach the DataLayout aware constant folder to be much more aggressive towardsNick Lewycky2013-02-141-8/+30
* Metadata for annotating loops as parallel. The first consumer for this Pekka Jaaskelainen2013-02-131-0/+50
* [tsan] disable load widening in ThreadSanitizer modeKostya Serebryany2013-02-131-0/+6
* Cost model: Add check for reverse shuffles to CostModel analysisArnold Schwaighofer2013-02-121-0/+18
* Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...Bob Wilson2013-02-082-11/+10
* ARM cost model: Address computation in vector mem ops not freeArnold Schwaighofer2013-02-082-0/+12
* Identify and simplify idempotent intrinsics. Test case included.Michael Ilseman2013-02-071-0/+36
* Conditionalize constant folding of math intrinsics on the availability of an ...Owen Anderson2013-02-071-0/+10
* Signficantly generalize our ability to constant fold floating point intrinsic...Owen Anderson2013-02-061-14/+88
* ConstantFolding: Fix a crash when encoutering a truncating inttoptr.Benjamin Kramer2013-02-051-3/+7
* use GEP::accumulateConstantOffset() to replace custom written code to compute...Nuno Lopes2013-02-031-27/+2
* InstSimplify: stripAndComputeConstantOffsets can be called with vectors of po...Benjamin Kramer2013-02-011-10/+18
* Add a comment explaining an unavailable optimization.Dan Gohman2013-02-011-0/+28
* Rewrite instsimplify's handling if icmp on pointer values to remove theDan Gohman2013-02-011-56/+88
* An alloca can be equal to an argument. It can't *alias* an alloca, but it couldDan Gohman2013-01-311-12/+0
* Change stripAndComputeConstantOffsets to accept a NULL DataLayout pointerDan Gohman2013-01-311-10/+15
* Add a comment.Dan Gohman2013-01-311-0/+4
* Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp sinceDan Gohman2013-01-313-17/+16
* Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman2013-01-314-50/+49
* Minor code simplification.Dan Gohman2013-01-311-1/+1
* stripAndComputeConstantOffsets is only called on pointers; check thisDan Gohman2013-01-311-10/+1
* ConstantFolding: Add a missing folding that leads to a miscompile.Benjamin Kramer2013-01-241-4/+4
* ConstantFolding: Tweak r173289, it should evaluate in the intptr type, not th...Benjamin Kramer2013-01-231-18/+15
* ConstantFolding: Evaluate GEP indices in the index type.Benjamin Kramer2013-01-231-2/+11
* Begin fleshing out an interface in TTI for modelling the costs ofChandler Carruth2013-01-223-63/+159
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-221-1/+1
* Switch CodeMetrics itself over to use TTI to determine if an instructionChandler Carruth2013-01-212-79/+6
* Sink InlineCost.cpp into IPA -- it is now officially an interproceduralChandler Carruth2013-01-213-1/+1
* Move the inline cost analysis's primary cost query to TTI instead of theChandler Carruth2013-01-211-4/+4