54fd1a1ad3 
								
							 
						 
						
							
							
								
								fix a crash on code that uses the result value of __builtin___memcpy_chk.  
							
							... 
							
							
							
							llvm-svn: 129892 
							
						 
						
							2011-04-20 23:14:50 +00:00  
				
					
						
							
							
								 
						
							
								30107ed600 
								
							 
						 
						
							
							
								
								fold memcpy/set/move_chk to llvm.memcpy/set/move when the sizes  
							
							... 
							
							
							
							are trivial.  This exposes opportunities earlier, and allows fastisel
to do good things with these at -O0.
This addresses rdar://9289468 - clang doesn't fold memset_chk at -O0
llvm-svn: 129651 
							
						 
						
							2011-04-17 00:40:24 +00:00  
				
					
						
							
							
								 
						
							
								cc2ab0cdc9 
								
							 
						 
						
							
							
								
								Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset.  
							
							... 
							
							
							
							llvm-svn: 100305 
							
						 
						
							2010-04-04 03:10:52 +00:00  
				
					
						
							
							
								 
						
							
								f7f3bff646 
								
							 
						 
						
							
							
								
								Revert r100193 since it causes failures in objc in clang  
							
							... 
							
							
							
							llvm-svn: 100200 
							
						 
						
							2010-04-02 18:43:42 +00:00  
				
					
						
							
							
								 
						
							
								4b82a88764 
								
							 
						 
						
							
							
								
								Reapply patch for adding support for address spaces and added a isVolatile field to memcpy, memmove, and memset.  
							
							... 
							
							
							
							llvm-svn: 100193 
							
						 
						
							2010-04-02 18:04:30 +00:00  
				
					
						
							
							
								 
						
							
								adb58e32cc 
								
							 
						 
						
							
							
								
								Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.  
							
							... 
							
							
							
							llvm-svn: 99949 
							
						 
						
							2010-03-30 22:28:46 +00:00  
				
					
						
							
							
								 
						
							
								231e99743a 
								
							 
						 
						
							
							
								
								Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset  
							
							... 
							
							
							
							llvm-svn: 99930 
							
						 
						
							2010-03-30 21:02:45 +00:00  
				
					
						
							
							
								 
						
							
								8fbe78f6fc 
								
							 
						 
						
							
							
								
								Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.  
							
							... 
							
							
							
							- This is designed to make it obvious that %clang_cc1 is a "test variable"
   which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it
   can be useful to redefine what gets run as 'clang -cc1' (for example, to set
   a default target).
llvm-svn: 91446 
							
						 
						
							2009-12-15 20:14:24 +00:00  
				
					
						
							
							
								 
						
							
								8b57697954 
								
							 
						 
						
							
							
								
								Eliminate &&s in tests.  
							
							... 
							
							
							
							- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious.
llvm-svn: 86430 
							
						 
						
							2009-11-08 01:45:36 +00:00  
				
					
						
							
							
								 
						
							
								45966b4671 
								
							 
						 
						
							
							
								
								Remove the -arch option from clang-cc: for all practical purposes, it's  
							
							... 
							
							
							
							redundant with -triple.
llvm-svn: 72108 
							
						 
						
							2009-05-19 11:12:40 +00:00  
				
					
						
							
							
								 
						
							
								a45cf5b6b0 
								
							 
						 
						
							
							
								
								Rename clang to clang-cc.  
							
							... 
							
							
							
							Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602 
							
						 
						
							2009-03-24 02:24:46 +00:00  
				
					
						
							
							
								 
						
							
								e28b359881 
								
							 
						 
						
							
							
								
								Fix IRgen of __builtin_memset.  
							
							... 
							
							
							
							- Fix test case to not only have negative tests.
llvm-svn: 64674 
							
						 
						
							2009-02-16 21:52:05 +00:00  
				
					
						
							
							
								 
						
							
								327acd7a6c 
								
							 
						 
						
							
							
								
								Implement bzero, memset, memmove builtins.  
							
							... 
							
							
							
							This subsumes Nico Weber's patch and implements bzero in terms
of llvm.memset to match llvm-gcc.
llvm-svn: 53888 
							
						 
						
							2008-07-22 00:26:45 +00:00