[LICM] Make instruction sinking funclet-aware
[oota-llvm.git] / include / llvm / Transforms / Utils / LoopUtils.h
2016-01-04 David Majnemer[LICM] Make instruction sinking funclet-aware
2015-12-15 Justin BognerLPM: Stop threading `Pass *` through all of the loop...
2015-12-15 Justin BognerLoopUtils: Remove defaults for arguments that are alway...
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-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-28 Matthew SimpsonRemove white space (test commit)
2015-08-28 James Molloy[LoopUtils] Move a private constructor nearer the other...
2015-08-27 Chad Rosier[LoopVectorize] Add Support for Small Size Reductions.
2015-08-27 James Molloy[LoopVectorize] Extract InductionInfo into a helper...
2015-08-19 Ashutosh NemaExposed findDefsUsedOutsideOfLoop as a loop utility...
2015-08-10 Tyler NowickiLate evaluation of the fast-math vectorization requirement.
2015-08-08 Benjamin KramerFix some comment typos.
2015-07-22 Chandler Carruth[PM/AA] Remove all of the dead AliasAnalysis pointers...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-16 Tyler NowickiRefactor RecurrenceInstDesc
2015-06-16 Tyler NowickiRename Reduction variables/structures to Recurrence.
2015-05-18 Sanjoy DasExploit dereferenceable_or_null attribute in LICM pass
2015-04-20 Karthik BhatFix buildbot failure on darwin from r235284.
2015-04-20 Karthik Bhat[NFC] Refactor identification of reductions as common...
2015-03-27 Karthik BhatRefactor Code inside LoopVectorizer's function isInduct...
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-02-25 Richard SmithAdd some missing #includes and forward declarations...
2015-02-22 Hal Finkel[LICM] Refactor to expose functionality as utility...
2015-01-04 Chandler Carruth[PM] Split the AssumptionTracker immutable pass into...
2014-12-22 Bruno Cardoso Lopes[LCSSA] Handle PHI insertion in disjoint loops
2014-09-07 Hal FinkelMake use of @llvm.assume in ValueTracking (computeKnown...
2014-07-10 Hal FinkelFeeding isSafeToSpeculativelyExecute its DataLayout...
2014-05-19 NAKAMURA TakumiReformat blank lines.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-01-28 Chandler Carruth[LPM] Fix PR18616 where the shifts to the loop pass...
2014-01-25 Chandler Carruth[LPM] Make LCSSA a utility with a FunctionPass that...
2014-01-23 Chandler Carruth[LPM] Make LoopSimplify no longer a LoopPass and instea...
2013-05-20 Hal FinkelRename LoopSimplify.h to LoopUtils.h