hanchenye-llvm-project/clang/lib
Chris Lattner cb7696cf35 fix the clang side of PR7437: EmitAggregateCopy
was not producing a memcpy with the right address
spaces because of two places in it doing casts of
the arguments to i8, one of which that didn't
preserve the address space.

There is also an optimizer bug here.

llvm-svn: 107842
2010-07-08 00:07:45 +00:00
..
AST Revert r107828 and r107827, the fix for PR7556, which seems to be 2010-07-07 23:37:33 +00:00
Analysis Type Type::isRealFloatingType() that vectors are not floating-point 2010-06-22 23:07:26 +00:00
Basic add driver support for minix, patch by Kees van Reeuwijk 2010-07-07 16:01:42 +00:00
Checker Revert r107828 and r107827, the fix for PR7556, which seems to be 2010-07-07 23:37:33 +00:00
CodeGen fix the clang side of PR7437: EmitAggregateCopy 2010-07-08 00:07:45 +00:00
Driver add driver support for minix, patch by Kees van Reeuwijk 2010-07-07 16:01:42 +00:00
Frontend Revert r107828 and r107827, the fix for PR7556, which seems to be 2010-07-07 23:37:33 +00:00
Headers Headers: Change [u]intmax_t to be defined in terms of __[U]INTMAX_TYPE__, instead of intN_t. 2010-06-30 06:30:50 +00:00
Index Collect function definitions in the Indexer when indexing through the ASTs. 2010-07-06 05:55:13 +00:00
Lex fix PR4499, patch by Kyle Dean! 2010-07-07 23:24:27 +00:00
Parse Move the "current scope" state from the Parser into Action. This 2010-07-02 17:43:08 +00:00
Rewrite Remove Decl::getCompoundBody(). 2010-07-07 11:31:34 +00:00
Sema Revert r107828 and r107827, the fix for PR7556, which seems to be 2010-07-07 23:37:33 +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