[PM] Split the LoopInfo object apart from the legacy pass, creating
[oota-llvm.git] / lib / Transforms / Utils / SimplifyIndVar.cpp
2015-01-17 Chandler Carruth[PM] Split the LoopInfo object apart from the legacy...
2015-01-15 David MajnemerSimplifyIndVar: Remove unused variable
2015-01-15 Sanjoy DasFix PR22222
2015-01-06 Sanjoy DasThis patch teaches IndVarSimplify to add nuw and nsw...
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-12 Sanjay Patelremove function names from comments; NFC
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-21 Rafael EspindolaRename many DataLayout variables from TD to DL.
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-23 Andrew TrickAdd support to indvars for optimizing sadd.with.overflow.
2013-07-11 Benjamin KramerDon't use a potentially expensive shift if all we want...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2012-03-22 Andrew TrickRemove unused simplifyIVUsers
2012-03-16 Andrew TrickLSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-11-17 Andrew TrickFix an overly general check in SimplifyIndvar to handle...
2011-09-27 Benjamin KramerStop emitting instructions with the name "tmp" they...
2011-09-19 Andrew Trick[indvars] Fix PR10946: SCEV cannot handle Vector IVs.
2011-08-10 Andrew TrickComments. Thanks for the spell check Nick!
2011-08-10 Andrew TrickCleanup. Make ScalarEvolution an explicit argument...
2011-08-10 Andrew TrickSimplifyIndVar: make foldIVUser iterative to fold a...
2011-08-10 Andrew TrickAdded a SimplifyIndVar utility to simplify induction...