llvm-project/clang/lib
Akira Hatanaka c37eddf7a7 Fix handling of vector return types.
A vector should be returned via the hidden pointer argument except if its size
is equal to or smaller than 16-bytes and the target ABI is N32 or N64.

llvm-svn: 156642
2012-05-11 21:01:17 +00:00
..
ARCMigrate Fix use of uninitialized variable caught by GCC's -Wmaybe-uninitialized. 2012-05-01 02:45:39 +00:00
AST [objc] When boxing a BOOL/NSInteger/NSUInteger type, use the corresponding 2012-05-10 23:12:03 +00:00
Analysis Make -Wformat accept printf("%hhx", c); with -funsigned-char 2012-05-08 17:21:31 +00:00
Basic Hexagon V5 FP support. 2012-05-10 20:19:54 +00:00
CodeGen Fix handling of vector return types. 2012-05-11 21:01:17 +00:00
Driver Hexagon V5 FP support. 2012-05-10 20:19:54 +00:00
Edit Remove unused-but-set variable. 2012-03-13 17:05:43 +00:00
Frontend For final output files create them with mode 0664 to match other 2012-05-11 00:10:07 +00:00
FrontendTool Fix cmake. Remaining two ClangCC1Options deps. 2012-05-02 05:31:31 +00:00
Headers Remove the 'intrin.h' builtin header file and its tests for now. 2012-05-07 20:46:58 +00:00
Lex [preprocessor] Make sure that MacroExpands callbacks are always in source order. 2012-05-10 18:57:19 +00:00
Parse Don't crash when using objc boxed expression with parsing error. 2012-05-10 20:02:36 +00:00
Rewrite Modern objective-c translation. Translating default 2012-05-08 23:54:35 +00:00
Sema PR11857: When the wrong number of arguments are provided for a function 2012-05-11 05:16:41 +00:00
Serialization [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reserving a bit 2012-05-09 16:12:57 +00:00
StaticAnalyzer Include line that was meant to be in my last commit. 2012-05-10 22:49:10 +00:00
Tooling Fix -Wdelete-non-virtual-dtor in Tooling code. 2012-05-09 18:31:50 +00:00
CMakeLists.txt Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00
Makefile Remove the unused, unmaintained, incomplete 'Index' library. 2012-04-13 16:31:46 +00:00