summaryrefslogtreecommitdiff
path: root/lib/Analysis/ScalarEvolutionExpander.cpp
Commit message (Expand)AuthorAge
* SCEVExpander: Fold constant PHIs harder. The logic below only understands pro...Benjamin Kramer2014-06-21
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [C++11] Convert sort predicates into lambdas.Benjamin Kramer2014-03-07
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Rename some member variables from TD to DL.Rafael Espindola2014-02-18
* SCEVExpander: Try hard not to create derived induction variables in other loopsArnold Schwaighofer2014-02-16
* Revert "SCEVExpander: Try hard not to create derived induction variables in o...Arnold Schwaighofer2014-02-15
* SCEVExpander: Try hard not to create derived induction variables in other loopsArnold Schwaighofer2014-02-15
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Don't #include heavy Dominators.h file in LoopInfo.h. This change reducesJakub Staszak2013-12-07
* Correct word hyphenationsAlp Toker2013-12-05
* Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.Andrew Trick2013-10-25
* SCEVExpander: Fix a regression I introduced by to eagerly adding RAII objects.Benjamin Kramer2013-10-01
* Convert manual insert point restores to the new RAII object.Benjamin Kramer2013-09-30
* Teach ScalarEvolution about pointer address spacesMatt Arsenault2013-09-10
* Fix SCEVExpander creating distinct duplicate PHI entriesHal Finkel2013-08-18
* Remove a bunch of old SCEVExpander FIXME's for preserving NoWrap.Andrew Trick2013-07-14
* Teach indvars to generate nsw/nuw flags when widening an induction variable.Andrew Trick2013-07-14
* SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.Andrew Trick2013-01-14
* Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* revert r166264 because the LTO build is still failingNadav Rotem2012-10-19
* SCEVExpander: Don't crash when trying to merge two constant phis.Benjamin Kramer2012-10-19
* recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...Nadav Rotem2012-10-19
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* LSR Fix: check SCEV expression safety before expansion.Andrew Trick2012-07-13
* LSR fix: add a missing phi check during IV hoisting.Andrew Trick2012-05-22
* Fix this assert. IP can point to an instruction with strange dominanceRafael Espindola2012-02-27
* And update the comment...Rafael Espindola2012-02-26
* Enable the assert that got all this dominator work started.Rafael Espindola2012-02-26
* Change the implementation of dominates(inst, inst) to one based on what theRafael Espindola2012-02-26
* Fix typo.Rafael Espindola2012-02-23
* Improve comment. Thanks for Andrew for the suggestion.Rafael Espindola2012-02-22
* Semantically revert 151015. Add a comment on why we should be able to assertRafael Espindola2012-02-22
* s/the the/the/Rafael Espindola2012-02-21
* Use more idiomatic assert.Rafael Espindola2012-02-21
* Avoid warning on non assert builds.Rafael Espindola2012-02-21
* It turns out that with the current scev organization ReuseOrCreateCast cannotRafael Espindola2012-02-21
* Temporarily disable this assert. Looks like it found a similar issue whenRafael Espindola2012-02-18
* Don't skip debug instructions when looking for the insertion point ofRafael Espindola2012-02-18
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* SCEVExpander fixes. Affects LSR and indvars.Andrew Trick2012-01-20