summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
* Merge 183060: Prevent loop-unroll from making assumptions about undefined beh...Andrew Trick2013-06-01
* Merging 182989: Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' condit...Andrew Trick2013-05-31
* Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.Matt Arsenault2013-05-06
* RegionInfo: Do not crash if unreachable block is foundTobias Grosser2013-05-03
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren2013-04-27
* Struct-path aware TBAA: update getMostGenericTBAA Manman Ren2013-04-22
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* ConstantFolding: ComputeMaskedBits wants the scalar size for vectors.Benjamin Kramer2013-04-19
* A limit of 500 was still a bit too high for some tests.Bill Wendling2013-04-17
* Fix a scalability issue with complex ConstantExprs.Benjamin Kramer2013-04-13
* Aliasing rules for struct-path aware TBAA.Manman Ren2013-04-11
* RegionInfo: Add helpers to replace entry/exit recursivelyTobias Grosser2013-04-10
* Revert r176408 and r176407 to address PR15540.Nadav Rotem2013-04-09
* Revert 179071 because it is not the right way to support non standard new/new...Nadav Rotem2013-04-09
* c++ new operators are not malloc-like functions because they do not return un...Nadav Rotem2013-04-08
* InstructionSimplify.cpp: Fix a ligature, "fi", to get rid of utf8 in comment.NAKAMURA Takumi2013-04-08
* 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