llvm-6502/lib
Dan Gohman 8f8e269270 Use isSingleValueType instead of isFirstClassType to
exclude struct and array types.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51467 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-23 01:52:21 +00:00
..
Analysis Use isSingleValueType instead of isFirstClassType to 2008-05-22 23:43:22 +00:00
Archive
AsmParser Recognize the "default" keyword, which is documented in LangRef.html 2008-05-22 22:30:09 +00:00
Bitcode
CodeGen Remove warnings about comparison between signed and unsigned expressions. 2008-05-23 01:29:08 +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 Bug: rcpps can only folds a load if the address is 16-byte aligned. Fixed many 'ps' load folding patterns in X86InstrSSE.td which are missing the proper alignment checks. 2008-05-23 00:37:07 +00:00
Transforms Use isSingleValueType instead of isFirstClassType to 2008-05-23 01:52:21 +00:00
VMCore Add more IR support for the new extractvalue and insertvalue 2008-05-23 00:36:11 +00:00
Makefile