llvm/include/llvm/ProfileData/InstrProfData.inc: Add c++-mode in the header.
[oota-llvm.git] / include / llvm / Analysis /
2015-12-29 Philip Reames[MemoryBuiltins] Delete dead code [NFC]
2015-12-29 Chandler Carruth[ptr-traits] Add a bunch of includes to provide complet...
2015-12-28 Easwaran RamanRefactor inline costs analysis by removing the InlineCo...
2015-12-28 Elena DemikhovskyImplemented cost model for masked gather and scatter...
2015-12-28 Chandler Carruth[lcg] Fix formatting errors found with clang-format...
2015-12-24 Chandler CarruthAdd a missing const qualifier on the context instructio...
2015-12-22 Cong Hou[BPI] Replace weights by probabilities in BPI.
2015-12-22 Manuel JacobRemove deprecated llvm.experimental.gc.result.{int...
2015-12-18 Cong HouUse getEdgeProbability() instead of getEdgeWeight(...
2015-12-17 Sanjoy Das[SCEV] Add and use SCEVConstant::getAPInt; NFCI
2015-12-17 Andy GibbsRevert r254592 (virtual dtor in SCEVPredicate).
2015-12-17 Tobias GrosserDOTGraphTraits: Allow the decision to show a graph...
2015-12-16 Justin BognerLPM: Make callers of LPM.deleteLoopFromQueue update...
2015-12-16 Justin BognerLPM: Simplify how passes mark loops for deletion. NFC
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-09 Silviu BarangaRe-commit r255115, with the PredicatedScalarEvolution...
2015-12-09 Silviu BarangaRevert r255115 until we figure out how to fix the bot...
2015-12-09 Silviu Baranga[LV][LAA] Add a layer over SCEV to apply run-time check...
2015-12-08 Sanjoy Das[IndVars] Have getInsertPointForUses preserve LCSSA
2015-12-08 Sanjoy Das[SCEVExpander] Have hoistIVInc preserve LCSSA
2015-12-07 Sanjay Patelfix 'the the '; NFC
2015-12-06 Craig TopperUse make_range to reduce mentions of iterator type...
2015-12-05 Sanjoy Das[InstCombine] Call getCmpPredicateForMinMax only with...
2015-12-05 Philip Reames[EarlyCSE] IsSimple vs IsVolatile naming clarification...
2015-12-03 David Majnemer[Analysis] Become aware of MSVC's new/delete functions
2015-12-03 Andy GibbsFix class SCEVPredicate has virtual functions and acces...
2015-12-02 David MajnemerRename a header guard to be more appropriate
2015-12-02 David MajnemerMove EH-specific helper functions to a more appropriate...
2015-12-02 Andy GibbsRollback r254508 and r254511 to fix buildbots
2015-12-02 Andy GibbsFix buildbots broken by r254508
2015-12-02 Andy GibbsFix class SCEVPredicate has virtual functions and acces...
2015-12-01 Elena DemikhovskyFixed a failure in cost calculation for vector GEP
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-12-01 Hans WennborgRevert r254348: "Replace all weight-based interfaces...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-11-26 Charlie Turner[LoopVectorize] Use MapVector rather than DenseMap...
2015-11-24 Cong HouLet SelectionDAG start to use probability-based interfa...
2015-11-22 Benjamin Kramer[SCEV] Simplify code. NFC.
2015-11-20 Rong XuAdd some constantness to GetSuccessorNumber().
2015-11-17 David Majnemer[AliasAnalysis] CatchPad and CatchRet can modify escape...
2015-11-12 Sanjoy DasRevert r243347 "Add TargetTransformInfo::isZExtFree."
2015-11-09 David BlaikieFix -Wdeprecated warnings due to the use of copy ops...
2015-11-09 Davide Italiano[TargetLibraryInfo] Add support for fls, flsl, flsll.
2015-11-09 Silviu BarangaAllow LLE/LD and the loop versioning infrastructure...
2015-11-06 Sanjoy Das[ValueTracking] Add parameters to isImpliedCondition...
2015-11-05 Sanjoy DasRe-apply r251050 with a for PR25421
2015-11-05 Richard TrieuRevert r251050 to fix miscompile when running Clang -O1
2015-11-05 Silviu BarangaUpdate comment to LoopAccessInfo after r251800. NFC
2015-11-04 Justin BognerPM: Rephrase PrintLoopPass as a wrapper around a new...
2015-11-03 Adam NemetLLE 6/6: Add LoopLoadElimination pass
2015-11-03 Adam Nemet[LAA] LLE 5/6: Add predicate functions Dependence:...
2015-11-03 Adam Nemet[LAA] LLE 4/6: APIs to access the dependent instruction...
2015-11-03 Adam Nemet[LAA] LLE 3/6: Rename InterestingDependence to Dependen...
2015-11-03 Adam Nemet[LAA] LLE 2/6: Fix a NoDep case that should be a Forwar...
2015-11-02 Silviu BarangaAdd missing override statements in ScalarEvolution...
2015-11-02 Silviu Baranga[SCEV][LV] Add SCEV Predicates and use them to re-imple...
2015-10-28 Hal FinkelRevert "r251451 - [AliasSetTracker] Use mod/ref informa...
2015-10-28 Sanjoy Das[SCEV] Compute max backedge count for loops with "shift...
2015-10-28 James Molloy[GlobalsAA] An indirect global that is initialized...
2015-10-28 Sanjoy Das[ValueTracking] Expose `implies` via ValueTracking...
2015-10-28 Sanjoy Das[ValueTracking] Use !range metadata more aggressively...
2015-10-27 Hal Finkel[AliasSetTracker] Use mod/ref information for UnknownInstr
2015-10-27 Sanjoy Das[SCEV] Refactor out ScalarEvolution::getDataLayout...
2015-10-26 Keno FischerInitialize BasicAAWrapperPass in it's constructor
2015-10-26 Silviu Baranga[SCEV] Fix issues found during the review of r251283...
2015-10-26 Silviu Baranga[SCEV] Factor out common visiting patterns for SCEV...
2015-10-25 Tobias GrosserRegionInfo: Correctly expand regions
2015-10-25 Davide Italiano[ScalarEvolution] Get rid of NDEBUG in header (correctl...
2015-10-25 Davide Italiano[ScalarEvolution] Get rid of NDEBUG in header.
2015-10-25 Elena DemikhovskyScalarizer for masked.gather and masked.scatter intrinsics.
2015-10-24 Sanjoy DasExtract out getConstantRangeFromMetadata; NFC
2015-10-22 Justin BognerLoopPass: Remove redoLoop, it isn't used. NFC
2015-10-22 Justin BognerLoopPass: Simplify the API for adding a new loop. NFC
2015-10-22 Sanjoy Das[SCEV] Teach SCEV some axioms about non-wrapping arithmetic
2015-10-22 James Molloy[ValueTracking] Add a new predicate: isKnownNonEqual()
2015-10-22 Sanjoy Das[OperandBundles] Teach AliasAnalysis about operand...
2015-10-21 Justin Bogner[PM]: Fix a doc typo. NFC
2015-10-21 Chandler Carruth[AA] Enhance the new AliasAnalysis infrastructure with...
2015-10-19 Elena DemikhovskyRemoved parameter "Consecutive" from isLegalMaskedLoad...
2015-10-16 Yaron KerenFix typo, NFC.
2015-10-15 Manman RenRecommit r250345, it was reverted in r250366 to investi...
2015-10-15 Manman RenTemporarily revert r250345 to sort out bot failure.
2015-10-14 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-14 Daniel Berlin[IDFCalculator] Use DominatorTreeBase instead of Domina...
2015-10-14 Manman RenRevert r250204 and r250240 due to bot failure. We faile...
2015-10-13 Richard SmithFix layering violation: Analysis should not include...
2015-10-13 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-13 Manman RenRevert 250089 due to bot failure. It failed when buildi...
2015-10-13 Sanjoy Das[SCEV] Put some utilites in the ScalarEvolution class
2015-10-12 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-12 James Molloy[LoopVectorize] Shrink integer operations into the...
2015-10-09 Duncan P. N. Exon... CodeGen: Continue removing ilist iterator implicit...
2015-10-09 Duncan P. N. Exon... CodeGen: Avoid ilist iterator implicit conversions...
2015-10-09 Owen AndersonAdd iterator ranges for blocks in a Loop.
2015-10-08 Sanjoy Das[SCEV] Bring some methods up to coding style; NFC
2015-10-08 James MolloyTreat Mul just like Add and Subtract
2015-10-08 James MolloyMake demanded bits lazy
2015-10-06 Joseph Tremoulet[WinEH] Recognize CoreCLR personality function
2015-10-05 NAKAMURA TakumiReformat blank lines.
2015-10-02 Sanjoy Das[SCEV] Recognize simple br-phi patterns
next