aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/LoopUnrollRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-7/+10
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+3
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-42/+62
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-118/+139
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-11/+12
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-6/+7
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Allow NULL LoopPassManager argument in UnrollLoop. PR12734.Andrew Trick2012-05-081-0/+2
* - Use getExitingBlock instead of getExitingBlocks.Jakub Staszak2011-12-181-13/+11
* SplitBlockPredecessors uses ArrayRef instead of Data and Size.Jakub Staszak2011-12-091-2/+1
* Add -unroll-runtime for unrolling loops with run-time trip counts.Andrew Trick2011-12-091-0/+375