[PM/AA] Run clang-format over the SCEV-AA code to normalize the
[oota-llvm.git] / include / llvm / Analysis / ScalarEvolutionExpressions.h
2015-08-03 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-06-29 Tobias GrosserMove delinearization from SCEVAddRecExpr to ScalarEvolution
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-16 Tobias GrosserFix typo
2014-07-14 Sanjay Patelremoved circular definitions in comments
2014-05-27 Sebastian Popremove BasePointer before delinearizing
2014-05-27 Sebastian Popremove constant terms
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-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-01-10 Arnold SchwaighoferSCEVRewriter: Optionally interpret constants in value...
2013-11-12 Sebastian Popdelinearization of arrays
2013-11-12 Sebastian Popremove virtual methods in SCEVApplyRewriter and SCEVPar...
2013-02-15 Matt Beaumont-GayPacify -Wnon-virtual-dtor
2013-02-15 Sebastian Popcapitalize SCEV to match the current naming convention
2013-02-15 Sebastian Popadd ScevApplyRewriter
2013-02-15 Sebastian Popadd SCEVParameterRewriter
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-07-18 Andrew TrickSCEVTraversal: Add a visited set.
2012-07-13 Andrew TrickFactor SCEV traversal code so I can use it elsewhere...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-03-14 Andrew TrickAdded SCEV::NoWrapFlags to manage unsigned, signed...
2010-11-17 Dan GohmanMake SCEV::getType() and SCEV::print non-virtual. Move...
2010-11-17 Dan GohmanMove SCEV::dominates and properlyDominates to ScalarEvo...
2010-11-17 Dan GohmanMove SCEV::isLoopInvariant and hasComputableLoopEvoluti...
2010-11-17 Dan GohmanVerify SCEVAddRecExpr's invariant in ScalarEvolution...
2010-08-16 Dan GohmanRevert r111031. The way LLVM defines loop invariance...
2010-08-16 Dan GohmanMove SCEVNAryExpr's virtual member functions out of...
2010-08-13 Dan GohmanImplement hasComputableLoopEvolution for Add, Mul,...
2010-08-02 Dan GohmanMake SCEVUnknown a CallbackVH, so that it can be notifi...
2010-07-29 Eric ChristopherSpeculatively revert r109705 since it seems to be causi...
2010-07-29 Dan GohmanFactor out some of the code for updating old SCEVUnknow...
2010-07-28 Dan GohmanAdd some extra friend declarations to fix a gcc-4.0...
2010-07-28 Dan GohmanAdd a comment.
2010-06-18 Dan GohmanRevert r106304 (105548 and friends), which are the...
2010-06-18 Dan GohmanReapply 105540, 105542, and 105548, and revert r105732.
2010-06-09 Evan ChengRevert 105540, 105542, 105544, 105546, and 105548 to...
2010-06-07 Dan GohmanThe FoldingSet hash data includes pointer values, so...
2010-03-18 Dan GohmanAdd the ability to "intern" FoldingSetNodeID data into a
2010-03-18 Dan GohmanReapply r98755 with a thinko which miscompiled gengtype...
2010-03-17 Dan GohmanRevert 98755, which may be causing trouble.
2010-03-17 Dan GohmanChange SCEVNAryExpr's operand array from a SmallVector...
2010-02-13 Dan GohmanOverride dominates and properlyDominates for SCEVAddRec...
2010-02-10 Dan GohmanMinor code simplification.
2010-02-01 Dan GohmanGeneralize target-independent folding rules for sizeof...
2010-01-28 Dan GohmanRemove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and...
2010-01-19 Dan GohmanMake SCEVAddRecExpr's getType return a pointer type...
2009-10-09 Dan GohmanAdd the ability to track HasNSW and HasNUW on more...
2009-09-27 Dan GohmanAdd a properlyDominates member function to ScalarEvolution.
2009-09-15 Dan GohmanFix apostrophos.
2009-08-20 Dan GohmanRename hasNoUnsignedOverflow and hasNoSignedOverflow...
2009-08-18 Dan GohmanGeneralize ScalarEvolution to be able to analyze GEPs...
2009-07-25 Dan GohmanInstead of eagerly creating new SCEVs to replace all...
2009-07-24 Dan GohmanGive SCEVAddRecExpr no-signed-overflow and no-unsigned...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-13 Dan GohmanConvert SCEV from FoldingSetNode to FastFoldingSetNode...
2009-07-11 Nick LewyckyRevert r75252 which was causing some crashes at compile...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-10 Dan GohmanGeneralize ScalarEvolution's cast-folding code to suppo...
2009-07-07 Dan GohmanChange all SCEV* to SCEV *.
2009-06-27 Dan GohmanConvert ScalarEvolution to use BumpPtrAllocator and...
2009-06-22 Owen AndersonRemove the parent pointer from SCEV, since it did not...
2009-06-22 Owen AndersonSCEVHandle is no more!
2009-06-22 Owen AndersonBanish global state from ScalarEvolution! SCEV uniquin...
2009-06-18 Owen AndersonAdd a parent pointer to SCEV, in preparation for gettin...
2009-06-14 Dan GohmanConvert several parts of the ScalarEvolution framework...
2009-06-02 Dan GohmanDelete an unnecessary forward declaration.
2009-05-26 Dan GohmanGive SCEVNaryExpr a doxygen comment.
2009-05-18 Dan GohmanUpdate a comment to reflect changes in the surrounding...
2009-05-07 Dan GohmanFactor out a common base class between SCEVCommutativeE...
2009-04-29 Dan GohmanAdd some more doxygen comments to SCEVAddRec.
2009-04-21 Dan GohmanFactor out a common base class from SCEVTruncateExpr...
2009-04-21 Dan GohmanConvert ScalarEvolution to use raw_ostream instead...
2009-04-18 Dan GohmanUse more const qualifiers with SCEV interfaces.
2009-02-17 Evan ChengStrengthen the "non-constant stride must dominate loop...
2009-01-13 Nick LewyckyWind SCEV back in time, to Nov 18th. This 'fixes' PR327...
2008-12-02 Nick LewyckyAdd a new SCEV representing signed division.
2008-07-09 Nick LewyckyRemove getValueRange from SCEV. It wasn't doing anythin...
2008-06-22 Dan GohmanUse SCEVAddRecExpr::isAffine.
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-20 Nick LewyckyAdd 'umax' similar to 'smax' SCEV. Closes PR2003.
2008-02-11 Wojciech MatyjewiczFix PR1798 - an error in the evaluation of SCEVAddRecEx...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-25 Nick LewyckyAdd new SCEV, SCEVSMax. This allows LLVM to analyze...
2007-11-19 Dan GohmanAdd explicit keywords.
2007-11-15 Anton KorobeynikovReverted r44163 per request
2007-11-15 Nick LewyckyFix handling of overflow in loop calculation by adding...
2007-10-22 Dan GohmanMove the SCEV object factors from being static members...
2007-07-16 Nick LewyckyHandle decrementing loops properly. Fixes PR1533.
2007-07-09 Dan GohmanMove the APInt form of SCEVUnknown::getIntegerSCEV...
next