llvm-project/clang/lib
Chris Lattner 9cffdf1331 don't slap noalias attribute on stret result arguments.
This mirror's Dan's patch for llvm-gcc in r97989, and
fixes the miscompilation in PR6525.  There is some contention
over whether this is the right thing to do, but it is the
conservative answer and demonstrably fixes a miscompilation.

llvm-svn: 101877
2010-04-20 05:44:43 +00:00
..
AST Keep track of the actual storage specifier written on a variable or 2010-04-19 22:54:31 +00:00
Analysis Use direct assignment instead of user defined conversion. 2010-04-14 05:50:04 +00:00
Basic Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are not 2010-04-17 20:17:31 +00:00
Checker Replace code with a method call. No functionality change. 2010-04-20 05:40:40 +00:00
CodeGen don't slap noalias attribute on stret result arguments. 2010-04-20 05:44:43 +00:00
Driver Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are not 2010-04-17 20:17:31 +00:00
Frontend Keep track of the actual storage specifier written on a variable or 2010-04-19 22:54:31 +00:00
Headers Rewrite handling of 64-bit palignr intrinsics to be vector shuffles. 2010-04-15 01:43:08 +00:00
Index Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream. 2010-04-17 09:33:03 +00:00
Lex add a PPCallback handler for a skipped #include, patch by 2010-04-19 20:44:31 +00:00
Parse Keep track of the actual storage specifier written on a variable or 2010-04-19 22:54:31 +00:00
Rewrite Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient 2010-04-16 18:49:45 +00:00
Runtime Runtime: Install the new libcc_kext.a produced by the clang_darwin compiler-rt 2010-03-26 19:37:38 +00:00
Sema reapply john's patch, he broke mainline again by changing the test. 2010-04-20 05:19:10 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00