llvm/lib
Owen Anderson 538b1cbdf5 Do not introduce new shuffle patterns after operation legalization if SHUFFLE_VECTOR
was marked custom.  The target independent DAG combine has no way to know if
the shuffles it is introducing are ones that the target could support or not.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216678 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-28 17:49:58 +00:00
..
Analysis InstSimplify: Move a transform from InstCombine to InstSimplify 2014-08-28 03:34:28 +00:00
AsmParser
Bitcode Fix a double free in llvm::getBitcodeTargetTriple. 2014-08-27 21:11:13 +00:00
CodeGen Do not introduce new shuffle patterns after operation legalization if SHUFFLE_VECTOR 2014-08-28 17:49:58 +00:00
DebugInfo
ExecutionEngine [MCJIT] Fix format specifiers for debug output in RuntimeDyld. 2014-08-28 04:25:17 +00:00
IR Return a std::unique_ptr when creating a new MemoryBuffer. 2014-08-27 20:03:13 +00:00
IRReader
LineEditor
Linker
LTO Return a std::unique_ptr when creating a new MemoryBuffer. 2014-08-27 20:03:13 +00:00
MC Silence a -Wsign-compare warning. NFC. 2014-08-28 13:23:26 +00:00
Object
Option
ProfileData
Support Return a std::unique_ptr when creating a new MemoryBuffer. 2014-08-27 20:03:13 +00:00
TableGen
Target Minor spelling correction. 2014-08-28 14:16:32 +00:00
Transforms InstCombine: Remove redundant combines 2014-08-28 10:08:37 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile