llvm-6502/lib
Evan Cheng 72cd9a9439 Handle v2i64 BUILD_VECTOR custom lowering correctly. v2i64 is a legal type,
but i64 is not. If possible, change a i64 op to a f64 (e.g. load, constant)
and then cast it back.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27849 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-20 00:11:39 +00:00
..
Analysis Another simple case type merge case to try 2006-04-19 15:34:34 +00:00
Archive
AsmParser Make sure CVS versions of yacc and lex files get distributed. 2006-04-12 20:57:05 +00:00
Bytecode use isValidOperands instead of duplicating checks 2006-04-08 04:09:19 +00:00
CodeGen Simplify some code 2006-04-19 23:17:50 +00:00
Debugger Add the README files to the distribution. 2006-04-13 06:39:24 +00:00
ExecutionEngine
Linker Add shufflevector support 2006-04-08 01:19:47 +00:00
Support
System Add checks for __OpenBSD__. 2006-04-17 17:55:41 +00:00
Target Handle v2i64 BUILD_VECTOR custom lowering correctly. v2i64 is a legal type, 2006-04-20 00:11:39 +00:00
Transforms Turn x86 unaligned load/store intrinsics into aligned load/store instructions 2006-04-17 22:26:56 +00:00
VMCore Move these ctors out of line 2006-04-14 22:20:32 +00:00
Makefile