llvm-6502/lib
Bruno Cardoso Lopes 531f19f767 Since vectors with all ones can't be created with a 256-bit instruction,
avoid returning early for v8i32 types, which would only be valid for
vector with all zeros. Also split the handling of zeros and ones into separate
checking logic since they are handled differently. This fixes PR10547

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136642 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-01 19:51:53 +00:00
..
Analysis Change SmallVector to SmallPtrSet in BranchProbabilityInfo. Handle cases where 2011-08-01 19:16:26 +00:00
Archive Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
AsmParser Add the 'resume' instruction for the new EH rewrite. 2011-07-31 06:30:59 +00:00
Bitcode Add the 'resume' instruction for the new EH rewrite. 2011-07-31 06:30:59 +00:00
CodeGen Remove an unnecessary cast. 2011-08-01 12:27:15 +00:00
CompilerDriver
ExecutionEngine Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
Linker Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
MC I mis-interpreted the MCDisassembler's intended dependencies. Now to fix 2011-07-31 22:00:40 +00:00
Object Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
Support Added several architecture names. 2011-07-30 01:29:54 +00:00
Target Since vectors with all ones can't be created with a 256-bit instruction, 2011-08-01 19:51:53 +00:00
Transforms Add the 'resume' instruction for the new EH rewrite. 2011-07-31 06:30:59 +00:00
VMCore Add braces. 2011-08-01 12:48:54 +00:00
CMakeLists.txt
Makefile