llvm-6502/lib
JF Bastien 3c47b5cf7a LTO: respect command-line options that disable vectorization.
Summary: Patches 202051 and 208013 added calls to LTO's PassManager which unconditionally add LoopVectorizePass and SLPVectorizerPass instead of following the logic in PassManagerBuilder::populateModulePassManager and honoring the -vectorize-loops -run-slp-after-loop-vectorization flags.

Reviewers: nadav, aschwaighofer, yijiang

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D5884

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220345 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-21 23:18:21 +00:00
..
Analysis Add minnum / maxnum intrinsics 2014-10-21 23:00:20 +00:00
AsmParser
Bitcode IR: Reorder metadata bitcode serialization, NFC 2014-10-21 22:27:47 +00:00
CodeGen Add minnum / maxnum codegen 2014-10-21 23:01:01 +00:00
DebugInfo
ExecutionEngine [MCJIT] Temporarily revert r220245 - it broke several bots. 2014-10-21 00:24:02 +00:00
IR Extend the verifier to check usage of 'nonnull' metadata. 2014-10-21 20:56:29 +00:00
IRReader
LineEditor
Linker
LTO
MC Drop support for an old version of ld64 (from darwin 9). 2014-10-21 18:31:09 +00:00
Object [MCJIT] Temporarily revert r220245 - it broke several bots. 2014-10-21 00:24:02 +00:00
Option
ProfileData
Support PR21202: Memory leak in Windows RWMutexImpl when using SRWLOCK 2014-10-21 00:34:39 +00:00
TableGen
Target Add minnum / maxnum codegen 2014-10-21 23:01:01 +00:00
Transforms LTO: respect command-line options that disable vectorization. 2014-10-21 23:18:21 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile