llvm-6502/lib/Transforms
Hal Finkel c88eb08d02 Add a runtime unrolling parameter to the LoopUnroll pass constructor
As with the other loop unrolling parameters (the unrolling threshold, partial
unrolling, etc.) runtime unrolling can now also be controlled via the
constructor. This will be necessary for moving non-trivial unrolling late in
the pass manager (after loop vectorization).

No functionality change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194027 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-05 00:08:03 +00:00
..
Hello
InstCombine Scalarize select vector arguments when extracted. 2013-11-04 20:36:06 +00:00
Instrumentation
IPO Remove dead code 2013-11-04 21:44:01 +00:00
ObjCARC
Scalar Add a runtime unrolling parameter to the LoopUnroll pass constructor 2013-11-05 00:08:03 +00:00
Utils Revert "Inliner: Handle readonly attribute per argument when adding memcpy" 2013-11-03 12:22:13 +00:00
Vectorize SLPVectorizer: Use properlyDominates to satisfy the irreflexivity of a strict weak ordering. 2013-11-04 21:34:55 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile