[Orc] Make the ObjectLinkingLayer take ownership of object files until
[oota-llvm.git] / include / llvm / Analysis /
2015-02-01 Adam Nemet[LoopVectorize] Move LoopAccessAnalysis to its own...
2015-02-01 Chandler Carruth[multiversion] Kill FunctionTargetTransformInfo, TTI...
2015-02-01 Chandler Carruth[multiversion] Remove the function parameter from the...
2015-02-01 Chandler Carruth[multiversion] Implement the old pass manager's TTI...
2015-02-01 Chandler Carruth[multiversion] Thread a function argument through all...
2015-02-01 Chandler Carruth[PM] Port TTI to the new pass manager, introducing...
2015-01-31 Chandler Carruth[PM] Switch the TargetMachine interface from accepting...
2015-01-31 Chandler Carruth[PM] Change the core design of the TTI analysis to...
2015-01-28 Elena DemikhovskyFold fcmp in cases where value is provably non-negative...
2015-01-28 Reid KlecknerMove EH personality type classification to Analysis...
2015-01-27 Chandler Carruth[PM] Clean up file banner comments prior to refactoring...
2015-01-27 Chandler Carruth[PM] Run clang-format over this header to clean up...
2015-01-27 Chandler Carruth[PM] Switch a doxygen comment to the standard format...
2015-01-26 Chad RosierCommoning of target specific load/store intrinsics...
2015-01-26 Philip ReamesPass QueryInst down through non-local dependency calcul...
2015-01-25 Elena DemikhovskyImplemented cost model for masked load/store operations.
2015-01-24 Chandler Carruth[PM] Rework how the TargetLibraryInfo pass integrates...
2015-01-22 Chandler Carruth[PM] Actually add the new pass manager support for...
2015-01-20 Chandler Carruth[PM] Don't spend time making self moves no-ops. They...
2015-01-20 Chandler Carruth[PM] Port LoopInfo to the new pass manager, adding...
2015-01-20 Chandler Carruth[PM] Make the LoopInfoBase and LoopInfo objects movable...
2015-01-20 Chandler Carruth[PM] Fix a moderately scary typo in the deleted copy...
2015-01-20 Chandler Carruth[PM] Use range-based for and auto to clean up some...
2015-01-18 Chandler Carruth[PM] Now that LoopInfo isn't in the Pass type hierarchy...
2015-01-17 Chandler Carruth[PM] Split the LoopInfo object apart from the legacy...
2015-01-15 Chandler Carruth[PM] Port TargetLibraryInfo to the new pass manager...
2015-01-15 Chandler Carruth[PM] Separate the TargetLibraryInfo object from the...
2015-01-15 Chandler Carruth[PM] Clean up the TLI doxygen comments prior to refacto...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 Chandler CarruthRevert r225854: [PM] Move the LazyCallGraph printing...
2015-01-13 Chandler Carruth[PM] Move the LazyCallGraph printing functionality...
2015-01-13 Chandler Carruth[PM] Refactor the new pass manager to use a single...
2015-01-13 Chandler Carruth[PM] Fold all three analysis managers into a single...
2015-01-13 Chandler Carruth[PM] Re-clang-format much of this code as the code...
2015-01-12 Chandler Carruth[PM] Sink the reference vs. value decision for IR units...
2015-01-09 Philip Reames[REFACTOR] Push logic from MemDepPrinter into getNonLoc...
2015-01-09 Philip Reames[Refactor] Have getNonLocalPointerDependency take the...
2015-01-08 Sanjay Patelremove function names from comments; NFC
2015-01-07 Chandler Carruth[PM] Fix a pretty nasty bug where the new pass manager...
2015-01-07 David MajnemerAnalysis: Reformulate WillNotOverflowUnsignedAdd for...
2015-01-05 Chandler Carruth[PM] Add names and debug logging for analysis passes...
2015-01-05 Chandler Carruth[PM] Cleanup a place where I forgot to update the heade...
2015-01-05 Chandler Carruth[PM] Switch the new pass manager to use a reference...
2015-01-04 Chandler Carruth[PM] Split the AssumptionTracker immutable pass into...
2015-01-02 David MajnemerAnalysis: Reformulate WillNotOverflowUnsignedMul for...
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...
next