Finish removing DestroySource.
[oota-llvm.git] / include / llvm / Analysis /
2014-12-15 Elena DemikhovskySink store based on alias analysis
2014-12-14 Elena DemikhovskyLoop Vectorizer minor changes in the code -
2014-12-04 Elena DemikhovskyMasked Load / Store Intrinsics - the CodeGen part.
2014-12-01 Akira Hatanaka[stack protector] Set edge weights for newly created...
2014-11-28 Duncan P. N. Exon... Revert "Masked Vector Load and Store Intrinsics."
2014-11-24 Rafael EspindolaRemove the unused FindUsedTypes pass.
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-11-19 David MajnemerAliasSetTracker: UnknownInsts should contribute to...
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-17 Rafael EspindolaFix GraphTraits for "const CallGraphNode *" and "const...
2014-11-17 Rafael EspindolaAdd back r222061 with a fix.
2014-11-16 Tobias GrosserFix typo
2014-11-16 Jingyue Wu[DependenceAnalysis] Allow subscripts of different...
2014-11-15 Reid KlecknerRevert "Don't make assumptions about the name of privat...
2014-11-14 Rafael EspindolaDon't make assumptions about the name of private global...
2014-11-11 Tom RoederAdd Forward Control-Flow Integrity.
2014-11-03 Hal FinkelUse AA in LoadCombine
2014-10-27 Jingyue Wu[ScalarEvolution] Guard dump() with #if
2014-10-24 Aaron BallmanThese functions are not actually defined for NDEBUG...
2014-10-11 Benjamin KramerAssumptionTracker: Don't create temporary CallbackVHs.
2014-10-11 Chandler Carruth[SCEV] Add some asserts to the recently improved trip...
2014-10-10 Mark HeffernanThis patch de-pessimizes the calculation of loop trip...
2014-10-10 Benjamin KramerReduce double set lookups. NFC.
2014-10-08 Robin MorissetFix typo in comment
2014-10-04 Benjamin KramerMake AAMDNodes ctor and operator bool (!!!) explicit...
2014-09-24 David PeixottoFix assertion in LICM doFinalization()
2014-09-18 Eric ChristopherAdd a new pass FunctionTargetTransformInfo. This pass...
2014-09-10 Sanjay PatelRename getMaximumUnrollFactor -> getMaxInterleaveFactor...
2014-09-08 Hal FinkelDon't static_cast invalid pointers
2014-09-07 Hal FinkelMake use of @llvm.assume from LazyValueInfo
2014-09-07 Hal FinkelMake use of @llvm.assume in ValueTracking (computeKnown...
2014-09-07 Hal FinkelAdd functions for finding ephemeral values
2014-09-07 Hal FinkelAdd an Assumption-Tracking Pass
2014-09-02 Hal FinkelAdd a CFL Alias Analysis implementation
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-26 Dylan NoblesmithRevert "Analysis: unique_ptr-ify DependenceAnalysis...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-25 Karthik BhatAllow vectorization of division by uniform power of 2.
2014-08-25 Dylan NoblesmithAnalysis: unique_ptr-ify DependenceAnalysis::collectCoe...
2014-08-25 Dylan NoblesmithAnalysis: unique_ptr-ify DependenceAnalysis::depends
2014-08-25 Dylan NoblesmithAnalysis: take a reference instead of pointer
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-20 Andrew TrickTweak CFGPrinter to wrap very long names.
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-07 Richard SmithRemove Support/IncludeFile.h and its only user. This...
2014-08-05 James MolloyTeach the SLP Vectorizer that keeping some values live...
2014-07-30 Richard SmithHeader hygiene: remove using directive and #undef DEBUG...
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-07-21 Hal FinkelMatch semantics of PointerMayBeCapturedBefore to its...
2014-07-21 Hal FinkelMove the CapturesBefore tracker from AA into CaptureTra...
2014-07-21 Aaron BallmanThis declaration has no definition, which is causing...
2014-07-21 Hal FinkelMove isIdentifiedFunctionLocal from BasicAA to AA
2014-07-19 Matt ArsenaultFix build with GCC.
2014-07-19 Matt ArsenaultTemplatify RegionInfo so it works on MachineBasicBlocks
2014-07-17 Hal FinkelImprove BasicAA CS-CS queries (redux)
2014-07-15 Nick LewyckyRevert r212572 "improve BasicAA CS-CS queries", it...
2014-07-14 Sanjay Patelremoved circular definitions in comments
2014-07-14 Matt ArsenaultAdd CreatePointerBitCastOrAddrSpaceCast to IRBuilder...
2014-07-12 Matt ArsenaultTry to fix MSVC warning.
2014-07-12 Matt ArsenaultTry to fix MSVC build
2014-07-12 Matt ArsenaultTemplatify DominanceFrontier.
2014-07-12 Duncan P. N. Exon... BFI: Add constructor for Weight
2014-07-12 Duncan P. N. Exon... BFI: Clean up BlockMass
2014-07-11 Duncan P. N. Exon... BFI: Mark the end of namespaces
2014-07-10 Mark HeffernanPartially fix PR20058: reduce compile time for loop...
2014-07-08 Hal FinkelImprove BasicAA CS-CS queries
2014-07-08 Tobias GrosserDominanceInfo is strongly preferred over RegionInfo
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-24 Duncan P. N. Exon... Support: Move class ScaledNumber
2014-06-24 Duncan P. N. Exon... BFI: Un-floatify more language
2014-06-24 Duncan P. N. Exon... BFI: Remove more float-like language from ScaledNumber
2014-06-24 Duncan P. N. Exon... Support: Extract ScaledNumbers::MinScale and MaxScale
2014-06-23 Duncan P. N. Exon... BFI: Change language from "exponent" to "scale"
2014-06-23 Duncan P. N. Exon... BFI: Update ScaledNumber header docs
2014-06-23 Duncan P. N. Exon... BFI: Rename UnsignedFloat => ScaledNumber
2014-06-23 Duncan P. N. Exon... Support: Extract ScaledNumbers::getSum() and getDiffere...
2014-06-23 Duncan P. N. Exon... Support: Extract ScaledNumbers::matchScale()
2014-06-23 Duncan P. N. Exon... Support: Extract ScaledNumbers::compare()
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumbers::getLg{,Floor,Ceiling}()
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumber::getQuotient() and getProduct()
2014-06-20 Karthik BhatAdd Support to Recognize and Vectorize NON SIMD instruc...
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumbers::getAdjusted()
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumbers::getRounded()
2014-06-19 Jingyue Wu[ValueTracking] Extend range metadata to call/invoke
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-05-27 Sebastian Popremove BasePointer before delinearizing
2014-05-27 Sebastian Popremove constant terms
2014-05-15 Alp TokerFix typos
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-14 Jay FoadUpdate the comments for ComputeMaskedBits, which lost...
2014-05-09 Sebastian Popmove findArrayDimensions to ScalarEvolution
2014-05-07 Sebastian Popsplit delinearization pass in 3 steps
2014-05-07 Tobias Grosser[C++11] Add NArySCEV->Operands iterator range
2014-05-06 Duncan P. N. Exon... blockfreq: Move include to .cpp
2014-05-04 Chandler Carruth[LCG] Add the last (and most complex) of the edge inser...
2014-05-01 Chandler Carruth[LCG] Add the other simple edge insertion API to the...
next