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 Clean up the use of static and anonymous namespaces. This turned up 2008-05-13 00:00:25 +00:00
AsmParser Recognize the "default" keyword, which is documented in LangRef.html 2008-05-22 22:30:09 +00:00
Bitcode API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legacy interfaces will be in place for some time. (Merge from use-diet branch.) 2008-05-16 19:29:10 +00:00
CodeGen Remove warnings about comparison between signed and unsigned expressions. 2008-05-23 01:29:08 +00:00
Debugger Make these variables static. 2008-04-23 23:15:23 +00:00
ExecutionEngine Fix a couple issues with the JIT and multiple modules: 2008-05-21 16:34:48 +00:00
Linker Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better. 2008-05-15 10:04:30 +00:00
Support Don't assume underlying APInt type is limited 2008-05-14 22:53:25 +00:00
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 remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00