llvm-6502/lib
Duncan Sands e47561ccff The result of getSetCCResultType (eg: i32) may be larger
than the type an i1 is promoted to (eg: i8).  Account
for this.  Noticed by Tilmann Scheller on CellSPU; he
will hopefully take care of fixing this in LegalizeDAG
and adding a testcase!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56997 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-03 07:41:46 +00:00
..
Analysis Teach internalize to preserve the callgraph. 2008-10-03 07:36:09 +00:00
Archive
AsmParser Support inreg, zext and sext as return value attributes. 2008-09-29 20:49:50 +00:00
Bitcode
CodeGen The result of getSetCCResultType (eg: i32) may be larger 2008-10-03 07:41:46 +00:00
Debugger
ExecutionEngine Acquire the lock only when necessary. More precisely, do not acquire 2008-10-03 07:27:08 +00:00
Linker
Support
System CMake: Added Host.cpp to lib/System/CMakeLists.txt. 2008-10-02 17:39:29 +00:00
Target Fix X86FastISel to handle dynamic allocas that have avoided 2008-10-03 01:27:49 +00:00
Transforms Teach internalize to preserve the callgraph. 2008-10-03 07:36:09 +00:00
VMCore Remove redundant check. 2008-10-02 18:38:23 +00:00
Makefile