Implemented Support of IA interrupt and exception handlers:
[oota-llvm.git] / lib / Analysis /
2015-12-18 Jingyue Wu[DivergenceAnalysis] fix a bug in computing influence...
2015-12-18 Rafael EspindolaRevert "Enhance BranchProbabilityInfo::calcUnreachableH...
2015-12-18 Jun Bum LimEnhance BranchProbabilityInfo::calcUnreachableHeuristic...
2015-12-18 Andrew Kaylor[WinEH] Update LCSSA to handle catchswitch with handler...
2015-12-18 Vaivaswatha NagarajGlobalsAA: Take advantage of ArgMemOnly, InaccessibleMe...
2015-12-17 Sanjoy Das[SCEV] Add and use SCEVConstant::getAPInt; NFCI
2015-12-17 Andy GibbsRevert r254592 (virtual dtor in SCEVPredicate).
2015-12-16 Justin BognerLPM: Make callers of LPM.deleteLoopFromQueue update...
2015-12-16 Justin BognerFix typo in r255720
2015-12-16 Justin BognerLPM: Simplify how passes mark loops for deletion. NFC
2015-12-15 Nicolai HahnleAMDGPU: mark ldexp LibCalls as unavailable
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-12 David MajnemerTry to appease a buildbot
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-11 Akira Hatanaka[LazyValueInfo] Stop inserting overdefined values into...
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[SCEV] Use for-each; NFC
2015-12-08 Sanjoy Das[SCEV] Move some struct declarations inside functions...
2015-12-08 Sanjoy Das[SCEV] Fix indentation; NFC
2015-12-08 Sanjoy Das[IndVars] Have getInsertPointForUses preserve LCSSA
2015-12-08 Sanjoy Das[SCEVExpander] Have hoistIVInc preserve LCSSA
2015-12-07 Easwaran RamanUse updated threshold for indirect call bonus
2015-12-07 Sanjay Patelfix 'the the '; NFC
2015-12-03 David Majnemer[Analysis] Become aware of MSVC's new/delete functions
2015-12-03 Easwaran RamanTest commit.
2015-12-03 Andy GibbsFix class SCEVPredicate has virtual functions and acces...
2015-12-02 David MajnemerForgot to add this file with r254562.
2015-12-02 David MajnemerMove EH-specific helper functions to a more appropriate...
2015-12-01 Elena DemikhovskyFixed a failure in getSpaltValue()
2015-12-01 Elena DemikhovskyFixed a failure in cost calculation for vector GEP
2015-12-01 Sanjoy DasIntroduce a range version of std::find, and use in...
2015-12-01 Sanjoy DasIntroduce a range version of std::any_of, and use it...
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-29 Sanjoy Das[SCEV] Use lambda instead of std::bind; NFC
2015-11-29 Sanjoy Das[SCEV] Use range version of all_of; NFC
2015-11-29 Craig TopperRemove unnecessary intermediate lambda. NFC
2015-11-26 Charlie Turner[LoopVectorize] Use MapVector rather than DenseMap...
2015-11-23 Davide Italiano[Analysis/CallGraph] Switch dump() definitions over...
2015-11-22 Sanjoy Das[SCEV] Use C++11'isms
2015-11-21 Sanjoy Das[SCEVExpander] Use C++isms; NFC
2015-11-20 Rong XuAdd some constantness to GetSuccessorNumber().
2015-11-20 Peter CollingbourneScalarEvolution: do not set nuw when creating exprs...
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-18 Igor LaevskyRevert "Revert "Strip metadata when speculatively hoist...
2015-11-18 Rafael EspindolaDefault SetVector to use a DenseSet.
2015-11-17 George Burgess IVSpecify explicit storage type for AllocType. NFC.
2015-11-17 David Majnemer[AliasAnalysis] CatchPad and CatchRet can modify escape...
2015-11-17 David MajnemerFix a typo in BasicAliasAnalysis
2015-11-16 Benjamin KramerMove helper classes into anonymous namespaces. NFC.
2015-11-13 Akira HatanakaRevert r252990.
2015-11-13 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-12 Akira HatanakaRevert r252949.
2015-11-12 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-11-12 Sanjoy DasRevert r243347 "Add TargetTransformInfo::isZExtFree."
2015-11-11 Sanjoy Das[ValueTracking] Remove untested / unreachable code...
2015-11-10 Sanjoy Das[ValueTracking] Teach isImpliedCondition a new bitwise...
2015-11-10 Sanjoy Das[ValueTracking] Use m_APInt instead of m_ConstantInt...
2015-11-10 Philip Reames[ValueTracking] Recognize that and(x, add (x, -1))...
2015-11-10 Renato GolinRevert "Strip metadata when speculatively hoisting...
2015-11-10 Igor LaevskyStrip metadata when speculatively hoisting instructions
2015-11-10 Hans WennborgInliner: Do zero-cost inlines even if above a negative...
2015-11-09 Davide Italiano[TargetLibraryInfo] Add support for fls, flsl, flsll.
2015-11-09 James Molloy[LoopVectorize] Address post-commit feedback on r250032
2015-11-07 Duncan P. N. Exon... ADT: Remove last implicit ilist iterator conversions...
2015-11-06 Sanjoy Das[ValueTracking] Add parameters to isImpliedCondition...
2015-11-06 Sanjoy Das[ValueTracking] De-pessimize isImpliedCondition around...
2015-11-06 Sanjoy Das[ValueTracking] Add a framework for encoding implicatio...
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 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-11-05 Mehdi AminiFix LoopAccessAnalysis when potentially nullptr check...
2015-11-04 Sanjoy Das[CaptureTracking] Support operand bundles conservatively
2015-11-04 Justin BognerPM: Rephrase PrintLoopPass as a wrapper around a new...
2015-11-04 Philip Reames[LVI] Update a comment to clarify what's actually happe...
2015-11-03 Adam Nemet[LAA] LLE 5/6: Add predicate functions Dependence:...
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-03 Adam Nemet[LAA] LLE 1/6: Expose Forward dependences
2015-11-03 Silviu BarangaFix PR25372 - teach replaceCongruentPHIs to handle...
2015-11-02 Tim NorthoverTvOS: add missing support for some libcalls.
2015-11-02 Silviu Baranga[SCEV][LV] Add SCEV Predicates and use them to re-imple...
2015-11-02 Sanjoy Das[SCEV] Fix PR25369
2015-11-01 Davide Italiano[LibraryInfo] Point to FreeBSD HEAD repo and not to...
2015-10-31 Sanjoy Das[SCEV] Don't create SCEV expressions that break LCSSA
2015-10-31 Sanjoy Das[SCEV] Use auto and range for; NFC
2015-10-30 Silviu Baranga[SCEV] Generalize the SCEV algorithm for creating expre...
2015-10-29 Philip ReamesFix an unused variable warning which broke the clang...
2015-10-29 Philip Reames[LVI/CVP] Teach LVI about range metadata
2015-10-29 Philip Reames[InstSimplify] sgt on i1s also encodes implication
2015-10-28 Tim NorthoverARM: teach backend about WatchOS and TvOS libcalls.
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 Igor Laevsky[AliasAnalysis] Take into account readnone attribute...
2015-10-28 JF BastienWebAssembly: disable some loop-idiom recognition
2015-10-28 Igor Laevsky[AliasAnalysis] Take into account readonly attribute...
next