llvm-project/clang/lib
Tanya Lattner 71f1b2dcd4 Correct the code generation for function arguments of vec3 types on x86_64 when they are greater than 128 bits. This was incorrectly coercing things like long3 into a double2.
Add test case.

llvm-svn: 145312
2011-11-28 23:18:11 +00:00
..
ARCMigrate [arcmt] Integrate GC __weak into property attributes even when we don't have 2011-11-28 02:04:36 +00:00
AST In Sema::MaybeBindToTemporary, create a CXXBindTemporaryExpr for an 2011-11-27 22:09:28 +00:00
Analysis Teach the CFG builder how to properly destroy temporaries who 2011-11-15 15:29:30 +00:00
Basic Fix some possible gcc-4.2 may be used uninitialized warnings. 2011-11-28 22:19:36 +00:00
CodeGen Correct the code generation for function arguments of vec3 types on x86_64 when they are greater than 128 bits. This was incorrectly coercing things like long3 into a double2. 2011-11-28 23:18:11 +00:00
Driver Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same 2011-11-21 19:36:32 +00:00
Frontend When attempting to load a module that is not in the module cache, 2011-11-28 23:16:06 +00:00
FrontendTool Add support for building a module from a module map to the -cc1 2011-11-16 00:09:06 +00:00
Headers Fix comment. 2011-11-28 20:05:27 +00:00
Index Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
Lex When attempting to load a module that is not in the module cache, 2011-11-28 23:16:06 +00:00
Parse Enable delayed template parsing for friend functions declared at template class scope. 2011-11-18 23:47:17 +00:00
Rewrite Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue 2011-11-18 00:26:59 +00:00
Sema When synthesizing an implicitly-defined copy or move constructor, or 2011-11-28 20:03:15 +00:00
Serialization [PCH] Check for isTopLevelDeclInObjCContainer when picking abbreviations. 2011-11-23 21:11:23 +00:00
StaticAnalyzer [analyzer] Minor cleanup of SValBuilder: Comments + code reuse. 2011-11-28 20:43:37 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00