llvm-project/clang/lib
Chris Lattner f4ba08aeaf pass argument vectors in a type that corresponds to the user type if
possible.  This improves the example to pass <4 x float> instead of
<2 x double> but we still get awful code, and still don't get the
return value right.

llvm-svn: 109700
2010-07-28 23:47:21 +00:00
..
AST - Fix recording of offsets of types in dependent PCHs. 2010-07-27 00:17:23 +00:00
Analysis Revert r109428 "Hoist argument type checking into CheckFormatHandler. This is prep for scanf format" 2010-07-27 04:46:02 +00:00
Basic Add a test case for tentative definitions in chained PCH. Fix a bug that completely messed up source locations and thus caused a crash whenever a diagnostic was emitted in chained PCH files. 2010-07-28 21:07:02 +00:00
Checker Added some false positive checking to UnreachableCodeChecker 2010-07-27 23:30:21 +00:00
CodeGen pass argument vectors in a type that corresponds to the user type if 2010-07-28 23:47:21 +00:00
Driver Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86. 2010-07-22 01:47:22 +00:00
Frontend Turn off precompiled preamble support for C++ 2010-07-28 22:12:37 +00:00
Headers Add alternate names for x86 SIMD intrinsics. These aren't as common, but show 2010-07-22 06:47:28 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex Preprocessor: Add support for '#pragma clang __debug crash' and '#pragma clang 2010-07-28 15:40:33 +00:00
Parse The grammar for GNU typeof in C requires an expression to be 2010-07-28 18:22:12 +00:00
Rewrite Initialize block's imported variable(s) in 2010-07-28 23:27:30 +00:00
Sema Don't die when a member access refers to a non-class member via a 2010-07-28 22:27:52 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Move lib/Runtime to runtime/, and build after everything else. 2010-06-30 22:10:38 +00:00