llvm/lib
Nadav Rotem c6341e6e50 When promoting the vector elements in CopyToParts, use vector trunc
instead of scalarizing, and doing an element-by-element truncat.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133382 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-19 08:49:38 +00:00
..
Analysis simplify some code. 2011-06-18 21:46:23 +00:00
Archive
AsmParser Remove support for parsing the "type i32" syntax for defining a numbered 2011-06-19 00:03:46 +00:00
Bitcode Drop the "2" suffix on some enums. 2011-06-17 18:17:37 +00:00
CodeGen When promoting the vector elements in CopyToParts, use vector trunc 2011-06-19 08:49:38 +00:00
CompilerDriver
ExecutionEngine eliminate the Type::getDescription() method, using "<<" instead. This 2011-06-18 21:18:23 +00:00
Linker
MC Directly print to a raw_ostream instead of printing to a buffer first. 2011-06-18 14:42:47 +00:00
Object
Support
Target Remove unused but set variables. 2011-06-18 11:09:41 +00:00
Transforms fix the varargs version of StructType::get to not require an LLVMContext, making usage 2011-06-18 22:48:56 +00:00
VMCore fix the varargs version of StructType::get to not require an LLVMContext, making usage 2011-06-18 22:48:56 +00:00
CMakeLists.txt
Makefile