llvm-6502/lib/Transforms
Hal Finkel 32f258b96a Add getUnrollingPreferences to TTI
Allow targets to customize the default behavior of the generic loop unrolling
transformation. This will be used by the PowerPC backend when targeting the A2
core (which is in-order with a deep pipeline), and using more aggressive
defaults is important.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189565 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-29 03:29:57 +00:00
..
Hello
InstCombine Fix typo. 2013-08-28 22:17:26 +00:00
Instrumentation 80 cols 2013-08-28 11:25:12 +00:00
IPO Vectorizer/PassManager: I am working on moving the vectorizer out of the SCC passes. This patch moves the SLP-vectorizer and BB-vectorizer back into SCC passes for two reasons: 2013-08-28 23:40:29 +00:00
ObjCARC
Scalar Add getUnrollingPreferences to TTI 2013-08-29 03:29:57 +00:00
Utils
Vectorize Disable unrolling in the loop vectorizer when disabled in the pass manager 2013-08-28 18:33:10 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile