llvm-6502/lib
Bob Wilson 1e9ccd68d4 ARM vector any_extends need to be selected to vmovl. <rdar://problem/10723651>
We have patterns for vector sext and zext operations but were missing
anyext.  Without those patterns, codegen will fail when the selection DAG
has any_extend nodes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148568 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-20 20:59:56 +00:00
..
Analysis Remove obviously invalid early exit that prevented analyzing ConstantAggregateZeros. 2012-01-20 14:42:25 +00:00
Archive
AsmParser Extend Attributes to 64 bits 2012-01-20 17:56:17 +00:00
Bitcode Extend Attributes to 64 bits 2012-01-20 17:56:17 +00:00
CodeGen Extend Attributes to 64 bits 2012-01-20 17:56:17 +00:00
DebugInfo
ExecutionEngine Fix MCJIT memory leak of owned TargetMachine. 2012-01-17 23:08:46 +00:00
Linker
MC Add missing breaks to switch. 2012-01-20 14:42:37 +00:00
Object
Support Add support for the gnueabihf environment. Patch by Sylvestre Ledru. 2012-01-18 23:35:29 +00:00
TableGen TblGen diagnostic for mismatched template instantiation. 2012-01-20 20:02:39 +00:00
Target ARM vector any_extends need to be selected to vmovl. <rdar://problem/10723651> 2012-01-20 20:59:56 +00:00
Transforms Extend Attributes to 64 bits 2012-01-20 17:56:17 +00:00
VMCore Extend Attributes to 64 bits 2012-01-20 17:56:17 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile