aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/LoopStrengthReduce.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-3/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-4/+7
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-17/+19
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-37/+35
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-243/+440
* Update to LLVM 3.5a.Stephen Hines2014-04-241-109/+84
* Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.Andrew Trick2013-10-251-2/+19
* LSR: Fix the parameters used to compute the scaling factor cost.Quentin Colombet2013-06-191-5/+13
* Use 0 instead of NULL.Jakub Staszak2013-06-151-5/+5
* Loop Strength Reduce: Scaling factor cost.Quentin Colombet2013-05-311-3/+43
* Modify how the formulae are rated in Loop Strength Reduce.Quentin Colombet2013-05-311-6/+45
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-1/+1
* Use dyn_cast instead of isa && cast.Jakub Staszak2013-03-241-8/+6
* Revert "Cleanup some SCEV logic a bit."Andrew Trick2013-03-191-4/+3
* Cleanup some SCEV logic a bit.Andrew Trick2013-03-191-2/+4
* Tighten up an internal LSR API that should check for NULL.Andrew Trick2013-03-191-1/+1
* Reduce indents in LSRInstance::NarrowSearchSpaceByCollapsingUnrolledCode method.Jakub Staszak2013-02-161-67/+67
* LSR IVChain improvement.Andrew Trick2013-02-091-1/+13
* Remove #includes from the commonly used LoopInfo.h.Jakub Staszak2013-02-091-0/+1
* This patch aims to improve compile time performance by increasingPreston Gurd2013-02-011-13/+13
* Fix an editor goof in r171738 that Bill spotted. He may even have a testChandler Carruth2013-01-121-1/+1
* Remove LSR's use of the random AddrMode struct. These variables wereChandler Carruth2013-01-071-68/+76
* Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth2013-01-071-161/+138
* Fix a crash in LSR replaceCongruentIVs.Andrew Trick2013-01-061-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-12/+12
* revert r166264 because the LTO build is still failingNadav Rotem2012-10-191-69/+65
* recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...Nadav Rotem2012-10-191-65/+69
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-69/+65
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-101-65/+69
* Refactor the AddrMode class out of TLI to its own header file.Nadav Rotem2012-10-081-7/+8
* LSR critical edge splitting fix for PR13756.Andrew Trick2012-09-181-11/+15
* Release build: guard dump functions withManman Ren2012-09-121-7/+7
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-061-0/+14
* Don't bind a reference to a dereferenced null pointer (for return value of We...Richard Smith2012-08-211-1/+2
* Reapply r160340. LSR: Limit CollectSubexprs.Andrew Trick2012-07-171-28/+52
* Revert "LSR: try not to blow up solving combinatorial problems brute force."Andrew Trick2012-07-171-51/+28
* LSR: try not to blow up solving combinatorial problems brute force.Andrew Trick2012-07-171-28/+51
* LSR Fix: check SCEV expression safety before expansion.Andrew Trick2012-07-131-1/+1
* LSR: fix expansion of scaled reg in non-address type formulae.Andrew Trick2012-06-151-13/+17
* LSR fix: "Special" users are just like "Basic" users but allow -1 scale.Andrew Trick2012-06-151-2/+2
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Make sure HoistInsertPosition finds a position that is dominated by allRafael Espindola2012-04-301-1/+1
* Break up getProfitableChainIncrement().Jakob Stoklund Olesen2012-04-261-39/+47
* Turn IVChain into a struct.Jakob Stoklund Olesen2012-04-261-19/+42
* Print IV chain numbers while collecting them.Jakob Stoklund Olesen2012-04-251-4/+5
* loop-reduce: Add an early bailout to catch extremely large loops.Andrew Trick2012-04-181-0/+17
* Pass the right sign to TLI->isLegalICmpImmediate.Jakob Stoklund Olesen2012-04-051-2/+11
* LSR ivchain bug fix: corner case with ConstantExpr.Andrew Trick2012-03-261-2/+3
* comment typoAndrew Trick2012-03-261-1/+1