1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/lib
Dan Gohman 1bff0b83b0 Fix another isFirstClassType that now needs to be isSingleValueType.
This fixes recent CBE regressions.

llvm-svn: 51483
2008-05-23 16:57:00 +00:00
..
Analysis Use isSingleValueType instead of isFirstClassType to 2008-05-22 23:43:22 +00:00
Archive
AsmParser Make structs and arrays first-class types, and add assembly 2008-05-23 01:55:30 +00:00
Bitcode Make structs and arrays first-class types, and add assembly 2008-05-23 01:55:30 +00:00
CodeGen Generalize the new code in instcombine's ComputeNumSignBits for handling 2008-05-23 02:28:01 +00:00
Debugger
ExecutionEngine Fix a couple issues with the JIT and multiple modules: 2008-05-21 16:34:48 +00:00
Linker
Support
System Follow-up to the reverting of r51218. This puts the checks out-of-line. Because 2008-05-21 21:20:07 +00:00
Target Fix another isFirstClassType that now needs to be isSingleValueType. 2008-05-23 16:57:00 +00:00
Transforms Replace some weird usage of UserOp1 introduced in r49492 by a plain if. 2008-05-23 16:17:48 +00:00
VMCore Add more IR support for the new extractvalue and insertvalue 2008-05-23 00:36:11 +00:00
Makefile